:root { --blue: #2684ff; --indigo: #6e00ff; --purple: #510fa8; --pink: #f074ad; --red: #ff5630; --orange: #ffab00; --yellow: #ffcc00; --green: #36b37e; --teal: #00b8d9; --cyan: #4bd6e5; --gray: #c0ccda; --gray-dark: #3c4858; --primary: #6e00ff; --secondary: #eff2f7; --success: #36b37e; --info: #00b8d9; --warning: #ffab00; --danger: #ff5630; --light: #eff2f7; --dark: #273444; --neutral: #fff; --white: #fff; --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; }
*, ::before, ::after { box-sizing: border-box; }
@font-face { font-family: Poppins-Regular; src: url("../font/Poppins-Regular.ttf"); }
@font-face { font-family: Poppins-Bold; src: url("../font/Poppins-Bold.ttf"); }
html { font-family: Poppins-Regular; line-height: 1.15; text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(31, 45, 61, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body { margin: 0px; font-family: Poppins-Regular; font-size: 1rem; font-weight: 400; line-height: 1.7; color: rgb(132, 146, 166); text-align: left; background-color: rgb(255, 255, 255); }
[tabindex="-1"]:focus:not(:focus-visible) { outline: 0px !important; }
hr { box-sizing: content-box; height: 0px; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0.5rem; }
p { margin-top: 0px; margin-bottom: 1rem; }
abbr[title], abbr[data-original-title] { text-decoration: underline dotted; cursor: help; border-bottom: 0px; text-decoration-skip-ink: none; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul, dl { margin-top: 0px; margin-bottom: 1rem; }
li.nav-item.mr-0 {
  margin-left: 10px;
}
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0px; }
dt { font-weight: 600; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
b, strong { font-weight: 700; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { color: rgb(0, 177, 119); text-decoration: none; background-color: transparent; }
a:hover { color: rgb(0, 177, 119); text-decoration: none; }
a:not([href]):not([class]) { color: inherit; text-decoration: none; }
a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }
pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
pre { margin-top: 0px; margin-bottom: 1rem; overflow: auto; }
figure { margin: 0px 0px 1rem; }
img { vertical-align: middle; border-style: none; }
svg { overflow: hidden; vertical-align: middle; }
table { border-collapse: collapse; }
caption { padding-top: 1rem; padding-bottom: 1rem; color: rgb(132, 146, 166); text-align: left; caption-side: bottom; }
th { text-align: -webkit-match-parent; }
label { display: inline-block; margin-bottom: 0.5rem; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
input, button, select, optgroup, textarea { margin: 0px; font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[role="button"] { cursor: pointer; }
select { overflow-wrap: normal; }
button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }
input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0px; }
textarea { overflow: auto; resize: vertical; }
fieldset { min-width: 0px; padding: 0px; margin: 0px; border: 0px; }
legend { display: block; width: 100%; max-width: 100%; padding: 0px; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }
@media (max-width: 1200px) {
  legend { font-size: calc(1.275rem + 0.3vw); }
}
progress { vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; appearance: none; }
[type="search"]::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.3; color: rgb(60, 72, 88); }
h1, .h1 { font-size: 2.5rem; }
@media (max-width: 1200px) {
  h1, .h1 { font-size: calc(1.375rem + 1.5vw); }
}
h2, .h2 { font-size: 2rem; }
@media (max-width: 1200px) {
  h2, .h2 { font-size: calc(1.325rem + 0.9vw); }
}
h3, .h3 { font-size: 1.75rem; }
@media (max-width: 1200px) {
  h3, .h3 { font-size: calc(1.3rem + 0.6vw); }
}
h4, .h4 { font-size: 1.5rem; }
@media (max-width: 1200px) {
  h4, .h4 { font-size: calc(1.275rem + 0.3vw); }
}
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem; }
.lead { font-size: 1.125rem; font-weight: 300; }
.display-1 { font-size: 6rem; font-weight: 300; line-height: 1.3; }
@media (max-width: 1200px) {
  .display-1 { font-size: calc(1.725rem + 5.7vw); }
}
.align-news-center {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
}
.display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.3; }
@media (max-width: 1200px) {
  .display-2 { font-size: calc(1.675rem + 5.1vw); }
}
.display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.3; }
@media (max-width: 1200px) {
  .display-3 { font-size: calc(1.575rem + 3.9vw); }
}
.display-4 { font-size: 43px; font-weight: 300; line-height: 1.3; font-family: Poppins-Bold; }
@media (max-width: 1200px) {
  .display-4 { font-size: calc(1.475rem + 2.7vw); }
}
hr { margin-top: 2rem; margin-bottom: 2rem; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(239, 242, 247); }
small, .small { font-size: 80%; font-weight: 400; }
mark, .mark { padding: 0.2em; background-color: rgb(252, 248, 227); }
.list-unstyled { padding-left: 0px; list-style: none; }
.list-inline { padding-left: 0px; list-style: none; }
.list-inline-item { display: inline-block; }
.list-inline-item:not(:last-child) { margin-right: 0.5rem; }
.initialism { font-size: 90%; text-transform: uppercase; }
.blockquote { margin-bottom: 1rem; font-size: 1.25rem; }
.blockquote-footer { display: block; font-size: 80%; color: rgb(192, 204, 218); }
.img-fluid { max-width: 100%; height: auto; }
.img-thumbnail { padding: 0.25rem; background-color: rgb(255, 255, 255); border: 1px solid rgb(229, 233, 242); border-radius: 0.25rem; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 2px; max-width: 100%; height: auto; }
.figure { display: inline-block; }
.figure-img { margin-bottom: 0.5rem; line-height: 1; }
.figure-caption { font-size: 90%; color: rgb(192, 204, 218); }
code { font-size: 87.5%; color: rgb(240, 116, 173); overflow-wrap: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); border-radius: 0.2rem; box-shadow: rgba(31, 45, 61, 0.25) 0px -0.1rem 0px inset; }
kbd kbd { padding: 0px; font-size: 100%; font-weight: 600; box-shadow: none; }
pre { display: block; font-size: 87.5%; color: rgb(39, 52, 68); }
pre code { font-size: inherit; color: inherit; word-break: normal; }
.pre-scrollable { max-height: 340px; overflow-y: scroll; }
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
@media (min-width: 576px) {
  .container, .container-sm { max-width: 540px; }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md { max-width: 720px; }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg { max-width: 960px; }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1464px; }
}
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.no-gutters { margin-right: 0px; margin-left: 0px; }
.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0px; padding-left: 0px; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
.row-cols-1 > * { flex: 0 0 100%; max-width: 100%; }
.row-cols-2 > * { flex: 0 0 50%; max-width: 50%; }
.row-cols-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
.row-cols-4 > * { flex: 0 0 25%; max-width: 25%; }
.row-cols-5 > * { flex: 0 0 20%; max-width: 20%; }
.row-cols-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
.col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
.col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
.col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
.col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.static-typed {color: #fff !important;}
.order-first { order: -1; }
.order-last { order: 13; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }
.offset-1 { margin-left: 8.33333%; }
.offset-2 { margin-left: 16.6667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.3333%; }
.offset-5 { margin-left: 41.6667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.3333%; }
.offset-8 { margin-left: 66.6667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.3333%; }
.offset-11 { margin-left: 91.6667%; }
@media (min-width: 576px) {
  .col-sm { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
  .row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; }
  .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; }
  .row-cols-sm-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; }
  .row-cols-sm-5 > * { flex: 0 0 20%; max-width: 20%; }
  .row-cols-sm-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-sm-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-sm-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-sm-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { order: -1; }
  .order-sm-last { order: 13; }
  .order-sm-0 { order: 0; }
  .order-sm-1 { order: 1; }
  .order-sm-2 { order: 2; }
  .order-sm-3 { order: 3; }
  .order-sm-4 { order: 4; }
  .order-sm-5 { order: 5; }
  .order-sm-6 { order: 6; }
  .order-sm-7 { order: 7; }
  .order-sm-8 { order: 8; }
  .order-sm-9 { order: 9; }
  .order-sm-10 { order: 10; }
  .order-sm-11 { order: 11; }
  .order-sm-12 { order: 12; }
  .offset-sm-0 { margin-left: 0px; }
  .offset-sm-1 { margin-left: 8.33333%; }
  .offset-sm-2 { margin-left: 16.6667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.3333%; }
  .offset-sm-5 { margin-left: 41.6667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.3333%; }
  .offset-sm-8 { margin-left: 66.6667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.3333%; }
  .offset-sm-11 { margin-left: 91.6667%; }
}
@media (min-width: 768px) {
  .col-md { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
  .row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; }
  .row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; }
  .row-cols-md-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; }
  .row-cols-md-5 > * { flex: 0 0 20%; max-width: 20%; }
  .row-cols-md-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-md-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-md-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-md-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  .order-md-first { order: -1; }
  .order-md-last { order: 13; }
  .order-md-0 { order: 0; }
  .order-md-1 { order: 1; }
  .order-md-2 { order: 2; }
  .order-md-3 { order: 3; }
  .order-md-4 { order: 4; }
  .order-md-5 { order: 5; }
  .order-md-6 { order: 6; }
  .order-md-7 { order: 7; }
  .order-md-8 { order: 8; }
  .order-md-9 { order: 9; }
  .order-md-10 { order: 10; }
  .order-md-11 { order: 11; }
  .order-md-12 { order: 12; }
  .offset-md-0 { margin-left: 0px; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.6667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.3333%; }
  .offset-md-5 { margin-left: 41.6667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.3333%; }
  .offset-md-8 { margin-left: 66.6667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333%; }
  .offset-md-11 { margin-left: 91.6667%; }
}
@media (min-width: 992px) {
  .col-lg { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
  .row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; }
  .row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; }
  .row-cols-lg-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; }
  .row-cols-lg-5 > * { flex: 0 0 20%; max-width: 20%; }
  .row-cols-lg-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-lg-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-lg-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-lg-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { order: -1; }
  .order-lg-last { order: 13; }
  .order-lg-0 { order: 0; }
  .order-lg-1 { order: 1; }
  .order-lg-2 { order: 2; }
  .order-lg-3 { order: 3; }
  .order-lg-4 { order: 4; }
  .order-lg-5 { order: 5; }
  .order-lg-6 { order: 6; }
  .order-lg-7 { order: 7; }
  .order-lg-8 { order: 8; }
  .order-lg-9 { order: 9; }
  .order-lg-10 { order: 10; }
  .order-lg-11 { order: 11; }
  .order-lg-12 { order: 12; }
  .offset-lg-0 { margin-left: 0px; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.6667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.3333%; }
  .offset-lg-5 { margin-left: 41.6667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.3333%; }
  .offset-lg-8 { margin-left: 66.6667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.3333%; }
  .offset-lg-11 { margin-left: 91.6667%; }
}
@media (min-width: 1200px) {
  .col-xl { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
  .row-cols-xl-1 > * { flex: 0 0 100%; max-width: 100%; }
  .row-cols-xl-2 > * { flex: 0 0 50%; max-width: 50%; }
  .row-cols-xl-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .row-cols-xl-4 > * { flex: 0 0 25%; max-width: 25%; }
  .row-cols-xl-5 > * { flex: 0 0 20%; max-width: 20%; }
  .row-cols-xl-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-xl-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-xl-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-xl-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { order: -1; }
  .order-xl-last { order: 13; }
  .order-xl-0 { order: 0; }
  .order-xl-1 { order: 1; }
  .order-xl-2 { order: 2; }
  .order-xl-3 { order: 3; }
  .order-xl-4 { order: 4; }
  .order-xl-5 { order: 5; }
  .order-xl-6 { order: 6; }
  .order-xl-7 { order: 7; }
  .order-xl-8 { order: 8; }
  .order-xl-9 { order: 9; }
  .order-xl-10 { order: 10; }
  .order-xl-11 { order: 11; }
  .order-xl-12 { order: 12; }
  .offset-xl-0 { margin-left: 0px; }
  .offset-xl-1 { margin-left: 8.33333%; }
  .offset-xl-2 { margin-left: 16.6667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.3333%; }
  .offset-xl-5 { margin-left: 41.6667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.3333%; }
  .offset-xl-8 { margin-left: 66.6667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.3333%; }
  .offset-xl-11 { margin-left: 91.6667%; }
}
.table { width: 100%; margin-bottom: 1rem; color: rgb(132, 146, 166); background-color: transparent; z-index: 9999999; position: relative; }
.table th, .table td { padding: 1rem; vertical-align: top; border-top: 1px solid rgb(239, 242, 247); }
.table thead th { vertical-align: bottom; border-bottom: 2px solid rgb(239, 242, 247); }
.table tbody + tbody { border-top: 2px solid rgb(239, 242, 247); }
.table-sm th, .table-sm td { padding: 0.5rem; }
.table-bordered { border: 1px solid rgb(239, 242, 247); }
.table-bordered th, .table-bordered td { border: 1px solid rgb(239, 242, 247); }
.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0px; }
.table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(250, 251, 254, 0.3); }
.table-hover tbody tr:hover { color: rgb(132, 146, 166); background-color: rgb(250, 251, 254); }
.table-primary, .table-primary > th, .table-primary > td { background-color: rgb(214, 184, 255); }
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { border-color: rgb(180, 122, 255); }
.table-hover .table-primary:hover { background-color: rgb(199, 159, 255); }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: rgb(199, 159, 255); }
.table-secondary, .table-secondary > th, .table-secondary > td { background-color: rgb(251, 251, 253); }
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody { border-color: rgb(247, 248, 251); }
.table-hover .table-secondary:hover { background-color: rgb(234, 234, 245); }
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: rgb(234, 234, 245); }
.table-success, .table-success > th, .table-success > td { background-color: rgb(199, 234, 219); }
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { border-color: rgb(150, 215, 188); }
.table-hover .table-success:hover { background-color: rgb(180, 227, 207); }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: rgb(180, 227, 207); }
.table-info, .table-info > th, .table-info > td { background-color: rgb(184, 235, 244); }
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { border-color: rgb(122, 218, 235); }
.table-hover .table-info:hover { background-color: rgb(162, 229, 241); }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: rgb(162, 229, 241); }
.table-warning, .table-warning > th, .table-warning > td { background-color: rgb(255, 231, 184); }
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { border-color: rgb(255, 211, 122); }
.table-hover .table-warning:hover { background-color: rgb(255, 222, 159); }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: rgb(255, 222, 159); }
.table-danger, .table-danger > th, .table-danger > td { background-color: rgb(255, 208, 197); }
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { border-color: rgb(255, 167, 147); }
.table-hover .table-danger:hover { background-color: rgb(255, 187, 172); }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: rgb(255, 187, 172); }
.table-light, .table-light > th, .table-light > td { background-color: rgb(251, 251, 253); }
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { border-color: rgb(247, 248, 251); }
.table-hover .table-light:hover { background-color: rgb(234, 234, 245); }
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: rgb(234, 234, 245); }
.table-dark, .table-dark > th, .table-dark > td { background-color: rgb(195, 198, 203); }
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: rgb(143, 149, 158); }
.table-hover .table-dark:hover { background-color: rgb(181, 185, 191); }
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: rgb(181, 185, 191); }
.table-neutral, .table-neutral > th, .table-neutral > td { background-color: white; }
.table-neutral th, .table-neutral td, .table-neutral thead th, .table-neutral tbody + tbody { border-color: white; }
.table-hover .table-neutral:hover { background-color: rgb(242, 242, 242); }
.table-hover .table-neutral:hover > td, .table-hover .table-neutral:hover > th { background-color: rgb(242, 242, 242); }
.table-white, .table-white > th, .table-white > td { background-color: white; }
.table-white th, .table-white td, .table-white thead th, .table-white tbody + tbody { border-color: white; }
.table-hover .table-white:hover { background-color: rgb(242, 242, 242); }
.table-hover .table-white:hover > td, .table-hover .table-white:hover > th { background-color: rgb(242, 242, 242); }
.table-active, .table-active > th, .table-active > td { background-color: rgb(250, 251, 254); }
.table-hover .table-active:hover { background-color: rgb(229, 234, 250); }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgb(229, 234, 250); }
.table .thead-dark th { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); border-color: rgb(52, 69, 91); }
.table .thead-light th { color: rgb(132, 146, 166); background-color: rgb(250, 251, 254); border-color: rgb(239, 242, 247); }
.table-dark { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); }
.table-dark th, .table-dark td, .table-dark thead th { border-color: rgb(52, 69, 91); }
.table-dark.table-bordered { border: 0px; }
.table-dark.table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover { color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
  .table-responsive-sm { display: block; width: 100%; overflow-x: auto; }
  .table-responsive-sm > .table-bordered { border: 0px; }
}
@media (max-width: 767.98px) {
  .table-responsive-md { display: block; width: 100%; overflow-x: auto; }
  .table-responsive-md > .table-bordered { border: 0px; }
}
@media (max-width: 991.98px) {
  .table-responsive-lg { display: block; width: 100%; overflow-x: auto; }
  .table-responsive-lg > .table-bordered { border: 0px; }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl { display: block; width: 100%; overflow-x: auto; }
  .table-responsive-xl > .table-bordered { border: 0px; }
}
.table-responsive { display: block; width: 100%; overflow-x: auto; }
.table-responsive > .table-bordered { border: 0px; }
.form-control { display: block; width: 100%; height: calc(1.5em + 1.5rem + 2px); padding: 0.75rem 1.25rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .form-control { transition: none 0s ease 0s; }
}
.form-control:focus { color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); border-color: rgba(110, 0, 255, 0.5); outline: 0px; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset, rgba(110, 0, 255, 0.1) 0px 0px 20px; }
.form-control::placeholder { color: rgb(192, 204, 218); opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: rgb(239, 242, 247); opacity: 1; }
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { appearance: none; }
.form-control-file, .form-control-range { display: block; width: 100%; }
.col-form-label { padding-top: calc(0.75rem + 1px); padding-bottom: calc(0.75rem + 1px); margin-bottom: 0px; font-size: inherit; line-height: 1.5; }
.col-form-label-lg { padding-top: calc(1rem + 1px); padding-bottom: calc(1rem + 1px); font-size: 1.25rem; line-height: 1.5; }
.col-form-label-sm { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 0.875rem; line-height: 1.5; }
.form-control-plaintext { display: block; width: 100%; padding: 0.75rem 0px; margin-bottom: 0px; font-size: 1rem; line-height: 1.5; color: rgb(132, 146, 166); background-color: transparent; border-style: solid; border-color: transparent; border-image: initial; border-width: 1px 0px; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0px; padding-left: 0px; }
.form-control-sm { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1.25rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
.form-control-lg { height: calc(1.1em + 2rem + 2px); padding: 1rem 1.875rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.375rem; }
select.form-control[size], select.form-control[multiple] { height: auto; }
textarea.form-control { height: auto; }
.form-group { margin-bottom: 1rem; }
.form-text { display: block; margin-top: 0.25rem; }
.form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }
.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }
.form-check { position: relative; display: block; padding-left: 1.25rem; }
.form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { color: rgb(132, 146, 166); }
.form-check-label { margin-bottom: 0px; }
.form-check-inline { display: inline-flex; align-items: center; padding-left: 0px; margin-right: 0.75rem; }
.form-check-inline .form-check-input { position: static; margin-top: 0px; margin-right: 0.3125rem; margin-left: 0px; }
.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: rgb(54, 179, 126); }
.valid-tooltip { position: absolute; top: 100%; left: 0px; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; line-height: 1.7; color: rgb(255, 255, 255); background-color: rgba(54, 179, 126, 0.9); border-radius: 0.25rem; }
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; }
.was-validated .form-control:valid, .form-control.is-valid { border-color: rgb(54, 179, 126); padding-right: calc(1.5em + 1.5rem); 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='%2336B37E' 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.375rem) center; background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: rgb(54, 179, 126); box-shadow: rgba(54, 179, 126, 0.25) 0px 0px 0px 0px; }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 1.5rem); background-position: right calc(0.375em + 0.375rem) top calc(0.375em + 0.375rem); }
.was-validated .custom-select:valid, .custom-select.is-valid { border-color: rgb(54, 179, 126); padding-right: calc(0.75em + 3.375rem); 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='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center / 8px 10px no-repeat, 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='%2336B37E' 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") right 2.25rem center / calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat rgb(255, 255, 255); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: rgb(54, 179, 126); box-shadow: rgba(54, 179, 126, 0.25) 0px 0px 0px 0px; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: rgb(54, 179, 126); }
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: rgb(54, 179, 126); }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: rgb(54, 179, 126); }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: rgb(81, 203, 151); background-color: rgb(81, 203, 151); }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: rgba(54, 179, 126, 0.25) 0px 0px 0px 0px; }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: rgb(54, 179, 126); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: rgb(54, 179, 126); }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: rgb(54, 179, 126); box-shadow: rgba(54, 179, 126, 0.25) 0px 0px 0px 0px; }
.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: rgb(255, 86, 48); }
.invalid-tooltip { position: absolute; top: 100%; left: 0px; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; line-height: 1.7; color: rgb(255, 255, 255); background-color: rgba(255, 86, 48, 0.9); border-radius: 0.25rem; }
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .form-control:invalid, .form-control.is-invalid { border-color: rgb(255, 86, 48); padding-right: calc(1.5em + 1.5rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF5630' 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='%23FF5630' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.375rem) center; background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: rgb(255, 86, 48); box-shadow: rgba(255, 86, 48, 0.25) 0px 0px 0px 0px; }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 1.5rem); background-position: right calc(0.375em + 0.375rem) top calc(0.375em + 0.375rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: rgb(255, 86, 48); padding-right: calc(0.75em + 3.375rem); 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='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center / 8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF5630' 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='%23FF5630' stroke='none'/%3e%3c/svg%3e") right 2.25rem center / calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat rgb(255, 255, 255); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: rgb(255, 86, 48); box-shadow: rgba(255, 86, 48, 0.25) 0px 0px 0px 0px; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: rgb(255, 86, 48); }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: rgb(255, 86, 48); }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: rgb(255, 86, 48); }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: rgb(255, 128, 99); background-color: rgb(255, 128, 99); }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: rgba(255, 86, 48, 0.25) 0px 0px 0px 0px; }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: rgb(255, 86, 48); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: rgb(255, 86, 48); }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: rgb(255, 86, 48); box-shadow: rgba(255, 86, 48, 0.25) 0px 0px 0px 0px; }
.form-inline { display: flex; flex-flow: row wrap; align-items: center; }
.form-inline .form-check { width: 100%; }
@media (min-width: 576px) {
  .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0px; }
  .form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0px; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-plaintext { display: inline-block; }
  .form-inline .input-group, .form-inline .custom-select { width: auto; }
  .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0px; }
  .form-inline .form-check-input { position: relative; flex-shrink: 0; margin-top: 0px; margin-right: 0.25rem; margin-left: 0px; }
  .form-inline .custom-control { align-items: center; justify-content: center; }
  .form-inline .custom-control-label { margin-bottom: 0px; }
  
}
.btn { display: inline-block; font-weight: 600; color: rgb(132, 146, 166); text-align: center; vertical-align: middle; user-select: none;  padding: 0.75rem 1.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
  .btn { transition: none 0s ease 0s; }
}
.btn:hover { color: rgb(132, 146, 166); text-decoration: none; }
.btn:focus, .btn.focus { outline: 0px; box-shadow: rgba(99, 0, 230, 0.25) 0px 0px 0px; }
.btn.disabled, .btn:disabled { opacity: 0.65; box-shadow: none; }
.btn:not(:disabled):not(.disabled) { cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus { box-shadow: rgba(99, 0, 230, 0.25) 0px 0px 0px, rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; }
.btn-primary { color: rgb(255, 255, 255); background-color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-primary:hover { color: rgb(255, 255, 255); background-color: rgb(94, 0, 217); border-color: rgb(88, 0, 204); }
.btn-primary:focus, .btn-primary.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(110, 0, 255, 0.35) 0px 0px 0px; }
.btn-primary.disabled, .btn-primary:disabled { color: rgb(255, 255, 255); background-color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(88, 0, 204); border-color: rgb(83, 0, 191); }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(110, 0, 255, 0.35) 0px 0px 0px; }
.btn-secondary { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-secondary:hover { color: rgb(39, 52, 68); background-color: rgb(214, 221, 234); border-color: rgb(205, 214, 230); }
.btn-secondary:focus, .btn-secondary.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(239, 242, 247, 0.35) 0px 0px 0px; }
.btn-secondary.disabled, .btn-secondary:disabled { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(205, 214, 230); border-color: rgb(197, 207, 226); }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(239, 242, 247, 0.35) 0px 0px 0px; }
.btn-success { color: rgb(255, 255, 255); background-color: rgb(54, 179, 126); border-color: rgb(54, 179, 126); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-success:hover { color: rgb(255, 255, 255); background-color: rgb(45, 150, 105); border-color: rgb(42, 140, 98); }
.btn-success:focus, .btn-success.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(54, 179, 126, 0.35) 0px 0px 0px; }
.btn-success.disabled, .btn-success:disabled { color: rgb(255, 255, 255); background-color: rgb(54, 179, 126); border-color: rgb(54, 179, 126); }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(42, 140, 98); border-color: rgb(39, 130, 92); }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(54, 179, 126, 0.35) 0px 0px 0px; }
.btn-info { color: rgb(255, 255, 255); background-color: rgb(0, 184, 217); border-color: rgb(0, 184, 217); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-info:hover { color: rgb(255, 255, 255); background-color: rgb(0, 152, 179); border-color: rgb(0, 141, 166); }
.btn-info:focus, .btn-info.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(0, 184, 217, 0.35) 0px 0px 0px; }
.btn-info.disabled, .btn-info:disabled { color: rgb(255, 255, 255); background-color: rgb(0, 184, 217); border-color: rgb(0, 184, 217); }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 141, 166); border-color: rgb(0, 130, 153); }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(0, 184, 217, 0.35) 0px 0px 0px; }
.btn-warning { color: rgb(255, 255, 255); background-color: rgb(255, 171, 0); border-color: rgb(255, 171, 0); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-warning:hover { color: rgb(255, 255, 255); background-color: rgb(217, 145, 0); border-color: rgb(204, 137, 0); }
.btn-warning:focus, .btn-warning.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 171, 0, 0.35) 0px 0px 0px; }
.btn-warning.disabled, .btn-warning:disabled { color: rgb(255, 255, 255); background-color: rgb(255, 171, 0); border-color: rgb(255, 171, 0); }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(204, 137, 0); border-color: rgb(191, 128, 0); }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 171, 0, 0.35) 0px 0px 0px; }
.btn-danger { color: rgb(255, 255, 255); background-color: rgb(255, 86, 48); border-color: rgb(255, 86, 48); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-danger:hover { color: rgb(255, 255, 255); background-color: rgb(255, 55, 10); border-color: rgb(252, 46, 0); }
.btn-danger:focus, .btn-danger.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 86, 48, 0.35) 0px 0px 0px; }
.btn-danger.disabled, .btn-danger:disabled { color: rgb(255, 255, 255); background-color: rgb(255, 86, 48); border-color: rgb(255, 86, 48); }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(252, 46, 0); border-color: rgb(239, 44, 0); }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 86, 48, 0.35) 0px 0px 0px; }
.btn-light { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-light:hover { color: rgb(39, 52, 68); background-color: rgb(214, 221, 234); border-color: rgb(205, 214, 230); }
.btn-light:focus, .btn-light.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(239, 242, 247, 0.35) 0px 0px 0px; }
.btn-light.disabled, .btn-light:disabled { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(205, 214, 230); border-color: rgb(197, 207, 226); }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(239, 242, 247, 0.35) 0px 0px 0px; }
.btn-dark { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); border-color: rgb(39, 52, 68); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-dark:hover { color: rgb(255, 255, 255); background-color: rgb(25, 33, 44); border-color: rgb(20, 27, 36); }
.btn-dark:focus, .btn-dark.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(39, 52, 68, 0.35) 0px 0px 0px; }
.btn-dark.disabled, .btn-dark:disabled { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); border-color: rgb(39, 52, 68); }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(20, 27, 36); border-color: rgb(16, 21, 27); }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(39, 52, 68, 0.35) 0px 0px 0px; }
.btn-neutral { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-neutral:hover { color: rgb(39, 52, 68); background-color: rgb(236, 236, 236); border-color: rgb(230, 230, 230); }
.btn-neutral:focus, .btn-neutral.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px 0px 0px; }
.btn-neutral.disabled, .btn-neutral:disabled { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .show > .btn-neutral.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(230, 230, 230); border-color: rgb(223, 223, 223); }
.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px 0px 0px; }
.btn-white { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-white:hover { color: rgb(39, 52, 68); background-color: rgb(236, 236, 236); border-color: rgb(230, 230, 230); }
.btn-white:focus, .btn-white.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px 0px 0px; }
.btn-white.disabled, .btn-white:disabled { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(230, 230, 230); border-color: rgb(223, 223, 223); }
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px 0px 0px; }
.btn-outline-primary { color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); }
.btn-outline-primary:hover { color: rgb(255, 255, 255); background-color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); }
.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(110, 0, 255, 0.35) 0px 0px 0px; }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: rgb(110, 0, 255); background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(110, 0, 255, 0.35) 0px 0px 0px; }
.btn-outline-secondary { color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-outline-secondary:hover { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(239, 242, 247, 0.35) 0px 0px 0px; }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: rgb(239, 242, 247); background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(239, 242, 247, 0.35) 0px 0px 0px; }
.btn-outline-success { color: rgb(54, 179, 126); border-color: rgb(54, 179, 126); }
.btn-outline-success:hover { color: rgb(255, 255, 255); background-color: rgb(54, 179, 126); border-color: rgb(54, 179, 126); }
.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(54, 179, 126, 0.35) 0px 0px 0px; }
.btn-outline-success.disabled, .btn-outline-success:disabled { color: rgb(54, 179, 126); background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(54, 179, 126); border-color: rgb(54, 179, 126); }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(54, 179, 126, 0.35) 0px 0px 0px; }
.btn-outline-info { color: rgb(0, 184, 217); border-color: rgb(0, 184, 217); }
.btn-outline-info:hover { color: rgb(255, 255, 255); background-color: rgb(0, 184, 217); border-color: rgb(0, 184, 217); }
.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(0, 184, 217, 0.35) 0px 0px 0px; }
.btn-outline-info.disabled, .btn-outline-info:disabled { color: rgb(0, 184, 217); background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 184, 217); border-color: rgb(0, 184, 217); }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(0, 184, 217, 0.35) 0px 0px 0px; }
.btn-outline-warning { color: rgb(255, 171, 0); border-color: rgb(255, 171, 0); }
.btn-outline-warning:hover { color: rgb(255, 255, 255); background-color: rgb(255, 171, 0); border-color: rgb(255, 171, 0); }
.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 171, 0, 0.35) 0px 0px 0px; }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: rgb(255, 171, 0); background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(255, 171, 0); border-color: rgb(255, 171, 0); }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 171, 0, 0.35) 0px 0px 0px; }
.btn-outline-danger { color: rgb(255, 86, 48); border-color: rgb(255, 86, 48); }
.btn-outline-danger:hover { color: rgb(255, 255, 255); background-color: rgb(255, 86, 48); border-color: rgb(255, 86, 48); }
.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 86, 48, 0.35) 0px 0px 0px; }
.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: rgb(255, 86, 48); background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(255, 86, 48); border-color: rgb(255, 86, 48); }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 86, 48, 0.35) 0px 0px 0px; }
.btn-outline-light { color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-outline-light:hover { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(239, 242, 247, 0.35) 0px 0px 0px; }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: rgb(239, 242, 247); background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(239, 242, 247, 0.35) 0px 0px 0px; }
.btn-outline-dark { color: rgb(39, 52, 68); border-color: rgb(39, 52, 68); }
.btn-outline-dark:hover { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); border-color: rgb(39, 52, 68); }
.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(39, 52, 68, 0.35) 0px 0px 0px; }
.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: rgb(39, 52, 68); background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); border-color: rgb(39, 52, 68); }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(39, 52, 68, 0.35) 0px 0px 0px; }
.btn-outline-neutral { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-outline-neutral:hover { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-outline-neutral:focus, .btn-outline-neutral.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px 0px 0px; }
.btn-outline-neutral.disabled, .btn-outline-neutral:disabled { color: rgb(255, 255, 255); background-color: transparent; }
.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px 0px 0px; }
.btn-outline-white { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-outline-white:hover { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-outline-white:focus, .btn-outline-white.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px 0px 0px; }
.btn-outline-white.disabled, .btn-outline-white:disabled { color: rgb(255, 255, 255); background-color: transparent; }
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px 0px 0px; }
.btn-link { font-weight: 400; color: rgb(110, 0, 255); text-decoration: none; }
.btn-link:hover { color: rgb(77, 0, 179); text-decoration: none; }
.btn-link:focus, .btn-link.focus { text-decoration: none; }
.btn-link:disabled, .btn-link.disabled { color: rgb(192, 204, 218); pointer-events: none; }
.btn-lg, .btn-group-lg > .btn { padding: 1rem 1.875rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.375rem; }
.btn-sm, .btn-group-sm > .btn { padding: 0.5rem 1.25rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.25rem; }
.btn-block { display: block; width: 100%; }
.btn-block + .btn-block { margin-top: 0.5rem; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }
.fade { transition: opacity 0.2s linear 0s; }
@media (prefers-reduced-motion: reduce) {
  .fade { transition: none 0s ease 0s; }
}
.fade:not(.show) { opacity: 0; }
.collapse:not(.show) { display: none; }
.collapsing { position: relative; height: 0px; overflow: hidden; transition: height 0.4s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .collapsing { transition: none 0s ease 0s; }
}
.dropup, .dropright, .dropdown, .dropleft { position: relative; }
.dropdown-toggle { white-space: nowrap; }
.dropdown-toggle::after { margin-left: 1.2px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 700; content: ""; }
.dropdown-toggle:empty::after { margin-left: 0px; }
.dropdown-menu { position: absolute; top: 100%; left: 0px; z-index: 1000; display: none; float: left; min-width: 12rem; padding: 0.35rem 0px; margin: 0.125rem 0px 0px; font-size: 0.875rem; color: rgb(132, 146, 166); text-align: left; list-style: none; background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgba(31, 45, 61, 0.1); border-radius: 0.25rem; box-shadow: none; }
.dropdown-menu-left { right: auto; left: 0px; }
.dropdown-menu-right { right: 0px; left: auto; }
@media (min-width: 576px) {
  .dropdown-menu-sm-left { right: auto; left: 0px; }
  .dropdown-menu-sm-right { right: 0px; left: auto; }
  
}
@media (min-width: 768px) {
  .dropdown-menu-md-left { right: auto; left: 0px; }
  .dropdown-menu-md-right { right: 0px; left: auto; }
  
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left { right: auto; left: 0px; }
  .dropdown-menu-lg-right { right: 0px; left: auto; }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left { right: auto; left: 0px; }
  .dropdown-menu-xl-right { right: 0px; left: auto; }
}
.dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0px; margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after { margin-left: 10.2px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 700; content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â "; }
.dropup .dropdown-toggle:empty::after { margin-left: 0px; }
.dropright .dropdown-menu { top: 0px; right: auto; left: 100%; margin-top: 0px; margin-left: 0.125rem; }
.dropright .dropdown-toggle::after { margin-left: 10.2px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 700; content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦"; }
.dropright .dropdown-toggle:empty::after { margin-left: 0px; }
.dropright .dropdown-toggle::after { vertical-align: 0px; }
.dropleft .dropdown-menu { top: 0px; right: 100%; left: auto; margin-top: 0px; margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after { margin-left: 10.2px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 700; }
.dropleft .dropdown-toggle::after { display: none; }
.dropleft .dropdown-toggle::before { font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 700; display: inline-block; margin-right: 10.2px; content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾"; }
.dropleft .dropdown-toggle:empty::after { margin-left: 0px; }
.dropleft .dropdown-toggle::before { vertical-align: 0px; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { right: auto; bottom: auto; }
.dropdown-divider { height: 0px; margin: 0.5rem 0px; overflow: hidden; border-top: 1px solid rgb(239, 242, 247); }
.dropdown-item { display: block; width: 100%; padding: 0.25rem 1rem; clear: both; font-weight: 400; color: rgb(132, 146, 166); text-align: inherit; white-space: nowrap; background-color: transparent; border: 0px; }
.dropdown-item:hover, .dropdown-item:focus { color: rgb(110, 0, 255); text-decoration: none; background-color: transparent; }
.dropdown-item.active, .dropdown-item:active { color: rgb(110, 0, 255); text-decoration: none; background-color: transparent; }
.dropdown-item.disabled, .dropdown-item:disabled { color: rgb(192, 204, 218); pointer-events: none; background-color: transparent; }
.dropdown-menu.show { display: block; }
.dropdown-header { display: block; padding: 0.35rem 1rem; margin-bottom: 0px; font-size: 0.875rem; color: rgb(192, 204, 218); white-space: nowrap; }
.dropdown-item-text { display: block; padding: 0.25rem 1rem; color: rgb(132, 146, 166); }
.btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; }
.btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 1 1 auto; }
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 1; }
.btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.btn-toolbar .input-group { width: auto; }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) { margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.dropdown-toggle-split { padding-right: 1.3125rem; padding-left: 1.3125rem; }
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0px; }
.dropleft .dropdown-toggle-split::before { margin-right: 0px; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.9375rem; padding-left: 0.9375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 1.40625rem; padding-left: 1.40625rem; }
.btn-group.show .dropdown-toggle { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-group.show .dropdown-toggle.btn-link { box-shadow: none; }
.btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; }
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0px; }
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0px, 0px, 0px, 0px); pointer-events: none; }
.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file { position: relative; flex: 1 1 auto; width: 1%; min-width: 0px; margin-bottom: 0px; }
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; }
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { z-index: 3; }
.input-group > .custom-file .custom-file-input:focus { z-index: 4; }
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.input-group > .custom-file { display: flex; align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.input-group > .custom-file:not(:first-child) .custom-file-label { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.input-group-prepend, .input-group-append { display: flex; }
.input-group-prepend .btn, .input-group-append .btn { position: relative; z-index: 2; }
.input-group-prepend .btn:focus, .input-group-append .btn:focus { z-index: 3; }
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn { margin-left: -1px; }
.input-group-prepend { margin-right: -1px; }
.input-group-append { margin-left: -1px; }
.input-group-text { display: flex; align-items: center; padding: 0.75rem 1.25rem; margin-bottom: 0px; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(192, 204, 218); text-align: center; white-space: nowrap; background-color: rgb(250, 251, 254); border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem; }
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0px; }
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select { height: calc(1.5em + 2rem + 2px); }
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { padding: 1rem 1.875rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.375rem; }
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select { height: calc(1.5em + 1rem + 2px); }
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { padding: 0.5rem 1.25rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
.input-group-lg > .custom-select, .input-group-sm > .custom-select { padding-right: 2.25rem; }
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.custom-control { position: relative; z-index: 1; display: block; min-height: 1.7rem; padding-left: 1.75rem; -webkit-print-color-adjust: exact; }
.custom-control-inline { display: inline-flex; margin-right: 1rem; }
.custom-control-input { position: absolute; left: 0px; z-index: -1; width: 1rem; height: 1.35rem; opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before { color: rgb(255, 255, 255); border-color: rgb(99, 0, 230); background-color: rgb(99, 0, 230); box-shadow: none; }
.custom-control-input:focus ~ .custom-control-label::before { box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset, rgba(110, 0, 255, 0.1) 0px 0px 20px; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: rgba(110, 0, 255, 0.5); }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: rgb(255, 255, 255); background-color: rgb(197, 153, 255); border-color: rgb(197, 153, 255); box-shadow: none; }
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: rgb(192, 204, 218); }
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: rgb(239, 242, 247); }
.custom-control-label { position: relative; margin-bottom: 0px; vertical-align: top; }
.custom-control-label::before { position: absolute; top: 0.35rem; left: -1.75rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: rgb(229, 233, 242); border: 0px solid rgb(239, 242, 247); box-shadow: none; }
.custom-control-label::after { position: absolute; top: 0.35rem; left: -1.75rem; display: block; width: 1rem; height: 1rem; content: ""; background: 50% center / 50% 50% no-repeat; }
.custom-checkbox .custom-control-label::before { border-radius: 0.25rem; }
.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"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: rgb(99, 0, 230); background-color: rgb(99, 0, 230); box-shadow: none; }
.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"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(110, 0, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(110, 0, 255, 0.5); }
.custom-radio .custom-control-label::before { border-radius: 50%; }
.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"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(110, 0, 255, 0.5); }
.custom-switch { padding-left: 3.75rem; }
.custom-switch .custom-control-label::before { left: -3.75rem; width: 3rem; pointer-events: all; border-radius: 0.5625rem; }
.custom-switch .custom-control-label::after { top: 0.35rem; left: -3.75rem; width: 1.125rem; height: 1.125rem; background-color: rgb(239, 242, 247); border-radius: 0.5625rem; transition: transform 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after { transition: none 0s ease 0s; }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: rgb(229, 233, 242); transform: translateX(2rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(110, 0, 255, 0.5); }
.custom-select { display: inline-block; width: 100%; height: calc(1.5em + 1.5rem + 2px); padding: 0.75rem 2.25rem 0.75rem 1.25rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(132, 146, 166); vertical-align: middle; 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='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center / 8px 10px no-repeat rgb(255, 255, 255); border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 2px inset; appearance: none; }
.custom-select:focus { border-color: rgba(110, 0, 255, 0.5); outline: 0px; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 2px inset, rgba(110, 0, 255, 0.1) 0px 0px 20px; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 1.25rem; background-image: none; }
.custom-select:disabled { color: rgb(192, 204, 218); background-color: rgb(239, 242, 247); }
.custom-select-sm { height: calc(1.5em + 1rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1.25rem; font-size: 0.875rem; }
.custom-select-lg { height: calc(1.5em + 2rem + 2px); padding-top: 1rem; padding-bottom: 1rem; padding-left: 1.875rem; font-size: 1.25rem; }
.custom-file { position: relative; display: inline-block; width: 100%; height: calc(1.5em + 1.5rem + 2px); margin-bottom: 0px; }
.custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + 1.5rem + 2px); margin: 0px; opacity: 0; }
.custom-file-input:focus ~ .custom-file-label { border-color: rgba(110, 0, 255, 0.5); box-shadow: rgba(110, 0, 255, 0.1) 0px 0px 20px; }
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { background-color: rgb(239, 242, 247); }
.custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; }
.custom-file-input ~ .custom-file-label[data-browse]::after { content: attr(data-browse); }
.custom-file-label { position: absolute; top: 0px; right: 0px; left: 0px; z-index: 1; height: calc(1.5em + 1.5rem + 2px); padding: 0.75rem 1.25rem; font-weight: 400; line-height: 1.5; color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset; }
.custom-file-label::after { position: absolute; top: 0px; right: 0px; bottom: 0px; z-index: 3; display: block; height: calc(1.5em + 1.5rem); padding: 0.75rem 1.25rem; line-height: 1.5; color: rgb(132, 146, 166); content: "Browse"; background-color: rgb(250, 251, 254); border-left: inherit; border-radius: 0px 0.25rem 0.25rem 0px; }
.custom-range { width: 100%; height: 1rem; padding: 0px; background-color: transparent; appearance: none; }
.custom-range:focus { outline: none; }
.custom-range:focus::-webkit-slider-thumb { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(110, 0, 255, 0.1) 0px 0px 20px; }
.custom-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: rgb(99, 0, 230); border: 0px; border-radius: 1rem; box-shadow: rgba(31, 45, 61, 0.1) 0px 0.1rem 0.25rem; transition: background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; appearance: none; }
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb { transition: none 0s ease 0s; }
}
.custom-range::-webkit-slider-thumb:active { background-color: rgb(197, 153, 255); }
.custom-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: rgb(229, 233, 242); border-color: transparent; border-radius: 1rem; box-shadow: rgba(31, 45, 61, 0.1) 0px 0.25rem 0.25rem inset; }
@media (prefers-reduced-motion: reduce) {
}
@media (prefers-reduced-motion: reduce) {
}
.custom-range:disabled::-webkit-slider-thumb { background-color: rgb(211, 220, 230); }
.custom-range:disabled::-webkit-slider-runnable-track { cursor: default; }
.custom-control-label::before, .custom-file-label, .custom-select { transition: background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select { transition: none 0s ease 0s; }
}
.nav { display: flex; flex-wrap: wrap; padding-left: 0px; margin-bottom: 0px; list-style: none; }
.nav-link { display: block; padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus { text-decoration: none; }
.nav-link.disabled { color: rgb(192, 204, 218); pointer-events: none; cursor: default; }
.nav-tabs { border-bottom: 1px solid rgb(229, 233, 242); }
.nav-tabs .nav-item { margin-bottom: -1px; }
.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: rgb(239, 242, 247) rgb(239, 242, 247) rgb(229, 233, 242); }
.nav-tabs .nav-link.disabled { color: rgb(192, 204, 218); background-color: transparent; border-color: transparent; }
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); border-color: rgb(229, 233, 242) rgb(229, 233, 242) rgb(255, 255, 255); }
.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.nav-pills .nav-link { border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: rgb(255, 255, 255); background-color: rgb(99, 0, 230); }
.nav-fill > .nav-link, .nav-fill .nav-item { flex: 1 1 auto; text-align: center; }
.nav-justified > .nav-link, .nav-justified .nav-item { flex-basis: 0px; flex-grow: 1; text-align: center; }
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }
.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.75rem 1rem; }
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.navbar-brand { display: inline-block; padding-top: 0.2875rem; padding-bottom: 0.2875rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
.navbar-nav { display: flex; flex-direction: column; padding-left: 0px; margin-bottom: 0px; list-style: none; }
.navbar-nav .nav-link { padding-right: 0px; padding-left: 0px; }
.navbar-nav .dropdown-menu { position: static; float: none; }
.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }
.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; }
.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; }
.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }
.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: center center / 100% 100% no-repeat; }
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl { padding-right: 0px; padding-left: 0px; }
}
@media (min-width: 576px) {
  .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav { flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl { flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse { flex-basis: auto; display: flex !important; }
  .navbar-expand-sm .navbar-toggler { display: none; }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl { padding-right: 0px; padding-left: 0px; }
}
@media (min-width: 768px) {
  .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; }
  .navbar-expand-md .navbar-nav { flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl { flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse { flex-basis: auto; display: flex !important; }
  .navbar-expand-md .navbar-toggler { display: none; }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl { padding-right: 0px; padding-left: 0px; }
}
@media (min-width: 992px) {
  .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav { flex-direction: row; justify-content: space-between;}
  .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl { flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse { flex-basis: auto; display: flex !important; }
  .navbar-expand-lg .navbar-toggler { display: none; }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl { padding-right: 0px; padding-left: 0px; }
}
@media (min-width: 1200px) {
  .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav { flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl { flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse { flex-basis: auto; display: flex !important; }
  .navbar-expand-xl .navbar-toggler { display: none; }
}
.increase{width: 416px;}
.navbar-expand { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl { padding-right: 0px; padding-left: 0px; }
.navbar-expand .navbar-nav { flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl { flex-wrap: nowrap; }
.navbar-expand .navbar-collapse { flex-basis: auto; display: flex !important; }
.navbar-expand .navbar-toggler { display: none; }
.navbar-light .navbar-brand { color: rgba(31, 45, 61, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(31, 45, 61, 0.9); }
.navbar-light .navbar-nav .nav-link { color: rgba(31, 45, 61, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(31, 45, 61, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled { color: rgba(31, 45, 61, 0.3); }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(31, 45, 61, 0.9); }
.navbar-light .navbar-toggler { color: rgba(31, 45, 61, 0.5); border-color: transparent; }
.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%2831, 45, 61, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text { color: rgba(31, 45, 61, 0.5); }
.navbar-light .navbar-text a { color: rgba(31, 45, 61, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(31, 45, 61, 0.9); }
.navbar-dark .navbar-brand { color: rgb(255, 255, 255); }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: rgb(255, 255, 255); }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.85); }
.navbar-dark .navbar-nav .nav-link1 { color: rgba(0,0,0); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgb(255, 255, 255); }
.navbar-dark .navbar-nav .nav-link1:hover, .navbar-dark .navbar-nav .nav-link1:focus { color: rgb(0, 0, 0); }
.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .nav-link1.disabled { color: rgba(0, 0, 0); }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: rgb(255, 255, 255); }
.navbar-dark .navbar-nav .show > .nav-link1, .navbar-dark .navbar-nav .active > .nav-link1, .navbar-dark .navbar-nav .nav-link1.show, .navbar-dark .navbar-nav .nav-link1.active { color: rgb(0, 0, 0); }
.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.85); border-color: transparent; }
.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.85); }
.navbar-dark .navbar-text a { color: rgb(255, 255, 255); }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: rgb(255, 255, 255); }
.card { position: relative; display: flex; flex-direction: column; min-width: 0px; overflow-wrap: break-word; background-color: rgb(255, 255, 255); background-clip: border-box; border: 1px solid rgb(239, 242, 247); border-radius: 0.375rem; }
.card > hr { margin-right: 0px; margin-left: 0px; }
.card > .list-group { border-top: inherit; border-bottom: inherit; }
.card > .list-group:first-child { border-top-width: 0px; border-top-left-radius: calc(0.375rem - 1px); border-top-right-radius: calc(0.375rem - 1px); }
.card > .list-group:last-child { border-bottom-width: 0px; border-bottom-right-radius: calc(0.375rem - 1px); border-bottom-left-radius: calc(0.375rem - 1px); }
.card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0px; }
.card-body { flex: 1 1 auto; min-height: 1px; padding: 1.5rem; color: rgb(132, 146, 166); }
.card-title { margin-bottom: 1rem; }
.card-subtitle { margin-top: -0.5rem; margin-bottom: 0px; }
.card-text:last-child { margin-bottom: 0px; }
.card-link:hover { text-decoration: none; }
.card-link + .card-link { margin-left: 1.5rem; }
.card-header { padding: 1rem 1.5rem; margin-bottom: 0px; background-color: transparent; border-bottom: 1px solid rgb(239, 242, 247); }
.card-header:first-child { border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0px 0px; }
.card-footer { padding: 1rem 1.5rem; background-color: transparent; border-top: 1px solid rgb(239, 242, 247); }
.card-footer:last-child { border-radius: 0px 0px calc(0.375rem - 1px) calc(0.375rem - 1px); }
.card-header-tabs { margin-right: -0.75rem; margin-bottom: -1rem; margin-left: -0.75rem; border-bottom: 0px; }
.card-header-pills { margin-right: -0.75rem; margin-left: -0.75rem; }
.card-img-overlay { position: absolute; inset: 0px; padding: 1.25rem; border-radius: calc(0.375rem - 1px); }
.card-img, .card-img-top, .card-img-bottom { flex-shrink: 0; width: 100%; }
.card-img, .card-img-top { border-top-left-radius: calc(0.375rem - 1px); border-top-right-radius: calc(0.375rem - 1px); }
.card-img, .card-img-bottom { border-bottom-right-radius: calc(0.375rem - 1px); border-bottom-left-radius: calc(0.375rem - 1px); }
.card-deck .card { margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck { display: flex; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; }
  .card-deck .card { flex: 1 0 0%; margin-right: 15px; margin-bottom: 0px; margin-left: 15px; }
}
.card-group > .card { margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group { display: flex; flex-flow: row wrap; }
  .card-group > .card { flex: 1 0 0%; margin-bottom: 0px; }
  .card-group > .card + .card { margin-left: 0px; border-left: 0px; }
  .card-group > .card:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0px; }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0px; }
  .card-group > .card:not(:first-child) { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0px; }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0px; }
}
.card-columns .card { margin-bottom: 1rem; }
@media (min-width: 576px) {
  .card-columns { column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1; }
  .card-columns .card { display: inline-block; width: 100%; }
}
.accordion { overflow-anchor: none; }
.accordion > .card { overflow: hidden; }
.accordion > .card:not(:last-of-type) { border-bottom: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.accordion > .card:not(:first-of-type) { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.accordion > .card > .card-header { border-radius: 0px; margin-bottom: -1px; }
.breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 0px; list-style: none; background-color: transparent; border-radius: 0.25rem; }
.breadcrumb-item { display: flex; }
.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: rgb(224, 230, 237); content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; }
.breadcrumb-item.active { color: rgb(192, 204, 218); }
.pagination { display: flex; padding-left: 0px; list-style: none; border-radius: 0.25rem; }
.page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: rgb(192, 204, 218); background-color: rgb(255, 255, 255); border: 1px solid rgb(229, 233, 242); }
.page-link:hover { z-index: 2; color: rgb(192, 204, 218); text-decoration: none; background-color: rgb(229, 233, 242); border-color: rgb(229, 233, 242); }
.page-link:focus { z-index: 3; outline: 0px; box-shadow: rgba(99, 0, 230, 0.25) 0px 0px 0px; }
.page-item:first-child .page-link { margin-left: 0px; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link { z-index: 3; color: rgb(255, 255, 255); background-color: rgb(99, 0, 230); border-color: rgb(99, 0, 230); }
.page-item.disabled .page-link { color: rgb(192, 204, 218); pointer-events: none; cursor: auto; background-color: rgb(255, 255, 255); border-color: rgb(229, 233, 242); }
.pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; }
.pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; }
.pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; }
.badge { display: inline-block; padding: 0.25rem 0.5rem; font-size: 80%; 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 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
  .badge { transition: none 0s ease 0s; }
}
a.badge:hover, a.badge:focus { text-decoration: none; }
.badge:empty { display: none; }
.btn .badge { position: relative; top: -1px; }
.badge-pill { padding-right: 0.875em; padding-left: 0.875em; border-radius: 50rem; }
.badge-primary { color: rgb(255, 255, 255); background-color: rgb(110, 0, 255); }
a.badge-primary:hover, a.badge-primary:focus { color: rgb(255, 255, 255); background-color: rgb(88, 0, 204); }
a.badge-primary:focus, a.badge-primary.focus { outline: 0px; box-shadow: rgba(110, 0, 255, 0.5) 0px 0px 0px 0px; }
.badge-secondary { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); }
a.badge-secondary:hover, a.badge-secondary:focus { color: rgb(39, 52, 68); background-color: rgb(205, 214, 230); }
a.badge-secondary:focus, a.badge-secondary.focus { outline: 0px; box-shadow: rgba(239, 242, 247, 0.5) 0px 0px 0px 0px; }
.badge-success { color: rgb(255, 255, 255); background-color: rgb(54, 179, 126); }
a.badge-success:hover, a.badge-success:focus { color: rgb(255, 255, 255); background-color: rgb(42, 140, 98); }
a.badge-success:focus, a.badge-success.focus { outline: 0px; box-shadow: rgba(54, 179, 126, 0.5) 0px 0px 0px 0px; }
.badge-info { color: rgb(255, 255, 255); background-color: rgb(0, 184, 217); }
a.badge-info:hover, a.badge-info:focus { color: rgb(255, 255, 255); background-color: rgb(0, 141, 166); }
a.badge-info:focus, a.badge-info.focus { outline: 0px; box-shadow: rgba(0, 184, 217, 0.5) 0px 0px 0px 0px; }
.badge-warning { color: rgb(255, 255, 255); background-color: rgb(255, 171, 0); }
a.badge-warning:hover, a.badge-warning:focus { color: rgb(255, 255, 255); background-color: rgb(204, 137, 0); }
a.badge-warning:focus, a.badge-warning.focus { outline: 0px; box-shadow: rgba(255, 171, 0, 0.5) 0px 0px 0px 0px; }
.badge-danger { color: rgb(255, 255, 255); background-color: rgb(255, 86, 48); }
a.badge-danger:hover, a.badge-danger:focus { color: rgb(255, 255, 255); background-color: rgb(252, 46, 0); }
a.badge-danger:focus, a.badge-danger.focus { outline: 0px; box-shadow: rgba(255, 86, 48, 0.5) 0px 0px 0px 0px; }
.badge-light { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); }
a.badge-light:hover, a.badge-light:focus { color: rgb(39, 52, 68); background-color: rgb(205, 214, 230); }
a.badge-light:focus, a.badge-light.focus { outline: 0px; box-shadow: rgba(239, 242, 247, 0.5) 0px 0px 0px 0px; }
.badge-dark { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); }
a.badge-dark:hover, a.badge-dark:focus { color: rgb(255, 255, 255); background-color: rgb(20, 27, 36); }
a.badge-dark:focus, a.badge-dark.focus { outline: 0px; box-shadow: rgba(39, 52, 68, 0.5) 0px 0px 0px 0px; }
.badge-neutral { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); }
a.badge-neutral:hover, a.badge-neutral:focus { color: rgb(39, 52, 68); background-color: rgb(230, 230, 230); }
a.badge-neutral:focus, a.badge-neutral.focus { outline: 0px; box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 0px; }
.badge-white { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); }
a.badge-white:hover, a.badge-white:focus { color: rgb(39, 52, 68); background-color: rgb(230, 230, 230); }
a.badge-white:focus, a.badge-white.focus { outline: 0px; box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 0px; }
.jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: rgb(239, 242, 247); border-radius: 0.375rem; }
@media (min-width: 576px) {
  .jumbotron { padding: 4rem 2rem; }
}
.jumbotron-fluid { padding-right: 0px; padding-left: 0px; border-radius: 0px; }
.alert { position: relative; padding: 0.875rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; }
.alert-heading { color: inherit; }
.alert-link { font-weight: 600; }
.alert-dismissible { padding-right: 3rem; }
.alert-dismissible .close { position: absolute; top: 0px; right: 0px; z-index: 2; padding: 0.875rem; color: inherit; }
.alert-primary { color: rgb(72, 22, 162); background-color: rgb(226, 204, 255); border-color: rgb(214, 184, 255); }
.alert-primary hr { border-top-color: rgb(199, 159, 255); }
.alert-primary .alert-link { color: rgb(52, 16, 117); }
.alert-secondary { color: rgb(139, 147, 158); background-color: rgb(252, 252, 253); border-color: rgb(251, 251, 253); }
.alert-secondary hr { border-top-color: rgb(234, 234, 245); }
.alert-secondary .alert-link { color: rgb(112, 121, 134); }
.alert-success { color: rgb(43, 115, 95); background-color: rgb(215, 240, 229); border-color: rgb(199, 234, 219); }
.alert-success hr { border-top-color: rgb(180, 227, 207); }
.alert-success .alert-link { color: rgb(29, 78, 64); }
.alert-info { color: rgb(15, 117, 142); background-color: rgb(204, 241, 247); border-color: rgb(184, 235, 244); }
.alert-info hr { border-top-color: rgb(162, 229, 241); }
.alert-info .alert-link { color: rgb(10, 79, 96); }
.alert-warning { color: rgb(147, 111, 29); background-color: rgb(255, 238, 204); border-color: rgb(255, 231, 184); }
.alert-warning hr { border-top-color: rgb(255, 222, 159); }
.alert-warning .alert-link { color: rgb(104, 79, 21); }
.alert-danger { color: rgb(147, 66, 54); background-color: rgb(255, 221, 214); border-color: rgb(255, 208, 197); }
.alert-danger hr { border-top-color: rgb(255, 187, 172); }
.alert-danger .alert-link { color: rgb(110, 49, 40); }
.alert-light { color: rgb(139, 147, 158); background-color: rgb(252, 252, 253); border-color: rgb(251, 251, 253); }
.alert-light hr { border-top-color: rgb(234, 234, 245); }
.alert-light .alert-link { color: rgb(112, 121, 134); }
.alert-dark { color: rgb(35, 49, 65); background-color: rgb(212, 214, 218); border-color: rgb(195, 198, 203); }
.alert-dark hr { border-top-color: rgb(181, 185, 191); }
.alert-dark .alert-link { color: rgb(17, 24, 32); }
.alert-neutral { color: rgb(147, 154, 162); background-color: white; border-color: white; }
.alert-neutral hr { border-top-color: rgb(242, 242, 242); }
.alert-neutral .alert-link { color: rgb(120, 128, 138); }
.alert-white { color: rgb(147, 154, 162); background-color: white; border-color: white; }
.alert-white hr { border-top-color: rgb(242, 242, 242); }
.alert-white .alert-link { color: rgb(120, 128, 138); }
@keyframes progress-bar-stripes { 
  0% { background-position: 0.5rem 0px; }
  100% { background-position: 0px 0px; }
}
.progress { display: flex; height: 0.5rem; overflow: hidden; line-height: 0; font-size: 0.75rem; background-color: rgb(239, 242, 247); border-radius: 50rem; box-shadow: rgba(31, 45, 61, 0.1) 0px 0.1rem 0.1rem inset; }
.progress-bar { display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: rgb(255, 255, 255); text-align: center; white-space: nowrap; background-color: rgb(110, 0, 255); transition: width 0.6s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .progress-bar { transition: none 0s ease 0s; }
}
.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: 0.5rem 0.5rem; }
.progress-bar-animated { animation: 1s linear 0s infinite normal none running progress-bar-stripes; }
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated { animation: 0s ease 0s 1 normal none running none; }
}
.media { display: flex; align-items: flex-start; }
.media-body { flex: 1 1 0%; }
.list-group { display: flex; flex-direction: column; padding-left: 0px; margin-bottom: 0px; border-radius: 0.25rem; }
.list-group-item-action { width: 100%; color: rgb(132, 146, 166); text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: rgb(132, 146, 166); text-decoration: none; background-color: rgb(250, 251, 254); }
.list-group-item-action:active { color: rgb(132, 146, 166); background-color: rgb(239, 242, 247); }
.list-group-item { position: relative; display: block; padding: 1rem 1.5rem; background-color: rgb(255, 255, 255); border: 1px solid rgb(239, 242, 247); }
.list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; }
.list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; }
.list-group-item.disabled, .list-group-item:disabled { color: rgb(192, 204, 218); pointer-events: none; background-color: rgb(255, 255, 255); }
.list-group-item.active { z-index: 2; color: rgb(255, 255, 255); background-color: rgb(99, 0, 230); border-color: rgb(99, 0, 230); }
.list-group-item + .list-group-item { border-top-width: 0px; }
.list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; }
.list-group-horizontal { flex-direction: row; }
.list-group-horizontal > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0px; }
.list-group-horizontal > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0px; }
.list-group-horizontal > .list-group-item.active { margin-top: 0px; }
.list-group-horizontal > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0px; }
.list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
@media (min-width: 576px) {
  .list-group-horizontal-sm { flex-direction: row; }
  .list-group-horizontal-sm > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0px; }
  .list-group-horizontal-sm > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0px; }
  .list-group-horizontal-sm > .list-group-item.active { margin-top: 0px; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0px; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}
@media (min-width: 768px) {
  .list-group-horizontal-md { flex-direction: row; }
  .list-group-horizontal-md > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0px; }
  .list-group-horizontal-md > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0px; }
  .list-group-horizontal-md > .list-group-item.active { margin-top: 0px; }
  .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0px; }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg { flex-direction: row; }
  .list-group-horizontal-lg > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0px; }
  .list-group-horizontal-lg > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0px; }
  .list-group-horizontal-lg > .list-group-item.active { margin-top: 0px; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0px; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl { flex-direction: row; }
  .list-group-horizontal-xl > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0px; }
  .list-group-horizontal-xl > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0px; }
  .list-group-horizontal-xl > .list-group-item.active { margin-top: 0px; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0px; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
}
.list-group-flush { border-radius: 0px; }
.list-group-flush > .list-group-item { border-width: 0px 0px 1px; }
.list-group-flush > .list-group-item:last-child { border-bottom-width: 0px; }
.list-group-item-primary { color: rgb(72, 22, 162); background-color: rgb(214, 184, 255); }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: rgb(72, 22, 162); background-color: rgb(199, 159, 255); }
.list-group-item-primary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(72, 22, 162); border-color: rgb(72, 22, 162); }
.list-group-item-secondary { color: rgb(139, 147, 158); background-color: rgb(251, 251, 253); }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: rgb(139, 147, 158); background-color: rgb(234, 234, 245); }
.list-group-item-secondary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(139, 147, 158); border-color: rgb(139, 147, 158); }
.list-group-item-success { color: rgb(43, 115, 95); background-color: rgb(199, 234, 219); }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: rgb(43, 115, 95); background-color: rgb(180, 227, 207); }
.list-group-item-success.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(43, 115, 95); border-color: rgb(43, 115, 95); }
.list-group-item-info { color: rgb(15, 117, 142); background-color: rgb(184, 235, 244); }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: rgb(15, 117, 142); background-color: rgb(162, 229, 241); }
.list-group-item-info.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(15, 117, 142); border-color: rgb(15, 117, 142); }
.list-group-item-warning { color: rgb(147, 111, 29); background-color: rgb(255, 231, 184); }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: rgb(147, 111, 29); background-color: rgb(255, 222, 159); }
.list-group-item-warning.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(147, 111, 29); border-color: rgb(147, 111, 29); }
.list-group-item-danger { color: rgb(147, 66, 54); background-color: rgb(255, 208, 197); }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: rgb(147, 66, 54); background-color: rgb(255, 187, 172); }
.list-group-item-danger.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(147, 66, 54); border-color: rgb(147, 66, 54); }
.list-group-item-light { color: rgb(139, 147, 158); background-color: rgb(251, 251, 253); }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: rgb(139, 147, 158); background-color: rgb(234, 234, 245); }
.list-group-item-light.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(139, 147, 158); border-color: rgb(139, 147, 158); }
.list-group-item-dark { color: rgb(35, 49, 65); background-color: rgb(195, 198, 203); }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: rgb(35, 49, 65); background-color: rgb(181, 185, 191); }
.list-group-item-dark.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(35, 49, 65); border-color: rgb(35, 49, 65); }
.list-group-item-neutral { color: rgb(147, 154, 162); background-color: white; }
.list-group-item-neutral.list-group-item-action:hover, .list-group-item-neutral.list-group-item-action:focus { color: rgb(147, 154, 162); background-color: rgb(242, 242, 242); }
.list-group-item-neutral.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(147, 154, 162); border-color: rgb(147, 154, 162); }
.list-group-item-white { color: rgb(147, 154, 162); background-color: white; }
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus { color: rgb(147, 154, 162); background-color: rgb(242, 242, 242); }
.list-group-item-white.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(147, 154, 162); border-color: rgb(147, 154, 162); }
.close { float: right; font-size: 1.25rem; font-weight: 600; line-height: 1; color: rgba(255, 255, 255, 0.6); text-shadow: none; opacity: 0.5; }
.close:hover { color: rgba(255, 255, 255, 0.6); text-decoration: none; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: 0.75; }
button.close { padding: 0px; background-color: transparent; border: 0px; }
a.close.disabled { pointer-events: none; }
.toast { flex-basis: 350px; max-width: 350px; 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: rgba(31, 45, 61, 0.1) 0px 0.25rem 0.75rem; opacity: 0; border-radius: 0.25rem; }
.toast:not(:last-child) { margin-bottom: 0.75rem; }
.toast.showing { opacity: 1; }
.toast.show { display: block; opacity: 1; }
.toast.hide { display: none; }
.toast-header { display: flex; align-items: center; padding: 0.25rem 0.75rem; color: rgb(192, 204, 218); background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }
.toast-body { padding: 0.75rem; }
.modal-open { overflow: hidden; }
.modal-open .modal { overflow: hidden auto; }
.modal { position: fixed; top: 0px; left: 0px; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0px; }
.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }
.modal.fade .modal-dialog { transition: transform 0.3s ease-out 0s; transform: translate(0px, -50px); }
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog { transition: none 0s ease 0s; }
}
.modal.show .modal-dialog { transform: none; }
.modal.modal-static .modal-dialog { transform: scale(1.02); }
.modal-dialog-scrollable { display: flex; max-height: calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; }
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { flex-shrink: 0; }
.modal-dialog-scrollable .modal-body { overflow-y: auto; }
.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); }
.modal-dialog-centered::before { display: block; height: min-content; content: ""; }
.modal-dialog-centered.modal-dialog-scrollable { flex-direction: column; justify-content: center; height: 100%; }
.modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; }
.modal-dialog-centered.modal-dialog-scrollable::before { content: none; }
.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgba(31, 45, 61, 0.2); border-radius: 0.25rem; box-shadow: rgba(31, 45, 61, 0.5) 0px 0.25rem 0.5rem; outline: 0px; }
.modal-backdrop { position: fixed; top: 0px; left: 0px; z-index: 1040; width: 100vw; height: 100vh; background-color: rgb(31, 45, 61); }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.show { opacity: 0.3; }
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1.25rem; border-bottom: 1px solid rgb(239, 242, 247); border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }
.modal-header .close { padding: 1.25rem; margin: -1rem -1rem -1rem auto; }
.modal-title { margin-bottom: 0px; line-height: 1.7; }
.modal-body { position: relative; flex: 1 1 auto; padding: 1.5rem; }
.modal-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; padding: 1.25rem; border-top: 1px solid rgb(239, 242, 247); border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); }
.modal-footer > * { margin: 0.25rem; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 576px) {
  .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
  .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered { min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before { height: min-content; }
  .modal-content { box-shadow: rgba(31, 45, 61, 0.5) 0px 0.5rem 1rem; }
  .modal-sm { max-width: 300px; }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl { max-width: 800px; }
}
@media (min-width: 1200px) {
  .modal-xl { max-width: 1140px; }
}
.tooltip { position: absolute; z-index: 1070; display: block; margin: 0px; font-family: Nunito, sans-serif; font-style: normal; font-weight: 400; line-height: 1.7; 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; overflow-wrap: break-word; opacity: 0; }
.tooltip.show { opacity: 0.9; }
.tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }
.tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0px; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0px; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0px; border-width: 0.4rem 0.4rem 0px; border-top-color: rgb(31, 45, 61); }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0px 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0px; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0px; border-width: 0.4rem 0.4rem 0.4rem 0px; border-right-color: rgb(31, 45, 61); }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0px; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0px; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0px; border-width: 0px 0.4rem 0.4rem; border-bottom-color: rgb(31, 45, 61); }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0px 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0px; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0px; border-width: 0.4rem 0px 0.4rem 0.4rem; border-left-color: rgb(31, 45, 61); }
.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: rgb(255, 255, 255); text-align: center; background-color: rgb(31, 45, 61); border-radius: 0.25rem; }
.popover { position: absolute; top: 0px; left: 0px; z-index: 1060; display: block; max-width: 276px; font-family: Nunito, sans-serif; font-style: normal; font-weight: 400; line-height: 1.7; 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; overflow-wrap: break-word; background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgba(31, 45, 61, 0.05); border-radius: 0.375rem; box-shadow: rgba(31, 45, 61, 0.2) 0px 0.5rem 2rem 0px; }
.popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0px 0.375rem; }
.popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] { margin-bottom: 0.5rem; }
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { bottom: calc(-0.5rem - 1px); }
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { bottom: 0px; border-width: 0.5rem 0.5rem 0px; border-top-color: transparent; }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0px; border-top-color: rgb(255, 255, 255); }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] { margin-left: 0.5rem; }
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.375rem 0px; }
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { left: 0px; border-width: 0.5rem 0.5rem 0.5rem 0px; border-right-color: transparent; }
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0px; border-right-color: rgb(255, 255, 255); }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { margin-top: 0.5rem; }
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { top: calc(-0.5rem - 1px); }
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { top: 0px; border-width: 0px 0.5rem 0.5rem; border-bottom-color: transparent; }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { top: 1px; border-width: 0px 0.5rem 0.5rem; border-bottom-color: rgb(255, 255, 255); }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0px; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid rgb(255, 255, 255); }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] { margin-right: 0.5rem; }
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.375rem 0px; }
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { right: 0px; border-width: 0.5rem 0px 0.5rem 0.5rem; border-left-color: transparent; }
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { right: 1px; border-width: 0.5rem 0px 0.5rem 0.5rem; border-left-color: rgb(255, 255, 255); }
.popover-header { padding: 0.75rem; margin-bottom: 0px; font-size: 1rem; color: rgb(60, 72, 88); background-color: rgb(255, 255, 255); border-bottom: 1px solid rgb(242, 242, 242); border-top-left-radius: calc(0.375rem - 1px); border-top-right-radius: calc(0.375rem - 1px); }
.popover-header:empty { display: none; }
.popover-body { padding: 0.75rem; color: rgb(132, 146, 166); }
.carousel { position: relative; }
.carousel.pointer-event { touch-action: pan-y; }
.carousel-inner { position: relative; width: 100%; overflow: hidden; }
.carousel-inner::after { display: block; clear: both; content: ""; }
.carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
  .carousel-item { transition: none 0s ease 0s; }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; }
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right { transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left { transform: translateX(-100%); }
.carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; }
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right { z-index: 1; opacity: 1; }
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; opacity: 0; transition: opacity 0s ease 0.6s; }
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none 0s ease 0s; }
}
.carousel-control-prev, .carousel-control-next { position: absolute; top: 0px; bottom: 0px; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; color: rgb(255, 255, 255); text-align: center; opacity: 0.5; transition: opacity 0.15s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next { transition: none 0s ease 0s; }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: rgb(255, 255, 255); text-decoration: none; outline: 0px; opacity: 0.9; }
.carousel-control-prev { left: 0px; }
.carousel-control-next { right: 0px; }
.carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: 50% center / 100% 100% no-repeat; }
.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"); }
.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"); }
.carousel-indicators { position: absolute; right: 0px; bottom: 0px; left: 0px; z-index: 15; display: flex; justify-content: center; padding-left: 0px; margin-right: 15%; margin-left: 15%; list-style: none; }
.carousel-indicators li { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: rgb(255, 255, 255); background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: 0.5; transition: opacity 0.6s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li { transition: none 0s ease 0s; }
}
.carousel-indicators .active { opacity: 1; }
.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: rgb(255, 255, 255); text-align: center; }
@keyframes spinner-border { 
  100% { transform: rotate(360deg); }
}
.spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border-width: 0.25em; border-style: solid; border-color: currentcolor transparent currentcolor currentcolor; border-image: initial; border-radius: 50%; animation: 0.75s linear 0s infinite normal none running spinner-border; }
.spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; }
@keyframes spinner-grow { 
  0% { transform: scale(0); }
  50% { opacity: 1; transform: none; }
}
.spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; background-color: currentcolor; border-radius: 50%; opacity: 0; animation: 0.75s linear 0s infinite normal none running spinner-grow; }
.spinner-grow-sm { width: 1rem; height: 1rem; }
.align-baseline { vertical-align: baseline !important; }
.align-top { vertical-align: top !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.align-text-bottom { vertical-align: text-bottom !important; }
.align-text-top { vertical-align: text-top !important; }
.bg-primary { background-color: rgb(110, 0, 255) !important; }
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: rgb(88, 0, 204) !important; }
.bg-secondary { background-color: rgb(239, 242, 247) !important; }
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: rgb(205, 214, 230) !important; }
.bg-success { background-color: rgb(54, 179, 126) !important; }
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: rgb(42, 140, 98) !important; }
.bg-info { background-color: rgb(0, 184, 217) !important; }
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: rgb(0, 141, 166) !important; }
.bg-warning { background-color: rgb(255, 171, 0) !important; }
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: rgb(204, 137, 0) !important; }
.bg-danger { background-color: rgb(255, 86, 48) !important; }
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: rgb(252, 46, 0) !important; }
.bg-light { background-color: rgb(239, 242, 247) !important; }
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: rgb(205, 214, 230) !important; }
.bg-dark { background-color: rgb(39, 52, 68) !important; }
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: rgb(20, 27, 36) !important; }
.bg-neutral { background-color: rgb(255, 255, 255) !important; }
a.bg-neutral:hover, a.bg-neutral:focus, button.bg-neutral:hover, button.bg-neutral:focus { background-color: rgb(230, 230, 230) !important; }
.bg-white { background-color: rgb(255, 255, 255) !important; }
a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus { background-color: rgb(230, 230, 230) !important; }
.bg-white { background-color: rgb(255, 255, 255) !important; }
.bg-transparent { background-color: transparent !important; }
.border { border: 1px solid rgb(239, 242, 247) !important; }
.border-top { border-top: 1px solid rgb(239, 242, 247) !important; }
.border-right { border-right: 1px solid rgb(239, 242, 247) !important; }
.border-bottom { border-bottom: 1px solid rgb(239, 242, 247) !important; }
.border-left { border-left: 1px solid rgb(239, 242, 247) !important; }
.border-0 { border: 0px !important; }
.border-top-0 { border-top: 0px !important; }
.border-right-0 { border-right: 0px !important; }
.border-bottom-0 { border-bottom: 0px !important; }
.border-left-0 { border-left: 0px !important; }
.border-primary { border-color: rgb(110, 0, 255) !important; }
.border-secondary { border-color: rgb(239, 242, 247) !important; }
.border-success { border-color: rgb(54, 179, 126) !important; }
.border-info { border-color: rgb(0, 184, 217) !important; }
.border-warning { border-color: rgb(255, 171, 0) !important; }
.border-danger { border-color: rgb(255, 86, 48) !important; }
.border-light { border-color: rgb(239, 242, 247) !important; }
.border-dark { border-color: rgb(39, 52, 68) !important; }
.border-neutral { border-color: rgb(255, 255, 255) !important; }
.border-white { border-color: rgb(255, 255, 255) !important; }
.border-white { border-color: rgb(255, 255, 255) !important; }
.rounded-sm { border-radius: 0.2rem !important; }
.rounded { border-radius: 0.25rem !important; }
.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }
.rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }
.rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }
.rounded-lg { border-radius: 0.375rem !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-pill { border-radius: 50rem !important; }
.rounded-0 { border-radius: 0px !important; }
.clearfix::after { display: block; clear: both; content: ""; }
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
@media (min-width: 576px) {
  .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: flex !important; }
  .d-sm-inline-flex { display: inline-flex !important; }
}
@media (min-width: 768px) {
  .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: flex !important; }
  .d-md-inline-flex { display: inline-flex !important; }
}
@media (min-width: 992px) {
  .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: flex !important; }
  .d-lg-inline-flex { display: inline-flex !important; }
}
@media (min-width: 1200px) {
  .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: flex !important; }
  .d-xl-inline-flex { display: inline-flex !important; }
}
@media print {
  .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: flex !important; }
  .d-print-inline-flex { display: inline-flex !important; }
}
.embed-responsive { position: relative; display: block; width: 100%; padding: 0px; overflow: hidden; }
.embed-responsive::before { display: block; content: ""; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; border: 0px; }
.embed-responsive-21by9::before { padding-top: 42.8571%; }
.embed-responsive-16by9::before { padding-top: 56.25%; }
.embed-responsive-4by3::before { padding-top: 75%; }
.embed-responsive-1by1::before { padding-top: 100%; }
.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
.flex-fill { flex: 1 1 auto !important; }
.flex-grow-0 { flex-grow: 0 !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-shrink-1 { flex-shrink: 1 !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.align-items-start { align-items: center !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }
.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.align-self-auto { align-self: auto !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }
@media (min-width: 576px) {
  .flex-sm-row { flex-direction: row !important; }
  .flex-sm-column { flex-direction: column !important; }
  .flex-sm-row-reverse { flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { flex-direction: column-reverse !important; }
  .flex-sm-wrap { flex-wrap: wrap !important; }
  .flex-sm-nowrap { flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-sm-fill { flex: 1 1 auto !important; }
  .flex-sm-grow-0 { flex-grow: 0 !important; }
  .flex-sm-grow-1 { flex-grow: 1 !important; }
  .flex-sm-shrink-0 { flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { flex-shrink: 1 !important; }
  .justify-content-sm-start { justify-content: flex-start !important; }
  .justify-content-sm-end { justify-content: flex-end !important; }
  .justify-content-sm-center { justify-content: center !important; }
  .justify-content-sm-between { justify-content: space-between !important; }
  .justify-content-sm-around { justify-content: space-around !important; }
  .align-items-sm-start { align-items: flex-start !important; }
  .align-items-sm-end { align-items: flex-end !important; }
  .align-items-sm-center { align-items: center !important; }
  .align-items-sm-baseline { align-items: baseline !important; }
  .align-items-sm-stretch { align-items: stretch !important; }
  .align-content-sm-start { align-content: flex-start !important; }
  .align-content-sm-end { align-content: flex-end !important; }
  .align-content-sm-center { align-content: center !important; }
  .align-content-sm-between { align-content: space-between !important; }
  .align-content-sm-around { align-content: space-around !important; }
  .align-content-sm-stretch { align-content: stretch !important; }
  .align-self-sm-auto { align-self: auto !important; }
  .align-self-sm-start { align-self: flex-start !important; }
  .align-self-sm-end { align-self: flex-end !important; }
  .align-self-sm-center { align-self: center !important; }
  .align-self-sm-baseline { align-self: baseline !important; }
  .align-self-sm-stretch { align-self: stretch !important; }
}
@media (min-width: 768px) {
  .flex-md-row { flex-direction: row !important; }
  .flex-md-column { flex-direction: column !important; }
  .flex-md-row-reverse { flex-direction: row-reverse !important; }
  .flex-md-column-reverse { flex-direction: column-reverse !important; }
  .flex-md-wrap { flex-wrap: wrap !important; }
  .flex-md-nowrap { flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-md-fill { flex: 1 1 auto !important; }
  .flex-md-grow-0 { flex-grow: 0 !important; }
  .flex-md-grow-1 { flex-grow: 1 !important; }
  .flex-md-shrink-0 { flex-shrink: 0 !important; }
  .flex-md-shrink-1 { flex-shrink: 1 !important; }
  .justify-content-md-start { justify-content: flex-start !important; }
  .justify-content-md-end { justify-content: flex-end !important; }
  .justify-content-md-center { justify-content: center !important; }
  .justify-content-md-between { justify-content: space-between !important; }
  .justify-content-md-around { justify-content: space-around !important; }
  .align-items-md-start { align-items: flex-start !important; }
  .align-items-md-end { align-items: flex-end !important; }
  .align-items-md-center { align-items: center !important; }
  .align-items-md-baseline { align-items: baseline !important; }
  .align-items-md-stretch { align-items: stretch !important; }
  .align-content-md-start { align-content: flex-start !important; }
  .align-content-md-end { align-content: flex-end !important; }
  .align-content-md-center { align-content: center !important; }
  .align-content-md-between { align-content: space-between !important; }
  .align-content-md-around { align-content: space-around !important; }
  .align-content-md-stretch { align-content: stretch !important; }
  .align-self-md-auto { align-self: auto !important; }
  .align-self-md-start { align-self: flex-start !important; }
  .align-self-md-end { align-self: flex-end !important; }
  .align-self-md-center { align-self: center !important; }
  .align-self-md-baseline { align-self: baseline !important; }
  .align-self-md-stretch { align-self: stretch !important; }
}
@media (min-width: 992px) {
  .flex-lg-row { flex-direction: row !important; }
  .flex-lg-column { flex-direction: column !important; }
  .flex-lg-row-reverse { flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { flex-direction: column-reverse !important; }
  .flex-lg-wrap { flex-wrap: wrap !important; }
  .flex-lg-nowrap { flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-lg-fill { flex: 1 1 auto !important; }
  .flex-lg-grow-0 { flex-grow: 0 !important; }
  .flex-lg-grow-1 { flex-grow: 1 !important; }
  .flex-lg-shrink-0 { flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { flex-shrink: 1 !important; }
  .justify-content-lg-start { justify-content: flex-start !important; }
  .justify-content-lg-end { justify-content: flex-end !important; }
  .justify-content-lg-center { justify-content: center !important; }
  .justify-content-lg-between { justify-content: space-between !important; }
  .justify-content-lg-around { justify-content: space-around !important; }
  .align-items-lg-start { align-items: flex-start !important; }
  .align-items-lg-end { align-items: flex-end !important; }
  .align-items-lg-center { align-items: center !important; }
  .align-items-lg-baseline { align-items: baseline !important; }
  .align-items-lg-stretch { align-items: stretch !important; }
  .align-content-lg-start { align-content: flex-start !important; }
  .align-content-lg-end { align-content: flex-end !important; }
  .align-content-lg-center { align-content: center !important; }
  .align-content-lg-between { align-content: space-between !important; }
  .align-content-lg-around { align-content: space-around !important; }
  .align-content-lg-stretch { align-content: stretch !important; }
  .align-self-lg-auto { align-self: auto !important; }
  .align-self-lg-start { align-self: flex-start !important; }
  .align-self-lg-end { align-self: flex-end !important; }
  .align-self-lg-center { align-self: center !important; }
  .align-self-lg-baseline { align-self: baseline !important; }
  .align-self-lg-stretch { align-self: stretch !important; }
}
@media (min-width: 1200px) {
  .flex-xl-row { flex-direction: row !important; }
  .flex-xl-column { flex-direction: column !important; }
  .flex-xl-row-reverse { flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { flex-direction: column-reverse !important; }
  .flex-xl-wrap { flex-wrap: wrap !important; }
  .flex-xl-nowrap { flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-xl-fill { flex: 1 1 auto !important; }
  .flex-xl-grow-0 { flex-grow: 0 !important; }
  .flex-xl-grow-1 { flex-grow: 1 !important; }
  .flex-xl-shrink-0 { flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { flex-shrink: 1 !important; }
  .justify-content-xl-start { justify-content: flex-start !important; }
  .justify-content-xl-end { justify-content: flex-end !important; }
  .justify-content-xl-center { justify-content: center !important; }
  .justify-content-xl-between { justify-content: space-between !important; }
  .justify-content-xl-around { justify-content: space-around !important; }
  .align-items-xl-start { align-items: flex-start !important; }
  .align-items-xl-end { align-items: flex-end !important; }
  .align-items-xl-center { align-items: center !important; }
  .align-items-xl-baseline { align-items: baseline !important; }
  .align-items-xl-stretch { align-items: stretch !important; }
  .align-content-xl-start { align-content: flex-start !important; }
  .align-content-xl-end { align-content: flex-end !important; }
  .align-content-xl-center { align-content: center !important; }
  .align-content-xl-between { align-content: space-between !important; }
  .align-content-xl-around { align-content: space-around !important; }
  .align-content-xl-stretch { align-content: stretch !important; }
  .align-self-xl-auto { align-self: auto !important; }
  .align-self-xl-start { align-self: flex-start !important; }
  .align-self-xl-end { align-self: flex-end !important; }
  .align-self-xl-center { align-self: center !important; }
  .align-self-xl-baseline { align-self: baseline !important; }
  .align-self-xl-stretch { align-self: stretch !important; }
}
.float-left { float: left !important; }
.float-right { float: right !important; }
.float-none { float: none !important; }
@media (min-width: 576px) {
  .float-sm-left { float: left !important; }
  .float-sm-right { float: right !important; }
  .float-sm-none { float: none !important; }
}
@media (min-width: 768px) {
  .float-md-left { float: left !important; }
  .float-md-right { float: right !important; }
  .float-md-none { float: none !important; }
}
@media (min-width: 992px) {
  .float-lg-left { float: left !important; }
  .float-lg-right { float: right !important; }
  .float-lg-none { float: none !important; }
}
@media (min-width: 1200px) {
  .float-xl-left { float: left !important; }
  .float-xl-right { float: right !important; }
  .float-xl-none { float: none !important; }
}
.user-select-all { user-select: all !important; }
.user-select-auto { user-select: auto !important; }
.user-select-none { user-select: none !important; }
.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.position-static { position: static !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.position-sticky { position: sticky !important; }
.fixed-top { position: fixed; top: 0px; right: 0px; left: 0px; z-index: 1030; }
.fixed-bottom { position: fixed; right: 0px; bottom: 0px; left: 0px; z-index: 1030; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top { position: sticky; top: 0px; z-index: 1020; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }
.shadow-sm { box-shadow: rgba(31, 45, 61, 0.08) 0px 0.125rem 0.25rem !important; }
.shadow { box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem !important; }
.shadow-lg { box-shadow: rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important; }
.shadow-none { box-shadow: none !important; }
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.w-auto { width: auto !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }
.h-auto { height: auto !important; }
.h-10 { height: 10% !important; }
.h-15 { height: 15% !important; }
.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }
.min-vw-100 { min-width: 100vw !important; }
.min-vh-100 { min-height: 100vh !important; }
.vw-100 { width: 100vw !important; }
.vh-100 { height: 100vh !important; }
.m-0 { margin: 0px !important; }
.mt-0, .my-0 { margin-top: 0px !important; }
.mr-0, .mx-0 { margin-right: 0px !important; }
.mb-0, .my-0 { margin-bottom: 0px !important; }
.ml-0, .mx-0 { margin-left: 0px !important; }
.m-1 { margin: 0.25rem !important; }
.mt-1, .my-1 { margin-top: 0.25rem !important; }
.mr-1, .mx-1 { margin-right: 0.25rem !important; }
.mb-1, .my-1 { margin-bottom: 0.25rem !important; }
.ml-1, .mx-1 { margin-left: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.mt-2, .my-2 { margin-top: 0.5rem !important; }
.mr-2, .mx-2 { margin-right: 0.5rem !important; }
.mb-2, .my-2 { margin-bottom: 0.5rem !important; }
.ml-2, .mx-2 { margin-left: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.mt-3, .my-3 { margin-top: 1rem !important; }
.mr-3, .mx-3 { margin-right: 1rem !important; }
.mb-3, .my-3 { margin-bottom: 1rem !important; }
.ml-3, .mx-3 { margin-left: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.mt-4, .my-4 { margin-top: 4.5rem !important; }
.mr-4, .mx-4 { margin-right: 1.5rem !important; }
.mb-4, .my-4 { margin-bottom: 1.5rem !important; }
.ml-4, .mx-4 { margin-left: 1.5rem !important; }
.m-5 { margin: 3rem !important; }
.mt-5, .my-5 { margin-top: 3rem !important; }
.mr-5, .mx-5 { margin-right: 3rem !important; }
.mb-5, .my-5 { margin-bottom: 3rem !important; }
.ml-5, .mx-5 { margin-left: 3rem !important; }
.m-6 { margin: 4.5rem !important; }
.mt-6, .my-6 { margin-top: 4.5rem !important; }
.mr-6, .mx-6 { margin-right: 4.5rem !important; }
.mb-6, .my-6 { margin-bottom: 4.5rem !important; }
.ml-6, .mx-6 { margin-left: 4.5rem !important; }
.m-7 { margin: 6rem !important; }
.mt-7, .my-7 { margin-top: 6rem !important; }
.mr-7, .mx-7 { margin-right: 6rem !important; }
.mb-7, .my-7 { margin-bottom: 6rem !important; }
.ml-7, .mx-7 { margin-left: 6rem !important; }
.m-8 { margin: 7.5rem !important; }
.mt-8, .my-8 { margin-top: 7.5rem !important; }
.mr-8, .mx-8 { margin-right: 7.5rem !important; }
.mb-8, .my-8 { margin-bottom: 7.5rem !important; }
.ml-8, .mx-8 { margin-left: 7.5rem !important; }
.m-9 { margin: 9rem !important; }
.mt-9, .my-9 { margin-top: 9rem !important; }
.mr-9, .mx-9 { margin-right: 9rem !important; }
.mb-9, .my-9 { margin-bottom: 9rem !important; }
.ml-9, .mx-9 { margin-left: 9rem !important; }
.m-10 { margin: 10.5rem !important; }
.mt-10, .my-10 { margin-top: 10.5rem !important; }
.mr-10, .mx-10 { margin-right: 10.5rem !important; }
.mb-10, .my-10 { margin-bottom: 10.5rem !important; }
.ml-10, .mx-10 { margin-left: 10.5rem !important; }
.p-0 { padding: 0px !important; }
.pt-0, .py-0 { padding-top: 0px !important; }
.pr-0, .px-0 { padding-right: 0px !important; }
.pb-0, .py-0 { padding-bottom: 0px !important; }
.pl-0, .px-0 { padding-left: 0px !important; }
.p-1 { padding: 0.25rem !important; }
.pt-1, .py-1 { padding-top: 0.25rem !important; }
.pr-1, .px-1 { padding-right: 0.25rem !important; }
.pb-1, .py-1 { padding-bottom: 0.25rem !important; }
.pl-1, .px-1 { padding-left: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.pt-2, .py-2 { padding-top: 0.5rem !important; }
.pr-2, .px-2 { padding-right: 0.5rem !important; }
.pb-2, .py-2 { padding-bottom: 0.5rem !important; }
.pl-2, .px-2 { padding-left: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.pt-3, .py-3 { padding-top: 1rem !important; }
.pr-3, .px-3 { padding-right: 1rem !important; }
.pb-3, .py-3 { padding-bottom: 1rem !important; }
.pl-3, .px-3 { padding-left: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.pt-4, .py-4 { padding-top: 1.5rem !important; }
.pr-4, .px-4 { padding-right: 1.5rem !important; }
.pb-4, .py-4 { padding-bottom: 1.5rem !important; }
.pl-4, .px-4 { padding-left: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.pt-5, .py-5 { padding-top: 3rem !important; }
.pr-5, .px-5 { padding-right: 3rem !important; }
.pb-5, .py-5 { padding-bottom: 3rem !important; }
.pl-5, .px-5 { padding-left: 3rem !important; }
.p-6 { padding: 4.5rem !important; }
.pt-6, .py-6 { padding-top: 4.5rem !important; }
.pr-6, .px-6 { padding-right: 4.5rem !important; }
.pb-6, .py-6 { padding-bottom: 4.5rem !important; }
.pl-6, .px-6 { padding-left: 4.5rem !important; }
.p-7 { padding: 6rem !important; }
.pt-7, .py-7 { padding-top: 6rem !important; }
.pr-7, .px-7 { padding-right: 6rem !important; }
.pb-7, .py-7 { padding-bottom: 6rem !important; }
.pl-7, .px-7 { padding-left: 6rem !important; }
.p-8 { padding: 7.5rem !important; }
.pt-8, .py-8 { padding-top: 7.5rem !important; }
.pr-8, .px-8 { padding-right: 7.5rem !important; }
.pb-8, .py-8 { padding-bottom: 7.5rem !important; }
.pl-8, .px-8 { padding-left: 7.5rem !important; }
.p-9 { padding: 9rem !important; }
.pt-9, .py-9 { padding-top: 9rem !important; }
.pr-9, .px-9 { padding-right: 9rem !important; }
.pb-9, .py-9 { padding-bottom: 9rem !important; }
.pl-9, .px-9 { padding-left: 9rem !important; }
.p-10 { padding: 10.5rem !important; }
.pt-10, .py-10 { padding-top: 10.5rem !important; }
.pr-10, .px-10 { padding-right: 10.5rem !important; }
.pb-10, .py-10 { padding-bottom: 10.5rem !important; }
.pl-10, .px-10 { padding-left: 10.5rem !important; }
.m-n1 { margin: -0.25rem !important; }
.mt-n1, .my-n1 { margin-top: -0.25rem !important; }
.mr-n1, .mx-n1 { margin-right: -0.25rem !important; }
.mb-n1, .my-n1 { margin-bottom: -0.25rem !important; }
.ml-n1, .mx-n1 { margin-left: -0.25rem !important; }
.m-n2 { margin: -0.5rem !important; }
.mt-n2, .my-n2 { margin-top: -0.5rem !important; }
.mr-n2, .mx-n2 { margin-right: -0.5rem !important; }
.mb-n2, .my-n2 { margin-bottom: -0.5rem !important; }
.ml-n2, .mx-n2 { margin-left: -0.5rem !important; }
.m-n3 { margin: -1rem !important; }
.mt-n3, .my-n3 { margin-top: -1rem !important; }
.mr-n3, .mx-n3 { margin-right: -1rem !important; }
.mb-n3, .my-n3 { margin-bottom: -1rem !important; }
.ml-n3, .mx-n3 { margin-left: -1rem !important; }
.m-n4 { margin: -1.5rem !important; }
.mt-n4, .my-n4 { margin-top: -1.5rem !important; }
.mr-n4, .mx-n4 { margin-right: -1.5rem !important; }
.mb-n4, .my-n4 { margin-bottom: -1.5rem !important; }
.ml-n4, .mx-n4 { margin-left: -1.5rem !important; }
.m-n5 { margin: -3rem !important; }
.mt-n5, .my-n5 { margin-top: -3rem !important; }
.mr-n5, .mx-n5 { margin-right: -3rem !important; }
.mb-n5, .my-n5 { margin-bottom: -3rem !important; }
.ml-n5, .mx-n5 { margin-left: -3rem !important; }
.m-n6 { margin: -4.5rem !important; }
.mt-n6, .my-n6 { margin-top: -4.5rem !important; }
.mr-n6, .mx-n6 { margin-right: -4.5rem !important; }
.mb-n6, .my-n6 { margin-bottom: -4.5rem !important; }
.ml-n6, .mx-n6 { margin-left: -4.5rem !important; }
.m-n7 { margin: -6rem !important; }
.mt-n7, .my-n7 { margin-top: -6rem !important; }
.mr-n7, .mx-n7 { margin-right: -6rem !important; }
.mb-n7, .my-n7 { margin-bottom: -6rem !important; }
.ml-n7, .mx-n7 { margin-left: -6rem !important; }
.m-n8 { margin: -7.5rem !important; }
.mt-n8, .my-n8 { margin-top: -7.5rem !important; }
.mr-n8, .mx-n8 { margin-right: -7.5rem !important; }
.mb-n8, .my-n8 { margin-bottom: -7.5rem !important; }
.ml-n8, .mx-n8 { margin-left: -7.5rem !important; }
.m-n9 { margin: -9rem !important; }
.mt-n9, .my-n9 { margin-top: -9rem !important; }
.mr-n9, .mx-n9 { margin-right: -9rem !important; }
.mb-n9, .my-n9 { margin-bottom: -9rem !important; }
.ml-n9, .mx-n9 { margin-left: -9rem !important; }
.m-n10 { margin: -10.5rem !important; }
.mt-n10, .my-n10 { margin-top: -10.5rem !important; }
.mr-n10, .mx-n10 { margin-right: -10.5rem !important; }
.mb-n10, .my-n10 { margin-bottom: -10.5rem !important; }
.ml-n10, .mx-n10 { margin-left: -10.5rem !important; }
.m-auto { margin: auto !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }
@media (min-width: 576px) {
  .m-sm-0 { margin: 0px !important; }
  .mt-sm-0, .my-sm-0 { margin-top: 0px !important; }
  .mr-sm-0, .mx-sm-0 { margin-right: 0px !important; }
  .mb-sm-0, .my-sm-0 { margin-bottom: 0px !important; }
  .ml-sm-0, .mx-sm-0 { margin-left: 0px !important; }
  .m-sm-1 { margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; }
  .m-sm-2 { margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; }
  .m-sm-3 { margin: 1rem !important; }
  .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; }
  .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; }
  .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; }
  .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; }
  .m-sm-4 { margin: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; }
  .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; }
  .m-sm-5 { margin: 3rem !important; }
  .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; }
  .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; }
  .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; }
  .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; }
  .m-sm-6 { margin: 4.5rem !important; }
  .mt-sm-6, .my-sm-6 { margin-top: 4.5rem !important; }
  .mr-sm-6, .mx-sm-6 { margin-right: 4.5rem !important; }
  .mb-sm-6, .my-sm-6 { margin-bottom: 4.5rem !important; }
  .ml-sm-6, .mx-sm-6 { margin-left: 4.5rem !important; }
  .m-sm-7 { margin: 6rem !important; }
  .mt-sm-7, .my-sm-7 { margin-top: 6rem !important; }
  .mr-sm-7, .mx-sm-7 { margin-right: 6rem !important; }
  .mb-sm-7, .my-sm-7 { margin-bottom: 6rem !important; }
  .ml-sm-7, .mx-sm-7 { margin-left: 6rem !important; }
  .m-sm-8 { margin: 7.5rem !important; }
  .mt-sm-8, .my-sm-8 { margin-top: 7.5rem !important; }
  .mr-sm-8, .mx-sm-8 { margin-right: 7.5rem !important; }
  .mb-sm-8, .my-sm-8 { margin-bottom: 7.5rem !important; }
  .ml-sm-8, .mx-sm-8 { margin-left: 7.5rem !important; }
  .m-sm-9 { margin: 9rem !important; }
  .mt-sm-9, .my-sm-9 { margin-top: 9rem !important; }
  .mr-sm-9, .mx-sm-9 { margin-right: 9rem !important; }
  .mb-sm-9, .my-sm-9 { margin-bottom: 9rem !important; }
  .ml-sm-9, .mx-sm-9 { margin-left: 9rem !important; }
  .m-sm-10 { margin: 10.5rem !important; }
  .mt-sm-10, .my-sm-10 { margin-top: 10.5rem !important; }
  .mr-sm-10, .mx-sm-10 { margin-right: 10.5rem !important; }
  .mb-sm-10, .my-sm-10 { margin-bottom: 10.5rem !important; }
  .ml-sm-10, .mx-sm-10 { margin-left: 10.5rem !important; }
  .p-sm-0 { padding: 0px !important; }
  .pt-sm-0, .py-sm-0 { padding-top: 0px !important; }
  .pr-sm-0, .px-sm-0 { padding-right: 0px !important; }
  .pb-sm-0, .py-sm-0 { padding-bottom: 0px !important; }
  .pl-sm-0, .px-sm-0 { padding-left: 0px !important; }
  .p-sm-1 { padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; }
  .p-sm-2 { padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; }
  .p-sm-3 { padding: 1rem !important; }
  .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; }
  .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; }
  .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; }
  .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; }
  .p-sm-4 { padding: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; }
  .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; }
  .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; }
  .p-sm-5 { padding: 3rem !important; }
  .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; }
  .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; }
  .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; }
  .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; }
  .p-sm-6 { padding: 4.5rem !important; }
  .pt-sm-6, .py-sm-6 { padding-top: 4.5rem !important; }
  .pr-sm-6, .px-sm-6 { padding-right: 4.5rem !important; }
  .pb-sm-6, .py-sm-6 { padding-bottom: 4.5rem !important; }
  .pl-sm-6, .px-sm-6 { padding-left: 4.5rem !important; }
  .p-sm-7 { padding: 6rem !important; }
  .pt-sm-7, .py-sm-7 { padding-top: 6rem !important; }
  .pr-sm-7, .px-sm-7 { padding-right: 6rem !important; }
  .pb-sm-7, .py-sm-7 { padding-bottom: 6rem !important; }
  .pl-sm-7, .px-sm-7 { padding-left: 6rem !important; }
  .p-sm-8 { padding: 7.5rem !important; }
  .pt-sm-8, .py-sm-8 { padding-top: 7.5rem !important; }
  .pr-sm-8, .px-sm-8 { padding-right: 7.5rem !important; }
  .pb-sm-8, .py-sm-8 { padding-bottom: 7.5rem !important; }
  .pl-sm-8, .px-sm-8 { padding-left: 7.5rem !important; }
  .p-sm-9 { padding: 9rem !important; }
  .pt-sm-9, .py-sm-9 { padding-top: 9rem !important; }
  .pr-sm-9, .px-sm-9 { padding-right: 9rem !important; }
  .pb-sm-9, .py-sm-9 { padding-bottom: 9rem !important; }
  .pl-sm-9, .px-sm-9 { padding-left: 9rem !important; }
  .p-sm-10 { padding: 10.5rem !important; }
  .pt-sm-10, .py-sm-10 { padding-top: 10.5rem !important; }
  .pr-sm-10, .px-sm-10 { padding-right: 10.5rem !important; }
  .pb-sm-10, .py-sm-10 { padding-bottom: 10.5rem !important; }
  .pl-sm-10, .px-sm-10 { padding-left: 10.5rem !important; }
  .m-sm-n1 { margin: -0.25rem !important; }
  .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; }
  .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; }
  .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; }
  .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; }
  .m-sm-n2 { margin: -0.5rem !important; }
  .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; }
  .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; }
  .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; }
  .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; }
  .m-sm-n3 { margin: -1rem !important; }
  .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; }
  .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; }
  .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; }
  .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; }
  .m-sm-n4 { margin: -1.5rem !important; }
  .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; }
  .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; }
  .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; }
  .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; }
  .m-sm-n5 { margin: -3rem !important; }
  .mt-sm-n5, .my-sm-n5 { margin-top: -3rem !important; }
  .mr-sm-n5, .mx-sm-n5 { margin-right: -3rem !important; }
  .mb-sm-n5, .my-sm-n5 { margin-bottom: -3rem !important; }
  .ml-sm-n5, .mx-sm-n5 { margin-left: -3rem !important; }
  .m-sm-n6 { margin: -4.5rem !important; }
  .mt-sm-n6, .my-sm-n6 { margin-top: -4.5rem !important; }
  .mr-sm-n6, .mx-sm-n6 { margin-right: -4.5rem !important; }
  .mb-sm-n6, .my-sm-n6 { margin-bottom: -4.5rem !important; }
  .ml-sm-n6, .mx-sm-n6 { margin-left: -4.5rem !important; }
  .m-sm-n7 { margin: -6rem !important; }
  .mt-sm-n7, .my-sm-n7 { margin-top: -6rem !important; }
  .mr-sm-n7, .mx-sm-n7 { margin-right: -6rem !important; }
  .mb-sm-n7, .my-sm-n7 { margin-bottom: -6rem !important; }
  .ml-sm-n7, .mx-sm-n7 { margin-left: -6rem !important; }
  .m-sm-n8 { margin: -7.5rem !important; }
  .mt-sm-n8, .my-sm-n8 { margin-top: -7.5rem !important; }
  .mr-sm-n8, .mx-sm-n8 { margin-right: -7.5rem !important; }
  .mb-sm-n8, .my-sm-n8 { margin-bottom: -7.5rem !important; }
  .ml-sm-n8, .mx-sm-n8 { margin-left: -7.5rem !important; }
  .m-sm-n9 { margin: -9rem !important; }
  .mt-sm-n9, .my-sm-n9 { margin-top: -9rem !important; }
  .mr-sm-n9, .mx-sm-n9 { margin-right: -9rem !important; }
  .mb-sm-n9, .my-sm-n9 { margin-bottom: -9rem !important; }
  .ml-sm-n9, .mx-sm-n9 { margin-left: -9rem !important; }
  .m-sm-n10 { margin: -10.5rem !important; }
  .mt-sm-n10, .my-sm-n10 { margin-top: -10.5rem !important; }
  .mr-sm-n10, .mx-sm-n10 { margin-right: -10.5rem !important; }
  .mb-sm-n10, .my-sm-n10 { margin-bottom: -10.5rem !important; }
  .ml-sm-n10, .mx-sm-n10 { margin-left: -10.5rem !important; }
  .m-sm-auto { margin: auto !important; }
  .mt-sm-auto, .my-sm-auto { margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; }
}
@media (min-width: 768px) {
  .m-md-0 { margin: 0px !important; }
  .mt-md-0, .my-md-0 { margin-top: 0px !important; }
  .mr-md-0, .mx-md-0 { margin-right: 0px !important; }
  .mb-md-0, .my-md-0 { margin-bottom: 0px !important; }
  .ml-md-0, .mx-md-0 { margin-left: 0px !important; }
  .m-md-1 { margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; }
  .m-md-2 { margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; }
  .m-md-3 { margin: 1rem !important; }
  .mt-md-3, .my-md-3 { margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 { margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 { margin-left: 1rem !important; }
  .m-md-4 { margin: 1.5rem !important; }
  .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; }
  .m-md-5 { margin: 3rem !important; }
  .mt-md-5, .my-md-5 { margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 { margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 { margin-left: 3rem !important; }
  .m-md-6 { margin: 4.5rem !important; }
  .mt-md-6, .my-md-6 { margin-top: 4.5rem !important; }
  .mr-md-6, .mx-md-6 { margin-right: 4.5rem !important; }
  .mb-md-6, .my-md-6 { margin-bottom: 4.5rem !important; }
  .ml-md-6, .mx-md-6 { margin-left: 4.5rem !important; }
  .m-md-7 { margin: 6rem !important; }
  .mt-md-7, .my-md-7 { margin-top: 6rem !important; }
  .mr-md-7, .mx-md-7 { margin-right: 6rem !important; }
  .mb-md-7, .my-md-7 { margin-bottom: 6rem !important; }
  .ml-md-7, .mx-md-7 { margin-left: 6rem !important; }
  .m-md-8 { margin: 7.5rem !important; }
  .mt-md-8, .my-md-8 { margin-top: 7.5rem !important; }
  .mr-md-8, .mx-md-8 { margin-right: 7.5rem !important; }
  .mb-md-8, .my-md-8 { margin-bottom: 7.5rem !important; }
  .ml-md-8, .mx-md-8 { margin-left: 7.5rem !important; }
  .m-md-9 { margin: 9rem !important; }
  .mt-md-9, .my-md-9 { margin-top: 9rem !important; }
  .mr-md-9, .mx-md-9 { margin-right: 9rem !important; }
  .mb-md-9, .my-md-9 { margin-bottom: 9rem !important; }
  .ml-md-9, .mx-md-9 { margin-left: 9rem !important; }
  .m-md-10 { margin: 10.5rem !important; }
  .mt-md-10, .my-md-10 { margin-top: 10.5rem !important; }
  .mr-md-10, .mx-md-10 { margin-right: 10.5rem !important; }
  .mb-md-10, .my-md-10 { margin-bottom: 10.5rem !important; }
  .ml-md-10, .mx-md-10 { margin-left: 10.5rem !important; }
  .p-md-0 { padding: 0px !important; }
  .pt-md-0, .py-md-0 { padding-top: 0px !important; }
  .pr-md-0, .px-md-0 { padding-right: 0px !important; }
  .pb-md-0, .py-md-0 { padding-bottom: 0px !important; }
  .pl-md-0, .px-md-0 { padding-left: 0px !important; }
  .p-md-1 { padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; }
  .p-md-2 { padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; }
  .p-md-3 { padding: 1rem !important; }
  .pt-md-3, .py-md-3 { padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 { padding-right: 1rem !important; }
  .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 { padding-left: 1rem !important; }
  .p-md-4 { padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; }
  .p-md-5 { padding: 3rem !important; }
  .pt-md-5, .py-md-5 { padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 { padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 { padding-left: 3rem !important; }
  .p-md-6 { padding: 4.5rem !important; }
  .pt-md-6, .py-md-6 { padding-top: 4.5rem !important; }
  .pr-md-6, .px-md-6 { padding-right: 4.5rem !important; }
  .pb-md-6, .py-md-6 { padding-bottom: 4.5rem !important; }
  .pl-md-6, .px-md-6 { padding-left: 4.5rem !important; }
  .p-md-7 { padding: 6rem !important; }
  .pt-md-7, .py-md-7 { padding-top: 6rem !important; }
  .pr-md-7, .px-md-7 { padding-right: 6rem !important; }
  .pb-md-7, .py-md-7 { padding-bottom: 6rem !important; }
  .pl-md-7, .px-md-7 { padding-left: 6rem !important; }
  .p-md-8 { padding: 7.5rem !important; }
  .pt-md-8, .py-md-8 { padding-top: 7.5rem !important; }
  .pr-md-8, .px-md-8 { padding-right: 7.5rem !important; }
  .pb-md-8, .py-md-8 { padding-bottom: 7.5rem !important; }
  .pl-md-8, .px-md-8 { padding-left: 7.5rem !important; }
  .p-md-9 { padding: 9rem !important; }
  .pt-md-9, .py-md-9 { padding-top: 9rem !important; }
  .pr-md-9, .px-md-9 { padding-right: 9rem !important; }
  .pb-md-9, .py-md-9 { padding-bottom: 9rem !important; }
  .pl-md-9, .px-md-9 { padding-left: 9rem !important; }
  .p-md-10 { padding: 10.5rem !important; }
  .pt-md-10, .py-md-10 { padding-top: 10.5rem !important; }
  .pr-md-10, .px-md-10 { padding-right: 10.5rem !important; }
  .pb-md-10, .py-md-10 { padding-bottom: 10.5rem !important; }
  .pl-md-10, .px-md-10 { padding-left: 10.5rem !important; }
  .m-md-n1 { margin: -0.25rem !important; }
  .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; }
  .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; }
  .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; }
  .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; }
  .m-md-n2 { margin: -0.5rem !important; }
  .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; }
  .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; }
  .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; }
  .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; }
  .m-md-n3 { margin: -1rem !important; }
  .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; }
  .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; }
  .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; }
  .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; }
  .m-md-n4 { margin: -1.5rem !important; }
  .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; }
  .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; }
  .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; }
  .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; }
  .m-md-n5 { margin: -3rem !important; }
  .mt-md-n5, .my-md-n5 { margin-top: -3rem !important; }
  .mr-md-n5, .mx-md-n5 { margin-right: -3rem !important; }
  .mb-md-n5, .my-md-n5 { margin-bottom: -3rem !important; }
  .ml-md-n5, .mx-md-n5 { margin-left: -3rem !important; }
  .m-md-n6 { margin: -4.5rem !important; }
  .mt-md-n6, .my-md-n6 { margin-top: -4.5rem !important; }
  .mr-md-n6, .mx-md-n6 { margin-right: -4.5rem !important; }
  .mb-md-n6, .my-md-n6 { margin-bottom: -4.5rem !important; }
  .ml-md-n6, .mx-md-n6 { margin-left: -4.5rem !important; }
  .m-md-n7 { margin: -6rem !important; }
  .mt-md-n7, .my-md-n7 { margin-top: -6rem !important; }
  .mr-md-n7, .mx-md-n7 { margin-right: -6rem !important; }
  .mb-md-n7, .my-md-n7 { margin-bottom: -6rem !important; }
  .ml-md-n7, .mx-md-n7 { margin-left: -6rem !important; }
  .m-md-n8 { margin: -7.5rem !important; }
  .mt-md-n8, .my-md-n8 { margin-top: -7.5rem !important; }
  .mr-md-n8, .mx-md-n8 { margin-right: -7.5rem !important; }
  .mb-md-n8, .my-md-n8 { margin-bottom: -7.5rem !important; }
  .ml-md-n8, .mx-md-n8 { margin-left: -7.5rem !important; }
  .m-md-n9 { margin: -9rem !important; }
  .mt-md-n9, .my-md-n9 { margin-top: -9rem !important; }
  .mr-md-n9, .mx-md-n9 { margin-right: -9rem !important; }
  .mb-md-n9, .my-md-n9 { margin-bottom: -9rem !important; }
  .ml-md-n9, .mx-md-n9 { margin-left: -9rem !important; }
  .m-md-n10 { margin: -10.5rem !important; }
  .mt-md-n10, .my-md-n10 { margin-top: -10.5rem !important; }
  .mr-md-n10, .mx-md-n10 { margin-right: -10.5rem !important; }
  .mb-md-n10, .my-md-n10 { margin-bottom: -10.5rem !important; }
  .ml-md-n10, .mx-md-n10 { margin-left: -10.5rem !important; }
  .m-md-auto { margin: auto !important; }
  .mt-md-auto, .my-md-auto { margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto { margin-right: auto !important; }
  .mb-md-auto, .my-md-auto { margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto { margin-left: auto !important; }
}
@media (min-width: 992px) {
  .m-lg-0 { margin: 0px !important; }
  .mt-lg-0, .my-lg-0 { margin-top: 0px !important; }
  .mr-lg-0, .mx-lg-0 { margin-right: 0px !important; }
  .mb-lg-0, .my-lg-0 { margin-bottom: 0px !important; }
  .ml-lg-0, .mx-lg-0 { margin-left: 0px !important; }
  .m-lg-1 { margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; }
  .m-lg-2 { margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; }
  .m-lg-3 { margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; }
  .m-lg-4 { margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; }
  .m-lg-5 { margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; }
  .m-lg-6 { margin: 4.5rem !important; }
  .mt-lg-6, .my-lg-6 { margin-top: 4.5rem !important; }
  .mr-lg-6, .mx-lg-6 { margin-right: 4.5rem !important; }
  .mb-lg-6, .my-lg-6 { margin-bottom: 4.5rem !important; }
  .ml-lg-6, .mx-lg-6 { margin-left: 4.5rem !important; }
  .m-lg-7 { margin: 6rem !important; }
  .mt-lg-7, .my-lg-7 { margin-top: 6rem !important; }
  .mr-lg-7, .mx-lg-7 { margin-right: 6rem !important; }
  .mb-lg-7, .my-lg-7 { margin-bottom: 6rem !important; }
  .ml-lg-7, .mx-lg-7 { margin-left: 6rem !important; }
  .m-lg-8 { margin: 7.5rem !important; }
  .mt-lg-8, .my-lg-8 { margin-top: 7.5rem !important; }
  .mr-lg-8, .mx-lg-8 { margin-right: 7.5rem !important; }
  .mb-lg-8, .my-lg-8 { margin-bottom: 7.5rem !important; }
  .ml-lg-8, .mx-lg-8 { margin-left: 7.5rem !important; }
  .m-lg-9 { margin: 9rem !important; }
  .mt-lg-9, .my-lg-9 { margin-top: 9rem !important; }
  .mr-lg-9, .mx-lg-9 { margin-right: 9rem !important; }
  .mb-lg-9, .my-lg-9 { margin-bottom: 9rem !important; }
  .ml-lg-9, .mx-lg-9 { margin-left: 9rem !important; }
  .m-lg-10 { margin: 10.5rem !important; }
  .mt-lg-10, .my-lg-10 { margin-top: 10.5rem !important; }
  .mr-lg-10, .mx-lg-10 { margin-right: 10.5rem !important; }
  .mb-lg-10, .my-lg-10 { margin-bottom: 10.5rem !important; }
  .ml-lg-10, .mx-lg-10 { margin-left: 10.5rem !important; }
  .p-lg-0 { padding: 0px !important; }
  .pt-lg-0, .py-lg-0 { padding-top: 0px !important; }
  .pr-lg-0, .px-lg-0 { padding-right: 0px !important; }
  .pb-lg-0, .py-lg-0 { padding-bottom: 0px !important; }
  .pl-lg-0, .px-lg-0 { padding-left: 0px !important; }
  .p-lg-1 { padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; }
  .p-lg-2 { padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; }
  .p-lg-3 { padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; }
  .p-lg-4 { padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; }
  .p-lg-5 { padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 { padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 { padding-left: 3rem !important; }
  .p-lg-6 { padding: 4.5rem !important; }
  .pt-lg-6, .py-lg-6 { padding-top: 4.5rem !important; }
  .pr-lg-6, .px-lg-6 { padding-right: 4.5rem !important; }
  .pb-lg-6, .py-lg-6 { padding-bottom: 4.5rem !important; }
  .pl-lg-6, .px-lg-6 { padding-left: 4.5rem !important; }
  .p-lg-7 { padding: 6rem !important; }
  .pt-lg-7, .py-lg-7 { padding-top: 1rem !important; }
  .pr-lg-7, .px-lg-7 { padding-right: 6rem !important; }
  .pb-lg-7, .py-lg-7 { padding-bottom: 6rem !important; }
  .pl-lg-7, .px-lg-7 { padding-left: 6rem !important; }
  .p-lg-8 { padding: 7.5rem !important; }
  .pt-lg-8, .py-lg-8 { padding-top: 7.5rem !important; }
  .pr-lg-8, .px-lg-8 { padding-right: 7.5rem !important; }
  .pb-lg-8, .py-lg-8 { padding-bottom: 7.5rem !important; }
  .pl-lg-8, .px-lg-8 { padding-left: 7.5rem !important; }
  .p-lg-9 { padding: 9rem !important; }
  .pt-lg-9, .py-lg-9 { padding-top: 9rem !important; }
  .pr-lg-9, .px-lg-9 { padding-right: 9rem !important; }
  .pb-lg-9, .py-lg-9 { padding-bottom: 9rem !important; }
  .pl-lg-9, .px-lg-9 { padding-left: 9rem !important; }
  .p-lg-10 { padding: 10.5rem !important; }
  .pt-lg-10, .py-lg-10 { padding-top: 10.5rem !important; }
  .pr-lg-10, .px-lg-10 { padding-right: 10.5rem !important; }
  .pb-lg-10, .py-lg-10 { padding-bottom: 10.5rem !important; }
  .pl-lg-10, .px-lg-10 { padding-left: 10.5rem !important; }
  .m-lg-n1 { margin: -0.25rem !important; }
  .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; }
  .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; }
  .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; }
  .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; }
  .m-lg-n2 { margin: -0.5rem !important; }
  .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; }
  .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; }
  .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; }
  .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; }
  .m-lg-n3 { margin: -1rem !important; }
  .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; }
  .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; }
  .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; }
  .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; }
  .m-lg-n4 { margin: -1.5rem !important; }
  .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; }
  .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; }
  .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; }
  .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; }
  .m-lg-n5 { margin: -3rem !important; }
  .mt-lg-n5, .my-lg-n5 { margin-top: -3rem !important; }
  .mr-lg-n5, .mx-lg-n5 { margin-right: -3rem !important; }
  .mb-lg-n5, .my-lg-n5 { margin-bottom: -3rem !important; }
  .ml-lg-n5, .mx-lg-n5 { margin-left: -3rem !important; }
  .m-lg-n6 { margin: -4.5rem !important; }
  .mt-lg-n6, .my-lg-n6 { margin-top: -4.5rem !important; }
  .mr-lg-n6, .mx-lg-n6 { margin-right: -4.5rem !important; }
  .mb-lg-n6, .my-lg-n6 { margin-bottom: -4.5rem !important; }
  .ml-lg-n6, .mx-lg-n6 { margin-left: -4.5rem !important; }
  .m-lg-n7 { margin: -6rem !important; }
  .mt-lg-n7, .my-lg-n7 { margin-top: -6rem !important; }
  .mr-lg-n7, .mx-lg-n7 { margin-right: -6rem !important; }
  .mb-lg-n7, .my-lg-n7 { margin-bottom: -6rem !important; }
  .ml-lg-n7, .mx-lg-n7 { margin-left: -6rem !important; }
  .m-lg-n8 { margin: -7.5rem !important; }
  .mt-lg-n8, .my-lg-n8 { margin-top: -7.5rem !important; }
  .mr-lg-n8, .mx-lg-n8 { margin-right: -7.5rem !important; }
  .mb-lg-n8, .my-lg-n8 { margin-bottom: -7.5rem !important; }
  .ml-lg-n8, .mx-lg-n8 { margin-left: -7.5rem !important; }
  .m-lg-n9 { margin: -9rem !important; }
  .mt-lg-n9, .my-lg-n9 { margin-top: -9rem !important; }
  .mr-lg-n9, .mx-lg-n9 { margin-right: -9rem !important; }
  .mb-lg-n9, .my-lg-n9 { margin-bottom: -9rem !important; }
  .ml-lg-n9, .mx-lg-n9 { margin-left: -9rem !important; }
  .m-lg-n10 { margin: -10.5rem !important; }
  .mt-lg-n10, .my-lg-n10 { margin-top: -10.5rem !important; }
  .mr-lg-n10, .mx-lg-n10 { margin-right: -10.5rem !important; }
  .mb-lg-n10, .my-lg-n10 { margin-bottom: -10.5rem !important; }
  .ml-lg-n10, .mx-lg-n10 { margin-left: -10.5rem !important; }
  .m-lg-auto { margin: auto !important; }
  .mt-lg-auto, .my-lg-auto { margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; }
}
@media (min-width: 1200px) {
  .m-xl-0 { margin: 0px !important; }
  .mt-xl-0, .my-xl-0 { margin-top: 0px !important; }
  .mr-xl-0, .mx-xl-0 { margin-right: 0px !important; }
  .mb-xl-0, .my-xl-0 { margin-bottom: 0px !important; }
  .ml-xl-0, .mx-xl-0 { margin-left: 0px !important; }
  .m-xl-1 { margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; }
  .m-xl-2 { margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; }
  .m-xl-3 { margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; }
  .m-xl-4 { margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; }
  .m-xl-5 { margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; }
  .m-xl-6 { margin: 4.5rem !important; }
  .mt-xl-6, .my-xl-6 { margin-top: 4.5rem !important; }
  .mr-xl-6, .mx-xl-6 { margin-right: 4.5rem !important; }
  .mb-xl-6, .my-xl-6 { margin-bottom: 4.5rem !important; }
  .ml-xl-6, .mx-xl-6 { margin-left: 4.5rem !important; }
  .m-xl-7 { margin: 6rem !important; }
  .mt-xl-7, .my-xl-7 { margin-top: 6rem !important; }
  .mr-xl-7, .mx-xl-7 { margin-right: 6rem !important; }
  .mb-xl-7, .my-xl-7 { margin-bottom: 6rem !important; }
  .ml-xl-7, .mx-xl-7 { margin-left: 6rem !important; }
  .m-xl-8 { margin: 7.5rem !important; }
  .mt-xl-8, .my-xl-8 { margin-top: 7.5rem !important; }
  .mr-xl-8, .mx-xl-8 { margin-right: 7.5rem !important; }
  .mb-xl-8, .my-xl-8 { margin-bottom: 7.5rem !important; }
  .ml-xl-8, .mx-xl-8 { margin-left: 7.5rem !important; }
  .m-xl-9 { margin: 9rem !important; }
  .mt-xl-9, .my-xl-9 { margin-top: 9rem !important; }
  .mr-xl-9, .mx-xl-9 { margin-right: 9rem !important; }
  .mb-xl-9, .my-xl-9 { margin-bottom: 9rem !important; }
  .ml-xl-9, .mx-xl-9 { margin-left: 9rem !important; }
  .m-xl-10 { margin: 10.5rem !important; }
  .mt-xl-10, .my-xl-10 { margin-top: 10.5rem !important; }
  .mr-xl-10, .mx-xl-10 { margin-right: 10.5rem !important; }
  .mb-xl-10, .my-xl-10 { margin-bottom: 10.5rem !important; }
  .ml-xl-10, .mx-xl-10 { margin-left: 10.5rem !important; }
  .p-xl-0 { padding: 0px !important; }
  .pt-xl-0, .py-xl-0 { padding-top: 0px !important; }
  .pr-xl-0, .px-xl-0 { padding-right: 0px !important; }
  .pb-xl-0, .py-xl-0 { padding-bottom: 0px !important; }
  .pl-xl-0, .px-xl-0 { padding-left: 0px !important; }
  .p-xl-1 { padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; }
  .p-xl-2 { padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; }
  .p-xl-3 { padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; }
  .p-xl-4 { padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; }
  .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; }
  .p-xl-5 { padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; }
  .p-xl-6 { padding: 4.5rem !important; }
  .pt-xl-6, .py-xl-6 { padding-top: 4.5rem !important; }
  .pr-xl-6, .px-xl-6 { padding-right: 4.5rem !important; }
  .pb-xl-6, .py-xl-6 { padding-bottom: 4.5rem !important; }
  .pl-xl-6, .px-xl-6 { padding-left: 4.5rem !important; }
  .p-xl-7 { padding: 6rem !important; }
  .pt-xl-7, .py-xl-7 { padding-top: 6rem !important; }
  .pr-xl-7, .px-xl-7 { padding-right: 6rem !important; }
  .pb-xl-7, .py-xl-7 { padding-bottom: 6rem !important; }
  .pl-xl-7, .px-xl-7 { padding-left: 6rem !important; }
  .p-xl-8 { padding: 7.5rem !important; }
  .pt-xl-8, .py-xl-8 { padding-top: 7.5rem !important; }
  .pr-xl-8, .px-xl-8 { padding-right: 7.5rem !important; }
  .pb-xl-8, .py-xl-8 { padding-bottom: 7.5rem !important; }
  .pl-xl-8, .px-xl-8 { padding-left: 7.5rem !important; }
  .p-xl-9 { padding: 9rem !important; }
  .pt-xl-9, .py-xl-9 { padding-top: 9rem !important; }
  .pr-xl-9, .px-xl-9 { padding-right: 9rem !important; }
  .pb-xl-9, .py-xl-9 { padding-bottom: 9rem !important; }
  .pl-xl-9, .px-xl-9 { padding-left: 9rem !important; }
  .p-xl-10 { padding: 10.5rem !important; }
  .pt-xl-10, .py-xl-10 { padding-top: 10.5rem !important; }
  .pr-xl-10, .px-xl-10 { padding-right: 10.5rem !important; }
  .pb-xl-10, .py-xl-10 { padding-bottom: 10.5rem !important; }
  .pl-xl-10, .px-xl-10 { padding-left: 10.5rem !important; }
  .m-xl-n1 { margin: -0.25rem !important; }
  .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; }
  .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; }
  .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; }
  .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; }
  .m-xl-n2 { margin: -0.5rem !important; }
  .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; }
  .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; }
  .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; }
  .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; }
  .m-xl-n3 { margin: -1rem !important; }
  .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; }
  .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; }
  .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; }
  .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; }
  .m-xl-n4 { margin: -1.5rem !important; }
  .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; }
  .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; }
  .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; }
  .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; }
  .m-xl-n5 { margin: -3rem !important; }
  .mt-xl-n5, .my-xl-n5 { margin-top: -3rem !important; }
  .mr-xl-n5, .mx-xl-n5 { margin-right: -3rem !important; }
  .mb-xl-n5, .my-xl-n5 { margin-bottom: -3rem !important; }
  .ml-xl-n5, .mx-xl-n5 { margin-left: -3rem !important; }
  .m-xl-n6 { margin: -4.5rem !important; }
  .mt-xl-n6, .my-xl-n6 { margin-top: -4.5rem !important; }
  .mr-xl-n6, .mx-xl-n6 { margin-right: -4.5rem !important; }
  .mb-xl-n6, .my-xl-n6 { margin-bottom: -4.5rem !important; }
  .ml-xl-n6, .mx-xl-n6 { margin-left: -4.5rem !important; }
  .m-xl-n7 { margin: -6rem !important; }
  .mt-xl-n7, .my-xl-n7 { margin-top: -6rem !important; }
  .mr-xl-n7, .mx-xl-n7 { margin-right: -6rem !important; }
  .mb-xl-n7, .my-xl-n7 { margin-bottom: -6rem !important; }
  .ml-xl-n7, .mx-xl-n7 { margin-left: -6rem !important; }
  .m-xl-n8 { margin: -7.5rem !important; }
  .mt-xl-n8, .my-xl-n8 { margin-top: -7.5rem !important; }
  .mr-xl-n8, .mx-xl-n8 { margin-right: -7.5rem !important; }
  .mb-xl-n8, .my-xl-n8 { margin-bottom: -7.5rem !important; }
  .ml-xl-n8, .mx-xl-n8 { margin-left: -7.5rem !important; }
  .m-xl-n9 { margin: -9rem !important; }
  .mt-xl-n9, .my-xl-n9 { margin-top: -9rem !important; }
  .mr-xl-n9, .mx-xl-n9 { margin-right: -9rem !important; }
  .mb-xl-n9, .my-xl-n9 { margin-bottom: -9rem !important; }
  .ml-xl-n9, .mx-xl-n9 { margin-left: -9rem !important; }
  .m-xl-n10 { margin: -10.5rem !important; }
  .mt-xl-n10, .my-xl-n10 { margin-top: -10.5rem !important; }
  .mr-xl-n10, .mx-xl-n10 { margin-right: -10.5rem !important; }
  .mb-xl-n10, .my-xl-n10 { margin-bottom: -10.5rem !important; }
  .ml-xl-n10, .mx-xl-n10 { margin-left: -10.5rem !important; }
  .m-xl-auto { margin: auto !important; }
  .mt-xl-auto, .my-xl-auto { margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; }
}
.stretched-link::after { position: absolute; inset: 0px; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0, 0, 0, 0); }
.text-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
.text-justify { text-align: justify !important; }
.text-wrap { white-space: normal !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}
.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
.font-weight-light { font-family: Poppins-Bold; }
.font-weight-lighter { font-weight: lighter !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-bold { font-weight: 600 !important; }
.font-weight-bolder { font-weight: 700 !important; }
.font-italic { font-style: italic !important; }
.text-white { color: rgb(255, 255, 255) !important; }
.text-primary { color: rgb(110, 0, 255) !important; }
a.text-primary:hover, a.text-primary:focus { color: rgb(77, 0, 179) !important; }
.text-secondary { color: rgb(239, 242, 247) !important; }
a.text-secondary:hover, a.text-secondary:focus { color: rgb(188, 201, 222) !important; }
.text-success { color: rgb(54, 179, 126) !important; }
a.text-success:hover, a.text-success:focus { color: rgb(36, 120, 85) !important; }
.text-info { color: rgb(0, 184, 217) !important; }
a.text-info:hover, a.text-info:focus { color: rgb(0, 119, 141) !important; }
.text-warning { color: rgb(255, 171, 0) !important; }
a.text-warning:hover, a.text-warning:focus { color: rgb(179, 120, 0) !important; }
.text-danger { color: rgb(255, 86, 48) !important; }
a.text-danger:hover, a.text-danger:focus { color: rgb(227, 42, 0) !important; }
.text-light { color: rgb(239, 242, 247) !important; }
a.text-light:hover, a.text-light:focus { color: rgb(188, 201, 222) !important; }
.text-dark { color: rgb(39, 52, 68) !important; }
a.text-dark:hover, a.text-dark:focus { color: rgb(11, 15, 19) !important; }
.text-neutral { color: rgb(255, 255, 255) !important; }
a.text-neutral:hover, a.text-neutral:focus { color: rgb(217, 217, 217) !important; }
.text-white { color: rgb(255, 255, 255) !important; }
a.text-white:hover, a.text-white:focus { color: rgb(217, 217, 217) !important; }
.text-body { color: rgb(132, 146, 166) !important; }
.text-muted { color: rgb(132, 146, 166) !important; }
.text-black-50 { color: rgba(31, 45, 61, 0.5) !important; }
.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }
.text-hide { font: 0px / 0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0px; }
.text-decoration-none { text-decoration: none !important; }
.text-break { word-break: break-word !important; overflow-wrap: break-word !important; }
.text-reset { color: inherit !important; }
.visible { visibility: visible !important; }
.invisible { visibility: hidden !important; }
@media print {
  *, ::before, ::after { text-shadow: none !important; box-shadow: none !important; }
  a:not(.btn) { text-decoration: underline; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  pre { white-space: pre-wrap !important; }
  pre, blockquote { border: 1px solid rgb(211, 220, 230); break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { break-after: avoid; }
  @page { size: a3; }
  body { min-width: 992px !important; }
  .container { min-width: 992px !important; }
  .navbar { display: none; }
  .badge { border: 1px solid rgb(31, 45, 61); }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: rgb(255, 255, 255) !important; }
  .table-bordered th, .table-bordered td { border: 1px solid rgb(229, 233, 242) !important; }
  .table-dark { color: inherit; }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: rgb(239, 242, 247); }
  .table .thead-dark th { color: inherit; border-color: rgb(239, 242, 247); }
}
iframe { border: 0px; }
figcaption, figure, main { display: block; margin: 0px; }
figure { max-width: 100%; min-height: 1px; }
main { position: relative; }
button:focus { outline: none; }
svg { vertical-align: middle; overflow: hidden; width: 100%; }
@media not all, not all {
  img[src$=".svg"] { width: 100%; }
}
[data-animate-hover] .animate-this { position: relative; top: 0px; transform: translateY(0px); transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  [data-animate-hover] .animate-this { transition: none 0s ease 0s; }
}
[data-animate-hover="1"]:hover .animate-this { transform: translateY(-1rem); box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem; }
[data-animate-hover="2"]:hover .animate-this { transform: scale(1.1); z-index: 10; box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem; }
[data-animate-items] .animate-item, [data-animate-items] .animate-item--visible { transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  [data-animate-items] .animate-item, [data-animate-items] .animate-item--visible { transition: none 0s ease 0s; }
}
[data-animate-items] .animate-item { display: none; opacity: 0; animation: 0.2s ease 0.5s 1 normal forwards running hide_item; }
[data-animate-items]:hover .animate-item { display: block; animation: 0.2s ease 0.5s 1 normal forwards running show_item; }
@keyframes text_slide { 
  0% { transform: translateX(0%); }
  100% { transform: translateX(300px); }
}
@keyframes show_item { 
  0% { opacity: 0; transform: translateY(300px); }
  100% { opacity: 1; transform: translateY(0px); }
}
@keyframes hide_item { 
  0% { opacity: 1; transform: translateY(0px); }
  100% { opacity: 0; transform: translateY(300px); }
}
.hover-blurable { position: relative; }
.hover-blurable .blurable-item { transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; filter: blur(0px); opacity: 1; }
.hover-blurable .blurable-hidden { position: absolute; top: calc(50% + 7px); left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: all 0.2s ease 0s; color: rgb(255, 192, 0) !important; }
@media (prefers-reduced-motion: reduce) {
  .hover-blurable .blurable-hidden { transition: none 0s ease 0s; }
}
.hover-blurable:hover .blurable-item { opacity: 0.8; filter: blur(10px); transform: scale(0.95); }
.hover-blurable:hover .blurable-hidden { opacity: 1; top: 50%; color: rgb(51, 51, 51); }
.bg-primary-light { background-color: rgb(139, 51, 255) !important; }
.bg-primary-dark { background-color: rgb(88, 0, 204) !important; }
.bg-gradient-primary { background: linear-gradient(50deg, rgb(28, 178, 118) 0px, rgb(28, 178, 118) 100%) !important; }
.bg-secondary-light { background-color: white !important; }
.bg-secondary-dark { background-color: rgb(205, 214, 230) !important; }
.bg-gradient-secondary { background: linear-gradient(50deg, rgb(239, 242, 247) 0px, rgb(239, 240, 247) 100%) !important; }
.bg-success-light { background-color: rgb(81, 203, 151) !important; }
.bg-success-dark { background-color: rgb(42, 140, 98) !important; }
.bg-gradient-success { background: linear-gradient(50deg, rgb(54, 179, 126) 0px, rgb(54, 179, 164) 100%) !important; }
.bg-info-light { background-color: rgb(13, 218, 255) !important; }
.bg-info-dark { background-color: rgb(0, 141, 166) !important; }
.bg-gradient-info { background: linear-gradient(50deg, rgb(0, 184, 217) 0px, rgb(0, 119, 217) 100%) !important; }
.bg-warning-light { background-color: rgb(255, 188, 51) !important; }
.bg-warning-dark { background-color: rgb(204, 137, 0) !important; }
.bg-gradient-warning { background: linear-gradient(50deg, rgb(255, 171, 0) 0px, rgb(255, 248, 0) 100%) !important; }
.bg-danger-light { background-color: rgb(255, 128, 99) !important; }
.bg-danger-dark { background-color: rgb(252, 46, 0) !important; }
.bg-gradient-danger { background: linear-gradient(50deg, rgb(255, 86, 48) 0px, rgb(255, 148, 48) 100%) !important; }
.bg-light-light { background-color: white !important; }
.bg-light-dark { background-color: rgb(205, 214, 230) !important; }
.bg-gradient-light { background: linear-gradient(50deg, rgb(239, 242, 247) 0px, rgb(239, 240, 247) 100%) !important; }
.bg-dark-light { background-color: rgb(58, 77, 100) !important; }
.bg-dark-dark { background-color: rgb(20, 27, 36) !important; }
.bg-gradient-dark { background: linear-gradient(50deg, rgb(39, 52, 68) 0px, rgb(39, 43, 68) 100%) !important; }
.bg-neutral-light { background-color: white !important; }
.bg-neutral-dark { background-color: rgb(230, 230, 230) !important; }
.bg-gradient-neutral { background: linear-gradient(50deg, rgb(255, 255, 255) 0px, white 100%) !important; }
.bg-white-light { background-color: white !important; }
.bg-white-dark { background-color: rgb(230, 230, 230) !important; }
.bg-gradient-white { background: linear-gradient(50deg, rgb(255, 255, 255) 0px, white 100%) !important; }
.bg-translucent-primary { background-color: rgba(95, 0, 219, 0.6) !important; }
a.bg-translucent-primary:hover, a.bg-translucent-primary:focus, button.bg-translucent-primary:hover, button.bg-translucent-primary:focus { background-color: rgba(84, 0, 194, 0.6) !important; }
.bg-translucent-secondary { background-color: rgba(215, 223, 235, 0.6) !important; }
a.bg-translucent-secondary:hover, a.bg-translucent-secondary:focus, button.bg-translucent-secondary:hover, button.bg-translucent-secondary:focus { background-color: rgba(198, 209, 227, 0.6) !important; }
.bg-translucent-success { background-color: rgba(46, 152, 107, 0.6) !important; }
a.bg-translucent-success:hover, a.bg-translucent-success:focus, button.bg-translucent-success:hover, button.bg-translucent-success:focus { background-color: rgba(40, 132, 93, 0.6) !important; }
.bg-translucent-info { background-color: rgba(0, 154, 181, 0.6) !important; }
a.bg-translucent-info:hover, a.bg-translucent-info:focus, button.bg-translucent-info:hover, button.bg-translucent-info:focus { background-color: rgba(0, 132, 156, 0.6) !important; }
.bg-translucent-warning { background-color: rgba(219, 147, 0, 0.6) !important; }
a.bg-translucent-warning:hover, a.bg-translucent-warning:focus, button.bg-translucent-warning:hover, button.bg-translucent-warning:focus { background-color: rgba(194, 130, 0, 0.6) !important; }
.bg-translucent-danger { background-color: rgba(255, 57, 12, 0.6) !important; }
a.bg-translucent-danger:hover, a.bg-translucent-danger:focus, button.bg-translucent-danger:hover, button.bg-translucent-danger:focus { background-color: rgba(242, 44, 0, 0.6) !important; }
.bg-translucent-light { background-color: rgba(215, 223, 235, 0.6) !important; }
a.bg-translucent-light:hover, a.bg-translucent-light:focus, button.bg-translucent-light:hover, button.bg-translucent-light:focus { background-color: rgba(198, 209, 227, 0.6) !important; }
.bg-translucent-dark { background-color: rgba(26, 35, 45, 0.6) !important; }
a.bg-translucent-dark:hover, a.bg-translucent-dark:focus, button.bg-translucent-dark:hover, button.bg-translucent-dark:focus { background-color: rgba(17, 22, 29, 0.6) !important; }
.bg-translucent-neutral { background-color: rgba(237, 237, 237, 0.6) !important; }
a.bg-translucent-neutral:hover, a.bg-translucent-neutral:focus, button.bg-translucent-neutral:hover, button.bg-translucent-neutral:focus { background-color: rgba(224, 224, 224, 0.6) !important; }
.bg-translucent-white { background-color: rgba(237, 237, 237, 0.6) !important; }
a.bg-translucent-white:hover, a.bg-translucent-white:focus, button.bg-translucent-white:hover, button.bg-translucent-white:focus { background-color: rgba(224, 224, 224, 0.6) !important; }
.bg-section-primary { background-color: rgb(255, 255, 255) !important; }
.bg-section-secondary { background-color: rgb(250, 251, 254) !important; }
.bg-section-light { background-color: rgb(224, 230, 237) !important; }
.bg-section-dark { background-color: rgb(26, 35, 45) !important; }
.bg-brand-facebook { background-color: rgb(59, 89, 153) !important; }
.bg-brand-twitter { background-color: rgb(29, 161, 242) !important; }
.bg-brand-google-plus { background-color: rgb(221, 75, 57) !important; }
.bg-brand-instagram { background-color: rgb(228, 64, 95) !important; }
.bg-brand-pinterest { background-color: rgb(189, 8, 28) !important; }
.bg-brand-youtube { background-color: rgb(205, 32, 31) !important; }
.bg-brand-slack { background-color: rgb(58, 175, 133) !important; }
.bg-brand-dribbble { background-color: rgb(234, 76, 137) !important; }
.bg-brand-github { background-color: rgb(34, 34, 34) !important; }
.bg-brand-vimeo { background-color: rgb(4, 160, 240) !important; }
.bg-gray-100 { background-color: rgb(250, 251, 254) !important; }
.bg-gray-200 { background-color: rgb(239, 242, 247) !important; }
.bg-gray-300 { background-color: rgb(229, 233, 242) !important; }
.bg-gray-400 { background-color: rgb(224, 230, 237) !important; }
.bg-gray-500 { background-color: rgb(211, 220, 230) !important; }
.bg-gray-600 { background-color: rgb(192, 204, 218) !important; }
.bg-gray-700 { background-color: rgb(132, 146, 166) !important; }
.bg-gray-800 { background-color: rgb(60, 72, 88) !important; }
.bg-gray-900 { background-color: rgb(39, 52, 68) !important; }
.bg-black { background-color: rgb(31, 45, 61); }
.fill-blue { fill: rgb(38, 132, 255) !important; }
.stroke-blue { stroke: rgb(38, 132, 255) !important; }
.fill-indigo { fill: rgb(110, 0, 255) !important; }
.stroke-indigo { stroke: rgb(110, 0, 255) !important; }
.fill-purple { fill: rgb(81, 15, 168) !important; }
.stroke-purple { stroke: rgb(81, 15, 168) !important; }
.fill-pink { fill: rgb(240, 116, 173) !important; }
.stroke-pink { stroke: rgb(240, 116, 173) !important; }
.fill-red { fill: rgb(255, 86, 48) !important; }
.stroke-red { stroke: rgb(255, 86, 48) !important; }
.fill-orange { fill: rgb(255, 171, 0) !important; }
.stroke-orange { stroke: rgb(255, 171, 0) !important; }
.fill-yellow { fill: rgb(255, 204, 0) !important; }
.stroke-yellow { stroke: rgb(255, 204, 0) !important; }
.fill-green { fill: rgb(54, 179, 126) !important; }
.stroke-green { stroke: rgb(54, 179, 126) !important; }
.fill-teal { fill: rgb(0, 184, 217) !important; }
.stroke-teal { stroke: rgb(0, 184, 217) !important; }
.fill-cyan { fill: rgb(75, 214, 229) !important; }
.stroke-cyan { stroke: rgb(75, 214, 229) !important; }
.fill-white { fill: rgb(255, 255, 255) !important; }
.stroke-white { stroke: rgb(255, 255, 255) !important; }
.fill-gray { fill: rgb(192, 204, 218) !important; }
.stroke-gray { stroke: rgb(192, 204, 218) !important; }
.fill-gray-dark { fill: rgb(60, 72, 88) !important; }
.stroke-gray-dark { stroke: rgb(60, 72, 88) !important; }
.fill-primary { fill: rgb(110, 0, 255) !important; }
.stroke-primary { stroke: rgb(110, 0, 255) !important; }
.fill-secondary { fill: rgb(239, 242, 247) !important; }
.stroke-secondary { stroke: rgb(239, 242, 247) !important; }
.fill-success { fill: rgb(54, 179, 126) !important; }
.stroke-success { stroke: rgb(54, 179, 126) !important; }
.fill-info { fill: rgb(0, 184, 217) !important; }
.stroke-info { stroke: rgb(0, 184, 217) !important; }
.fill-warning { fill: rgb(255, 171, 0) !important; }
.stroke-warning { stroke: rgb(255, 171, 0) !important; }
.fill-danger { fill: rgb(255, 86, 48) !important; }
.stroke-danger { stroke: rgb(255, 86, 48) !important; }
.fill-light { fill: rgb(239, 242, 247) !important; }
.stroke-light { stroke: rgb(239, 242, 247) !important; }
.fill-dark { fill: rgb(39, 52, 68) !important; }
.stroke-dark { stroke: rgb(39, 52, 68) !important; }
.fill-neutral { fill: rgb(255, 255, 255) !important; }
.stroke-neutral { stroke: rgb(255, 255, 255) !important; }
.fill-white { fill: rgb(255, 255, 255) !important; }
.stroke-white { stroke: rgb(255, 255, 255) !important; }
.fill-primary-100 { fill: white !important; }
.fill-primary-200 { fill: rgb(226, 204, 255) !important; }
.fill-primary-300 { fill: rgb(197, 153, 255) !important; }
.fill-primary-400 { fill: rgb(168, 102, 255) !important; }
.fill-primary-500 { fill: rgb(139, 51, 255) !important; }
.fill-primary-600 { fill: rgb(125, 26, 255) !important; }
.stroke-primary-100 { stroke: white !important; }
.stroke-primary-200 { stroke: rgb(226, 204, 255) !important; }
.stroke-primary-300 { stroke: rgb(197, 153, 255) !important; }
.stroke-primary-400 { stroke: rgb(168, 102, 255) !important; }
.stroke-primary-500 { stroke: rgb(139, 51, 255) !important; }
.stroke-primary-600 { stroke: rgb(125, 26, 255) !important; }
.fill-section-primary { fill: rgb(255, 255, 255) !important; }
.stroke-section-primary { stroke: rgb(255, 255, 255) !important; }
.fill-section-secondary { fill: rgb(250, 251, 254) !important; }
.stroke-section-secondary { stroke: rgb(250, 251, 254) !important; }
.fill-section-light { fill: rgb(224, 230, 237) !important; }
.stroke-section-light { stroke: rgb(224, 230, 237) !important; }
.fill-section-dark { fill: rgb(26, 35, 45) !important; }
.stroke-section-dark { stroke: rgb(26, 35, 45) !important; }
.bg-cover { position: relative; background-repeat: no-repeat; }
.bg-absolute-cover { background-repeat: no-repeat; position: absolute; overflow: hidden; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 100; }
.bg-absolute-cover svg { height: 1000px; pointer-events: none; }
@media (max-width: 1199.98px) {
  .bg-lg-cover { background-image: none !important; }
}
@media (max-width: 991.98px) {
  .bg-md-cover { background-image: none !important; }
}
.bg-size--cover { background-size: cover; }
.bg-size--contain { background-size: contain; }
.bg-text { color: rgba(255, 255, 255, 0.2); position: absolute; top: 50%; left: 0%; white-space: nowrap; transform: translate(0%, -50%); text-transform: uppercase; font-size: 40rem; font-weight: 700; }
.bg-inner--text { height: 1em; line-height: 1em; transform: none; opacity: 1; transition: all 2s ease 0s; animation: 40s linear 0s infinite normal none running text_slide; width: auto; max-width: none; white-space: nowrap; display: inline-block; }
.bg-noise { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg=="); }
@media (max-width: 991.98px) {
  .bg-img-holder { background-image: none !important; }
  .bg-img-holder img { max-width: 100%; }
}
@media (min-width: 992px) {
  .bg-img-holder { position: absolute; height: 100%; min-height: 20rem; background-repeat: no-repeat; z-index: -1; }
  .bg-img-holder img { display: none; }
}
.img-bg::after { position: absolute; content: ""; background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23EFF2F7' fill-rule='evenodd'/%3E%3C/svg%3E") 50% center / contain no-repeat; width: 783px; height: 725px; left: 31px; top: -168px; z-index: 1; }
.img-bg img { position: relative; z-index: 2; }
.border-sm { border-width: 2px !important; }
.border-md { border-width: 3px !important; }
.border-dashed { border-style: dashed !important; }
.border-dotted { border-style: dotted !important; }
.border-groove { border-style: groove !important; }
.rounded-left-pill { border-top-left-radius: 50rem !important; border-bottom-left-radius: 50rem !important; }
.rounded-right-pill { border-top-right-radius: 50rem !important; border-bottom-right-radius: 50rem !important; }
.delimiter-top, .delimiter-bottom { position: relative; border: 0px; }
.delimiter-top::before { content: ""; display: block; width: 38%; position: absolute; top: 0px; left: 41%; margin-left: -40%; height: 1px; }
.delimiter-bottom::after { content: ""; display: block; width: 80%; position: absolute; bottom: 0px; left: 50%; margin-left: -40%; height: 1px; background: radial-gradient(at center center, rgba(222, 228, 239, 0.2) 0px, rgba(255, 255, 255, 0) 75%); }
.delimiter-dark::before, .delimiter-dark::after { background: radial-gradient(at center center, rgba(255, 255, 255, 0.2) 0px, rgba(31, 45, 61, 0) 75%); }
.floating { animation: 3s ease 0s infinite normal none running floating; will-change: transform; }
.floating:hover { animation-play-state: paused; }
.floating-lg { animation: 3s ease 0s infinite normal none running floating-lg; }
.floating-sm { animation: 3s ease 0s infinite normal none running floating-sm; }
@keyframes floating-lg { 
  0% { transform: translateY(0px); }
  50% { transform: translateY(15px); }
  100% { transform: translateY(0px); }
}
@keyframes floating { 
  0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}
@keyframes floating-sm { 
  0% { transform: translateY(0px); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0px); }
}
.floatfix::before, .floatfix::after { content: ""; display: table; }
.floatfix::after { clear: both; }
.overflow-visible { overflow: visible !important; }
.overflow-hidden { overflow: hidden !important; }
[class*="alpha"] { transition: all 0.2s ease 0s; }
[class*="faded"] { position: relative; }
[class*="faded"]::after { content: ""; position: absolute; width: 100%; height: 30%; }
.faded-top::after { top: 0px; background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.6) 100%); }
.faded-bottom::after { bottom: 0px; background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 100%); }
[class*="hover-"] { transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  [class*="hover-"] { transition: none 0s ease 0s; }
}
.img-center { display: block; margin-left: auto; margin-right: auto; }
.img-grayscale { filter: grayscale(100%); }
.img-saturate { filter: saturate(150%); }
.img-back-shape img { background: url("../img/svg/backgrounds/bg-circles-1.svg") center center / 100% 100% no-repeat scroll border-box border-box; }
.opacity-0, .hover-opacity-0:hover, .opacity-container:hover .hover-opacity-0 { opacity: 0; }
.opacity-1, .hover-opacity-1:hover, .opacity-container:hover .hover-opacity-1 { opacity: 0.1; }
.opacity-2, .hover-opacity-2:hover, .opacity-container:hover .hover-opacity-2 { opacity: 0.2; }
.opacity-3, .hover-opacity-3:hover, .opacity-container:hover .hover-opacity-3 { opacity: 0.3; }
.opacity-4, .hover-opacity-4:hover, .opacity-container:hover .hover-opacity-4 { opacity: 0.4; }
.opacity-5, .hover-opacity-5:hover, .opacity-container:hover .hover-opacity-5 { opacity: 0.5; }
.opacity-6, .hover-opacity-6:hover, .opacity-container:hover .hover-opacity-6 { opacity: 0.6; }
.opacity-7, .hover-opacity-7:hover, .opacity-container:hover .hover-opacity-7 { opacity: 0.7; }
.opacity-8, .hover-opacity-8:hover, .opacity-container:hover .hover-opacity-8 { opacity: 0.8; }
.opacity-9, .hover-opacity-9:hover, .opacity-container:hover .hover-opacity-9 { opacity: 0.9; }
.opacity-10, .hover-opacity-10:hover, .opacity-container:hover .hover-opacity-10 { opacity: 1; }
.top-0 { top: 0px; }
.right-0 { right: 0px; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.top-1 { top: 0.25rem; }
.right-1 { right: 0.25rem; }
.bottom-1 { bottom: 0.25rem; }
.left-1 { left: 0.25rem; }
.top-2 { top: 0.5rem; }
.right-2 { right: 0.5rem; }
.bottom-2 { bottom: 0.5rem; }
.left-2 { left: 0.5rem; }
.top-3 { top: 1rem; }
.right-3 { right: 1rem; }
.bottom-3 { bottom: 1rem; }
.left-3 { left: 1rem; }
.top-4 { top: 1.5rem; }
.right-4 { right: 1.5rem; }
.bottom-4 { bottom: 1.5rem; }
.left-4 { left: 1.5rem; }
.top-5 { top: 3rem; }
.right-5 { right: 3rem; }
.bottom-5 { bottom: 3rem; }
.left-5 { left: 3rem; }
.top-6 { top: 4.5rem; }
.right-6 { right: 4.5rem; }
.bottom-6 { bottom: 4.5rem; }
.left-6 { left: 4.5rem; }
.top-7 { top: 6rem; }
.right-7 { right: 6rem; }
.bottom-7 { bottom: 6rem; }
.left-7 { left: 6rem; }
.top-8 { top: 7.5rem; }
.right-8 { right: 7.5rem; }
.bottom-8 { bottom: 7.5rem; }
.left-8 { left: 7.5rem; }
.top-9 { top: 9rem; }
.right-9 { right: 9rem; }
.bottom-9 { bottom: 9rem; }
.left-9 { left: 9rem; }
.top-10 { top: 10.5rem; }
.right-10 { right: 10.5rem; }
.bottom-10 { bottom: 10.5rem; }
.left-10 { left: 10.5rem; }
.top-n1 { top: -0.25rem; }
.right-n1 { right: -0.25rem; }
.bottom-n1 { bottom: -0.25rem; }
.left-n1 { left: -0.25rem; }
.top-n2 { top: -0.5rem; }
.right-n2 { right: -0.5rem; }
.bottom-n2 { bottom: -0.5rem; }
.left-n2 { left: -0.5rem; }
.top-n3 { top: -1rem; }
.right-n3 { right: -1rem; }
.bottom-n3 { bottom: -1rem; }
.left-n3 { left: -1rem; }
.top-n4 { top: -1.5rem; }
.right-n4 { right: -1.5rem; }
.bottom-n4 { bottom: -1.5rem; }
.left-n4 { left: -1.5rem; }
.top-n5 { top: -3rem; }
.right-n5 { right: -3rem; }
.bottom-n5 { bottom: -3rem; }
.left-n5 { left: -3rem; }
.top-n6 { top: -4.5rem; }
.right-n6 { right: -4.5rem; }
.bottom-n6 { bottom: -4.5rem; }
.left-n6 { left: -4.5rem; }
.top-n7 { top: -6rem; }
.right-n7 { right: -6rem; }
.bottom-n7 { bottom: -6rem; }
.left-n7 { left: -6rem; }
.top-n8 { top: -7.5rem; }
.right-n8 { right: -7.5rem; }
.bottom-n8 { bottom: -7.5rem; }
.left-n8 { left: -7.5rem; }
.top-n9 { top: -9rem; }
.right-n9 { right: -9rem; }
.bottom-n9 { bottom: -9rem; }
.left-n9 { left: -9rem; }
.top-n10 { top: -10.5rem; }
.right-n10 { right: -10.5rem; }
.bottom-n10 { bottom: -10.5rem; }
.left-n10 { left: -10.5rem; }
.center { left: 50%; transform: translateX(-50%); }
.middle { top: 50%; transform: translateY(-50%); }
@media (max-width: 991.98px) {
  [data-separator="rounded"][data-separator-orientation="bottom"] { border-radius: 0px 0px 3rem 3rem; }
  [data-separator="rounded"][data-separator-orientation="top"] { border-radius: 3rem 3rem 0px 0px; }
  [data-separator="rounded-left"][data-separator-orientation="bottom"] { border-radius: 0px 0px 0px 3rem; }
  [data-separator="rounded-left"][data-separator-orientation="top"] { border-radius: 3rem 0px 0px; }
  [data-separator="rounded-right"][data-separator-orientation="bottom"] { border-radius: 0px 0px 3rem; }
  [data-separator="rounded-right"][data-separator-orientation="top"] { border-radius: 0px 3rem 0px 0px; }
}
@media (min-width: 768px) {
  [data-separator="rounded"][data-separator-orientation="bottom"] { border-radius: 0px 0px 5rem 5rem; }
  [data-separator="rounded"][data-separator-orientation="top"] { border-radius: 5rem 5rem 0px 0px; }
  [data-separator="rounded-left"][data-separator-orientation="bottom"] { border-radius: 0px 0px 0px 5rem; }
  [data-separator="rounded-left"][data-separator-orientation="top"] { border-radius: 5rem 0px 0px; }
  [data-separator="rounded-right"][data-separator-orientation="bottom"] { border-radius: 0px 0px 5rem; }
  [data-separator="rounded-right"][data-separator-orientation="top"] { border-radius: 0px 5rem 0px 0px; }
}
[data-separator="rounded-continuous"] { position: relative; margin-bottom: 5rem; border-radius: 0px 0px 0px 5rem; }
[data-separator="rounded-continuous"]::before, [data-separator="rounded-continuous"]::after { content: ""; position: absolute; pointer-events: none; left: 0px; height: 5rem; }
[data-separator="rounded-continuous"]::before { top: 100%; width: 100%; border-radius: 0px 5rem 0px 0px; }
[data-separator="rounded-continuous"]::after { bottom: 0px; z-index: -1; width: 50%; }
[data-separator="rounded-continuous"] + section { padding-bottom: 5rem; }
[data-separator-bg="primary"]::before, [data-separator-bg="primary"]::after { background: rgb(255, 255, 255); }
[data-separator-bg="secondary"]::before, [data-separator-bg="secondary"]::after { background: rgb(250, 251, 254); }
[data-separator-bg="light"]::before, [data-separator-bg="light"]::after { background: rgb(224, 230, 237); }
[data-separator-bg="dark"]::before, [data-separator-bg="dark"]::after { background: rgb(26, 35, 45); }
.shape-container { position: absolute; left: 0px; right: 0px; width: 100%; height: 150px; z-index: 0; transform: translateZ(0px); overflow: hidden; }
.shape-container svg { fill: rgb(255, 255, 255); pointer-events: none; vertical-align: baseline; }
.shape-container[data-shape-position="top"] { top: 0px; bottom: auto; margin-top: -1px; }
.shape-container[data-shape-position="bottom"] { top: auto; bottom: 0px; margin-bottom: -1px; }
.shape-container[data-shape-orientation="inverse"] { transform: rotate(180deg); }
.shape-position-top { top: 0px; margin-top: -1px; }
.shape-position-bottom { bottom: 0px; margin-bottom: -1px; }
.shape-orientation-inverse { transform: rotate(180deg); }
@media not all, not all {
  .ie-shape-wave-1 { height: 504px; }
  .ie-shape-wave-3 { height: 231px; }
  .ie-shape-clouds { height: 400px; }
}
.h-100vh { height: 100vh !important; }
.row-grid + .row-grid { margin-top: 3rem; }
.row-grid > [class*="col-"] + [class*="col-"] { margin-top: 3rem; }
@media (min-width: 992px) {
  .row.row-grid > [class*="col-lg-"] + [class*="col-lg-"] { margin-top: 0px; }
}
@media (min-width: 768px) {
  .row.row-grid > [class*="col-md-"] + [class*="col-md-"] { margin-top: 0px; }
}
@media (min-width: 576px) {
  .row.row-grid > [class*="col-sm-"] + [class*="col-sm-"] { margin-top: 0px; }
}
@media (min-width: 992px) {
  [class*="mt--"], [class*="mr--"], [class*="mb--"], [class*="ml--"] { position: relative; z-index: 5; }
  .mt--100 { margin-top: -100px !important; }
  .mr--100 { margin-right: -100px !important; }
  .mb--100 { margin-bottom: -100px !important; }
  .ml--100 { margin-left: -100px !important; }
  .mt--150 { margin-top: -150px !important; }
  .mb--150 { margin-bottom: -150px !important; }
  .mt--200 { margin-top: -200px !important; }
  .mb--200 { margin-bottom: -200px !important; }
  .mt--300 { margin-top: -300px !important; }
  .mb--300 { margin-bottom: -300px !important; }
  .pt-100 { padding-top: 100px !important; }
  .pb-100 { padding-bottom: 100px !important; }
  .pt-150 { padding-top: 150px !important; }
  .pb-150 { padding-bottom: 150px !important; }
  .pt-200 { padding-top: 200px !important; }
  .pb-200 { padding-bottom: 200px !important; }
  .pt-250 { padding-top: 250px !important; }
  .pb-250 { padding-bottom: 250px !important; }
  .pt-300 { padding-top: 300px !important; }
  .pb-300 { padding-bottom: 300px !important; }
}
[data-negative-margin].is_stuck { margin: 0px !important; }
[class*="shadow"] { transition: all 0.2s ease 0s; }
.hover-shadow-sm:hover { box-shadow: rgba(31, 45, 61, 0.08) 0px 0.125rem 0.25rem !important; }
.hover-shadow:hover { box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem !important; }
.hover-shadow-lg:hover { box-shadow: rgba(31, 45, 61, 0.125) 0px 1rem 3rem !important; }
.shadow-none, .hover-shadow-none:hover { box-shadow: none !important; }
.shadow-primary-sm { box-shadow: rgba(110, 0, 255, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-primary { box-shadow: rgba(110, 0, 255, 0.4) 0px 0.5rem 1rem !important; }
.shadow-primary-lg { box-shadow: rgba(110, 0, 255, 0.4) 0px 1rem 3rem !important; }
.shadow-secondary-sm { box-shadow: rgba(239, 242, 247, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-secondary { box-shadow: rgba(239, 242, 247, 0.4) 0px 0.5rem 1rem !important; }
.shadow-secondary-lg { box-shadow: rgba(239, 242, 247, 0.4) 0px 1rem 3rem !important; }
.shadow-success-sm { box-shadow: rgba(54, 179, 126, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-success { box-shadow: rgba(54, 179, 126, 0.4) 0px 0.5rem 1rem !important; }
.shadow-success-lg { box-shadow: rgba(54, 179, 126, 0.4) 0px 1rem 3rem !important; }
.shadow-info-sm { box-shadow: rgba(0, 184, 217, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-info { box-shadow: rgba(0, 184, 217, 0.4) 0px 0.5rem 1rem !important; }
.shadow-info-lg { box-shadow: rgba(0, 184, 217, 0.4) 0px 1rem 3rem !important; }
.shadow-warning-sm { box-shadow: rgba(255, 171, 0, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-warning { box-shadow: rgba(255, 171, 0, 0.4) 0px 0.5rem 1rem !important; }
.shadow-warning-lg { box-shadow: rgba(255, 171, 0, 0.4) 0px 1rem 3rem !important; }
.shadow-danger-sm { box-shadow: rgba(255, 86, 48, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-danger { box-shadow: rgba(255, 86, 48, 0.4) 0px 0.5rem 1rem !important; }
.shadow-danger-lg { box-shadow: rgba(255, 86, 48, 0.4) 0px 1rem 3rem !important; }
.shadow-light-sm { box-shadow: rgba(239, 242, 247, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-light { box-shadow: rgba(239, 242, 247, 0.4) 0px 0.5rem 1rem !important; }
.shadow-light-lg { box-shadow: rgba(239, 242, 247, 0.4) 0px 1rem 3rem !important; }
.shadow-dark-sm { box-shadow: rgba(39, 52, 68, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-dark { box-shadow: rgba(39, 52, 68, 0.4) 0px 0.5rem 1rem !important; }
.shadow-dark-lg { box-shadow: rgba(39, 52, 68, 0.4) 0px 1rem 3rem !important; }
.shadow-neutral-sm { box-shadow: rgba(255, 255, 255, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-neutral { box-shadow: rgba(255, 255, 255, 0.4) 0px 0.5rem 1rem !important; }
.shadow-neutral-lg { box-shadow: rgba(255, 255, 255, 0.4) 0px 1rem 3rem !important; }
.shadow-white-sm { box-shadow: rgba(255, 255, 255, 0.4) 0px 0.125rem 0.25rem !important; }
.shadow-white { box-shadow: rgba(255, 255, 255, 0.4) 0px 0.5rem 1rem !important; }
.shadow-white-lg { box-shadow: rgba(255, 255, 255, 0.4) 0px 1rem 3rem !important; }
.font-weight-300 { font-weight: 300 !important; }
.font-weight-400 { font-weight: 400 !important; }
.font-weight-500 { font-weight: 500 !important; }
.font-weight-600 { font-weight: 600 !important; }
.font-weight-700 { font-weight: 700 !important; }
.font-weight-800 { font-weight: 800 !important; }
.font-weight-900 { font-weight: 900 !important; }
.font-weight-bolder { font-weight: 700 !important; }
.text-underline { text-decoration: underline !important; }
.text-underline--dashed { border-bottom: 1px dashed !important; }
.text-line-through { text-decoration: line-through !important; }
a.text-muted:hover { color: rgb(104, 120, 143) !important; }
.text-xs { font-size: 0.75rem !important; }
.text-sm { font-size: 0.875rem !important; }
.text-lg { font-size: 1.25rem !important; }
.text-xl { font-size: 1.5rem !important; }
.lh-100 { line-height: 1 !important; }
.lh-110 { line-height: 1.1 !important; }
.lh-120 { line-height: 1.2 !important; }
.lh-130 { line-height: 1.3 !important; }
.lh-140 { line-height: 1.4 !important; }
.lh-150 { line-height: 1.5 !important; }
.lh-160 { line-height: 1.6 !important; }
.lh-170 { line-height: 1.7 !important; }
.lh-180 { line-height: 1.8 !important; }
.ls-1 { letter-spacing: 0.0625rem !important; }
.ls-15 { letter-spacing: 0.09375rem !important; }
.ls-2 { letter-spacing: 0.125rem !important; }
.text-limit { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.transform-none { transform: none !important; }
.translate-y-n3, .hover-translate-y-n3:hover { transform: translateY(-3px) !important; }
.translate-y-n10, .hover-translate-y-n10:hover { transform: translateY(-10px) !important; }
.translate-x-50, .hover-translate-x-50:hover { transform: translateX(50%) !important; }
.translate-y-50 { transform: translateY(50%) !important; }
.translate-x-100 { transform: translateX(100%) !important; }
.translate-y-100 { transform: translateY(100%) !important; }
.translate-x-n50 { transform: translateX(-50%) !important; }
.translate-y-n50 { transform: translateY(-50%) !important; }
.translate-x-n100 { transform: translateX(-100%) !important; }
.translate-y-n100 { transform: translateY(-100%) !important; }
.scale-90 { transform: scale(0.9) !important; }
.scale-x-90 { transform: scaleX(0.9) !important; }
.scale-y-90 { transform: scaleY(0.9) !important; }
.scale-100 { transform: scale(1) !important; }
.scale-x-100 { transform: scaleX(1) !important; }
.scale-y-100 { transform: scaleY(1) !important; }
.scale-110, .hover-scale-110:hover { transform: scale(1.1) !important; }
.scale-x-110, .hover-scale-x-110:hover { transform: scaleX(1.1) !important; }
.scale-y-110 { transform: scaleY(1.1) !important; }
.rotate-90, .hover-rotate-90:hover { transform: rotate(90deg) !important; }
.rotate-180, .hover-rotate-180:hover { transform: rotate(180deg) !important; }
.rotate-270, .hover-rotate-270:hover { transform: rotate(270deg) !important; }
.rotate-360, .hover-rotate-360:hover { transform: rotate(360deg) !important; }
.rotate-n90, .hover-rotate-n90:hover { transform: rotate(-90deg) !important; }
.skew-x-5 { transform: skewX(5deg) !important; }
.skew-y-5 { transform: skewY(5deg) !important; }
.skew-x-n10 { transform: skewX(-10deg) !important; }
.skew-y-n10 { transform: skewY(-10deg) !important; }
.perspective-left { transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg); }
.perspective-right { transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg); }
.transform-origin-t { transform-origin: 50% 0% !important; }
.transform-origin-r { transform-origin: 100% 50% !important; }
.transform-origin-b { transform-origin: 50% 100% !important; }
.transform-origin-l { transform-origin: 0% 50% !important; }
.zindex-100 { z-index: 100 !important; }
.zindex-101 { z-index: 101 !important; }
.zindex-102 { z-index: 102 !important; }
.action-item { display: inline-block; font-size: 0.875rem; cursor: pointer; color: rgb(132, 146, 166); background: transparent; border: 0px; padding: 0.375rem 0.25rem; transition: color 0.3s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .action-item { transition: none 0s ease 0s; }
}
.action-item:hover { color: rgb(162, 172, 187); }
.action-item span { padding-left: 0.35rem; display: inline-block; }
.actions-dark .action-item { color: rgba(255, 255, 255, 0.7); }
.actions-dark .action-item:hover { color: white; }
.action-favorite { color: rgb(255, 204, 0); }
.action-favorite:hover, .action-favorite.active { color: rgb(219, 175, 0); }
.action-love { color: rgb(255, 86, 48); }
.action-love:hover, .action-love.active { color: rgb(255, 57, 12); }
.action-like { color: rgb(38, 132, 255); }
.action-like:hover, .action-like.active { color: rgb(2, 112, 255); }
.action-item-lg { font-size: 1.25rem; }
.card > .actions { position: absolute; right: 0.875rem; top: 1rem; }
.card-stats .actions { right: 0.75rem; top: 0.5rem; }
.actions-toolbar { position: relative; }
.actions-search { display: none; opacity: 0; align-items: center; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(255, 255, 255); border-color: rgb(239, 242, 247); z-index: 1; box-shadow: rgba(18, 38, 63, 0.03) 0px 0.75rem 1.5rem; border-radius: 0.375rem; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .actions-search { transition: none 0s ease 0s; }
}
.actions-search.show { display: flex; opacity: 1; }
.alert { font-size: 0.875rem; }
.alert strong { font-weight: 600; }
.alert hr { margin: 0.875rem 0px; }
.alert p:last-child { margin-bottom: 0px; }
.alert-heading { font-weight: 600; font-size: 1.5rem; margin-top: 0.15rem; }
.alert-flush { border-radius: 0px; border-left: 0px; border-right: 0px; }
.alert-modern { display: inline-block; padding: 0.375rem 1rem 0.375rem 0.5rem; border-radius: 50rem; }
.alert-modern::after { margin-left: 10.2px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 700; content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦"; }
.alert-modern:empty::after { margin-left: 0px; }
.alert-modern .badge + .alert-content { margin-left: 0.5rem; }
.alert-dark { background-color: rgb(39, 52, 68); color: rgb(255, 255, 255); border: 0px; }
.alert-dark .alert-link { color: rgb(255, 255, 255); }
.alert-dark .close > span:not(.sr-only) { color: white; }
.alert-dark .close:hover > span:not(.sr-only), .alert-dark .close:focus > span:not(.sr-only) { color: rgb(255, 255, 255); }
.alert-dark hr { border-color: rgba(216, 203, 187, 0.1); }
[class*="alert-outline-"] { border-right: 1px solid; }
[class*="alert-outline-"] .alert-group-prepend { padding-right: 0.875rem; }
.alert-outline-primary { background: transparent; color: rgb(72, 22, 162); border-color: rgb(214, 184, 255); }
.alert-outline-primary hr { border-top-color: rgb(229, 210, 255); }
.alert-outline-primary .alert-link { color: rgb(72, 22, 162); }
.alert-outline-primary .alert-group-prepend { border-right: 1px solid rgb(214, 184, 255); }
.alert-outline-secondary { background: transparent; color: rgb(139, 147, 158); border-color: rgb(251, 251, 253); }
.alert-outline-secondary hr { border-top-color: white; }
.alert-outline-secondary .alert-link { color: rgb(139, 147, 158); }
.alert-outline-secondary .alert-group-prepend { border-right: 1px solid rgb(251, 251, 253); }
.alert-outline-success { background: transparent; color: rgb(43, 115, 95); border-color: rgb(199, 234, 219); }
.alert-outline-success hr { border-top-color: rgb(218, 241, 231); }
.alert-outline-success .alert-link { color: rgb(43, 115, 95); }
.alert-outline-success .alert-group-prepend { border-right: 1px solid rgb(199, 234, 219); }
.alert-outline-info { background: transparent; color: rgb(15, 117, 142); border-color: rgb(184, 235, 244); }
.alert-outline-info hr { border-top-color: rgb(206, 241, 247); }
.alert-outline-info .alert-link { color: rgb(15, 117, 142); }
.alert-outline-info .alert-group-prepend { border-right: 1px solid rgb(184, 235, 244); }
.alert-outline-warning { background: transparent; color: rgb(147, 111, 29); border-color: rgb(255, 231, 184); }
.alert-outline-warning hr { border-top-color: rgb(255, 240, 210); }
.alert-outline-warning .alert-link { color: rgb(147, 111, 29); }
.alert-outline-warning .alert-group-prepend { border-right: 1px solid rgb(255, 231, 184); }
.alert-outline-danger { background: transparent; color: rgb(147, 66, 54); border-color: rgb(255, 208, 197); }
.alert-outline-danger hr { border-top-color: rgb(255, 229, 223); }
.alert-outline-danger .alert-link { color: rgb(147, 66, 54); }
.alert-outline-danger .alert-group-prepend { border-right: 1px solid rgb(255, 208, 197); }
.alert-outline-light { background: transparent; color: rgb(139, 147, 158); border-color: rgb(251, 251, 253); }
.alert-outline-light hr { border-top-color: white; }
.alert-outline-light .alert-link { color: rgb(139, 147, 158); }
.alert-outline-light .alert-group-prepend { border-right: 1px solid rgb(251, 251, 253); }
.alert-outline-dark { background: transparent; color: rgb(35, 49, 65); border-color: rgb(195, 198, 203); }
.alert-outline-dark hr { border-top-color: rgb(209, 211, 215); }
.alert-outline-dark .alert-link { color: rgb(35, 49, 65); }
.alert-outline-dark .alert-group-prepend { border-right: 1px solid rgb(195, 198, 203); }
.alert-outline-neutral { background: transparent; color: rgb(147, 154, 162); border-color: white; }
.alert-outline-neutral hr { border-top-color: white; }
.alert-outline-neutral .alert-link { color: rgb(147, 154, 162); }
.alert-outline-neutral .alert-group-prepend { border-right: 1px solid white; }
.alert-outline-white { background: transparent; color: rgb(147, 154, 162); border-color: white; }
.alert-outline-white hr { border-top-color: white; }
.alert-outline-white .alert-link { color: rgb(147, 154, 162); }
.alert-outline-white .alert-group-prepend { border-right: 1px solid white; }
.alert-messages:not(:last-child) { margin-bottom: 1.25rem; }
.alert-notify { max-width: 600px; width: calc(100% - 30px); padding-right: 80px; box-shadow: rgba(31, 45, 61, 0.125) 0px 1rem 3rem; display: flex !important; }
.alert-notify:hover { z-index: 1081 !important; }
.alert-group { display: flex; align-items: center; padding-top: 0px; padding-bottom: 0px; }
.alert-group .alert-group-prepend { display: inline-flex; vertical-align: middle; margin-right: 0.5rem; }
.alert-group .alert-group-prepend, .alert-group .alert-content, .alert-group .alert-action { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.alert-group .alert-action { margin-left: auto; }
.alert-group .btn { padding: 0.25rem 0.75rem; font-size: 0.875rem; line-height: 1.6; }
.alert-group[class*="alert-outline"] .alert-group-prepend { margin-right: 0.875rem; }
.alert-group-icon { display: inline-block; min-width: 26px; text-align: center; }
.alert-dismissible .alert-group-prepend { display: block; }
.alert-dismissible .close { top: 50%; right: 0.875rem; transform: translateY(-50%); padding: 0px; }
.avatar { position: relative; color: rgb(255, 255, 255); display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 600; height: 50px; width: 50px; border-radius: 0.25rem; }
.avatar img { width: 100%; border-radius: 0.25rem; }
.avatar.rounded-circle img { border-radius: 50%; }
.avatar span { background-color: rgb(110, 0, 255); }
.avatar + .avatar { margin-left: 0.25rem; }
.avatar + .avatar-content { display: inline-block; margin-left: 0.75rem; }
.avatar-lg { width: 75px; height: 75px; font-size: 1.25rem; }
.avatar-sm { width: 31.25px; height: 31.25px; font-size: 0.75rem; border-radius: 0.2rem; }
.avatar-group { display: inline-block; line-height: 1; }
.avatar-group .avatar { transition: margin 0.15s ease-in-out 0s; z-index: 1; }
.avatar-group .avatar:hover { z-index: 2; }
.avatar-group .avatar img { border: 2px solid rgb(255, 255, 255); }
.avatar-group .avatar + .avatar { margin-left: -1.5rem; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.avatar-group .avatar-sm + .avatar-sm { margin-left: -1rem; }
.avatar-group:hover .avatar { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.avatar-group:hover .avatar-sm { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; }
.hover-avatar-ungroup:hover .avatar:not(:first-child) { margin-left: 0px; }
.avatar-parent-child { display: inline-block; position: relative; }
.avatar-child { position: absolute; right: 0px; bottom: 0px; background-color: rgb(255, 255, 255); border: 2px solid rgb(255, 255, 255); border-radius: 0.2rem; }
.avatar.rounded-circle + .avatar-child { border-radius: 50%; }
.avatar + .avatar-child { width: 20px; height: 20px; }
.avatar-lg + .avatar-child { width: 24px; height: 24px; }
.avatar-sm + .avatar-child { width: 16px; height: 16px; }
.avatar + .avatar-badge { width: 14px; height: 14px; right: -6px; bottom: 15px; }
.avatar-lg + .avatar-badge { width: 16px; height: 16px; right: -5px; bottom: 20px; }
.avatar-sm + .badge { width: 12px; height: 12px; right: -6px; bottom: 10px; }
.avatar-connect { position: relative; }
.avatar-connect::before { content: ""; position: absolute; top: 50%; left: 0px; width: 100%; border-bottom: 2px dashed rgb(239, 242, 247); }
.avatar-connect ul { margin: 0px; padding: 0px; list-style: none; }
.badge { display: inline; text-transform: none; }
.badge i { margin-right: 0.5rem; }
.badge-md { padding: 0.65em 1em; }
.badge-lg { padding: 0.85em 1.375em; }
.badge-inline { margin-right: 0.625rem; }
.badge-inline + span { top: 2px; position: relative; }
.badge-inline + span > a { text-decoration: underline; }
.btn .badge:not(:first-child) { margin-left: 0.5rem; }
.btn .badge:not(:last-child) { margin-right: 0.5rem; }
.badge-soft-primary { color: rgb(110, 0, 255); background-color: rgb(226, 204, 255); }
.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus { color: rgb(110, 0, 255); text-decoration: none; background-color: rgb(212, 179, 255); }
.badge-soft-secondary { color: rgb(239, 242, 247); background-color: rgb(252, 252, 253); }
.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus { color: rgb(239, 242, 247); text-decoration: none; background-color: rgb(237, 237, 243); }
.badge-soft-success { color: rgb(54, 179, 126); background-color: rgb(215, 240, 229); }
.badge-soft-success[href]:hover, .badge-soft-success[href]:focus { color: rgb(54, 179, 126); text-decoration: none; background-color: rgb(196, 233, 217); }
.badge-soft-info { color: rgb(0, 184, 217); background-color: rgb(204, 241, 247); }
.badge-soft-info[href]:hover, .badge-soft-info[href]:focus { color: rgb(0, 184, 217); text-decoration: none; background-color: rgb(182, 235, 244); }
.badge-soft-warning { color: rgb(255, 171, 0); background-color: rgb(255, 238, 204); }
.badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus { color: rgb(255, 171, 0); text-decoration: none; background-color: rgb(255, 230, 179); }
.badge-soft-danger { color: rgb(255, 86, 48); background-color: rgb(255, 221, 214); }
.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus { color: rgb(255, 86, 48); text-decoration: none; background-color: rgb(255, 200, 189); }
.badge-soft-light { color: rgb(239, 242, 247); background-color: rgb(252, 252, 253); }
.badge-soft-light[href]:hover, .badge-soft-light[href]:focus { color: rgb(239, 242, 247); text-decoration: none; background-color: rgb(237, 237, 243); }
.badge-soft-dark { color: rgb(39, 52, 68); background-color: rgb(212, 214, 218); }
.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus { color: rgb(39, 52, 68); text-decoration: none; background-color: rgb(198, 201, 206); }
.badge-soft-neutral { color: rgb(255, 255, 255); background-color: white; }
.badge-soft-neutral[href]:hover, .badge-soft-neutral[href]:focus { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(242, 242, 242); }
.badge-soft-white { color: rgb(255, 255, 255); background-color: white; }
.badge-soft-white[href]:hover, .badge-soft-white[href]:focus { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(242, 242, 242); }
.badge-dot { padding-left: 0px; padding-right: 0px; background: transparent; color: rgb(132, 146, 166); font-size: 0.875rem; }
.badge-dot i { display: inline-block; vertical-align: middle; width: 0.375rem; height: 0.375rem; border-radius: 50%; margin-right: 0.375rem; }
.badge-dot.badge-md i { width: 0.5rem; height: 0.5rem; }
.badge-dot.badge-lg i { width: 0.625rem; height: 0.625rem; }
.badge-circle { text-align: center; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; min-width: 1.25rem; min-height: 1.25rem; font-size: 0.75rem; font-weight: 600; padding: 0px !important; }
.badge-circle.badge-md { width: 1.5rem; height: 1.5rem; }
.badge-circle.badge-lg { width: 2rem; height: 2rem; }
.btn .badge-floating { position: absolute; top: -50%; right: 0px; transform: translate(50%, 50%); margin: 0px; border: 3px solid; }
.bg-shape-circle { display: block; border-radius: 50%; background-color: rgba(31, 45, 61, 0.05); position: absolute; margin: auto; }
.bg-shape-circle-lg { width: 800px; height: 800px; }
.breadcrumb { border: 1px solid rgb(239, 242, 247); }
.breadcrumb-sm { font-size: 0.875rem; }
.breadcrumb-links { border: 0px; background-color: transparent; border-radius: 0px; }
.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before { content: ""; width: 0.3rem; height: 0.6rem; margin-right: 0.5rem; -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=") 50% 50% / contain no-repeat; background: rgb(224, 230, 237); }
.breadcrumb-dark .breadcrumb-item a { color: rgba(255, 255, 255, 0.8); }
.breadcrumb-dark .breadcrumb-item a:hover { color: white; }
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.8); }
.breadcrumb-light .breadcrumb-item a { color: rgba(39, 52, 68, 0.8); }
.breadcrumb-light .breadcrumb-item a:hover { color: rgb(39, 52, 68); }
.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before { color: rgba(39, 52, 68, 0.8); }
.btn { position: relative; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .btn { transition: none 0s ease 0s; }
}
.btn:not(:last-child) { margin-right: 0.5rem; }
.btn-group > .btn { margin: 0px; }
.btn-neutral { background-color: rgb(255, 255, 255); color: rgb(39, 52, 68); border: 1px solid rgb(239, 242, 247); }
.btn-neutral:hover { border-color: rgb(229, 234, 242); background-color: rgb(247, 247, 247); }
.btn-neutral:not(:disabled):not(.disabled).active { border-color: rgb(110, 0, 255); color: rgb(110, 0, 255); background-color: rgb(255, 255, 255); }
.btn-xl { padding: 1.5rem 2rem; font-size: 1.5rem; line-height: 1.5; border-radius: 0.5rem; }
@media (max-width: 1200px) {
  .btn-xl { font-size: calc(1.275rem + 0.3vw); }
}
.btn-nobg { padding: 0px; background: transparent !important; }
.btn-nobg:hover { background: transparent !important; border-color: transparent !important; }
.btn-nobg--hover:hover { background-color: transparent; }
.btn-soft-primary { color: rgb(110, 0, 255); background-color: rgb(226, 204, 255); border-color: rgb(226, 204, 255); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-primary:hover { color: rgb(255, 255, 255); background-color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); box-shadow: rgba(226, 204, 255, 0.35) 0px 4px 11px; }
.btn-soft-primary:focus, .btn-soft-primary.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(99, 8, 227, 0.5) 0px 0px 0px 0px; }
.btn-soft-primary.disabled, .btn-soft-primary:disabled { color: rgb(110, 0, 255); background-color: rgb(226, 204, 255); border-color: rgb(226, 204, 255); }
.btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled).active, .show > .btn-soft-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); }
.btn-soft-primary:not(:disabled):not(.disabled):active:focus, .btn-soft-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-primary.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(99, 8, 227, 0.5) 0px 0px 0px 0px; }
.btn-soft-secondary { color: rgb(239, 242, 247); background-color: rgb(252, 252, 253); border-color: rgb(252, 252, 253); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-secondary:hover { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); box-shadow: rgba(252, 252, 253, 0.35) 0px 4px 11px; }
.btn-soft-secondary:focus, .btn-soft-secondary.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(209, 214, 220, 0.5) 0px 0px 0px 0px; }
.btn-soft-secondary.disabled, .btn-soft-secondary:disabled { color: rgb(239, 242, 247); background-color: rgb(252, 252, 253); border-color: rgb(252, 252, 253); }
.btn-soft-secondary:not(:disabled):not(.disabled):active, .btn-soft-secondary:not(:disabled):not(.disabled).active, .show > .btn-soft-secondary.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-soft-secondary:not(:disabled):not(.disabled):active:focus, .btn-soft-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-secondary.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(209, 214, 220, 0.5) 0px 0px 0px 0px; }
.btn-soft-success { color: rgb(54, 179, 126); background-color: rgb(215, 240, 229); border-color: rgb(215, 240, 229); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-success:hover { color: rgb(255, 255, 255); background-color: rgb(54, 179, 126); border-color: rgb(54, 179, 126); box-shadow: rgba(215, 240, 229, 0.35) 0px 4px 11px; }
.btn-soft-success:focus, .btn-soft-success.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(52, 160, 117, 0.5) 0px 0px 0px 0px; }
.btn-soft-success.disabled, .btn-soft-success:disabled { color: rgb(54, 179, 126); background-color: rgb(215, 240, 229); border-color: rgb(215, 240, 229); }
.btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled).active, .show > .btn-soft-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(54, 179, 126); border-color: rgb(54, 179, 126); }
.btn-soft-success:not(:disabled):not(.disabled):active:focus, .btn-soft-success:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-success.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(52, 160, 117, 0.5) 0px 0px 0px 0px; }
.btn-soft-info { color: rgb(0, 184, 217); background-color: rgb(204, 241, 247); border-color: rgb(204, 241, 247); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-info:hover { color: rgb(255, 255, 255); background-color: rgb(0, 184, 217); border-color: rgb(0, 184, 217); box-shadow: rgba(204, 241, 247, 0.35) 0px 4px 11px; }
.btn-soft-info:focus, .btn-soft-info.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(6, 164, 195, 0.5) 0px 0px 0px 0px; }
.btn-soft-info.disabled, .btn-soft-info:disabled { color: rgb(0, 184, 217); background-color: rgb(204, 241, 247); border-color: rgb(204, 241, 247); }
.btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled).active, .show > .btn-soft-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 184, 217); border-color: rgb(0, 184, 217); }
.btn-soft-info:not(:disabled):not(.disabled):active:focus, .btn-soft-info:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-info.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(6, 164, 195, 0.5) 0px 0px 0px 0px; }
.btn-soft-warning { color: rgb(255, 171, 0); background-color: rgb(255, 238, 204); border-color: rgb(255, 238, 204); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-warning:hover { color: rgb(255, 255, 255); background-color: rgb(255, 171, 0); border-color: rgb(255, 171, 0); box-shadow: rgba(255, 238, 204, 0.35) 0px 4px 11px; }
.btn-soft-warning:focus, .btn-soft-warning.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(223, 153, 10, 0.5) 0px 0px 0px 0px; }
.btn-soft-warning.disabled, .btn-soft-warning:disabled { color: rgb(255, 171, 0); background-color: rgb(255, 238, 204); border-color: rgb(255, 238, 204); }
.btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled).active, .show > .btn-soft-warning.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(255, 171, 0); border-color: rgb(255, 171, 0); }
.btn-soft-warning:not(:disabled):not(.disabled):active:focus, .btn-soft-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-warning.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(223, 153, 10, 0.5) 0px 0px 0px 0px; }
.btn-soft-danger { color: rgb(255, 86, 48); background-color: rgb(255, 221, 214); border-color: rgb(255, 221, 214); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-danger:hover { color: rgb(255, 255, 255); background-color: rgb(255, 86, 48); border-color: rgb(255, 86, 48); box-shadow: rgba(255, 221, 214, 0.35) 0px 4px 11px; }
.btn-soft-danger:focus, .btn-soft-danger.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(223, 81, 51, 0.5) 0px 0px 0px 0px; }
.btn-soft-danger.disabled, .btn-soft-danger:disabled { color: rgb(255, 86, 48); background-color: rgb(255, 221, 214); border-color: rgb(255, 221, 214); }
.btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled).active, .show > .btn-soft-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(255, 86, 48); border-color: rgb(255, 86, 48); }
.btn-soft-danger:not(:disabled):not(.disabled):active:focus, .btn-soft-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-danger.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(223, 81, 51, 0.5) 0px 0px 0px 0px; }
.btn-soft-light { color: rgb(239, 242, 247); background-color: rgb(252, 252, 253); border-color: rgb(252, 252, 253); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-light:hover { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); box-shadow: rgba(252, 252, 253, 0.35) 0px 4px 11px; }
.btn-soft-light:focus, .btn-soft-light.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(209, 214, 220, 0.5) 0px 0px 0px 0px; }
.btn-soft-light.disabled, .btn-soft-light:disabled { color: rgb(239, 242, 247); background-color: rgb(252, 252, 253); border-color: rgb(252, 252, 253); }
.btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled).active, .show > .btn-soft-light.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(239, 242, 247); border-color: rgb(239, 242, 247); }
.btn-soft-light:not(:disabled):not(.disabled):active:focus, .btn-soft-light:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-light.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(209, 214, 220, 0.5) 0px 0px 0px 0px; }
.btn-soft-dark { color: rgb(39, 52, 68); background-color: rgb(212, 214, 218); border-color: rgb(212, 214, 218); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-dark:hover { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); border-color: rgb(39, 52, 68); box-shadow: rgba(212, 214, 218, 0.35) 0px 4px 11px; }
.btn-soft-dark:focus, .btn-soft-dark.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(39, 52, 68, 0.5) 0px 0px 0px 0px; }
.btn-soft-dark.disabled, .btn-soft-dark:disabled { color: rgb(39, 52, 68); background-color: rgb(212, 214, 218); border-color: rgb(212, 214, 218); }
.btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled).active, .show > .btn-soft-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(39, 52, 68); border-color: rgb(39, 52, 68); }
.btn-soft-dark:not(:disabled):not(.disabled):active:focus, .btn-soft-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-dark.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(39, 52, 68, 0.5) 0px 0px 0px 0px; }
.btn-soft-neutral { color: rgb(255, 255, 255); background-color: white; border-color: white; box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-neutral:hover { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); box-shadow: rgba(255, 255, 255, 0.35) 0px 4px 11px; }
.btn-soft-neutral:focus, .btn-soft-neutral.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(223, 225, 227, 0.5) 0px 0px 0px 0px; }
.btn-soft-neutral.disabled, .btn-soft-neutral:disabled { color: rgb(255, 255, 255); background-color: white; border-color: white; }
.btn-soft-neutral:not(:disabled):not(.disabled):active, .btn-soft-neutral:not(:disabled):not(.disabled).active, .show > .btn-soft-neutral.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-soft-neutral:not(:disabled):not(.disabled):active:focus, .btn-soft-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-neutral.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(223, 225, 227, 0.5) 0px 0px 0px 0px; }
.btn-soft-white { color: rgb(255, 255, 255); background-color: white; border-color: white; box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-soft-white:hover { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); box-shadow: rgba(255, 255, 255, 0.35) 0px 4px 11px; }
.btn-soft-white:focus, .btn-soft-white.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(223, 225, 227, 0.5) 0px 0px 0px 0px; }
.btn-soft-white.disabled, .btn-soft-white:disabled { color: rgb(255, 255, 255); background-color: white; border-color: white; }
.btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled).active, .show > .btn-soft-white.dropdown-toggle { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.btn-soft-white:not(:disabled):not(.disabled):active:focus, .btn-soft-white:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-white.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(223, 225, 227, 0.5) 0px 0px 0px 0px; }
.btn-facebook { color: rgb(255, 255, 255); background-color: rgb(59, 89, 153); border-color: rgb(59, 89, 153); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-facebook:hover { color: rgb(255, 255, 255); background-color: rgb(48, 73, 125); border-color: rgb(45, 68, 116); }
.btn-facebook:focus, .btn-facebook.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(59, 89, 153, 0.35) 0px 0px 0px; }
.btn-facebook.disabled, .btn-facebook:disabled { color: rgb(255, 255, 255); background-color: rgb(59, 89, 153); border-color: rgb(59, 89, 153); }
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(45, 68, 116); border-color: rgb(41, 62, 107); }
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(59, 89, 153, 0.35) 0px 0px 0px; }
.btn-twitter { color: rgb(255, 255, 255); background-color: rgb(29, 161, 242); border-color: rgb(29, 161, 242); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-twitter:hover { color: rgb(255, 255, 255); background-color: rgb(13, 141, 220); border-color: rgb(12, 133, 208); }
.btn-twitter:focus, .btn-twitter.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(29, 161, 242, 0.35) 0px 0px 0px; }
.btn-twitter.disabled, .btn-twitter:disabled { color: rgb(255, 255, 255); background-color: rgb(29, 161, 242); border-color: rgb(29, 161, 242); }
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(12, 133, 208); border-color: rgb(11, 126, 196); }
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(29, 161, 242, 0.35) 0px 0px 0px; }
.btn-google-plus { color: rgb(255, 255, 255); background-color: rgb(221, 75, 57); border-color: rgb(221, 75, 57); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-google-plus:hover { color: rgb(255, 255, 255); background-color: rgb(205, 54, 35); border-color: rgb(194, 51, 33); }
.btn-google-plus:focus, .btn-google-plus.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(221, 75, 57, 0.35) 0px 0px 0px; }
.btn-google-plus.disabled, .btn-google-plus:disabled { color: rgb(255, 255, 255); background-color: rgb(221, 75, 57); border-color: rgb(221, 75, 57); }
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active, .show > .btn-google-plus.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(194, 51, 33); border-color: rgb(183, 48, 31); }
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus, .show > .btn-google-plus.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(221, 75, 57, 0.35) 0px 0px 0px; }
.btn-instagram { color: rgb(255, 255, 255); background-color: rgb(228, 64, 95); border-color: rgb(228, 64, 95); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-instagram:hover { color: rgb(255, 255, 255); background-color: rgb(222, 31, 68); border-color: rgb(211, 30, 64); }
.btn-instagram:focus, .btn-instagram.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(228, 64, 95, 0.35) 0px 0px 0px; }
.btn-instagram.disabled, .btn-instagram:disabled { color: rgb(255, 255, 255); background-color: rgb(228, 64, 95); border-color: rgb(228, 64, 95); }
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(211, 30, 64); border-color: rgb(200, 28, 61); }
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(228, 64, 95, 0.35) 0px 0px 0px; }
.btn-pinterest { color: rgb(255, 255, 255); background-color: rgb(189, 8, 28); border-color: rgb(189, 8, 28); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-pinterest:hover { color: rgb(255, 255, 255); background-color: rgb(152, 6, 23); border-color: rgb(140, 6, 21); }
.btn-pinterest:focus, .btn-pinterest.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(189, 8, 28, 0.35) 0px 0px 0px; }
.btn-pinterest.disabled, .btn-pinterest:disabled { color: rgb(255, 255, 255); background-color: rgb(189, 8, 28); border-color: rgb(189, 8, 28); }
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(140, 6, 21); border-color: rgb(128, 5, 19); }
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(189, 8, 28, 0.35) 0px 0px 0px; }
.btn-youtube { color: rgb(255, 255, 255); background-color: rgb(205, 32, 31); border-color: rgb(205, 32, 31); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-youtube:hover { color: rgb(255, 255, 255); background-color: rgb(172, 27, 26); border-color: rgb(161, 25, 24); }
.btn-youtube:focus, .btn-youtube.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(205, 32, 31, 0.35) 0px 0px 0px; }
.btn-youtube.disabled, .btn-youtube:disabled { color: rgb(255, 255, 255); background-color: rgb(205, 32, 31); border-color: rgb(205, 32, 31); }
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(161, 25, 24); border-color: rgb(150, 23, 23); }
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(205, 32, 31, 0.35) 0px 0px 0px; }
.btn-slack { color: rgb(255, 255, 255); background-color: rgb(58, 175, 133); border-color: rgb(58, 175, 133); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-slack:hover { color: rgb(255, 255, 255); background-color: rgb(48, 146, 111); border-color: rgb(45, 137, 104); }
.btn-slack:focus, .btn-slack.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(58, 175, 133, 0.35) 0px 0px 0px; }
.btn-slack.disabled, .btn-slack:disabled { color: rgb(255, 255, 255); background-color: rgb(58, 175, 133); border-color: rgb(58, 175, 133); }
.btn-slack:not(:disabled):not(.disabled):active, .btn-slack:not(:disabled):not(.disabled).active, .show > .btn-slack.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(45, 137, 104); border-color: rgb(42, 127, 97); }
.btn-slack:not(:disabled):not(.disabled):active:focus, .btn-slack:not(:disabled):not(.disabled).active:focus, .show > .btn-slack.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(58, 175, 133, 0.35) 0px 0px 0px; }
.btn-dribbble { color: rgb(255, 255, 255); background-color: rgb(234, 76, 137); border-color: rgb(234, 76, 137); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-dribbble:hover { color: rgb(255, 255, 255); background-color: rgb(230, 42, 114); border-color: rgb(229, 30, 107); }
.btn-dribbble:focus, .btn-dribbble.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(234, 76, 137, 0.35) 0px 0px 0px; }
.btn-dribbble.disabled, .btn-dribbble:disabled { color: rgb(255, 255, 255); background-color: rgb(234, 76, 137); border-color: rgb(234, 76, 137); }
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show > .btn-dribbble.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(229, 30, 107); border-color: rgb(220, 26, 101); }
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-dribbble.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(234, 76, 137, 0.35) 0px 0px 0px; }
.btn-github { color: rgb(255, 255, 255); background-color: rgb(34, 34, 34); border-color: rgb(34, 34, 34); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-github:hover { color: rgb(255, 255, 255); background-color: rgb(15, 15, 15); border-color: rgb(9, 9, 9); }
.btn-github:focus, .btn-github.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(34, 34, 34, 0.35) 0px 0px 0px; }
.btn-github.disabled, .btn-github:disabled { color: rgb(255, 255, 255); background-color: rgb(34, 34, 34); border-color: rgb(34, 34, 34); }
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(9, 9, 9); border-color: rgb(2, 2, 2); }
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(34, 34, 34, 0.35) 0px 0px 0px; }
.btn-vimeo { color: rgb(255, 255, 255); background-color: rgb(4, 160, 240); border-color: rgb(4, 160, 240); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.btn-vimeo:hover { color: rgb(255, 255, 255); background-color: rgb(3, 135, 202); border-color: rgb(3, 127, 190); }
.btn-vimeo:focus, .btn-vimeo.focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(4, 160, 240, 0.35) 0px 0px 0px; }
.btn-vimeo.disabled, .btn-vimeo:disabled { color: rgb(255, 255, 255); background-color: rgb(4, 160, 240); border-color: rgb(4, 160, 240); }
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(3, 127, 190); border-color: rgb(3, 118, 177); }
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus { box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(4, 160, 240, 0.35) 0px 0px 0px; }
.btn svg:not(:first-child), .btn i:not(:first-child) { margin-left: 0.5rem; }
.btn svg:not(:last-child), .btn i:not(:last-child) { margin-right: 0.5rem; }
.btn-icon .btn-inner--text:not(:first-child) { margin-left: 0.75em; }
.btn-icon .btn-inner--text:not(:last-child) { margin-right: 0.75em; }
.btn-icon-only { width: 3rem; height: 3rem; line-height: 3rem; padding: 0px; }
.btn-icon-only.btn-sm, .btn-group-sm > .btn-icon-only.btn { width: 2rem; height: 2rem; line-height: 2rem; }
.btn-animated { position: relative; overflow: hidden; }
.btn-animated .btn-inner--visible { position: relative; }
.btn-animated .btn-inner--hidden { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); }
.btn-animated-x .btn-inner--visible { right: 0px; transition: right 0.3s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .btn-animated-x .btn-inner--visible { transition: none 0s ease 0s; }
}
.btn-animated-x .btn-inner--hidden { right: -100%; transition: right 0.3s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .btn-animated-x .btn-inner--hidden { transition: none 0s ease 0s; }
}
.btn-animated-x:hover .btn-inner--hidden { right: 0px; }
.btn-animated-x:hover .btn-inner--visible { right: 150%; }
.btn-animated-y .btn-inner--visible { top: 0px; transition: top 0.3s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .btn-animated-y .btn-inner--visible { transition: none 0s ease 0s; }
}
.btn-animated-y .btn-inner--hidden { left: 0px; top: -100%; transition: top 0.3s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .btn-animated-y .btn-inner--hidden { transition: none 0s ease 0s; }
}
.btn-animated-y:hover .btn-inner--hidden { top: 50%; }
.btn-animated-y:hover .btn-inner--visible { top: 100px; }
.btn-action-label .btn-label:hover { background: transparent; color: rgb(60, 72, 88); }
.btn-action-label .btn-secondary:hover { color: rgb(110, 0, 255); }
.btn-icon-label { position: relative; }
.btn-icon-label .btn-inner--icon { display: flex; align-items: center; justify-content: center; position: absolute; height: 100%; line-height: 1; border-radius: 0px; text-align: center; margin: 0px; width: 3em; background-color: rgba(0, 0, 0, 0.1); }
.btn-icon-label .btn-inner--icon:not(:first-child) { right: 0px; top: 0px; border-top-right-radius: inherit; border-bottom-right-radius: inherit; }
.btn-icon-label .btn-inner--icon:not(:last-child) { left: 0px; top: 0px; border-top-left-radius: inherit; border-bottom-left-radius: inherit; }
.btn-icon-label .btn-inner--icon svg { position: relative; top: 50%; transform: translateY(-50%); }
.btn-icon-label .btn-inner--text:not(:first-child) { padding-left: 3em; }
.btn-icon-label .btn-inner--text:not(:last-child) { padding-right: 3em; }
.btn-app-store { background: black; color: white; position: relative; padding-left: 4.5rem; padding-right: 1.5rem; }
.btn-app-store i, .btn-app-store svg { font-size: 2.5rem; position: absolute; left: 1.25rem; top: 50%; transform: translateY(-50%); }
.btn-app-store .btn-inner--text { display: block; font-size: 0.75rem; line-height: 0.75rem; margin-bottom: 0.125rem; }
.btn-app-store .btn-inner--brand { display: block; text-align: left; font-size: 21px; line-height: 21px; }
.btn-app-store:hover { background-color: rgb(95, 0, 219); color: rgb(255, 255, 255); }
.btn-group-options .btn { min-height: 4.8rem; display: flex; align-items: center; }
.card { position: relative; margin-bottom: 30px; box-shadow: rgba(18, 38, 63, 0.03) 0px 0.75rem 1.5rem; }
.card.hover-scale-110:hover { z-index: 2; border-radius: 0.375rem !important; }
.card-header { border-bottom: 1px solid rgb(239, 242, 247); }
.card-img-bg { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background-size: cover; border-radius: 0.375rem; backface-visibility: hidden; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .card-img-bg { transition: none 0s ease 0s; }
}
.card-img-bg ~ .card-body { position: relative; }
.card:hover .card-img-bg { transform: scale(1.1); }
.card .card-image, .card .animate-this, .card > a { min-height: 1px; }
.card-group .card .mask { border-radius: 0px; }
[data-lg-columns="2"] { column-count: 2 !important; }
@media (min-width: 992px) and (max-width: 1199.98px) {
  [data-lg-columns="3"] { column-count: 3 !important; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  [data-lg-columns="4"] { column-count: 4 !important; }
}
.card-translucent-dark { background: rgba(255, 255, 255, 0.2); }
.card-translucent-light { background: rgba(0, 0, 0, 0.2); }
.card-comment-box { width: 100%; }
.card-comment-box input, .card-comment-box textarea { font-size: 0.875rem; border: 0px; box-shadow: none; background: transparent; padding: 0.3125rem 0px; margin: 0px; color: rgb(60, 72, 88); outline: none; resize: none; }
.card-comment-box input:focus, .card-comment-box textarea:focus { background: transparent; box-shadow: none; }
.card-profile .card-profile-image { width: 7rem; height: 7rem; border: 0.1875rem solid rgb(255, 255, 255); transform: translateY(-50%); }
.card-profile .card-profile-image:hover { transform: scale(1.1) translateY(-50%); }
.card-profile .card-body { position: relative; z-index: 2; margin-top: -3.5rem; }
.card-profile-cover { max-height: 300px; overflow: hidden; }
.card-pricing .card-header { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.card-pricing .list-unstyled li { padding: 0.5rem 0px; }
.card-pricing.popular { z-index: 1; }
.card-pricing.scale-110 { border: 1px solid rgb(239, 242, 247) !important; border-radius: 0.375rem !important; }
@media (max-width: 991.98px) {
  .card-pricing.scale-110 { transform: scale(1) !important; }
}
.card-product { overflow: hidden; }
.card-product .card-image { padding: 1.5rem; }
.card-product .card-image img { transform: scale(1); transition: all 0.2s ease 0.2s; }
@media (prefers-reduced-motion: reduce) {
  .card-product .card-image img { transition: none 0s ease 0s; }
}
.card-product:hover .card-image img { transform: scale(1.1); }
.card-product .card-title { font-size: 1rem; font-weight: 600; }
.card-product .card-price { font-size: 1rem; font-weight: 600; display: block; }
.card-product .product-colors a { display: inline-block; width: 1rem; height: 1rem; margin-right: 3px; margin-bottom: 0px; border-radius: 50%; transition: all 0.2s ease 0s; float: none !important; }
@media (prefers-reduced-motion: reduce) {
  .card-product .product-colors a { transition: none 0s ease 0s; }
}
.card-product .product-colors a:hover { transform: scale(1.1); }
.card-product .actions { opacity: 0; width: 80px; height: 40px; position: absolute; top: 10px; left: 10px; }
.card-product .actions.in { opacity: 1; }
.card-product .actions.animated { animation-duration: 0.5s; }
.card-product .actions .action-item { display: inline-block; float: left; width: 40px; height: 40px; line-height: 40px; }
.card-browser { background-color: rgb(39, 52, 68); position: relative; }
.card-browser::before { position: absolute; right: 0px; top: 0px; width: 100%; height: 100%; background: -webkit-linear-gradient(40deg, transparent 0%, rgb(39, 52, 68) 100%); content: ""; border-radius: 6px; will-change: transform; }
.card-browser .card-header { position: relative; background-color: rgba(58, 77, 100, 0.8); border: 0px; }
.card-browser .card-header .dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 3px; }
.card-browser .card-body { min-height: 300px; position: relative; overflow-x: hidden; }
.card-browser .card-body pre { color: rgb(255, 255, 255); margin: 0px; }
.card-overlay .card-img-overlay { color: rgb(255, 255, 255); }
.card-overlay .card-footer { background-color: rgb(255, 255, 255); border: 0px; }
.card-hover-overlay { overflow: hidden; }
.card-hover-overlay .card-img-overlay { opacity: 0; background-color: rgba(39, 52, 68, 0.4); backface-visibility: hidden; transition: opacity 0.35s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .card-hover-overlay .card-img-overlay { transition: none 0s ease 0s; }
}
.card-hover-overlay .card-img-overlay::before, .card-hover-overlay .card-img-overlay::after { pointer-events: none; }
.card-hover-overlay .card-img-overlay .overlay-text, .card-hover-overlay .card-img-overlay .overlay-actions, .card-hover-overlay .card-img-overlay .actions .action-item { transform: translate3d(0px, 200%, 0px); transition: transform 0.35s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .card-hover-overlay .card-img-overlay .overlay-text, .card-hover-overlay .card-img-overlay .overlay-actions, .card-hover-overlay .card-img-overlay .actions .action-item { transition: none 0s ease 0s; }
}
.card-hover-overlay:hover .card-img-overlay { opacity: 1; }
.card-hover-overlay:hover .card-img-overlay .overlay-text, .card-hover-overlay:hover .card-img-overlay .overlay-actions, .card-hover-overlay:hover .card-img-overlay .actions .action-item { transform: translate3d(0px, 0px, 0px); }
.card-hover-overlay:hover .card-img-overlay .actions .action-item:first-child { transition-delay: 0.1s; }
.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(2) { transition-delay: 0.15s; }
.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(3) { transition-delay: 0.2s; }
.accordion .card { margin-bottom: 0px; }
.accordion .card-header { position: relative; cursor: pointer; }
.accordion .card-header::after { content: "+"; position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%); font-family: Nunito, sans-serif; font-weight: 700; }
.accordion .card-header[aria-expanded="false"]::after { content: "+"; }
.accordion .card-header[aria-expanded="true"]::after { content: "-"; }
.accordion .card-header[aria-expanded="true"] .heading { color: rgb(110, 0, 255); }
.accordion-spaced .card { margin-bottom: 1.5rem; border-radius: 0.375rem !important; }
.client img { width: 100%; max-width: 6rem; height: auto; margin-left: auto; margin-right: auto; }
.close > span:not(.sr-only) { color: rgba(31, 45, 61, 0.5); }
.close:hover > span:not(.sr-only), .close:focus > span:not(.sr-only) { color: rgba(31, 45, 61, 0.8); }
.collage { height: 600px; }
.collage .bg-img-holder { position: relative; width: 100%; height: 100%; z-index: 0; }
.collage .collage-bg { z-index: 3; }
.collage .collage-back { position: absolute; top: 0px; left: 0px; z-index: 1; }
.collage .collage-back img { max-width: 100%; }
.collage .collage-front { position: absolute; top: 0px; left: 0px; z-index: 2; }
.collage .collage-front img { max-height: 100%; }
@media (max-width: 991.98px) {
  .collage .collage-front { height: 100% !important; }
}
.custom-control-label { line-height: 1.9; }
.custom-color { list-style: none; }
.custom-color::after, .custom-color::before { content: ""; display: table; }
.custom-color::after { clear: both; }
.custom-color label { width: 2.25rem; height: 2.25rem; float: left; padding: 0.375rem; margin-bottom: 0px; margin-right: 0.375rem; display: block; text-align: center; opacity: 0.7; border: 1px solid transparent; border-radius: 0.25rem; transition: all 0.2s ease 0s; transform: scale(0.95); }
@media (prefers-reduced-motion: reduce) {
  .custom-color label { transition: none 0s ease 0s; }
}
.custom-color label:hover { cursor: pointer; opacity: 1; }
.custom-color label i, .custom-color label svg { opacity: 0; color: rgba(255, 255, 255, 0.7); }
.custom-color input { left: -9999px; position: absolute; }
.custom-color input:checked + label { transform: scale(1.1); opacity: 1; }
.custom-color input:checked + label i, .custom-color input:checked + label svg { opacity: 1; }
.custom-color-sm label { width: 1.25rem; height: 1.25rem; }
.checkbox-alphanumeric { list-style: none; }
.checkbox-alphanumeric + .checkbox-alphanumeric { margin-left: 0.25rem; }
.checkbox-alphanumeric::after, .checkbox-alphanumeric::before { content: ""; display: table; }
.checkbox-alphanumeric::after { clear: both; }
.checkbox-alphanumeric > :not(:last-child) label { margin-right: 0.375rem; }
.checkbox-alphanumeric label { width: 2.25rem; height: 2.25rem; float: left; padding: 0.375rem 0px; margin-bottom: 0px; display: block; color: rgb(192, 204, 218); font-weight: 400; font-size: 0.875rem; text-align: center; text-transform: uppercase; transition: all 0.3s ease 0s; transform: scale(0.95); background: rgb(229, 233, 242); border: 0px solid rgb(239, 242, 247); border-radius: 0.25rem; }
.checkbox-alphanumeric label img { max-width: 100%; }
.checkbox-alphanumeric label:hover { cursor: pointer; border-color: rgb(229, 233, 242); }
.checkbox-alphanumeric input { left: -9999px; position: absolute; }
.checkbox-alphanumeric input:checked ~ label { color: rgb(99, 0, 230); border-color: rgb(99, 0, 230); transform: scale(1.1); }
.checkbox-alphanumeric-sm label { width: 1.25rem; height: 1.25rem; }
.custom-input-file { width: 0.1px; height: 0.1px; opacity: 0; outline: none; overflow: hidden; position: absolute; z-index: -1; }
.custom-input-file + label { text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: block; overflow: hidden; padding: 0.625rem 1.25rem; border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem; color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); outline: none; margin: 0px; }
.custom-input-file + label i { width: 1em; height: 1em; vertical-align: middle; fill: currentcolor; margin-top: -0.25em; margin-right: 0.5em; }
.custom-input-file + label:hover, .custom-input-file.has-focus + label, .custom-input-file:focus + label { background-color: rgb(255, 255, 255); }
.no-js .custom-input-file + label { display: none; }
.custom-input-file--2 + label { color: rgb(255, 255, 255); border-color: rgb(110, 0, 255); background: rgb(110, 0, 255); }
.custom-input-file--2 + label:hover, .custom-input-file--2.has-focus + label, .custom-input-file--2:focus + label { color: rgb(255, 255, 255); border-color: rgb(88, 0, 204); background: rgb(88, 0, 204); }
.custom-input-file-link + label { padding: 0px; border: 0px; background: transparent; color: rgb(110, 0, 255); font-size: 0.875rem; font-weight: 600; }
.custom-input-file-link + label:hover, .custom-input-file-link.has-focus + label, .custom-input-file-link:focus + label { background-color: transparent; }
.custom-switch { min-height: 1.5rem; }
.custom-switch .custom-control-label::before { top: 0px; height: 1.5rem; border-radius: 0.75rem; }
.custom-switch .custom-control-label::after { top: 0.1875rem; left: -3.5625rem; background-color: rgb(255, 255, 255); }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: rgb(255, 255, 255); transform: translateX(1.5rem); }
.divider { position: relative; border: 0px; width: 100%; }
.divider-md { width: 60%; }
.divider-sm { width: 40%; }
.divider-fade::before { content: ""; display: block; width: 80%; position: relative; top: 0px; left: 50%; transform: translateX(-50%); height: 1px; background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%); }
.divider-fade.divider-dark::before { background: radial-gradient(at center center, rgba(255, 255, 255, 0.2) 0px, rgba(31, 45, 61, 0) 75%); }
.divider-icon { height: 20px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='%23dee4ef' stroke-width='1' cx='10' cy='10' r='7'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 50% 50%; }
.divider-icon::before, .divider-icon::after { content: ""; position: absolute; top: 50%; max-width: calc(50% - 25px); width: 100%; border-bottom: 1px solid rgb(222, 228, 239); }
.divider-icon::before { right: calc(50% + 25px); }
.divider-icon::after { left: calc(50% + 25px); }
.divider-icon-fade::before, .divider-icon-fade::after { border: 0px; height: 1px; }
.divider-icon-fade::before { background: radial-gradient(at right center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%); }
.divider-icon-fade::after { background: radial-gradient(at left center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%); }
.divider-vertical { width: 1px; height: 100px; margin-left: auto; margin-right: auto; border-left: 1px solid rgb(222, 228, 239); }
.divider-vertical-fade { border: 0px; background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%); }
.dropdown, .dropup, .dropright, .dropleft { display: inline-block; }
.dropdown-menu { font-size: 0.875rem; }
.dropdown-menu .dropdown-item > i, .dropdown-menu .dropdown-item > svg { margin-right: 1rem; font-size: 1rem; vertical-align: -17%; }
.dropdown-menu .dropdown-item img, .dropdown-menu .dropdown-item svg { width: auto; height: 14px; margin-right: 0.5rem; position: relative; top: -1px; }
.dropdown-menu .list-group-item .media p { color: rgb(132, 146, 166); line-height: 1.4; }
.dropdown-menu .list-group-item .media:hover .heading { color: rgb(110, 0, 255); }
.dropdown-menu-dark { background: rgb(40, 47, 55); border: 0px; }
.dropdown-menu-dark .dropdown-item { color: rgba(255, 255, 255, 0.9); }
.dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover { color: white; background: rgba(60, 72, 88, 0.1); }
.dropdown-menu-dark .dropdown-divider { background: rgba(31, 45, 61, 0.2); }
@media (min-width: 992px) {
  .dropdown-menu-arrow::before { content: ""; background: rgb(255, 255, 255); display: block; height: 16px; width: 16px; left: 1.25rem; position: absolute; bottom: 100%; z-index: -5; transform: rotate(-45deg) translateY(1rem); border-radius: 0.2rem; box-shadow: rgba(31, 45, 61, 0.2) -1px -1px 10px -2px; }
  .dropdown-menu-arrow.dropdown-menu-right::before { right: 2.5rem; left: auto; }
  .dropdown-menu-sm { border: 0.2rem; min-width: 10rem !important; }
  .dropdown-menu-sm.dropdown-menu-arrow::before { height: 14px; width: 14px; left: 10px; }
  .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right::before { right: 20px; left: auto; }
  .dropdown-menu-lg { border-radius: 0.25rem; min-width: 25rem !important; }
  .dropdown-menu-xl { border-radius: 0.25rem; min-width: 13rem !important; }
}
@media (min-width: 992px) {
  .dropdown-fluid { position: static; }
  .dropdown-fluid .dropdown-menu { width: calc(100% - 30px); max-width: 1200px; }
  .dropdown-fluid .dropdown-menu { left: 15px; right: auto; }
  .dropdown-fluid .dropdown-menu-right { right: 15px; left: auto; }
}
@media (min-width: 992px) {
  .dropdown-animate > .dropdown-menu { opacity: 0; position: absolute; display: block; pointer-events: none; }
  .dropdown-animate:not([data-toggle="hover"]) .dropdown-menu.show { pointer-events: auto; animation: 0.3s ease 0s 1 normal forwards running show-dropdown; }
  .dropdown-animate:not([data-toggle="hover"]) .dropdown-menu.hide { display: block; animation: 0.3s ease 0s 1 normal backwards running hide-dropdown; }
  .dropdown-animate[data-toggle="hover"] > .dropdown-menu { display: block; margin: 0px; transform: translateX(0px) translateY(-3px) scale(0.97); transition: all 0.2s ease 0s; }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .dropdown-animate[data-toggle="hover"] > .dropdown-menu { transition: none 0s ease 0s; }
}
@media (min-width: 992px) {
  .dropdown-animate[data-toggle="hover"]:hover > .dropdown-menu { opacity: 1; pointer-events: auto; visibility: visible; transform: translateX(0px) translateY(-3px) scale(1); }
}
@keyframes show-dropdown { 
  0% { opacity: 0; transform: translateX(0px) translateY(-3px) scale(0.97); transition: all 0.3s ease 0s; }
  100% { transform: translateX(0px) translateY(-3px) scale(1); opacity: 1; }
}
@keyframes hide-dropdown { 
  0% { opacity: 1; transform: translateX(-16px) translateY(-3px) scale(1); transition: all 0.3s ease 0s; }
  100% { opacity: 0; transform: translateX(-16px) translateY(-3px) scale(0.97); }
}
.dropdown-menu .dropdown-menu { left: 100%; margin: 0px; right: auto; top: 0px; }
.dropdown-submenu { display: block; position: relative; }
.dropdown-submenu > .dropdown-menu::after { border: 0px !important; }
.dropdown-submenu > .dropdown-item::after, .dropdown-submenu > .list-group-item::after { margin-left: 10.2px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 700; content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦"; }
.dropdown-submenu > .dropdown-item:empty::after, .dropdown-submenu > .list-group-item:empty::after { margin-left: 0px; }
.dropdown-submenu > .dropdown-item::after, .dropdown-submenu > .list-group-item::after { position: absolute; top: 50%; transform: translate(0px, -50%); right: 1rem; margin-left: 0px; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .dropdown-submenu > .dropdown-item::after, .dropdown-submenu > .list-group-item::after { transition: none 0s ease 0s; }
}
.dropdown-submenu > .dropdown-item:hover::after, .dropdown-submenu > .list-group-item:hover::after { transform: translate(5px, -50%); }
@media (max-width: 991.98px) {
  .dropdown-submenu .dropdown-menu { padding: 0px; box-shadow: none; top: 0px; }
  .dropdown-submenu .dropdown-item { padding-left: 3rem; }
}
.footer { background-color: rgb(255, 255, 255); padding-top: 3rem; }
.footer .nav-link { font-size: 0.875rem; }
.footer .list-unstyled li a { display: inline-block; padding: 0.125rem 0px; }
.footer-light p { color: rgb(132, 146, 166); }
.footer-light .heading { color: rgb(60, 72, 88); }
.footer-light .list-unstyled li a { color: rgb(132, 146, 166); }
.footer-light .list-unstyled li a:hover { color: rgb(132, 146, 166); text-decoration: underline; }
.footer-light .copyright a { color: rgb(132, 146, 166); }
.footer-light .copyright a:hover { color: rgb(110, 0, 255); }
.footer-dark p { color: rgba(255, 255, 255, 0.8); }
.footer-dark .heading { color: white; }
.footer-dark .list-unstyled li a { color: rgba(255, 255, 255, 0.8); }
.footer-dark .list-unstyled li a:hover { color: rgba(255, 255, 255, 0.9); }
.footer-dark .copyright a { color: rgba(255, 255, 255, 0.9); }
.footer-dark .copyright a:hover { color: white; }
.footer-dark { background-color: rgb(39, 52, 68); color: rgb(211, 220, 230); padding-top: 17rem; padding-bottom: 2rem; }
.footer-dark .heading { color: rgb(239, 242, 247); }
.footer-dark .nav .nav-item .nav-link, .footer-dark .list-unstyled li a, .footer-dark .footer-link { color: rgb(211, 220, 230); }
.footer-dark .nav .nav-item .nav-link:hover, .footer-dark .list-unstyled li a:hover, .footer-dark .footer-link:hover { color: rgb(255, 255, 255); }
.footer-dark hr { border-color: rgba(216, 203, 187, 0.1); }
.footer-rotate { max-width: 1990px; margin-top: -26rem; margin-left: auto; margin-right: auto; padding-top: 26rem; position: relative; overflow: hidden; }
.footer-rotate::before { content: ""; background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 2000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M2000,0V923.45l-195.85-538.1a76.07875,76.07875,0,0,0-58.25-48.89L536.65,123.24a76.12151,76.12151,0,0,0-71.44,26L0,703.65V0Z'/%3E%3C/svg%3E") center center / 100% 100% no-repeat scroll border-box border-box; right: calc(50% - 1000px); display: block; min-width: 2000px; height: 1000px; pointer-events: none; position: absolute; width: calc(100% + 10px); z-index: 10; top: 0px; }
.form-control:focus::placeholder { color: rgb(211, 220, 230); }
.form-control-muted { background-color: rgb(237, 240, 245); border-color: rgb(237, 240, 245); }
.form-control-muted:focus { background-color: rgb(237, 240, 245); }
.form-control-emphasized { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 2px 4px; }
.form-control-emphasized:focus { background-color: rgb(255, 255, 255); border-color: transparent; box-shadow: rgb(110, 0, 255) 0px 0px 0px 2px; }
.form-control-flush { padding: 0px; border-width: 0px; background-color: transparent; box-shadow: none; }
.form-control-flush:focus { background-color: transparent; box-shadow: none; border-width: 0px; }
textarea[resize="none"] { resize: none !important; }
textarea[resize="both"] { resize: both !important; }
textarea[resize="vertical"] { resize: vertical !important; }
textarea[resize="horizontal"] { resize: horizontal !important; }
.form-control-xl { padding: 1.5rem 2rem; font-size: 1.5rem; line-height: 1.5; border-radius: 0.5rem; }
.form-primary .form-control { color: rgb(255, 255, 255); background-color: rgb(84, 0, 194); border: 1px solid rgb(84, 0, 194); }
.form-primary .form-control:focus { background-color: rgb(75, 0, 173); border: 1px solid rgb(75, 0, 173); }
.form-primary .form-control::placeholder { color: rgba(255, 255, 255, 0.8); }
.form-danger .form-control { color: rgb(255, 255, 255); background-color: rgb(242, 44, 0); border: 1px solid rgb(242, 44, 0); }
.form-danger .form-control:focus { background-color: rgb(221, 41, 0); border: 1px solid rgb(221, 41, 0); }
.form-danger .form-control::placeholder { color: rgba(255, 255, 255, 0.8); }
.form-control-label { color: rgb(60, 72, 88); font-size: 0.875rem; font-weight: 600; }
.has-floating-label { position: relative; }
.has-floating-label .control-label { font-size: 1rem; pointer-events: none; position: absolute; top: 50%; padding: 0px 0.625rem; margin: 0px 0.625rem; color: rgb(192, 204, 218); transform: translateY(-50%) scale(1); transform-origin: left top; transition: all 0.3s ease 0s; z-index: 1; }
.has-floating-label .input-group .control-label { left: 2rem; }
.has-floating-label.focused .control-label { padding: 0px; margin: 0px; top: -1.25rem; left: 0px; transform: translateY(0px) scale(0.85); }
.has-floating-label .control-label-xl { font-size: 1.5rem; padding: 0px 1rem; margin: 0px 1rem; }
.has-floating-label .control-label-lg { font-size: 1.25rem; padding: 0px 0.9375rem; margin: 0px 0.9375rem; }
.has-floating-label .control-label-sm { font-size: 0.875rem; padding: 0px 0.625rem; margin: 0px 0.625rem; }
.form-stacked .form-control { position: relative; box-sizing: border-box; }
.form-stacked .form-control:first-of-type { margin-bottom: -1px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.form-stacked .form-control:not(:first-of-type):not(:last-of-type) { margin-bottom: -1px; border-radius: 0px; }
.form-stacked .form-control:last-of-type { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.form-stacked .form-control:focus { z-index: 2; }
.frame-laptop { position: relative; }
.frame-laptop .frame-inner { overflow: hidden; position: absolute; width: 78%; height: 74%; left: 0px; top: 0px; background-color: rgb(17, 17, 17); margin: 7.5% 11% 0px; border-radius: 0.25rem; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px inset; }
#header-main + section { padding-top: 7rem !important; }
#header-main + .header-1 { padding-top: 14rem !important; }
@media (min-width: 768px) {
  .header-account-page { height: 350px; }
}
@media (max-width: 991.98px) {
  .header-account-page { padding-top: 9rem; }
}
.header-account-page .btn-group-nav { position: relative; z-index: 1; transform: translateY(50%); }
.icon { min-width: 3rem; min-height: 3rem; line-height: 3rem; }
.icon i, .icon svg { font-size: 2.75rem; }
.icon img { }
.icon + .icon-text { padding-left: 1rem; }
.icon-xl { min-width: 5rem; min-height: 5rem; line-height: 5rem; }
.icon-xl i, .icon-xl svg { font-size: 4.75rem; }
.icon-xl img { width: 5rem; height: 5rem; }
.icon-xl + .icon-text { }
.icon-lg { min-width: 4rem; min-height: 4rem; line-height: 4rem; }
.icon-lg i, .icon-lg svg { font-size: 3.75rem; }
.icon-lg img { width: 4rem; height: 4rem; }
.icon-lg + .icon-text { }
.icon-sm { min-width: 2rem; min-height: 2rem; line-height: 2rem; }
.icon-sm i, .icon-sm svg { font-size: 1.75rem; }

.icon-sm + .icon-text { }
.icon-xs { min-width: 1rem; min-height: 1rem; line-height: 1rem; }
.icon-xs i, .icon-xs svg { font-size: 0.75rem; }
.icon-xs img { width: 1rem; height: 1rem; }
.icon-xs + .icon-text { }
.icon-shape { display: inline-block; align-items: center; justify-content: center; text-align: center; border-radius: 0.25rem; }
.icon-shape i, .icon-shape svg { font-size: 1.25rem; }
.icon-shape.icon-xl i, .icon-shape.icon-xl svg { font-size: 2.25rem; }
.icon-shape.icon-lg i, .icon-shape.icon-lg svg { font-size: 1.75rem; }
.icon-shape.icon-sm i, .icon-shape.icon-sm svg { font-size: 1rem; }
.icon-shape.icon-xs i, .icon-shape.icon-xs svg { font-size: 0.75rem; }
.icon-primary { color: rgb(110, 0, 255); background-color: rgb(226, 204, 255); }
.icon-outline-primary { color: rgb(79, 0, 184); border: 3px solid rgba(139, 51, 255, 0.5); }
.icon-secondary { color: rgb(239, 242, 247); background-color: rgb(252, 252, 253); }
.icon-outline-secondary { color: rgb(189, 203, 226); border: 3px solid rgba(255, 255, 255, 0.5); }
.icon-success { color: rgb(54, 179, 126); background-color: rgb(215, 240, 229); }
.icon-outline-success { color: rgb(33, 128, 88); border: 3px solid rgba(81, 203, 151, 0.5); }
.icon-info { color: rgb(0, 184, 217); background-color: rgb(204, 241, 247); }
.icon-outline-info { color: rgb(0, 123, 146); border: 3px solid rgba(13, 218, 255, 0.5); }
.icon-warning { color: rgb(255, 171, 0); background-color: rgb(255, 238, 204); }
.icon-outline-warning { color: rgb(184, 123, 0); border: 3px solid rgba(255, 188, 51, 0.5); }
.icon-danger { color: rgb(255, 86, 48); background-color: rgb(255, 221, 214); }
.icon-outline-danger { color: rgb(232, 43, 0); border: 3px solid rgba(255, 128, 99, 0.5); }
.icon-light { color: rgb(239, 242, 247); background-color: rgb(252, 252, 253); }
.icon-outline-light { color: rgb(189, 203, 226); border: 3px solid rgba(255, 255, 255, 0.5); }
.icon-dark { color: rgb(39, 52, 68); background-color: rgb(212, 214, 218); }
.icon-outline-dark { color: rgb(12, 17, 24); border: 3px solid rgba(58, 77, 100, 0.5); }
.icon-neutral { color: rgb(255, 255, 255); background-color: white; }
.icon-outline-neutral { color: rgb(221, 218, 218); border: 3px solid rgba(255, 255, 255, 0.5); }
.icon-white { color: rgb(255, 255, 255); background-color: white; }
.icon-outline-white { color: rgb(221, 218, 218); border: 3px solid rgba(255, 255, 255, 0.5); }
.icon-actions > a { display: inline-block; margin-right: 0.75rem; color: rgb(192, 204, 218); font-size: 0.875rem; }
.icon-actions > a:last-of-type { margin-right: 0px; }
.icon-actions > a span { margin-left: 0.1875rem; font-weight: 600; color: rgb(132, 146, 166); }
.icon-actions > a:hover span { color: rgb(104, 120, 143); }
.icon-actions > a, .icon-actions > a:hover, .icon-actions > a.active { color: rgb(60, 72, 88); }
.icon-actions > .favorite:hover, .icon-actions > .favorite.active { color: rgb(255, 204, 0); }
.icon-actions > .love:hover, .icon-actions > .love.active { color: rgb(255, 86, 48); }
.icon-actions > .like:hover, .icon-actions > .like.active { color: rgb(38, 132, 255); }
.icon-actions-lg a { font-size: 1.25rem; margin-right: 0.875rem; }
.has-floating-items { padding-bottom: 18rem !important; }
.has-floating-items svg { height: auto; }
@media (min-width: 768px) {
  .has-floating-items { padding-bottom: 18rem !important; }
}
.floating-items { position: relative; left: 50%; margin-left: -570px; z-index: 10; }
.icon-floating { position: absolute; text-align: center; box-shadow: rgba(31, 45, 61, 0.1) 0px 30px 40px 0px; border-radius: 50%; }
.icon-floating svg { width: 50px; }
.icon-floating span { height: 100%; }
.icon-floating img { max-width: 100%; }
.icon-floating span, .icon-floating img { display: inline-block; vertical-align: middle; }
.icon-floating:nth-child(1) { top: 140px; left: -60px; width: 120px; height: 120px; }
.icon-floating:nth-child(2) { top: 200px; left: 180px; width: 160px; height: 160px; animation-delay: 0.5s; }
.icon-floating:nth-child(3) { top: 120px; left: 480px; width: 80px; height: 80px; animation-delay: 1s; }
.icon-floating:nth-child(4) { top: 210px; left: 680px; width: 140px; height: 140px; animation-delay: 1.5s; }
.icon-floating:nth-child(5) { top: 100px; left: 920px; width: 100px; height: 100px; animation-delay: 2s; }
.icon-floating:nth-child(6) { top: 200px; left: 1120px; width: 80px; height: 80px; animation-delay: 2.5s; }
.icon-floating:nth-child(7) { top: 0px; left: 1120px; width: 100px; height: 100px; animation-delay: 2.5s; }
.icon-sm svg { width: 36px; }
.icon-lg svg { width: 76px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .icon-floating:nth-child(1), .icon-floating:nth-child(6) { display: none; }
}
@media (max-width: 991.98px) {
  .icon-floating:nth-child(1), .icon-floating:nth-child(2), .icon-floating:nth-child(3) { display: none; }
  .icon-floating:nth-child(4), .icon-floating:nth-child(5), .icon-floating:nth-child(6) { width: 100px; height: 100px; top: 80px; }
  .icon-floating:nth-child(4) { left: 300px; }
  .icon-floating:nth-child(5) { left: 500px; }
  .icon-floating:nth-child(6) { left: 700px; }
  .icon-floating svg { width: 40px; }
}
@media (max-width: 767.98px) {
  .icon-floating:nth-child(4), .icon-floating:nth-child(5), .icon-floating:nth-child(6) { width: 80px; height: 80px; top: 80px; }
  .icon-floating:nth-child(4) { left: 400px; }
  .icon-floating:nth-child(5) { left: 530px; }
  .icon-floating:nth-child(6) { left: 660px; }
}
.floating-color { position: absolute; background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 40px 0px; text-align: center; border-radius: 50%; animation: 3s ease 0s infinite normal none running floating; }
.floating-color span { display: inline-block; border-radius: 20px; position: relative; top: 50%; transform: translateY(-50%); font-size: 0.875rem; color: rgba(255, 255, 255, 0.5); }
.floating-color:nth-child(1) { top: 140px; left: -60px; width: 120px; height: 120px; }
.floating-color:nth-child(2) { top: 200px; left: 180px; width: 160px; height: 160px; animation-delay: 0.5s; }
.floating-color:nth-child(3) { top: 120px; left: 480px; width: 80px; height: 80px; animation-delay: 1s; }
.floating-color:nth-child(4) { top: 210px; left: 680px; width: 140px; height: 140px; animation-delay: 1.5s; }
.floating-color:nth-child(5) { top: 100px; left: 920px; width: 100px; height: 100px; animation-delay: 2s; }
.floating-color:nth-child(6) { top: 200px; left: 1120px; width: 80px; height: 80px; animation-delay: 2.5s; }
.input-group-text { transition: all 0.2s ease 0s; }
.input-group-flush .form-control, .input-group-flush .input-group-text { border: 0px !important; }
.focused .input-group { box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset, rgba(110, 0, 255, 0.1) 0px 0px 20px; }
.focused .input-group .form-control { box-shadow: none !important; }
.focused .input-group-text { color: rgb(110, 0, 255); background-color: rgb(239, 242, 247); border-color: rgba(110, 0, 255, 0.5); }
.input-group-merge .input-group-text { color: rgb(192, 204, 218); background-color: rgb(255, 255, 255); border: 1px solid rgb(224, 230, 237); }
.input-group-merge .form-control { box-shadow: none; }
.input-group-merge .form-control:not(:first-child):not(.is-valid):not(.is-invalid) { border-left: 0px; padding-left: 0px; }
.input-group-merge .form-control:not(:last-child):not(.is-valid):not(.is-invalid) { border-right: 0px; padding-right: 0px; }
.input-group-merge.rounded-pill .form-control:first-child { padding-left: 1.5rem; border-top-left-radius: 50rem; border-bottom-left-radius: 50rem; }
.input-group-merge.rounded-pill .input-group-append > .btn { padding-right: 1.5rem; border-top-right-radius: 50rem; border-bottom-right-radius: 50rem; }
.focused .input-group-merge .input-group-text { background-color: rgb(255, 255, 255); border-color: rgba(110, 0, 255, 0.5); }
.list-group { list-style-type: none; }
.list-group-space .list-group-item { border-radius: 0.25rem; }
.list-group-img { width: 3rem; height: 3rem; border-radius: 50%; vertical-align: top; margin: -0.1rem 1.2rem 0px -0.2rem; }
.list-group-content { flex: 1 1 0%; min-width: 0px; }
.list-group-content p { line-height: 1.5; margin: 0.2rem 0px 0px; }
.list-group-heading { color: rgb(60, 72, 88); }
.list-group-heading > small { float: right; color: rgb(211, 220, 230); font-weight: 500; }
.list-group-sm .list-group-item { padding: 0.675rem 1.25rem; font-size: 0.875rem; }
.list-icon i, .list-icon svg { margin-right: 1rem; font-size: 0.875rem; position: relative; }
.list-bullet i, .list-bullet svg { margin-right: 1rem; font-size: 8px; transform: translateY(-50%); top: 2px; position: relative; }
.list-unstyled .list-link { display: block; color: rgb(132, 146, 166); padding-top: 0.25rem; padding-bottom: 0.25rem; }
.list-unstyled .list-link:hover { color: rgb(110, 0, 255); }
.list-unstyled .list-link i { margin-right: 0.5rem; font-size: 0.75rem; }
.map-canvas { position: relative; width: 100%; height: 400px; border-radius: 0.25rem; }
.mask { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .mask { transition: none 0s ease 0s; }
}
.mask + .container { position: relative; }
.card .mask { border-radius: 0.375rem; }
.card .hover-mask { opacity: 0; transition-delay: 150ms; }
.card:hover .hover-mask { opacity: 0.4; }
.mask-body { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; cursor: pointer; z-index: 1040; }
.mask-body-dark { background: rgba(31, 45, 61, 0.3); }
.mask-body-light { background: rgba(255, 255, 255, 0.3); }
.media-comment + .media-comment { margin-top: 1.25rem; }
.media-comment-bubble { border-radius: 0px 20px 20px; position: relative; background-color: rgb(247, 247, 247); padding: 1rem 1.25rem; }
.media-comment-bubble.left-top::after { content: " "; position: absolute; width: 0px; height: 0px; inset: 0px auto auto -16px; border-width: 18px; border-style: solid; border-color: rgb(247, 247, 247) transparent transparent; border-image: initial; }
.modal-content { border: 0px; border-radius: 0.25rem; }
.modal-fluid .modal-dialog { margin-top: 0px; margin-bottom: 0px; }
.modal-fluid .modal-content { border-radius: 0px; }
.modal-primary .modal-title { color: rgb(255, 255, 255); }
.modal-primary .modal-header, .modal-primary .modal-footer { border-color: rgba(255, 255, 255, 0.075); }
.modal-primary .modal-content { background-color: rgb(110, 0, 255); color: rgb(255, 255, 255); }
.modal-primary .modal-content .heading { color: rgb(255, 255, 255); }
.modal-primary .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-secondary .modal-title { color: rgb(39, 52, 68); }
.modal-secondary .modal-header, .modal-secondary .modal-footer { border-color: rgba(39, 52, 68, 0.075); }
.modal-secondary .modal-content { background-color: rgb(239, 242, 247); color: rgb(39, 52, 68); }
.modal-secondary .modal-content .heading { color: rgb(39, 52, 68); }
.modal-secondary .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-success .modal-title { color: rgb(255, 255, 255); }
.modal-success .modal-header, .modal-success .modal-footer { border-color: rgba(255, 255, 255, 0.075); }
.modal-success .modal-content { background-color: rgb(54, 179, 126); color: rgb(255, 255, 255); }
.modal-success .modal-content .heading { color: rgb(255, 255, 255); }
.modal-success .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-info .modal-title { color: rgb(255, 255, 255); }
.modal-info .modal-header, .modal-info .modal-footer { border-color: rgba(255, 255, 255, 0.075); }
.modal-info .modal-content { background-color: rgb(0, 184, 217); color: rgb(255, 255, 255); }
.modal-info .modal-content .heading { color: rgb(255, 255, 255); }
.modal-info .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-warning .modal-title { color: rgb(255, 255, 255); }
.modal-warning .modal-header, .modal-warning .modal-footer { border-color: rgba(255, 255, 255, 0.075); }
.modal-warning .modal-content { background-color: rgb(255, 171, 0); color: rgb(255, 255, 255); }
.modal-warning .modal-content .heading { color: rgb(255, 255, 255); }
.modal-warning .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-danger .modal-title { color: rgb(255, 255, 255); }
.modal-danger .modal-header, .modal-danger .modal-footer { border-color: rgba(255, 255, 255, 0.075); }
.modal-danger .modal-content { background-color: rgb(255, 86, 48); color: rgb(255, 255, 255); }
.modal-danger .modal-content .heading { color: rgb(255, 255, 255); }
.modal-danger .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-light .modal-title { color: rgb(39, 52, 68); }
.modal-light .modal-header, .modal-light .modal-footer { border-color: rgba(39, 52, 68, 0.075); }
.modal-light .modal-content { background-color: rgb(239, 242, 247); color: rgb(39, 52, 68); }
.modal-light .modal-content .heading { color: rgb(39, 52, 68); }
.modal-light .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-dark .modal-title { color: rgb(255, 255, 255); }
.modal-dark .modal-header, .modal-dark .modal-footer { border-color: rgba(255, 255, 255, 0.075); }
.modal-dark .modal-content { background-color: rgb(39, 52, 68); color: rgb(255, 255, 255); }
.modal-dark .modal-content .heading { color: rgb(255, 255, 255); }
.modal-dark .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-neutral .modal-title { color: rgb(39, 52, 68); }
.modal-neutral .modal-header, .modal-neutral .modal-footer { border-color: rgba(39, 52, 68, 0.075); }
.modal-neutral .modal-content { background-color: rgb(255, 255, 255); color: rgb(39, 52, 68); }
.modal-neutral .modal-content .heading { color: rgb(39, 52, 68); }
.modal-neutral .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-white .modal-title { color: rgb(39, 52, 68); }
.modal-white .modal-header, .modal-white .modal-footer { border-color: rgba(39, 52, 68, 0.075); }
.modal-white .modal-content { background-color: rgb(255, 255, 255); color: rgb(39, 52, 68); }
.modal-white .modal-content .heading { color: rgb(39, 52, 68); }
.modal-white .close > span:not(.sr-only) { color: rgb(255, 255, 255); }
.modal-dialog-vertical { height: 100%; max-width: 350px; margin: 0px; }
.modal-dialog-vertical .modal-content { height: inherit; border-width: 0px 1px 0px 0px; border-radius: 0px; }
.modal-dialog-vertical .modal-header { border-radius: inherit; }
.modal-dialog-vertical .modal-body { height: inherit; overflow-y: auto; }
.modal.fade .modal-dialog-vertical { transform: translateX(-100%); }
.modal.show .modal-dialog-vertical { transform: translateX(0px); }
.modal.fixed-right { padding-right: 0px !important; }
.modal.fixed-right .modal-dialog-vertical { margin-left: auto; }
.modal.fixed-right.fade .modal-dialog-vertical { transform: translateX(100%); }
.modal.fixed-right.show .modal-dialog-vertical { transform: translateX(0px); }
.nav-link { color: rgb(132, 146, 166); }
.nav-link:hover, .nav-link.active { color: rgb(110, 0, 255); }
.nav-pills-icon .nav-link:not(.active) { background-color: rgb(239, 242, 247); }
.nav-pills-icon .nav-link:not(:last-child) { margin-right: 0.5rem; }
@media (min-width: 768px) {
  .nav-pills-circle { padding: 0px 50px; }
  .nav-pills-circle .nav-item { min-width: 200px; background: transparent; border: 0px; padding: 0px; position: relative; }
  .nav-pills-circle .nav-link { position: relative; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; margin: auto; border-radius: 50%; background: rgb(239, 242, 247); color: rgb(39, 52, 68); z-index: 10; }
  .nav-pills-circle.nav-pills-connect .nav-item:not(:last-child)::before { content: ""; display: block; position: relative; top: 50%; left: 50%; transform: translate(50%, 50%); height: 1px; width: 50%; background: rgb(239, 242, 247); z-index: 0; }
}
.nav-tabs .nav-item .nav-link { padding: 0.75rem 1rem; transition: color 0.35s ease 0s, border-color 0.35s ease 0s; border-width: 0px 0px 2px; border-top-style: initial; border-right-style: initial; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-left-color: initial; border-image: initial; border-bottom-style: solid; border-bottom-color: rgba(255, 255, 255, 0); }
.nav-tabs .nav-item .nav-link.active { color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); }
.nav-tabs .nav-item .nav-link:not(.active) { color: rgb(132, 146, 166); }
.nav-dots { top: 50%; right: 2rem; position: fixed; z-index: 200; transform: translateY(-50%); }
.nav-dots .nav-link { display: block; margin: 5px; position: relative; }
.nav-dots .nav-link::before { content: ""; border-radius: 50%; position: absolute; z-index: 1; height: 6px; width: 6px; border: 0px; background: rgb(255, 255, 255); left: 50%; top: 50%; margin: -2px 0px 0px -2px; transform: translate(-50%, -50%); transition: all 0.1s ease-in-out 0s; }
.nav-dots .nav-link:hover::before, .nav-dots .nav-link.active::before { height: 12px; width: 12px; }
.navbar { position: relative; z-index: 101; }
.navbar .container { position: relative; }
.navbar-nav .nav-link { font-size: 0.875rem; font-weight: 600; text-transform: none; letter-spacing: 0px; transition: all 0.15s linear 0s; }
@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link { transition: none 0s ease 0s; }
}
.navbar-nav .nav-link i, .navbar-nav .nav-link svg, .navbar-nav .nav-link img { margin-right: 0.5rem; }
.navbar-nav .nav-link img { width: auto; height: 14px; margin-right: 0.5rem; position: relative; top: -1px; }
.navbar-text { font-size: 0.875rem; }
.header, .navbar, .navbar-top { transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .header, .navbar, .navbar-top { transition: none 0s ease 0s; }
}
.border-bottom.navbar-dark { border-color: rgba(255, 255, 255, 0.1) !important; }
.border-bottom.navbar-light { border-color: rgba(31, 45, 61, 0.04) !important; }
.header-transparent { position: absolute; top: 0px; left: 0px; width: 100%; }
.header-transparent .navbar-top { border: 0px; padding-left: 1rem; padding-right: 1rem; }
.header-transparent .navbar-top:not(.navbar-collapsed) { background-color: transparent !important; }
.header-transparent .navbar:not(.sticky):not(.navbar-collapsed) { border: 0px; box-shadow: none; background-color: transparent !important; width: 100%; }
.header-transparent + main section:first-child:not([data-spotlight]) .container { padding-top: 5rem; }
.header-collapse-show { min-height: 100%; width: 100%; position: fixed; z-index: 1000; }
.navbar-sticky { }
.navbar-sticky.sticky { position: fixed; width: 100%; left: 0px; top: -100px; transform: translateY(100px); z-index: 1030; border-top: 0px; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .navbar-sticky.sticky { transition: none 0s ease 0s; }
}
.navbar-top { position: relative; z-index: 110; display: flex; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; }
.navbar-top .navbar-nav { flex-direction: row; }
.navbar-top .navbar-nav .nav-item:last-child { margin-right: 0px; }
.navbar-top .navbar-nav .nav-link { padding: 0.5rem; }
@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-collapsed { height: 100vh; align-items: start; overflow-y: scroll; }
  .navbar-expand-sm .navbar-nav .nav-link { padding: 0.625rem 0px; }
  .navbar-expand-sm .navbar-nav .dropdown-menu { box-shadow: none; min-width: auto; }
  .navbar-expand-sm .navbar-nav .dropdown-menu .media svg { width: 30px; }
  .navbar-expand-sm .navbar-collapse { z-index: 1050; opacity: 0; height: auto !important; }
  .navbar-expand-sm .navbar-collapse.collapsing, .navbar-expand-sm .navbar-collapse.show { animation: 0.2s ease 0.15s 1 normal forwards running show-navbar-collapse; }
  .navbar-expand-sm .navbar-collapse.collapsing-out { opacity: 0; transition: opacity 0.3s linear 0s; animation: 0s ease 0s 1 normal none running none; }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item { margin-right: 0.5rem; }
  .navbar-expand-sm .navbar-nav .nav-link { padding-top: 0.75rem; padding-bottom: 0.75rem; border-radius: 0px; }
  .navbar-expand-sm .navbar-nav .nav-link-icon { border-radius: 0px; }
}
@media (max-width: 767.98px) {
  .navbar-expand-md.navbar-collapsed { height: 100vh; align-items: start; overflow-y: scroll; }
  .navbar-expand-md .navbar-nav .nav-link { padding: 0.625rem 0px; }
  .navbar-expand-md .navbar-nav .dropdown-menu { box-shadow: none; min-width: auto; }
  .navbar-expand-md .navbar-nav .dropdown-menu .media svg { width: 30px; }
  .navbar-expand-md .navbar-collapse { z-index: 1050; opacity: 0; height: auto !important; }
  .navbar-expand-md .navbar-collapse.collapsing, .navbar-expand-md .navbar-collapse.show { animation: 0.2s ease 0.15s 1 normal forwards running show-navbar-collapse; }
  .navbar-expand-md .navbar-collapse.collapsing-out { opacity: 0; transition: opacity 0.3s linear 0s; animation: 0s ease 0s 1 normal none running none; }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item { margin-right: 0.5rem; }
  .navbar-expand-md .navbar-nav .nav-link { padding-top: 0.75rem; padding-bottom: 0.75rem; border-radius: 0px; }
  .navbar-expand-md .navbar-nav .nav-link-icon { border-radius: 0px; }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-collapsed { height: 100vh; align-items: start; overflow-y: scroll; }
  .navbar-expand-lg .navbar-nav .nav-link { padding: 0.625rem 0px; }
  .navbar-expand-lg .navbar-nav .dropdown-menu { box-shadow: none; min-width: auto; }
  .navbar-expand-lg .navbar-nav .dropdown-menu .media svg { width: 30px; }
  .navbar-expand-lg .navbar-collapse { z-index: 1050; opacity: 0; height: auto !important; }
  .navbar-expand-lg .navbar-collapse.collapsing, .navbar-expand-lg .navbar-collapse.show { animation: 0.2s ease 0.15s 1 normal forwards running show-navbar-collapse; }
  .navbar-expand-lg .navbar-collapse.collapsing-out { opacity: 0; transition: opacity 0.3s linear 0s; animation: 0s ease 0s 1 normal none running none; }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item { margin-right: 0.5rem; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-top: 0.75rem; padding-bottom: 0.75rem; border-radius: 0px; }
  .navbar-expand-lg .navbar-nav .nav-link-icon { border-radius: 0px; }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl.navbar-collapsed { height: 100vh; align-items: start; overflow-y: scroll; }
  .navbar-expand-xl .navbar-nav .nav-link { padding: 0.625rem 0px; }
  .navbar-expand-xl .navbar-nav .dropdown-menu { box-shadow: none; min-width: auto; }
  .navbar-expand-xl .navbar-nav .dropdown-menu .media svg { width: 30px; }
  .navbar-expand-xl .navbar-collapse { z-index: 1050; opacity: 0; height: auto !important; }
  .navbar-expand-xl .navbar-collapse.collapsing, .navbar-expand-xl .navbar-collapse.show { animation: 0.2s ease 0.15s 1 normal forwards running show-navbar-collapse; }
  .navbar-expand-xl .navbar-collapse.collapsing-out { opacity: 0; transition: opacity 0.3s linear 0s; animation: 0s ease 0s 1 normal none running none; }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item { margin-right: 0.5rem; }
  .navbar-expand-xl .navbar-nav .nav-link { padding-top: 0.75rem; padding-bottom: 0.75rem; border-radius: 0px; }
  .navbar-expand-xl .navbar-nav .nav-link-icon { border-radius: 0px; }
}
.navbar-expand.navbar-collapsed { height: 100vh; align-items: start; overflow-y: scroll; }
.navbar-expand .navbar-nav .nav-link { padding: 0.625rem 0px; }
.navbar-expand .navbar-nav .dropdown-menu { box-shadow: none; min-width: auto; }
.navbar-expand .navbar-nav .dropdown-menu .media svg { width: 30px; }
.navbar-expand .navbar-collapse { z-index: 1050; opacity: 0; height: auto !important; }
.navbar-expand .navbar-collapse.collapsing, .navbar-expand .navbar-collapse.show { animation: 0.2s ease 0.15s 1 normal forwards running show-navbar-collapse; }
.navbar-expand .navbar-collapse.collapsing-out { opacity: 0; transition: opacity 0.3s linear 0s; animation: 0s ease 0s 1 normal none running none; }
.navbar-expand .navbar-nav .nav-item { margin-right: 0.5rem; }
.navbar-expand .navbar-nav .nav-link { padding-top: 0.75rem; padding-bottom: 0.75rem; border-radius: 0px; }
.navbar-expand .navbar-nav .nav-link-icon { border-radius: 0px; }
@keyframes show-navbar-collapse { 
  0% { opacity: 0; transform: translateX(30px); }
  100% { opacity: 1; transform: translateX(0px); }
}
.navbar-vertical { padding-top: 0px; border-width: 0px 0px 1px; border-style: solid; box-shadow: none !important; }
.navbar-vertical.navbar-light { background-color: rgb(255, 255, 255); border-color: rgb(239, 242, 247); }
.navbar-vertical.navbar-dark { background-color: transparent; border-color: rgba(255, 255, 255, 0.1); }
.navbar-vertical .navbar-brand { margin-right: 0px; }
.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img { max-width: 100%; max-height: 2rem; }
@media (min-width: 768px) {
  .navbar-vertical .navbar-collapse { margin-left: -1rem; margin-right: -1rem; }
}
.navbar-vertical .navbar-nav { margin-left: -1rem; margin-right: -1rem; }
.navbar-vertical .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; font-size: 0.875rem; font-weight: 600; }
.navbar-vertical .navbar-nav .nav-link.active { position: relative; }
.navbar-vertical .navbar-nav .nav-link > i { min-width: 2rem; font-size: 0.9375rem; line-height: 1.7rem; }
.navbar-vertical .navbar-nav .nav-link .dropdown-menu { border: none; }
.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu { margin-left: 0.5rem; }
.navbar-vertical .navbar-nav .nav-sm .nav-link { font-size: 0.8125rem; }
.navbar-vertical .navbar-nav .nav-link { display: flex; align-items: center; }
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]::after { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 700; content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦"; margin-left: auto; color: rgb(224, 230, 237); transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]::after { transition: none 0s ease 0s; }
}
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { color: rgb(110, 0, 255); transform: rotate(90deg); }
.navbar-vertical .navbar-nav .nav .nav-link { padding-left: 3rem; }
.navbar-vertical .navbar-nav .nav .nav .nav-link { padding-left: 3.5rem; }
.navbar-vertical .navbar-heading { padding-top: 0.5rem; padding-bottom: 0.5rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.navbar-vertical.navbar-expand-xs { display: block; position: fixed; top: 0px; bottom: 0px; width: 100%; max-width: 0px; overflow-y: auto; padding-left: 0px; padding-right: 0px; }
.navbar-vertical.navbar-expand-xs .navbar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
.navbar-vertical.navbar-expand-xs > [class*="container"] { flex-direction: column; align-items: stretch; min-height: 100%; padding-left: 0px; padding-right: 0px; }
@media not all, not all {
  .navbar-vertical.navbar-expand-xs > [class*="container"] { height: 100%; }
}
.navbar-vertical.navbar-expand-xs.fixed-left { left: 0px; border-width: 0px 1px 0px 0px; }
.navbar-vertical.navbar-expand-xs.fixed-right { right: 0px; border-width: 0px 0px 0px 1px; }
.navbar-vertical.navbar-expand-xs .navbar-collapse { flex: 1 1 0%; display: flex; flex-direction: column; align-items: stretch; margin-left: -1.5rem; margin-right: -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; opacity: 1; }
.navbar-vertical.navbar-expand-xs .navbar-collapse > * { min-width: 100%; }
.navbar-vertical.navbar-expand-xs .navbar-nav { flex-direction: column; margin-left: -1.5rem; margin-right: -1.5rem; }
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link { padding: 0.375rem 1.5rem; }
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item { margin-top: 2px; }
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active { background: rgb(250, 251, 254); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; }
.navbar-vertical.navbar-expand-xs .lavalamp-object { background: rgb(110, 0, 255); color: rgb(255, 255, 255); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; width: calc(100% - 1rem) !important; }
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 3.5rem; }
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link { padding-left: 4.25rem; }
@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm { display: block; position: fixed; top: 0px; bottom: 0px; width: 100%; max-width: 0px; overflow-y: auto; padding-left: 0px; padding-right: 0px; }
  .navbar-vertical.navbar-expand-sm .navbar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
  .navbar-vertical.navbar-expand-sm > [class*="container"] { flex-direction: column; align-items: stretch; min-height: 100%; padding-left: 0px; padding-right: 0px; }
}
@media not all, not all {
  .navbar-vertical.navbar-expand-sm > [class*="container"] { height: 100%; }
}
@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm.fixed-left { left: 0px; border-width: 0px 1px 0px 0px; }
  .navbar-vertical.navbar-expand-sm.fixed-right { right: 0px; border-width: 0px 0px 0px 1px; }
  .navbar-vertical.navbar-expand-sm .navbar-collapse { flex: 1 1 0%; display: flex; flex-direction: column; align-items: stretch; margin-left: -1.5rem; margin-right: -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; opacity: 1; }
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * { min-width: 100%; }
  .navbar-vertical.navbar-expand-sm .navbar-nav { flex-direction: column; margin-left: -1.5rem; margin-right: -1.5rem; }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link { padding: 0.375rem 1.5rem; }
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item { margin-top: 2px; }
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active { background: rgb(250, 251, 254); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-sm .lavalamp-object { background: rgb(110, 0, 255); color: rgb(255, 255, 255); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; width: calc(100% - 1rem) !important; }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 3.5rem; }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link { padding-left: 4.25rem; }
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md { display: block; position: fixed; top: 0px; bottom: 0px; width: 100%; max-width: 0px; overflow-y: auto; padding-left: 0px; padding-right: 0px; }
  .navbar-vertical.navbar-expand-md .navbar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
  .navbar-vertical.navbar-expand-md > [class*="container"] { flex-direction: column; align-items: stretch; min-height: 100%; padding-left: 0px; padding-right: 0px; }
}
@media not all, not all {
  .navbar-vertical.navbar-expand-md > [class*="container"] { height: 100%; }
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md.fixed-left { left: 0px; border-width: 0px 1px 0px 0px; }
  .navbar-vertical.navbar-expand-md.fixed-right { right: 0px; border-width: 0px 0px 0px 1px; }
  .navbar-vertical.navbar-expand-md .navbar-collapse { flex: 1 1 0%; display: flex; flex-direction: column; align-items: stretch; margin-left: -1.5rem; margin-right: -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; opacity: 1; }
  .navbar-vertical.navbar-expand-md .navbar-collapse > * { min-width: 100%; }
  .navbar-vertical.navbar-expand-md .navbar-nav { flex-direction: column; margin-left: -1.5rem; margin-right: -1.5rem; }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link { padding: 0.375rem 1.5rem; }
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item { margin-top: 2px; }
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active { background: rgb(250, 251, 254); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-md .lavalamp-object { background: rgb(110, 0, 255); color: rgb(255, 255, 255); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; width: calc(100% - 1rem) !important; }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 3.5rem; }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link { padding-left: 4.25rem; }
}
@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg { display: block; position: fixed; top: 0px; bottom: 0px; width: 100%; max-width: 0px; overflow-y: auto; padding-left: 0px; padding-right: 0px; }
  .navbar-vertical.navbar-expand-lg .navbar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
  .navbar-vertical.navbar-expand-lg > [class*="container"] { flex-direction: column; align-items: stretch; min-height: 100%; padding-left: 0px; padding-right: 0px; }
}
@media not all, not all {
  .navbar-vertical.navbar-expand-lg > [class*="container"] { height: 100%; }
}
@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg.fixed-left { left: 0px; border-width: 0px 1px 0px 0px; }
  .navbar-vertical.navbar-expand-lg.fixed-right { right: 0px; border-width: 0px 0px 0px 1px; }
  .navbar-vertical.navbar-expand-lg .navbar-collapse { flex: 1 1 0%; display: flex; flex-direction: column; align-items: stretch; margin-left: -1.5rem; margin-right: -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; opacity: 1; }
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * { min-width: 100%; }
  .navbar-vertical.navbar-expand-lg .navbar-nav { flex-direction: column; margin-left: -1.5rem; margin-right: -1.5rem; }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link { padding: 0.375rem 1.5rem; }
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item { margin-top: 2px; }
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active { background: rgb(250, 251, 254); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-lg .lavalamp-object { background: rgb(110, 0, 255); color: rgb(255, 255, 255); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; width: calc(100% - 1rem) !important; }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 3.5rem; }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link { padding-left: 4.25rem; }
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl { display: block; position: fixed; top: 0px; bottom: 0px; width: 100%; max-width: 0px; overflow-y: auto; padding-left: 0px; padding-right: 0px; }
  .navbar-vertical.navbar-expand-xl .navbar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
  .navbar-vertical.navbar-expand-xl > [class*="container"] { flex-direction: column; align-items: stretch; min-height: 100%; padding-left: 0px; padding-right: 0px; }
}
@media not all, not all {
  .navbar-vertical.navbar-expand-xl > [class*="container"] { height: 100%; }
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl.fixed-left { left: 0px; border-width: 0px 1px 0px 0px; }
  .navbar-vertical.navbar-expand-xl.fixed-right { right: 0px; border-width: 0px 0px 0px 1px; }
  .navbar-vertical.navbar-expand-xl .navbar-collapse { flex: 1 1 0%; display: flex; flex-direction: column; align-items: stretch; margin-left: -1.5rem; margin-right: -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; opacity: 1; }
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * { min-width: 100%; }
  .navbar-vertical.navbar-expand-xl .navbar-nav { flex-direction: column; margin-left: -1.5rem; margin-right: -1.5rem; }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link { padding: 0.375rem 1.5rem; }
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item { margin-top: 2px; }
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active { background: rgb(250, 251, 254); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-xl .lavalamp-object { background: rgb(110, 0, 255); color: rgb(255, 255, 255); margin-right: 0.5rem; margin-left: 0.5rem; padding-left: 1rem; padding-right: 1rem; border-radius: 0.25rem; width: calc(100% - 1rem) !important; }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 3.5rem; }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link { padding-left: 4.25rem; }
}
.navbar-vertical.navbar-expand-xs.fixed-left + .main-content { margin-left: 0px; }
.navbar-vertical.navbar-expand-xs.fixed-right + .main-content { margin-right: 0px; }
@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm.fixed-left + .main-content { margin-left: 0px; }
  .navbar-vertical.navbar-expand-sm.fixed-right + .main-content { margin-right: 0px; }
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content { margin-left: 0px; }
  .navbar-vertical.navbar-expand-md.fixed-right + .main-content { margin-right: 0px; }
}
@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg.fixed-left + .main-content { margin-left: 0px; }
  .navbar-vertical.navbar-expand-lg.fixed-right + .main-content { margin-right: 0px; }
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl.fixed-left + .main-content { margin-left: 0px; }
  .navbar-vertical.navbar-expand-xl.fixed-right + .main-content { margin-right: 0px; }
}
.sidenav.fixed-left + .main-content { margin-left: 0px; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .sidenav.fixed-left + .main-content { transition: none 0s ease 0s; }
}
.sidenav.fixed-right + .main-content { margin-right: 0px; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .sidenav.fixed-right + .main-content { transition: none 0s ease 0s; }
}
@media (min-width: 1200px) {
  .g-sidenav-pinned .sidenav.fixed-left + .main-content { margin-left: 250px; }
  .g-sidenav-pinned .sidenav.fixed-right + .main-content { margin-right: 250px; }
}
.sidenav { z-index: 1050; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .sidenav { transition: none 0s ease 0s; }
}
@media (min-width: 1200px) {
  .sidenav:hover { max-width: 250px; }
  .sidenav .sidenav-toggler { padding: 1.5rem; }
}
.sidenav .navbar-brand { padding: 1.5rem; display: none; }
.sidenav-header { height: 78px; }
.g-sidenav-show .sidenav .navbar-brand, .g-sidenav-show .sidenav .navbar-heading { display: block; }
.g-sidenav-show .sidenav .nav-item .collapse { height: auto; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .g-sidenav-show .sidenav .nav-item .collapse { transition: none 0s ease 0s; }
}
.g-sidenav-pinned .sidenav { max-width: 250px !important; }
.g-sidenav-pinned .sidenav .navbar-brand, .g-sidenav-pinned .sidenav .navbar-heading { display: block; }
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .navbar-nav > .nav-item > .nav-link::after { content: ""; }
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-item .collapse { display: none !important; }
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-link-text { display: none !important; }
.g-sidenav-hide .sidenav .navbar-nav > .nav-item > .nav-link::after { content: ""; }
.g-sidenav-hide .sidenav .nav-item .collapse { display: none !important; }
.g-sidenav-hide .sidenav .nav-link-text { display: none !important; }
@media (max-width: 1199.98px) {
  .sidenav { transform: translateX(0px); }
  .sidenav.fixed-left + .main-content { margin-left: 0px !important; }
  .g-sidenav-pinned .sidenav { transform: translateX(0px); }
}
.sidenav-toggler { border: 0px; background: transparent; }
.sidenav-toggler-inner, .sidenav-toggler-line { width: 18px; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .sidenav-toggler-inner, .sidenav-toggler-line { transition: none 0s ease 0s; }
}
.sidenav-toggler-inner { position: relative; }
.sidenav-toggler-inner::before { content: ""; position: absolute; width: 40px; height: 40px; left: -11px; top: -14px; border-radius: 50%; transform: scale(0); transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25) 0s; }
@media (prefers-reduced-motion: reduce) {
  .sidenav-toggler-inner::before { transition: none 0s ease 0s; }
}
.sidenav-toggler-line { height: 2px; background-color: rgba(31, 45, 61, 0.5); display: block; position: relative; }
.sidenav-toggler-line:not(:last-child) { margin-bottom: 3px; }
.navbar-dark .sidenav-toggler-line { background-color: rgba(255, 255, 255, 0.85); }
.sidenav-toggler { cursor: pointer; }
.sidenav-toggler.active .sidenav-toggler-inner::before { transform: scale(1); }
.sidenav-toggler.active .sidenav-toggler-line:first-child { width: 13px; transform: translateX(5px); }
.sidenav-toggler.active .sidenav-toggler-line:last-child { width: 13px; transform: translateX(5px); }
.navbar .dropdown-menu { min-width: 20rem; padding: 1rem 1.5rem; background-color: rgb(255, 255, 255); border: 0px solid rgba(31, 45, 61, 0); border-radius: 0.375rem; box-shadow: rgba(31, 45, 61, 0.1) 0px 10px 30px 0px; }
.navbar .dropdown-menu .dropdown-menu-links { background-color: rgb(250, 250, 250); }
.navbar .dropdown-menu .dropdown-header { color: rgb(74, 89, 109); }
.navbar .dropdown-menu .dropdown-item { padding: 0.5rem 0px; color: rgb(60, 72, 88); font-size: 1rem; }
.navbar .dropdown-menu .dropdown-item:first-child { border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; }
.navbar .dropdown-menu .dropdown-item:last-child { border-bottom-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem; }
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus { color: rgb(20, 175, 120); text-decoration: none; background: transparent; }
.navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:active { color: rgb(101, 122, 149); text-decoration: none; background-color: transparent; }
.navbar .dropdown-menu .list-group > li:first-child .list-group-item { border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; }
.navbar .dropdown-menu .list-group > li:last-child .list-group-item { border-bottom-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem; }
@media (max-width: 575.98px) {
  .navbar-expand-sm .dropdown-toggle::after { float: right; }
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) { margin-left: -1.25rem; }
  .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right { margin-right: -1.25rem; }
  .navbar-expand-sm .dropdown-menu .list-group > li .list-group-item { border: 0px; transform: scale(1); transition: all 0.2s ease 0s; }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown-menu .list-group > li .list-group-item { transition: none 0s ease 0s; }
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .list-group > li .media-body * { transition: all 0.2s ease 0s; }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown-menu .list-group > li .media-body * { transition: none 0s ease 0s; }
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .list-group > li:hover .list-group-item { z-index: 11; transform: scale(1.05); background-color: rgb(250, 251, 254); box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem; border-radius: 0.375rem; }
  .navbar-expand-sm .dropdown-submenu .dropdown-menu { min-width: 16rem; margin-left: 1rem; }
  .navbar-expand-sm .dropdown-submenu .dropdown-menu::before { content: ""; border-left: 1.5rem solid transparent; position: absolute; left: -1rem; top: 0px; height: 100%; }
  .navbar-expand-sm .dropdown-submenu .dropdown-item::after { right: 0px; }
  .navbar-expand-sm .dropdown-fluid .dropdown-menu { overflow: hidden; padding: 0px; min-width: 1000px; }
  .navbar-expand-sm .dropdown-fluid .dropdown-col-image { position: absolute; left: 0px; top: 0px; height: 100%; overflow: hidden; }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .dropdown-toggle::after { float: right; }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) { margin-left: -1.25rem; }
  .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right { margin-right: -1.25rem; }
  .navbar-expand-md .dropdown-menu .list-group > li .list-group-item { border: 0px; transform: scale(1); transition: all 0.2s ease 0s; }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown-menu .list-group > li .list-group-item { transition: none 0s ease 0s; }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .list-group > li .media-body * { transition: all 0.2s ease 0s; }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown-menu .list-group > li .media-body * { transition: none 0s ease 0s; }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .list-group > li:hover .list-group-item { z-index: 11; transform: scale(1.05); background-color: rgb(250, 251, 254); box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem; border-radius: 0.375rem; }
  .navbar-expand-md .dropdown-submenu .dropdown-menu { min-width: 16rem; margin-left: 1rem; }
  .navbar-expand-md .dropdown-submenu .dropdown-menu::before { content: ""; border-left: 1.5rem solid transparent; position: absolute; left: -1rem; top: 0px; height: 100%; }
  .navbar-expand-md .dropdown-submenu .dropdown-item::after { right: 0px; }
  .navbar-expand-md .dropdown-fluid .dropdown-menu { overflow: hidden; padding: 0px; min-width: 1000px; }
  .navbar-expand-md .dropdown-fluid .dropdown-col-image { position: absolute; left: 0px; top: 0px; height: 100%; overflow: hidden; }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .dropdown-toggle::after { float: right; }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) { margin-left: -1.25rem; }
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right { margin-right: -1.25rem; }
  .navbar-expand-lg .dropdown-menu .list-group > li .list-group-item { border: 0px; transform: scale(1); transition: all 0.2s ease 0s; }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown-menu .list-group > li .list-group-item { transition: none 0s ease 0s; }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .list-group > li .media-body * { transition: all 0.2s ease 0s; }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown-menu .list-group > li .media-body * { transition: none 0s ease 0s; }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .list-group > li:hover .list-group-item { z-index: 11; transform: scale(1.05); background-color: rgb(250, 251, 254); box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem; border-radius: 0.375rem; }
  .navbar-expand-lg .dropdown-submenu .dropdown-menu { min-width: 16rem; margin-left: 1rem; }
  .navbar-expand-lg .dropdown-submenu .dropdown-menu::before { content: ""; border-left: 1.5rem solid transparent; position: absolute; left: -1rem; top: 0px; height: 100%; }
  .navbar-expand-lg .dropdown-submenu .dropdown-item::after { right: 0px; }
  .navbar-expand-lg .dropdown-fluid .dropdown-menu { overflow: hidden; padding: 0px; min-width: 1000px; }
  .navbar-expand-lg .dropdown-fluid .dropdown-col-image { position: absolute; left: 0px; top: 0px; height: 100%; overflow: hidden; }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .dropdown-toggle::after { float: right; }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) { margin-left: -1.25rem; }
  .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right { margin-right: -1.25rem; }
  .navbar-expand-xl .dropdown-menu .list-group > li .list-group-item { border: 0px; transform: scale(1); transition: all 0.2s ease 0s; }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown-menu .list-group > li .list-group-item { transition: none 0s ease 0s; }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu .list-group > li .media-body * { transition: all 0.2s ease 0s; }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown-menu .list-group > li .media-body * { transition: none 0s ease 0s; }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu .list-group > li:hover .list-group-item { z-index: 11; transform: scale(1.05); background-color: rgb(250, 251, 254); box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem; border-radius: 0.375rem; }
  .navbar-expand-xl .dropdown-submenu .dropdown-menu { min-width: 16rem; margin-left: 1rem; }
  .navbar-expand-xl .dropdown-submenu .dropdown-menu::before { content: ""; border-left: 1.5rem solid transparent; position: absolute; left: -1rem; top: 0px; height: 100%; }
  .navbar-expand-xl .dropdown-submenu .dropdown-item::after { right: 0px; }
  .navbar-expand-xl .dropdown-fluid .dropdown-menu { overflow: hidden; padding: 0px; min-width: 1000px; }
  .navbar-expand-xl .dropdown-fluid .dropdown-col-image { position: absolute; left: 0px; top: 0px; height: 100%; overflow: hidden; }
}
.navbar-expand .dropdown-toggle::after { float: right; }
.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) { margin-left: -1.25rem; }
.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right { margin-right: -1.25rem; }
.navbar-expand .dropdown-menu .list-group > li .list-group-item { border: 0px; transform: scale(1); transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown-menu .list-group > li .list-group-item { transition: none 0s ease 0s; }
}
.navbar-expand .dropdown-menu .list-group > li .media-body * { transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown-menu .list-group > li .media-body * { transition: none 0s ease 0s; }
}
.navbar-expand .dropdown-menu .list-group > li:hover .list-group-item { z-index: 11; transform: scale(1.05); background-color: rgb(250, 251, 254); box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem; border-radius: 0.375rem; }
.navbar-expand .dropdown-submenu .dropdown-menu { min-width: 16rem; margin-left: 1rem; }
.navbar-expand .dropdown-submenu .dropdown-menu::before { content: ""; border-left: 1.5rem solid transparent; position: absolute; left: -1rem; top: 0px; height: 100%; }
.navbar-expand .dropdown-submenu .dropdown-item::after { right: 0px; }
.navbar-expand .dropdown-fluid .dropdown-menu { overflow: hidden; padding: 0px; min-width: 1000px; }
.navbar-expand .dropdown-fluid .dropdown-col-image { position: absolute; left: 0px; top: 0px; height: 100%; overflow: hidden; }
.navbar-search .input-group { border-radius: 2rem; border: 0px solid; transition: background-color 0.4s linear 0.2s; }
@media (prefers-reduced-motion: reduce) {
  .navbar-search .input-group { transition: none 0s ease 0s; }
}
.navbar-search .input-group .input-group-text { background-color: transparent; padding-left: 1rem; border: 0px; }
.navbar-search .form-control { width: 250px; background-color: transparent; border: 0px; transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25) 0s; }
@media (prefers-reduced-motion: reduce) {
  .navbar-search .form-control { transition: none 0s ease 0s; }
}
.navbar-search .focused .input-group .form-control { width: 380px; }
.navbar-search .close { display: none; }
.navbar-search-dark .input-group { background-color: rgba(31, 45, 61, 0.8); border-color: rgba(255, 255, 255, 0.6); }
.navbar-search-dark .input-group-text { color: rgba(255, 255, 255, 0.6); }
.navbar-search-dark .form-control { color: rgba(255, 255, 255, 0.9); }
.navbar-search-dark .form-control::placeholder { color: rgba(255, 255, 255, 0.6); }
.navbar-search-dark .focused .input-group { background-color: rgba(31, 45, 61, 0.9); border-color: rgba(255, 255, 255, 0.9); }
.navbar-search-light .input-group { background-color: rgba(255, 255, 255, 0.9); border-color: rgba(0, 0, 0, 0.6); }
.navbar-search-light .input-group-text { color: rgba(0, 0, 0, 0.6); }
.navbar-search-light .form-control { color: rgba(0, 0, 0, 0.9); }
.navbar-search-light .form-control::placeholder { color: rgba(0, 0, 0, 0.6); }
.navbar-search-light .focused .input-group { background-color: white; border-color: rgba(0, 0, 0, 0.9); }
.pagination { margin-bottom: 0px; }
.page-item .page-link, .page-item > span { margin: 0px 3px; border-radius: 0.2rem; text-align: center; }
.pagination-circle .page-item .page-link, .pagination-circle .page-item > span { margin: 0px 5px; display: block; width: 36px; height: 36px; border-radius: 50% !important; }
.pagination-circle.pagination-lg .page-item .page-link, .pagination-circle.pagination-lg .page-item > span { margin: 0px 5px; display: block; width: 52px; height: 52px; border-radius: 50% !important; }
.omnisearch { width: 100%; margin-top: 1.5rem; position: fixed; top: 0px; left: 0px; z-index: 1050; opacity: 0; background-color: transparent; pointer-events: none; transform: translateY(0px); transition: transform 0.3s ease 0s, opacity 0.15s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .omnisearch { transition: none 0s ease 0s; }
}
.omnisearch.show { opacity: 1; transform: translateY(50%); }
.omnisearch .container { position: relative; height: 100%; }
.omnisearch .omnisearch-form { display: block; position: relative; z-index: 700; background: rgb(255, 255, 255); border-radius: 0.375rem; width: 680px; margin: auto; }
.omnisearch .omnisearch-form .input-group-text { font-size: 1.25rem; background: transparent; }
.omnisearch .omnisearch-form .form-control { display: block; height: 68px; font-size: 1.25rem; color: rgb(69, 69, 69); background-color: transparent; background-image: none; }
.omnisearch .omnisearch-form .form-control::placeholder { color: rgb(192, 204, 218); }
.omnisearch .omnisearch-suggestions { width: 680px; min-height: 150px; padding: 1.5rem; background: white; margin: auto; border-radius: 0.375rem; position: relative; opacity: 0; transition: opacity 0.3s ease 0.21s; }
@media (prefers-reduced-motion: reduce) {
  .omnisearch .omnisearch-suggestions { transition: none 0s ease 0s; }
}
.omnisearch .omnisearch-suggestions::before { background: rgb(255, 255, 255); box-shadow: none; content: ""; display: block; height: 16px; width: 16px; left: 20px; position: absolute; bottom: 100%; transform: rotate(-45deg) translateY(1rem); z-index: -5; border-radius: 0.2rem; }
.omnisearch .omnisearch-suggestions .heading { color: rgb(132, 146, 166); }
.omnisearch .omnisearch-suggestions .list-link span { font-weight: 600; color: rgb(60, 72, 88); }
.omnisearch .omnisearch-suggestions .list-link:hover { color: rgb(110, 0, 255); }
.omnisearch .omnisearch-suggestions .list-link:hover span { color: rgb(110, 0, 255); }
.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions { pointer-events: auto; }
.omnisearch.show .omnisearch-suggestions { opacity: 1; }
@media (max-width: 991.98px) {
  .omnisearch .omnisearch-form { width: 100%; }
  .omnisearch .omnisearch-suggestions { width: 100%; }
}
.omnisearch-open { overflow: hidden; }
.popover { border: 0px; }
.popover-header { font-weight: 600; }
.popover-primary { background-color: rgb(110, 0, 255); }
.popover-primary .popover-header { background-color: rgb(110, 0, 255); color: rgb(255, 255, 255); }
.popover-primary .popover-body { color: rgb(255, 255, 255); }
.popover-primary .popover-header { border-color: rgba(255, 255, 255, 0.2); }
.popover-primary.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(110, 0, 255); }
.popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(110, 0, 255); }
.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(110, 0, 255); }
.popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(110, 0, 255); }
.popover-secondary { background-color: rgb(239, 242, 247); }
.popover-secondary .popover-header { background-color: rgb(239, 242, 247); color: rgb(39, 52, 68); }
.popover-secondary .popover-body { color: rgb(39, 52, 68); }
.popover-secondary .popover-header { border-color: rgba(39, 52, 68, 0.2); }
.popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(239, 242, 247); }
.popover-secondary.bs-popover-right .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(239, 242, 247); }
.popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(239, 242, 247); }
.popover-secondary.bs-popover-left .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(239, 242, 247); }
.popover-success { background-color: rgb(54, 179, 126); }
.popover-success .popover-header { background-color: rgb(54, 179, 126); color: rgb(255, 255, 255); }
.popover-success .popover-body { color: rgb(255, 255, 255); }
.popover-success .popover-header { border-color: rgba(255, 255, 255, 0.2); }
.popover-success.bs-popover-top .arrow::after, .popover-success.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(54, 179, 126); }
.popover-success.bs-popover-right .arrow::after, .popover-success.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(54, 179, 126); }
.popover-success.bs-popover-bottom .arrow::after, .popover-success.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(54, 179, 126); }
.popover-success.bs-popover-left .arrow::after, .popover-success.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(54, 179, 126); }
.popover-info { background-color: rgb(0, 184, 217); }
.popover-info .popover-header { background-color: rgb(0, 184, 217); color: rgb(255, 255, 255); }
.popover-info .popover-body { color: rgb(255, 255, 255); }
.popover-info .popover-header { border-color: rgba(255, 255, 255, 0.2); }
.popover-info.bs-popover-top .arrow::after, .popover-info.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(0, 184, 217); }
.popover-info.bs-popover-right .arrow::after, .popover-info.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(0, 184, 217); }
.popover-info.bs-popover-bottom .arrow::after, .popover-info.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(0, 184, 217); }
.popover-info.bs-popover-left .arrow::after, .popover-info.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(0, 184, 217); }
.popover-warning { background-color: rgb(255, 171, 0); }
.popover-warning .popover-header { background-color: rgb(255, 171, 0); color: rgb(255, 255, 255); }
.popover-warning .popover-body { color: rgb(255, 255, 255); }
.popover-warning .popover-header { border-color: rgba(255, 255, 255, 0.2); }
.popover-warning.bs-popover-top .arrow::after, .popover-warning.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(255, 171, 0); }
.popover-warning.bs-popover-right .arrow::after, .popover-warning.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(255, 171, 0); }
.popover-warning.bs-popover-bottom .arrow::after, .popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(255, 171, 0); }
.popover-warning.bs-popover-left .arrow::after, .popover-warning.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(255, 171, 0); }
.popover-danger { background-color: rgb(255, 86, 48); }
.popover-danger .popover-header { background-color: rgb(255, 86, 48); color: rgb(255, 255, 255); }
.popover-danger .popover-body { color: rgb(255, 255, 255); }
.popover-danger .popover-header { border-color: rgba(255, 255, 255, 0.2); }
.popover-danger.bs-popover-top .arrow::after, .popover-danger.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(255, 86, 48); }
.popover-danger.bs-popover-right .arrow::after, .popover-danger.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(255, 86, 48); }
.popover-danger.bs-popover-bottom .arrow::after, .popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(255, 86, 48); }
.popover-danger.bs-popover-left .arrow::after, .popover-danger.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(255, 86, 48); }
.popover-light { background-color: rgb(239, 242, 247); }
.popover-light .popover-header { background-color: rgb(239, 242, 247); color: rgb(39, 52, 68); }
.popover-light .popover-body { color: rgb(39, 52, 68); }
.popover-light .popover-header { border-color: rgba(39, 52, 68, 0.2); }
.popover-light.bs-popover-top .arrow::after, .popover-light.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(239, 242, 247); }
.popover-light.bs-popover-right .arrow::after, .popover-light.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(239, 242, 247); }
.popover-light.bs-popover-bottom .arrow::after, .popover-light.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(239, 242, 247); }
.popover-light.bs-popover-left .arrow::after, .popover-light.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(239, 242, 247); }
.popover-dark { background-color: rgb(39, 52, 68); }
.popover-dark .popover-header { background-color: rgb(39, 52, 68); color: rgb(255, 255, 255); }
.popover-dark .popover-body { color: rgb(255, 255, 255); }
.popover-dark .popover-header { border-color: rgba(255, 255, 255, 0.2); }
.popover-dark.bs-popover-top .arrow::after, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(39, 52, 68); }
.popover-dark.bs-popover-right .arrow::after, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(39, 52, 68); }
.popover-dark.bs-popover-bottom .arrow::after, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(39, 52, 68); }
.popover-dark.bs-popover-left .arrow::after, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(39, 52, 68); }
.popover-neutral { background-color: rgb(255, 255, 255); }
.popover-neutral .popover-header { background-color: rgb(255, 255, 255); color: rgb(39, 52, 68); }
.popover-neutral .popover-body { color: rgb(39, 52, 68); }
.popover-neutral .popover-header { border-color: rgba(39, 52, 68, 0.2); }
.popover-neutral.bs-popover-top .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(255, 255, 255); }
.popover-neutral.bs-popover-right .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(255, 255, 255); }
.popover-neutral.bs-popover-bottom .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(255, 255, 255); }
.popover-neutral.bs-popover-left .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(255, 255, 255); }
.popover-white { background-color: rgb(255, 255, 255); }
.popover-white .popover-header { background-color: rgb(255, 255, 255); color: rgb(39, 52, 68); }
.popover-white .popover-body { color: rgb(39, 52, 68); }
.popover-white .popover-header { border-color: rgba(39, 52, 68, 0.2); }
.popover-white.bs-popover-top .arrow::after, .popover-white.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(255, 255, 255); }
.popover-white.bs-popover-right .arrow::after, .popover-white.bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(255, 255, 255); }
.popover-white.bs-popover-bottom .arrow::after, .popover-white.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(255, 255, 255); }
.popover-white.bs-popover-left .arrow::after, .popover-white.bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(255, 255, 255); }
.progress-wrapper { position: relative; padding-top: 1.5rem; }
.progress-wrapper .progress { margin-bottom: 1rem; }
.progress-inverse { }
.progress-heading { font-size: 0.875rem; font-weight: 600; margin: 0px 0px 2px; padding: 0px; }
.progress-text { margin-bottom: 0px; }
.progress-lg { height: 1rem; }
.progress-md { height: 0.75rem; }
.progress-sm { height: 0.375rem; }
.progress-xs { height: 0.125rem; }
.progress-group { position: relative; }
.progress-prepend-icon { position: absolute; transform: translateY(-50%); font-size: 20px; top: 50%; }
.progress-prepend-icon:not(:first-child) { right: -17px; }
.progress-prepend-icon:not(:last-child) { left: -17px; }
.progress-tooltip { display: inline-block; background: rgba(0, 0, 0, 0.8); color: rgb(255, 255, 255); padding: 0.25rem 0.375rem; line-height: 1; font-size: 0.7rem; position: relative; bottom: 8px; border-radius: 3px; margin-left: -15px; }
.progress-tooltip::after { top: 100%; left: 10px; border-style: solid; border-image: initial; content: " "; height: 0px; width: 0px; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0.8) rgba(51, 51, 51, 0) rgba(51, 51, 51, 0); border-width: 5px; }
.progress-label { display: inline-block; position: absolute; top: 0px; left: 0px; color: rgb(60, 72, 88); }
.progress-percentage { display: inline-block; position: absolute; right: 0px; top: 0px; }
.static-rating { display: inline-block; }
.static-rating .star { color: rgb(224, 230, 237); }
.static-rating .voted { color: rgb(255, 204, 0); }
.static-rating-sm .star { font-size: 0.75rem; }
.rating { display: inline-block; }
.rating .star { font-family: "Font Awesome 5 Solid"; font-weight: normal; font-style: normal; float: left; padding: 0px 1px; cursor: pointer; }
.rating .star::before { content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦"; display: block; font-size: 14px; color: rgb(224, 230, 237); transition: all 0.2s linear 0s; }
.rating:hover .star::before { color: rgb(224, 230, 237); }
.rating:hover .over::before { color: rgb(255, 204, 0); }
.rating .voted::before { color: rgb(255, 204, 0); }
.rating-lg .star::before { font-size: 18px; }
.rating-xl .star::before { font-size: 24px; }
.ribbon { position: absolute; top: 1rem; display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; font-size: 0.75rem; font-weight: 600; z-index: 10; }
.ribbon-left { left: 1rem; }
.ribbon-right { right: 1rem; }
.ribbon-primary { color: rgb(255, 255, 255); background-color: rgb(139, 51, 255); }
.ribbon-secondary { color: rgb(39, 52, 68); background-color: white; }
.ribbon-success { color: rgb(255, 255, 255); background-color: rgb(81, 203, 151); }
.ribbon-info { color: rgb(255, 255, 255); background-color: rgb(13, 218, 255); }
.ribbon-warning { color: rgb(255, 255, 255); background-color: rgb(255, 188, 51); }
.ribbon-danger { color: rgb(255, 255, 255); background-color: rgb(255, 128, 99); }
.ribbon-light { color: rgb(39, 52, 68); background-color: white; }
.ribbon-dark { color: rgb(255, 255, 255); background-color: rgb(58, 77, 100); }
.ribbon-neutral { color: rgb(39, 52, 68); background-color: white; }
.ribbon-white { color: rgb(39, 52, 68); background-color: white; }
section { background-color: rgb(255, 255, 255); }
.slice { position: relative; padding-top: 4rem; padding-bottom: 4rem; }
.slice-xl { padding-top: 8rem; padding-bottom: 8rem; }
.slice-lg { padding-top: 6rem; padding-bottom: 6rem; }
.slice-sm { padding-top: 2rem; padding-bottom: 2rem; }
.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*="bg-"]):not(.section-rotate) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*="bg-"]) { padding-top: 60px; }
.slice-video { min-height: 600px; }
.section-rotate { padding-top: 4rem; padding-bottom: 4rem; overflow: hidden; background: transparent; position: relative; z-index: 0; }
.section-rotate .section-inner { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -2; }
@media (min-width: 992px) {
  .section-rotate { min-height: 880px; padding-top: 8rem; padding-bottom: 8rem; }
  .section-rotate .section-inner { background: inherit; overflow: hidden; }
  .section-rotate .section-inner + .container { position: relative; z-index: 0; }
  .section-rotate .section-inner-bg { position: absolute; width: 100%; height: 100%; }
}
@media (min-width: 1200px) {
  .section-rotate { padding-top: 8rem; padding-bottom: 12rem; }
  .section-rotate .section-inner { top: -40%; left: -1rem; width: 130%; height: 124%; transform: rotate(-7deg); border-bottom-left-radius: 3rem; }
  .section-rotate .section-inner + .container { padding-left: 2rem; }
  .section-rotate .container { position: relative; }
}
@media only screen and (min-width: 2000px) {
  .section-rotate .section-inner { top: -40%; left: -1rem; width: 120%; height: 118%; }
  .section-rotate .container { position: relative; }
}
.section-half-rounded { padding-top: 7rem; padding-bottom: 7rem; overflow: hidden; background: transparent; position: relative; z-index: 0; }
.section-half-rounded .section-inner { position: absolute; top: 0px; left: 0px; width: 70%; height: 100%; z-index: -2; border-top-right-radius: 40px; border-bottom-right-radius: 40px; }
@media (max-width: 991.98px) {
  .section-half-rounded .section-inner { width: 100%; }
}
.section-process { background: transparent; }
.section-process-step { position: relative; padding: 4.5rem 0px; }
.section-process-step:not(:last-child)::before { content: ""; display: block; width: 360px; height: 100px; background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23EFF2F7' stroke-width='3' transform='translate(173.245679, 51.548257) scale(-1, 1) translate(-173.245679, -51.548257)' d='M-6.75432109,1.54825684 C113.245679,110.326533 233.245679,130.359459 353.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") center center / 360px 100px no-repeat; transform: rotate(40deg); position: absolute; margin: auto; left: 0px; right: 0px; bottom: -80px; }
@media (max-width: 991.98px) {
  .section-process-step:not(:last-child)::before { transform: rotate(90deg) scale(0.7); bottom: 20px; }
}
.section-process-step:nth-child(2n)::before { background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23EFF2F7' stroke-width='3' d='M2.24567891,1.54825684 C122.245679,110.326533 242.245679,130.359459 362.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") center center / 360px 100px no-repeat; transform: rotate(-40deg); }
@media (max-width: 991.98px) {
  .section-process-step:nth-child(2n)::before { transform: rotate(-90deg) scale(0.7); bottom: 20px; }
}
.section-floating-icons { --icon-size: 5rem; --icon-sm-size: 3.75rem; --gutter: 7rem; }
.section-floating-icons .icons-container { position: relative; max-width: 100%; height: 360px; margin: 0px auto; }
.section-floating-icons .icons-container span { position: absolute; display: inline-flex; align-items: center; justify-content: center; background: rgb(255, 255, 255); z-index: 1; transform: translate(-50%, -50%); border-radius: 50%; transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25) 0s; }
@media (prefers-reduced-motion: reduce) {
  .section-floating-icons .icons-container span { transition: none 0s ease 0s; }
}
.section-floating-icons .icons-container span.icon { width: 5rem; height: 5rem; }
.section-floating-icons .icons-container span.icon i { font-size: 2.3em; }
.section-floating-icons .icons-container span.icon-sm { width: 3.75rem; height: 3.75rem; }
.section-floating-icons .icons-container span.icon-sm i { font-size: 1.5em; }
.section-floating-icons .icons-container span:nth-child(1) { font-size: 42px; color: rgb(255, 171, 0); z-index: 2; }
.section-floating-icons .icons-container span img { max-width: 100%; }
.section-floating-icons .icons-container span { opacity: 1; }
.section-floating-icons .icons-container span:nth-child(1) { left: 50%; top: 50%; font-size: 42px; color: rgb(0, 184, 217); }
.section-floating-icons .icons-container span:nth-child(2) { left: calc(50% + 11.9rem); top: 50%; }
.section-floating-icons .icons-container span:nth-child(3) { left: calc(50% + 7rem); top: calc(50% + 7rem); }
.section-floating-icons .icons-container span:nth-child(4) { left: calc(50% + 7rem); top: calc(50% - 7rem); }
.section-floating-icons .icons-container span:nth-child(5) { left: calc(50% + 28rem); top: 50%; }
.section-floating-icons .icons-container span:nth-child(6) { left: calc(50% + 18.9rem); top: calc(50% + 10.5rem); }
.section-floating-icons .icons-container span:nth-child(7) { left: calc(50% + 18.9rem); top: calc(50% - 10.5rem); }
.section-floating-icons .icons-container span:nth-child(8) { left: calc(50% - 11.9rem); top: 50%; }
.section-floating-icons .icons-container span:nth-child(9) { left: calc(50% - 7rem); top: calc(50% + 7rem); }
.section-floating-icons .icons-container span:nth-child(10) { left: calc(50% - 7rem); top: calc(50% - 7rem); }
.section-floating-icons .icons-container span:nth-child(11) { left: calc(50% - 28rem); top: 50%; }
.section-floating-icons .icons-container span:nth-child(12) { left: calc(50% - 18.9rem); top: calc(50% + 10.5rem); }
.section-floating-icons .icons-container span:nth-child(13) { left: calc(50% - 18.9rem); top: calc(50% - 10.5rem); }
.sidebar-sticky.is_stuck { padding-top: 1.5rem; }
.spotlight { position: relative; }
.spotlight .container { height: 100%; }
.spotlight .animated { opacity: 0; }
.spotlight .animated.animation-ended { opacity: 1; }
@media (min-width: 768px) {
  .spotlight-overlay-img { position: relative; }
  .spotlight-overlay-img img { position: absolute; z-index: 10; }
}
.table thead th { padding-top: 0.75rem; padding-bottom: 0.75rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; background-color: rgb(250, 251, 254); border-bottom-width: 1px; }
.table th { font-weight: 600; }
.table td .progress { height: 3px; width: 120px; margin: 0px; }
.table td, .table th { font-size: 0.8125rem; white-space: nowrap; }
.table.align-items-center td, .table.align-items-center th { vertical-align: middle; }
.table.table-dark thead th, .table .thead-dark th { background-color: rgb(46, 62, 81); color: rgb(112, 140, 173); }
.table.table-dark thead th a, .table .thead-dark th a { color: rgb(112, 140, 173); }
.table .thead-light th { background-color: rgb(250, 251, 254); color: rgb(132, 146, 166); }
.table .thead-light th a { color: rgb(132, 146, 166); }
.table-hover tr { transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .table-hover tr { transition: none 0s ease 0s; }
}
.table-flush td, .table-flush th { border-left: 0px; border-right: 0px; }
.table-flush tbody tr:first-child td, .table-flush tbody tr:first-child th { border-top: 0px; }
.table-flush tbody tr:last-child td, .table-flush tbody tr:last-child th { border-bottom: 0px; }
.card .table { margin-bottom: 0px; }
.card .table td, .card .table th { padding-left: 1.5rem; padding-right: 1.5rem; }
.table .custom-toggle { display: block; }
.table-flush th, .table-flush td { border-left: 0px; border-right: 0px; }
.table-flush tr:first-child th, .table-flush tr:first-child td { border-top: 0px; }
.table-flush tr:last-child th, .table-flush tr:last-child td { border-bottom: 0px; }
.table-cards thead th, .table-cards thead td, .table-cards tbody th, .table-cards tbody td { padding: 1rem; position: relative; background-color: transparent; border: 0px !important; }
.table-cards tbody tr:not(.table-divider) { border-radius: 0.375rem; box-shadow: rgba(18, 38, 63, 0.03) 0px 0.75rem 1.5rem; }
.table-cards tbody tr th { border-radius: 0.375rem 0px 0px 0.375rem; }
.table-cards tbody tr th::after { border-radius: 0.375rem 0px 0px 0.375rem; border-left: 1px solid rgb(239, 242, 247); }
.table-cards tbody tr td:last-child { border-radius: 0px 0.375rem 0.375rem 0px; }
.table-cards tbody tr td:last-child::after { border-radius: 0px 0.375rem 0.375rem 0px; border-right: 1px solid rgb(239, 242, 247); }
.table-cards tbody tr th, .table-cards tbody tr td { background-color: rgb(255, 255, 255); }
.table-cards tbody tr th::after, .table-cards tbody tr td::after { content: ""; position: absolute; width: 100%; height: 100%; border-top: 1px solid rgb(239, 242, 247); border-bottom: 1px solid rgb(239, 242, 247); left: 0px; top: 0px; pointer-events: none; }
.table-cards tr.table-divider { height: 1rem; }
.table-cards.table-hover tbody > tr:hover th, .table-cards.table-hover tbody > tr:hover td { background-color: rgb(250, 251, 254); }
@media (min-width: 768px) {
  .table-cards.table-scale--hover tr:hover { transform: scale(1.02); }
}
.table [data-sort] { cursor: pointer; }
.table .thead-dark [data-sort]::after { content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23708cad'/></svg>"); margin-left: 0.25rem; }
.table .thead-light [data-sort]::after { content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%238492A6'/></svg>"); margin-left: 0.25rem; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; top: 0px; left: 1rem; height: 100%; border-right: 2px solid rgb(239, 242, 247); }
[data-timeline-axis-style="dashed"]::before { border-right-style: dashed !important; }
[data-timeline-axis-style="dotted"]::before { border-right-style: dotted !important; }
.timeline-block { position: relative; margin: 2em 0px; }
.timeline-block::after { content: ""; display: table; clear: both; }
.timeline-block:first-child { margin-top: 0px; }
.timeline-block:last-child { margin-bottom: 0px; }
.timeline-step { position: absolute; display: inline-flex; align-items: center; justify-content: center; left: 0px; width: 33px; height: 33px; border-radius: 50%; background: rgb(255, 255, 255); border: 2px solid rgb(239, 242, 247); text-align: center; transform: translateX(-50%); font-size: 1rem; font-weight: 600; z-index: 1; }
.timeline-step svg, .timeline-step i { line-height: 1.4; }
.timeline-step-icon { background: rgb(255, 255, 255); border: 2px solid rgb(239, 242, 247); }
.timeline-step-xs { width: 17px; height: 17px; font-size: 0.75rem; }
.timeline-step-sm { width: 23px; height: 23px; font-size: 0.75rem; }
.timeline-step-lg { width: 47px; height: 47px; font-size: 1.75rem; }
.timeline-content { margin-left: 60px; margin-right: 30px; position: relative; top: -6px; }
.timeline-content::after { content: ""; display: table; clear: both; }
.timeline-body { padding: 1.5rem; }
@media (min-width: 992px) {
  .timeline::before { left: 50%; margin-left: -2px; }
  .timeline-step { left: 50%; }
  .timeline-content { width: 38%; }
  .timeline-body { padding: 1.5rem; }
  .timeline-block:nth-child(2n) .timeline-content { float: right; }
  [data-timeline-axis-color="primary"]::before { border-color: rgb(110, 0, 255); }
  [data-timeline-axis-color="secondary"]::before { border-color: rgb(239, 242, 247); }
  [data-timeline-axis-color="success"]::before { border-color: rgb(54, 179, 126); }
  [data-timeline-axis-color="info"]::before { border-color: rgb(0, 184, 217); }
  [data-timeline-axis-color="warning"]::before { border-color: rgb(255, 171, 0); }
  [data-timeline-axis-color="danger"]::before { border-color: rgb(255, 86, 48); }
  [data-timeline-axis-color="light"]::before { border-color: rgb(239, 242, 247); }
  [data-timeline-axis-color="dark"]::before { border-color: rgb(39, 52, 68); }
  [data-timeline-axis-color="neutral"]::before { border-color: rgb(255, 255, 255); }
  [data-timeline-axis-color="white"]::before { border-color: rgb(255, 255, 255); }
}
.timeline-one-side::before { left: 1rem; }
.timeline-one-side .timeline-step { left: 1rem; }
.timeline-one-side .timeline-content { width: auto; }
.timeline-one-side .timeline-block:nth-child(2n) .timeline-content { float: none; }
.tongue { display: inline-block; position: absolute; top: 0px; left: 50%; z-index: 1; transform: rotate(180deg) translateX(50%); width: 138px; height: 35px; line-height: 35px; text-align: center; color: rgb(132, 146, 166); background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); }
.tongue i { animation: 2s ease 0s infinite normal none running floating-sm; }
.tongue:hover i { animation-play-state: paused; }
.tongue-primary { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%236e00ff' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(255, 255, 255); }
.tongue-primary:hover { color: rgb(255, 255, 255); }
.tongue-secondary { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23EFF2F7' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(39, 52, 68); }
.tongue-secondary:hover { color: rgb(39, 52, 68); }
.tongue-success { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2336B37E' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(255, 255, 255); }
.tongue-success:hover { color: rgb(255, 255, 255); }
.tongue-info { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2300B8D9' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(255, 255, 255); }
.tongue-info:hover { color: rgb(255, 255, 255); }
.tongue-warning { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFAB00' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(255, 255, 255); }
.tongue-warning:hover { color: rgb(255, 255, 255); }
.tongue-danger { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FF5630' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(255, 255, 255); }
.tongue-danger:hover { color: rgb(255, 255, 255); }
.tongue-light { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23EFF2F7' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(39, 52, 68); }
.tongue-light:hover { color: rgb(39, 52, 68); }
.tongue-dark { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23273444' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(255, 255, 255); }
.tongue-dark:hover { color: rgb(255, 255, 255); }
.tongue-neutral { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(39, 52, 68); }
.tongue-neutral:hover { color: rgb(39, 52, 68); }
.tongue-white { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(39, 52, 68); }
.tongue-white:hover { color: rgb(39, 52, 68); }
.tongue-section-primary { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(39, 52, 68); }
.tongue-section-primary:hover { color: rgb(39, 52, 68); }
.tongue-section-secondary { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FAFBFE' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(39, 52, 68); }
.tongue-section-secondary:hover { color: rgb(39, 52, 68); }
.tongue-section-light { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23E0E6ED' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(39, 52, 68); }
.tongue-section-light:hover { color: rgb(39, 52, 68); }
.tongue-section-dark { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%231a232d' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E"); color: rgb(255, 255, 255); }
.tongue-section-dark:hover { color: rgb(255, 255, 255); }
.tongue-top { top: -1px; }
.tongue-bottom { top: auto; bottom: -1px; transform: translateX(-50%); }
@keyframes floating-sm { 
  0% { transform: translateY(0px); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0px); }
}
h1, h2, h3, .h1, .h2, .h3 { font-weight: 500; }
h4, h5, h6, .h4, .h5, .h6 { font-weight: 600; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: rgb(60, 72, 88); }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover { color: rgb(110, 0, 255); }
a { transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  a { transition: none 0s ease 0s; }
}
.fluid-paragraph { width: 790px; margin: auto; padding: 0px 1.5rem; position: relative; }
.fluid-paragraph-sm { width: 580px; }
@media (max-width: 767.98px) {
  .fluid-paragraph { width: 100%; }
}
.link { transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .link { transition: none 0s ease 0s; }
}
[class*="link-underline-"] { padding-bottom: 8px; position: relative; }
[class*="link-underline-"]::after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 3px; border-radius: 50rem; transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25) 0s; }
@media (prefers-reduced-motion: reduce) {
  [class*="link-underline-"]::after { transition: none 0s ease 0s; }
}
[class*="link-underline-"]:hover::after { width: calc(100% + 8px); left: -4px; }
.link-underline-primary { color: rgb(110, 0, 255); }
.link-underline-primary::after { background-color: rgb(110, 0, 255); }
.link-underline-primary:hover { color: rgb(88, 0, 204); }
.link-underline-secondary { color: rgb(239, 242, 247); }
.link-underline-secondary::after { background-color: rgb(239, 242, 247); }
.link-underline-secondary:hover { color: rgb(205, 214, 230); }
.link-underline-success { color: rgb(54, 179, 126); }
.link-underline-success::after { background-color: rgb(54, 179, 126); }
.link-underline-success:hover { color: rgb(42, 140, 98); }
.link-underline-info { color: rgb(0, 184, 217); }
.link-underline-info::after { background-color: rgb(0, 184, 217); }
.link-underline-info:hover { color: rgb(0, 141, 166); }
.link-underline-warning { color: rgb(255, 171, 0); }
.link-underline-warning::after { background-color: rgb(255, 171, 0); }
.link-underline-warning:hover { color: rgb(204, 137, 0); }
.link-underline-danger { color: rgb(255, 86, 48); }
.link-underline-danger::after { background-color: rgb(255, 86, 48); }
.link-underline-danger:hover { color: rgb(252, 46, 0); }
.link-underline-light { color: rgb(239, 242, 247); }
.link-underline-light::after { background-color: rgb(239, 242, 247); }
.link-underline-light:hover { color: rgb(205, 214, 230); }
.link-underline-dark { color: rgb(39, 52, 68); }
.link-underline-dark::after { background-color: rgb(39, 52, 68); }
.link-underline-dark:hover { color: rgb(20, 27, 36); }
.link-underline-neutral { color: rgb(255, 255, 255); }
.link-underline-neutral::after { background-color: rgb(255, 255, 255); }
.link-underline-neutral:hover { color: rgb(230, 230, 230); }
.link-underline-white { color: rgb(255, 255, 255); }
.link-underline-white::after { background-color: rgb(255, 255, 255); }
.link-underline-white:hover { color: rgb(230, 230, 230); }
.blockquote .quote { position: absolute; }
.blockquote .quote + .quote-text { padding-left: 2.25rem; }
.blockquote footer { background: transparent; }
.blockquote-border-left { border-left: 0.5rem solid rgb(110, 0, 255); }
.blockquote-card { padding: 1.2em 30px 1.2em 75px; border-left: 0.5rem solid rgb(110, 0, 255); position: relative; }
.blockquote-card::after { content: ""; }
.list-icons li i, .list-icons li svg { margin-right: 1rem; font-size: 8px; transform: translateY(-50%); top: 2px; position: relative; }
article h4:not(:first-child), article h5:not(:first-child) { margin-top: 3rem; }
article h4, article h5 { margin-bottom: 1.5rem; }
article figure { margin: 3rem 0px; }
article h5 + figure { margin-top: 0px; }
.customizer { position: fixed; bottom: 2rem; left: 2rem; width: 300px; height: 60px; z-index: 100; }
.customizer .btn-skins { background: linear-gradient(135deg, rgb(110, 0, 255) 0%, rgb(0, 184, 217) 18%, rgb(0, 184, 217) 18%, rgb(54, 179, 126) 37%, rgb(255, 86, 48) 50%, rgb(255, 86, 48) 65%, rgb(255, 171, 0) 83%, rgb(255, 171, 0) 100%); }
.flatpickr-calendar { border: 0px; width: auto; margin-top: -2px; user-select: none; background: rgb(255, 255, 255); box-shadow: none; border-radius: 0.25rem; }
.flatpickr-calendar::before, .flatpickr-calendar::after { display: none; }
.flatpickr-months { background-color: rgb(110, 0, 255); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.flatpickr-months .flatpickr-month { height: 60px; }
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month { width: 35px; height: 35px; padding: 0px; line-height: 100%; display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255); top: 13px; transition: background-color 0.4s linear 0s; }
@media (prefers-reduced-motion: reduce) {
  .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month { transition: none 0s ease 0s; }
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg { fill: rgba(255, 255, 255, 0.7); }
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover { color: rgb(255, 255, 255); }
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg { fill: rgb(255, 255, 255); }
.flatpickr-months .flatpickr-prev-month { margin-left: 15px; }
.flatpickr-months .flatpickr-next-month { margin-right: 15px; }
.flatpickr-current-month { font-size: 1.125rem; color: rgb(255, 255, 255); padding-top: 18px; }
.flatpickr-current-month span.cur-month:hover { background-color: transparent; }
.flatpickr-current-month .numInputWrapper:hover { background-color: transparent; }
.flatpickr-current-month .numInputWrapper span { border: 0px; right: -5px; padding: 0px; }
.flatpickr-current-month .numInputWrapper span::after { left: 3px; }
.flatpickr-current-month .numInputWrapper span.arrowUp::after { border-bottom-color: rgba(255, 255, 255, 0.7); }
.flatpickr-current-month .numInputWrapper span.arrowUp:hover::after { border-bottom-color: rgb(255, 255, 255); }
.flatpickr-current-month .numInputWrapper span.arrowDown::after { border-top-color: rgba(255, 255, 255, 0.7); }
.flatpickr-current-month .numInputWrapper span.arrowDown:hover::after { border-top-color: rgb(255, 255, 255); }
span.flatpickr-weekday { font-weight: 600; color: rgb(192, 204, 218); }
.flatpickr-day { font-size: 0.875rem; border: 0px; color: rgb(132, 146, 166); }
.flatpickr-day.today { color: rgb(110, 0, 255) !important; }
.flatpickr-day.today:hover { background-color: transparent; color: rgb(110, 0, 255); }
.flatpickr-day:hover { background-color: transparent; color: rgb(110, 0, 255); }
.flatpickr-day.selected { background-color: rgba(110, 0, 255, 0.8); color: rgb(255, 255, 255) !important; }
.flatpickr-day.selected:hover { background-color: rgb(110, 0, 255); color: rgb(255, 255, 255); }
.numInputWrapper span:hover { background-color: transparent; }
.flatpickr-time { border-top: 1px solid rgb(239, 242, 247); }
.flatpickr-innerContainer { padding: 15px; }
.dropzone { position: relative; display: flex; flex-direction: column; }
.dz-message { padding: 5rem 1rem; background-color: rgb(255, 255, 255); border: 1px dashed rgb(224, 230, 237); border-radius: 0.25rem; text-align: center; color: rgb(132, 146, 166); transition: all 0.2s ease 0s; order: -1; cursor: pointer; z-index: 999; }
.dz-message:hover { border-color: rgb(132, 146, 166); color: rgb(132, 146, 166); }
.dz-drag-hover .dz-message { border-color: rgb(110, 0, 255); color: rgb(110, 0, 255); }
.dropzone-multiple .dz-message { padding-top: 2rem; padding-bottom: 2rem; }
.dropzone-single.dz-max-files-reached .dz-message { background-color: rgba(31, 45, 61, 0.9); color: white; opacity: 0; }
.dropzone-single.dz-max-files-reached .dz-message:hover { opacity: 1; }
.dz-preview-single { position: absolute; inset: 0px; border-radius: 0.25rem; }
.dz-preview-cover { position: absolute; inset: 0px; border-radius: 0.25rem; }
.dz-preview-img { object-fit: cover; width: 100%; height: 100%; border-radius: 0.25rem; }
.dz-preview-multiple .list-group-item:last-child { padding-bottom: 0px; border-bottom: 0px; }
[data-dz-size] strong { font-weight: 400; }
.countdown-item { display: inline-block; }
.countdown-label { font-size: 1.2rem; padding: 0px 10px; }
.countdown-sm .countdown-digit, .countdown-sm .countdown-label { font-size: 1.4rem; }
.countdown-sm .countdown-label { font-size: 0.875rem; padding: 0px 10px; }
[data-countdown-label="hide"] .countdown-label:not(.countdown-days) { display: none; }
[data-countdown-label="show"] .countdown-separator { display: none; }
.countdown-hero .countdown-item { margin-right: 10px; }
.countdown-hero .countdown-item:last-child { margin-right: 0px; }
.countdown-hero .countdown-digit { display: block; padding: 0px 1.5rem; font-size: 3rem; font-weight: 400; text-align: center; color: rgb(60, 72, 88); cursor: default; }
.countdown-hero .countdown-label { display: block; margin-top: 5px; text-align: center; font-size: 0.875rem; text-transform: capitalize; font-weight: 600; }
.countdown-hero .countdown-separator { display: none; }
@media (max-width: 991.98px) {
  .countdown-hero .countdown-digit { font-size: 2rem; }
}
.countdown-hero-dark .countdown-digit, .countdown-hero-dark .countdown-label { color: rgb(255, 255, 255); }
.countdown-blocks .countdown-item { margin-right: 10px; }
.countdown-blocks .countdown-item:last-child { margin-right: 0px; }
.countdown-blocks .countdown-digit { display: block; width: 60px; height: 60px; line-height: 60px; background: rgb(110, 0, 255); color: rgb(255, 255, 255); font-size: 1.5rem; font-weight: 400; text-align: center; border-radius: 0.25rem; cursor: default; }
.countdown-blocks .countdown-label { display: block; margin-top: 5px; text-align: center; font-size: 0.875rem; text-transform: capitalize; font-weight: 600; }
.countdown-blocks .countdown-separator { display: none; }
.milestone-count-extra { display: none; }
.counting-finished + .counter-extra { display: inline-block; }
.quick-view-container { background: rgba(10, 10, 10, 0.85); }
.quick-view-content { inset: 0px; height: calc(100% - 40px); margin: auto; max-height: 650px; max-width: 980px; position: absolute; width: calc(100% - 40px); }
.quick-view-carousel { background: rgb(255, 255, 255); border: 1px solid rgb(239, 242, 247); border-radius: 0.375rem; inset: 0px; position: absolute; width: 57%; z-index: 10; box-shadow: rgba(31, 45, 61, 0.08) 0px 0px 1.25rem; }
.quick-view-carousel .fancybox-stage { bottom: 30px; }
.quick-view-aside { background: rgb(255, 255, 255); border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; inset: 2rem 0px 2rem auto; color: rgb(132, 146, 166); padding: 3rem 0px 2rem; position: absolute; width: 43%; }
.quick-view-aside > div { height: 100%; overflow: auto; padding: 0px 2rem; }
.quick-view-close { background: rgb(240, 240, 240); border: 0px; border-top-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem; color: rgb(34, 34, 34); cursor: pointer; font-family: Arial; font-size: 14px; height: 44px; margin: 0px; padding: 0px; position: absolute; right: 0px; text-indent: -99999px; top: 2rem; transition: all 0.2s ease 0s; width: 2.75rem; }
.quick-view-close:hover { background: rgb(228, 228, 228); }
.quick-view-close::before, .quick-view-close::after { background-color: rgb(34, 34, 34); content: ""; height: 18px; left: 22px; position: absolute; top: 12px; width: 1px; }
.quick-view-close::before { transform: rotate(-45deg); }
.quick-view-close::after { transform: rotate(45deg); }
.quick-view-bullets { bottom: 0px; left: 0px; list-style: none; margin: 0px; padding: 0px; position: absolute; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); text-align: center; width: 100%; z-index: 99999; }
.quick-view-bullets li { display: inline-block; vertical-align: top; }
.quick-view-bullets li a { display: block; height: 30px; position: relative; width: 20px; }
.quick-view-bullets li a span { background: rgb(211, 220, 230); border-radius: 99px; height: 10px; left: 50%; overflow: hidden; position: absolute; text-indent: -99999px; top: 50%; transform: translate(-50%, -50%); width: 10px; }
.quick-view-bullets li.active a span { background: rgb(110, 0, 255); }
.highlight { background-color: rgb(33, 45, 58); padding: 1.25rem; margin-bottom: 2rem; border: 1px solid rgb(239, 242, 247); border-radius: 0.25rem; }
.highlight pre { margin-bottom: 0px; padding: 1.25rem; }
.hljs { display: block; overflow-x: auto; padding: 0.5em; color: rgb(220, 220, 220); }
.hljs pre code { color: rgb(220, 220, 220); }
.hljs-keyword, .hljs-literal, .hljs-symbol, .hljs-name { color: rgb(86, 156, 214); }
.hljs-link { color: rgb(86, 156, 214); text-decoration: underline; }
.hljs-built_in, .hljs-type { color: rgb(78, 201, 176); }
.hljs-number, .hljs-class { color: rgb(184, 215, 163); }
.hljs-string, .hljs-meta-string { color: rgb(214, 157, 133); }
.hljs-regexp, .hljs-template-tag { color: rgb(154, 83, 52); }
.hljs-subst, .hljs-function, .hljs-title, .hljs-params, .hljs-formula { color: rgb(220, 220, 220); }
.hljs-comment, .hljs-quote { color: rgb(87, 166, 74); font-style: italic; }
.hljs-doctag { color: rgb(96, 139, 78); }
.hljs-meta, .hljs-meta-keyword, .hljs-tag { color: rgb(155, 155, 155); }
.hljs-variable, .hljs-template-variable { color: rgb(189, 99, 197); }
.hljs-attr, .hljs-attribute, .hljs-builtin-name { color: rgb(156, 220, 254); }
.hljs-section { color: gold; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: bold; }
.hljs-bullet, .hljs-selector-tag, .hljs-selector-id, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo { color: rgb(215, 186, 125); }
.hljs-addition { background-color: rgb(20, 66, 18); display: inline-block; width: 100%; }
.hljs-deletion { background-color: rgb(102, 0, 0); display: inline-block; width: 100%; }
.masonry-filter { cursor: pointer; }
.noUi-target, .noUi-target * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); touch-action: none; user-select: none; box-sizing: border-box; }
.noUi-target { position: relative; direction: ltr; }
.noUi-base, .noUi-connects { width: 100%; height: 100%; position: relative; z-index: 1; }
.noUi-connects { overflow: hidden; z-index: 0; }
.noUi-connect, .noUi-origin { will-change: transform; position: absolute; z-index: 1; top: 0px; left: 0px; height: 100%; width: 100%; transform-origin: 0px 0px; }
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin { left: auto; right: 0px; }
.noUi-vertical .noUi-origin { width: 0px; }
.noUi-horizontal .noUi-origin { height: 0px; }
.noUi-handle { position: absolute; }
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin { transition: transform 0.3s ease 0s; }
.noUi-state-drag * { cursor: inherit !important; }
.noUi-horizontal { height: 0px; }
.noUi-horizontal .noUi-handle { width: 34px; height: 28px; left: -17px; top: -6px; }
.noUi-vertical { width: 0px; }
.noUi-vertical .noUi-handle { width: 28px; height: 34px; left: -6px; top: -17px; }
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle { right: -17px; left: auto; }
.noUi-target { background: rgb(229, 233, 242); border-radius: 4px; border: 0px; box-shadow: rgb(240, 240, 240) 0px 1px 1px inset, rgb(187, 187, 187) 0px 3px 6px -5px; }
.noUi-connects { border-radius: 3px; }
.noUi-connect { background: rgb(110, 0, 255); }
.noUi-draggable { cursor: ew-resize; }
.noUi-vertical .noUi-draggable { cursor: ns-resize; }
.noUi-handle { border: 1px solid rgb(217, 217, 217); border-radius: 3px; background: rgb(255, 255, 255); cursor: default; box-shadow: rgb(255, 255, 255) 0px 0px 1px inset, rgb(235, 235, 235) 0px 1px 7px inset, rgb(187, 187, 187) 0px 3px 6px -3px; }
.noUi-active { box-shadow: rgb(255, 255, 255) 0px 0px 1px inset, rgb(221, 221, 221) 0px 1px 7px inset, rgb(187, 187, 187) 0px 3px 6px -3px; }
[disabled] .noUi-connect { background: rgb(184, 184, 184); }
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle { cursor: not-allowed; }
.noUi-pips, .noUi-pips * { box-sizing: border-box; }
.noUi-pips { position: absolute; color: rgb(153, 153, 153); }
.noUi-value { position: absolute; white-space: nowrap; text-align: center; }
.noUi-value-sub { color: rgb(204, 204, 204); font-size: 10px; }
.noUi-marker { position: absolute; background: rgb(204, 204, 204); }
.noUi-marker-sub { background: rgb(170, 170, 170); }
.noUi-marker-large { background: rgb(170, 170, 170); }
.noUi-pips-horizontal { padding: 10px 0px; height: 80px; top: 100%; left: 0px; width: 100%; }
.noUi-value-horizontal { transform: translate(-50%, 50%); }
.noUi-rtl .noUi-value-horizontal { transform: translate(50%, 50%); }
.noUi-marker-horizontal.noUi-marker { margin-left: -1px; width: 2px; height: 5px; }
.noUi-marker-horizontal.noUi-marker-sub { height: 10px; }
.noUi-marker-horizontal.noUi-marker-large { height: 15px; }
.noUi-pips-vertical { padding: 0px 10px; height: 100%; top: 0px; left: 100%; }
.noUi-value-vertical { padding-left: 25px; }
.noUi-rtl .noUi-value-vertical { transform: translate(0px, 50%); }
.noUi-marker-vertical.noUi-marker { width: 5px; height: 2px; margin-top: -1px; }
.noUi-marker-vertical.noUi-marker-sub { width: 10px; }
.noUi-marker-vertical.noUi-marker-large { width: 15px; }
.noUi-tooltip { display: block; position: absolute; border: 1px solid rgb(217, 217, 217); border-radius: 3px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 5px; text-align: center; white-space: nowrap; }
.noUi-horizontal .noUi-tooltip { transform: translate(-50%, 0px); left: 50%; bottom: 120%; }
.noUi-vertical .noUi-tooltip { transform: translate(0px, -50%); top: 50%; right: 120%; }
.noUi-target { border-radius: 0px; box-shadow: none; border: 0px; background: rgb(229, 233, 242); margin: 15px 0px; }
.noUi-horizontal { height: 0px; }
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle { right: -10px; }
.noUi-vertical { width: 0px; }
.noUi-connect { background: rgb(110, 0, 255); box-shadow: none; }
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle { top: -7px; width: 15px; height: 15px; border: 0px; border-radius: 100%; box-shadow: none; cursor: pointer; background-color: rgb(110, 0, 255); transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0s; }
.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before, .noUi-vertical .noUi-handle::after, .noUi-vertical .noUi-handle::before { display: none; }
.noUi-horizontal .noUi-handle.noUi-active, .noUi-vertical .noUi-handle.noUi-active { transform: scale(1.3); }
.noUi-horizontal .noUi-active, .noUi-vertical .noUi-active { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 3px; }
.input-slider--cyan .noUi-connect { background: rgb(75, 214, 229); }
.input-slider--cyan.noUi-horizontal .noUi-handle, .input-slider--cyan.noUi-vertical .noUi-handle { background-color: rgb(75, 214, 229); }
.input-slider--red .noUi-connect { background: rgb(255, 86, 48); }
.input-slider--red.noUi-horizontal .noUi-handle, .input-slider--red.noUi-vertical .noUi-handle { background-color: rgb(255, 86, 48); }
.input-slider--green .noUi-connect { background: rgb(54, 179, 126); }
.input-slider--green.noUi-horizontal .noUi-handle, .input-slider--green.noUi-vertical .noUi-handle { background-color: rgb(54, 179, 126); }
.input-slider--yellow .noUi-connect { background: rgb(255, 204, 0); }
.input-slider--yellow.noUi-horizontal .noUi-handle, .input-slider--yellow.noUi-vertical .noUi-handle { background-color: rgb(255, 204, 0); }
.input-slider--pink .noUi-connect { background: rgb(240, 116, 173); }
.input-slider--pink.noUi-horizontal .noUi-handle, .input-slider--pink.noUi-vertical .noUi-handle { background-color: rgb(240, 116, 173); }
[disabled] .noUi-connect, [disabled].noUi-connect { background: rgb(178, 178, 178); }
[disabled] .noUi-handle, [disabled].noUi-origin { cursor: not-allowed; }
.range-slider-value { font-size: 0.75rem; font-weight: 500; background-color: rgba(39, 52, 68, 0.7); color: rgb(255, 255, 255); border-radius: 10px; padding: 0.4em 0.8em 0.3em 0.85em; }
.range-slider-wrapper .upper-info { font-weight: 400; margin-bottom: 5px; }
.input-slider-value-output { background: rgb(51, 51, 51); color: rgb(255, 255, 255); padding: 4px 8px; position: relative; top: 12px; font-size: 11px; border-radius: 2px; }
.input-slider-value-output::after { bottom: 100%; left: 10px; border-style: solid; border-image: initial; content: " "; height: 0px; width: 0px; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgb(51, 51, 51); border-width: 4px; margin-left: -4px; }
.input-slider-value-output.left::after { left: 10px; right: auto; }
.input-slider-value-output.right::after { right: 10px; left: auto; }
.ql-container { font-family: Nunito, sans-serif; }
.ql-toolbar { position: relative; padding: 0.75rem 1.25rem; background-color: rgb(255, 255, 255); border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem 0.25rem 0px 0px; color: rgb(132, 146, 166); }
.ql-toolbar + .ql-container { margin-top: -1px; }
.ql-toolbar + .ql-container .ql-editor { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.ql-editor { min-height: 6.8rem; display: block; width: 100%; padding: 0.75rem 1.25rem; font-size: 1rem; line-height: 1.5; color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .ql-editor { transition: none 0s ease 0s; }
}
.ql-editor:focus { color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); border-color: rgba(110, 0, 255, 0.5); outline: 0px; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset, rgba(110, 0, 255, 0.1) 0px 0px 20px; }
.ql-editor:focus { border-color: rgb(224, 230, 237); }
.ql-hidden { position: absolute; transform: scale(0); }
.ql-editor.ql-blank::before { top: 0.75rem; left: 1.25rem; font-style: normal; color: rgb(192, 204, 218); }
.ql-editor:focus::before { display: none; }
.ql-formats { padding-left: 0.5rem; padding-right: 0.5rem; }
.ql-formats:first-child { padding-left: 0px; }
.ql-formats:last-child { padding-right: 0px; }
.ql-toolbar button { padding: 0px 0.25rem; background: none; border: none; color: rgb(132, 146, 166); cursor: pointer; transition: all 0.2s ease 0s; }
.ql-toolbar button:hover { color: rgb(110, 0, 255); }
.ql-toolbar button:first-child { margin-left: -0.25rem; }
.ql-toolbar .ql-active { color: rgb(110, 0, 255); }
.ql-toolbar button svg { height: 1.25rem; width: 1.25rem; }
.ql-toolbar .ql-stroke { stroke: currentcolor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.ql-toolbar .ql-thin { stroke-width: 1; }
.ql-toolbar .ql-fill { fill: currentcolor; }
.ql-toolbar input.ql-image { position: absolute; transform: scale(0); }
.ql-tooltip { position: absolute; display: flex; flex-wrap: nowrap; width: 18.5rem; background-color: rgb(255, 255, 255); border: 1px solid rgba(31, 45, 61, 0.05); border-radius: 0.375rem; padding: 0.75rem 1.25rem; margin-top: 0.6rem; box-shadow: rgba(31, 45, 61, 0.2) 0px 0.5rem 2rem 0px; }
.ql-tooltip::before, .ql-tooltip::after { content: ""; position: absolute; left: 50%; bottom: 100%; transform: translateX(-50%); }
.ql-tooltip::before { border-bottom: 0.6rem solid rgba(31, 45, 61, 0.05); border-left: 0.6rem solid transparent; border-right: 0.6rem solid transparent; }
.ql-tooltip::after { border-bottom: 0.5rem solid rgb(255, 255, 255); border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent; }
.ql-container .ql-tooltip:hover { display: flex !important; }
.ql-tooltip .ql-preview { width: 100%; padding: 0.5rem 1.25rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
  .ql-tooltip .ql-preview { transition: none 0s ease 0s; }
}
.ql-tooltip.ql-editing .ql-preview { display: none; }
.ql-tooltip input { display: none; width: 100%; padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); background-color: transparent; font-size: 0.875rem; line-height: 1.5; border: none; color: rgb(132, 146, 166); }
.ql-tooltip input:focus { outline: none; }
.ql-tooltip.ql-editing input { display: block; }
.ql-tooltip .ql-action, .ql-tooltip .ql-remove { margin-left: 0.25rem; }
.ql-tooltip .ql-action::before, .ql-tooltip .ql-remove::before { display: inline-block; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; cursor: pointer; padding: 0.5rem 1.25rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
  .ql-tooltip .ql-action::before, .ql-tooltip .ql-remove::before { transition: none 0s ease 0s; }
}
.ql-tooltip .ql-action::before, .ql-tooltip.ql-editing .ql-action::before { color: rgb(255, 255, 255); background-color: rgb(110, 0, 255); border-color: rgb(110, 0, 255); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }
.ql-tooltip .ql-action::before { content: "Edit"; }
.ql-tooltip.ql-editing .ql-action::before { content: "Save"; }
.ql-tooltip .ql-remove::before { color: rgb(39, 52, 68); background-color: rgb(255, 255, 255); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; content: "Remove"; border-color: rgb(229, 233, 242); }
.ql-tooltip.ql-editing .ql-remove::before { display: none; }
.ql-editor blockquote { margin-bottom: 1rem; font-size: 1.25rem; }
.ql-editor img { max-width: 100%; height: auto; }
.scroll-wrapper { position: relative; overflow: hidden !important; padding: 0px !important; }
.scroll-wrapper > .scroll-content { height: auto; left: 0px; margin: 0px; max-height: none; padding: 0px; top: 0px; border: none !important; box-sizing: content-box !important; max-width: none !important; overflow: scroll !important; position: relative !important; width: auto !important; }
.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0px; width: 0px; }
.scroll-wrapper.scroll--rtl { direction: rtl; }
.scroll-element { box-sizing: content-box; display: none; }
.scroll-element div { box-sizing: content-box; }
.scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; }
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; }
.scroll-textarea { border-width: 1px; border-style: solid; border-color: rgb(153, 153, 153) rgb(204, 204, 204) rgb(204, 204, 204); border-image: initial; }
.scroll-textarea > .scroll-content { overflow: hidden !important; }
.scroll-textarea > .scroll-content > textarea { box-sizing: border-box; margin: 0px; outline: none; padding: 2px; top: 0px; border: none !important; height: 100% !important; max-height: none !important; max-width: none !important; overflow: scroll !important; position: relative !important; width: 100% !important; }
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar { height: 0px; width: 0px; }
.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div { border: none; margin: 0px; padding: 0px; position: absolute; z-index: 10; }
.scrollbar-inner > .scroll-element div { display: block; height: 100%; left: 0px; top: 0px; width: 100%; }
.scrollbar-inner > .scroll-element.scroll-x { bottom: 2px; height: 8px; left: 0px; width: 100%; }
.scrollbar-inner > .scroll-element.scroll-y { height: 100%; right: 2px; top: 0px; width: 8px; }
.scrollbar-inner > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar { border-radius: 8px; }
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar { opacity: 0.4; }
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: rgb(224, 224, 224); }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: rgb(194, 194, 194); }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: rgb(145, 145, 145); }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: rgb(145, 145, 145); }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div { border: none; margin: 0px; padding: 0px; position: absolute; z-index: 10; }
.scrollbar-outer > .scroll-element { background-color: rgb(255, 255, 255); }
.scrollbar-outer > .scroll-element div { display: block; height: 100%; left: 0px; top: 0px; width: 100%; }
.scrollbar-outer > .scroll-element.scroll-x { bottom: 0px; height: 12px; left: 0px; width: 100%; }
.scrollbar-outer > .scroll-element.scroll-y { height: 100%; right: 0px; top: 0px; width: 12px; }
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }
.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: rgb(238, 238, 238); }
.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar { border-radius: 8px; }
.scrollbar-outer > .scroll-element .scroll-bar { background-color: rgb(217, 217, 217); }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: rgb(194, 194, 194); }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: rgb(145, 145, 145); }
.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top: -12px; margin-top: 12px; }
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div { background: none; border: none; margin: 0px; padding: 0px; position: absolute; z-index: 10; }
.scrollbar-macosx > .scroll-element div { display: block; height: 100%; left: 0px; top: 0px; width: 100%; }
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar { background-color: rgb(108, 110, 113); display: block; opacity: 0; border-radius: 7px; transition: opacity 0.2s linear 0s; }
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar { opacity: 0.7; }
.scrollbar-macosx > .scroll-element.scroll-x { bottom: 0px; height: 0px; left: 0px; min-width: 100%; overflow: visible; width: 100%; }
.scrollbar-macosx > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0px; top: 0px; width: 0px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div { border: none; margin: 0px; overflow: hidden; padding: 0px; position: absolute; z-index: 10; }
.scrollbar-light > .scroll-element { background-color: rgb(255, 255, 255); }
.scrollbar-light > .scroll-element div { display: block; height: 100%; left: 0px; top: 0px; width: 100%; }
.scrollbar-light > .scroll-element .scroll-element_outer { border-radius: 10px; }
.scrollbar-light > .scroll-element .scroll-element_size { background: linear-gradient(to right, rgb(219, 219, 219) 0%, rgb(232, 232, 232) 100%); border-radius: 10px; }
.scrollbar-light > .scroll-element.scroll-x { bottom: 0px; height: 17px; left: 0px; min-width: 100%; width: 100%; }
.scrollbar-light > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0px; top: 0px; width: 17px; }
.scrollbar-light > .scroll-element .scroll-bar { background: linear-gradient(to right, rgb(254, 254, 254) 0%, rgb(245, 245, 245) 100%); border: 1px solid rgb(219, 219, 219); border-radius: 10px; }
.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top: -17px; margin-top: 17px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }
.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div { border: none; margin: 0px; overflow: hidden; padding: 0px; position: absolute; z-index: 10; }
.scrollbar-rail > .scroll-element { background-color: rgb(255, 255, 255); }
.scrollbar-rail > .scroll-element div { display: block; height: 100%; left: 0px; top: 0px; width: 100%; }
.scrollbar-rail > .scroll-element .scroll-element_size { background-color: rgba(0, 0, 0, 0.3); }
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size { background-color: rgba(0, 0, 0, 0.5); }
.scrollbar-rail > .scroll-element.scroll-x { bottom: 0px; height: 12px; left: 0px; min-width: 100%; padding: 3px 0px 2px; width: 100%; }
.scrollbar-rail > .scroll-element.scroll-y { height: 100%; min-height: 100%; padding: 0px 2px 0px 3px; right: 0px; top: 0px; width: 12px; }
.scrollbar-rail > .scroll-element .scroll-bar { background-color: rgb(208, 185, 160); border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px; }
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar { box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }
.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }
.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div { background: none; border: none; margin: 0px; padding: 0px; position: absolute; z-index: 10; }
.scrollbar-dynamic > .scroll-element div { display: block; height: 100%; left: 0px; top: 0px; width: 100%; }
.scrollbar-dynamic > .scroll-element.scroll-x { bottom: 2px; height: 7px; left: 0px; min-width: 100%; width: 100%; }
.scrollbar-dynamic > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 2px; top: 0px; width: 7px; }
.scrollbar-dynamic > .scroll-element .scroll-element_outer { opacity: 0.3; border-radius: 12px; }
.scrollbar-dynamic > .scroll-element .scroll-element_size { background-color: rgb(204, 204, 204); opacity: 0; border-radius: 12px; transition: opacity 0.2s ease 0s; }
.scrollbar-dynamic > .scroll-element .scroll-bar { background-color: rgb(108, 110, 113); border-radius: 7px; }
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar { bottom: 0px; height: 7px; min-width: 24px; top: auto; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar { left: auto; min-height: 24px; right: 0px; width: 7px; }
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer { bottom: 0px; top: auto; left: 2px; transition: height 0.2s ease 0s; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer { left: auto; right: 0px; top: 2px; transition: width 0.2s ease 0s; }
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer { overflow: hidden; opacity: 0.7; }
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size { opacity: 1; }
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar { height: 100%; width: 100%; border-radius: 12px; }
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer { height: 20px; min-height: 7px; }
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer { min-width: 7px; width: 20px; }
.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div { border: none; margin: 0px; overflow: hidden; padding: 0px; position: absolute; z-index: 10; }
.scrollbar-chrome > .scroll-element { background-color: rgb(255, 255, 255); }
.scrollbar-chrome > .scroll-element div { display: block; height: 100%; left: 0px; top: 0px; width: 100%; }
.scrollbar-chrome > .scroll-element .scroll-element_track { background: rgb(241, 241, 241); border: 1px solid rgb(219, 219, 219); }
.scrollbar-chrome > .scroll-element.scroll-x { bottom: 0px; height: 16px; left: 0px; min-width: 100%; width: 100%; }
.scrollbar-chrome > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0px; top: 0px; width: 16px; }
.scrollbar-chrome > .scroll-element .scroll-bar { background-color: rgb(217, 217, 217); border: 1px solid rgb(189, 189, 189); cursor: default; border-radius: 2px; }
.scrollbar-chrome > .scroll-element .scroll-bar:hover { background-color: rgb(194, 194, 194); border-color: rgb(169, 169, 169); }
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar { background-color: rgb(145, 145, 145); border-color: rgb(126, 126, 126); }
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top: -16px; margin-top: 16px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid rgb(219, 219, 219); }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid rgb(219, 219, 219); }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }
.scrollbar-inner { height: 100%; }
.scrollbar-inner:not(:hover) .scroll-element { opacity: 0; }
.scrollbar-inner .scroll-element { transition: opacity 300ms ease 0s; margin-right: 2px; }
.scrollbar-inner .scroll-element .scroll-bar, .scrollbar-inner .scroll-element .scroll-element_track { transition: background-color 300ms ease 0s; }
.scrollbar-inner .scroll-element .scroll-element_track { background-color: transparent; }
.scrollbar-inner .scroll-element:hover { width: 4px; }
.scrollbar-inner .scroll-element.scroll-y { width: 3px; right: 0px; }
.scrollbar-inner .scroll-element.scroll-x { height: 3px; bottom: 0px; }
.select2-selection__arrow { display: none; }
.select2.select2-container { width: 100% !important; }
.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field { display: block; width: 100%; height: calc(1.5em + 1.5rem + 2px); padding: 0.75rem 1.25rem; font-size: 1rem; line-height: 1.5; color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field { transition: none 0s ease 0s; }
}
.select2-container .select2-selection--single:focus, .select2-container--default.select2-container--focus .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus { color: rgb(132, 146, 166); background-color: rgb(255, 255, 255); border-color: rgba(110, 0, 255, 0.5); outline: 0px; box-shadow: rgba(31, 45, 61, 0.075) 0px 1px 1px inset, rgba(110, 0, 255, 0.1) 0px 0px 20px; }
.select2-container .select2-selection--single::placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::placeholder, .select2-container--default .select2-selection--multiple::placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::placeholder { color: rgb(192, 204, 218); opacity: 1; }
.select2-container .select2-selection--single:disabled, .select2-container .select2-selection--single[readonly], .select2-container--default.select2-container--focus .select2-selection--multiple:disabled, .select2-container--default.select2-container--focus .select2-selection--multiple[readonly], .select2-container--default .select2-selection--multiple:disabled, .select2-container--default .select2-selection--multiple[readonly], .select2-container--default .select2-search--dropdown .select2-search__field:disabled, .select2-container--default .select2-search--dropdown .select2-search__field[readonly] { background-color: rgb(239, 242, 247); opacity: 1; }
.select2-container .select2-selection--single .select2-selection__rendered { padding: 0px; overflow: inherit; text-overflow: inherit; white-space: inherit; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: inherit; line-height: inherit; }
.select2-dropdown { padding: 0.35rem 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(224, 230, 237); border-radius: 0.25rem; }
.select2-results__option { padding: 0.25rem 1.25rem; background-color: rgb(255, 255, 255); color: rgb(132, 146, 166); }
.select2-results__option:hover { color: rgb(110, 0, 255); }
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected="true"] { background-color: transparent; color: rgb(110, 0, 255); }
.select2-container--default .select2-results__option[aria-disabled="true"] { color: rgb(192, 204, 218); }
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple { height: auto; min-height: calc(1.5em + 1.5rem + 2px); }
.select2-container--default .select2-selection--multiple .select2-selection__rendered { display: block; margin: 0px 0px -0.25rem -0.25rem; padding: 0px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice { display: inline-flex; padding: 0px 0.5rem; margin: 0px 0px 0.25rem 0.25rem; background-color: rgb(239, 242, 247); border: none; border-radius: 0.2rem; line-height: 1.5rem; font-size: 0.875rem; color: rgb(132, 146, 166); }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { order: 2; margin-left: 0.5rem; color: rgb(132, 146, 166); }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(132, 146, 166); }
.select2-container .select2-search--inline { display: none; }
.select2-selection[aria-expanded="true"] { border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !important; }
.select2-search--dropdown { padding: 0.25rem 1.25rem; }
.select2-container--default .select2-search--dropdown .select2-search__field { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1.25rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
.form-control-sm + .select2-container .select2-selection--single, .form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple, .form-control-sm + .select2-container--default .select2-selection--multiple { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1.25rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple, .form-control-sm + .select2-container--default .select2-selection--multiple { min-height: calc(1.5em + 1rem + 2px); }
.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice { line-height: 1.3125rem; }
.form-control-lg + .select2-container .select2-selection--single, .form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple, .form-control-lg + .select2-container--default .select2-selection--multiple { height: calc(1.5em + 2rem + 2px); padding: 1rem 1.875rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.375rem; }
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple, .form-control-lg + .select2-container--default .select2-selection--multiple { min-height: calc(1.5em + 2rem + 2px); }
.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice { line-height: 1.875rem; }
.swal2-popup { padding: 1.5rem; }
.swal2-popup .swal2-title { font-size: 1.5rem; }
.swal2-popup .swal2-content { font-size: 0.875rem; }
.swal2-popup .swal2-image { max-width: 200px; }
.swiper-slide .card { margin: 0px; min-height: 390px; }
.swiper-container-vertical { width: 100%; height: 100%; }
.swiper-container-vertical .swiper-slide { text-align: center; display: flex; justify-content: center; align-items: center; }
.swiper-pagination { left: 0px; }
.swiper-pagination-bullet { width: 0.65rem; height: 0.65rem; margin-right: 0.45rem; opacity: 0.5; background: rgb(211, 220, 230); outline: none; transition: all 0.2s ease 0s; }
.swiper-pagination-bullet:hover { opacity: 1; }
.swiper-pagination-bullet-active { transform: scale(1.4); background: rgb(255, 151, 15); opacity: 1; }
.swiper-button { width: auto; margin: 0px; top: 0px; left: 0px; right: 0px; display: inline-block; position: static; background: transparent; color: rgb(211, 220, 230); font-size: 24px; }
.swiper-button:active, .swiper-button:focus, .swiper-button:hover { background: transparent; color: rgb(110, 0, 255); opacity: 1; }
.swiper-button.swiper-button-next { margin-left: 10px; }
.bootstrap-tagsinput { display: block; max-width: 100%; color: rgb(192, 204, 218); vertical-align: middle; background-color: transparent; border: 0px solid transparent; border-radius: 0.25rem; cursor: default; }
.bootstrap-tagsinput input { display: block; border: 0px; color: rgb(132, 146, 166); box-shadow: none; outline: none; background-color: transparent; padding: 0px; margin: 0px; width: auto; max-width: inherit; }
.bootstrap-tagsinput input::placeholder { color: rgb(192, 204, 218); opacity: 1; }
.bootstrap-tagsinput input:focus { border: none; box-shadow: none; }
.bootstrap-tagsinput [data-role="remove"] { margin-left: 10px; cursor: pointer; color: rgb(255, 255, 255); position: absolute; top: 50%; transform: translate(0px, -50%); opacity: 0; }
.bootstrap-tagsinput [data-role="remove"]::after { content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â�?"; font-size: 16px; }
.bootstrap-tagsinput .badge { display: inline-block; position: relative; padding: 0.625rem 0.625rem 0.5rem; margin: 0.125rem; border-radius: 0.25rem; background: rgb(110, 0, 255); color: rgb(255, 255, 255); line-height: 1.5; overflow: hidden; box-shadow: rgba(31, 45, 61, 0.25) 0px 1px 2px; transition: all 0.2s ease 0s; }
@media (prefers-reduced-motion: reduce) {
  .bootstrap-tagsinput .badge { transition: none 0s ease 0s; }
}
.bootstrap-tagsinput .badge:hover { padding-right: 1.675rem; }
.bootstrap-tagsinput .badge:hover [data-role="remove"] { opacity: 1; }
.header-1 { background: url("../../img/home-banner-png.jpg") 0% 0% / cover no-repeat; }
.display-4.font-weight-light > span { color: rgb(0, 0, 0); }
.lead.text-white { padding-right: 350px; font-size: 16px; }

.request-call a { color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); padding: 13px 32px; border-radius: 15px; cursor: pointer;}
.request-call a:hover { background-color: #14af78; }
.india { position: relative; left: -40px; top: 80px; }
.counter-box span { display: block; text-align: left; font-size: 40px; color: rgb(0, 0, 0); }
.counter-box p { color: rgb(58, 71, 89); font-size: 14px; text-align: center; }
.creating h2 { font-family: Poppins-Bold; color: rgb(0, 0, 0); font-size: 43px; text-align: center; margin: 3rem; padding: 0px 154px; line-height: 61px; }
.creating p { text-align: center; margin: 3rem 23rem 4rem; color: rgb(51, 51, 51); }
.reach { padding: 0px; background-color: rgb(20, 175, 120) !important; }
.reach-1 { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 31.2rem); }
.reach-1 img { height: 100%; width: 100%; object-fit: cover; }
.content { padding: 9rem; color: rgb(255, 255, 255); display: flex; flex-direction: column; align-items: baseline; justify-content: center; }
.content h3 { color: rgb(255, 255, 255); font-size: 43px; font-family: Poppins-Bold; }
.content p { margin: 2rem 0px; padding-right: 15rem; }
.content .more-btn { background-color: rgb(255, 255, 255); color: rgb(80, 170, 186); padding: 0.3rem 1rem; border-radius: 5px; }
.content .more-btn:hover { background: rgb(255, 192, 0); }
.count-wrapper { display: flex; justify-content: center; }
.count-wrapper span:not(:first-of-type) { margin-left: 0px; }
.cou ul { display: flex; justify-content: space-around; width: 100%; }
.cou ul li { list-style: none; }
.orange-box { background: rgb(255, 152, 15); padding: 0px 0.5rem; min-height: 280px; border-radius: 10px; }
.yellow-box { background: rgb(255, 192, 0); padding: 0px 2.5rem; min-height: 280px; border-radius: 10px; }
.yellow-box h5 { color: rgb(0, 0, 0); }
.orange-box h5 { color: rgb(0, 0, 0); }
.video > img { box-shadow: rgba(0, 0, 0, 0.35) 8px 0px 30px; border: 20px solid rgb(255, 255, 255); position: relative; }
.video .video-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.video-icon h2 { color: rgb(255, 255, 255); font-size: 52px; font-family: Poppins-Bold; }
.locate span { display: block; color: rgb(0, 0, 0); font-family: Poppins-Bold; }
.locate p { color: rgb(58, 71, 89); }
.locate { padding: 3rem 4rem 0px 9rem; }
.locate li { list-style: none; position: relative; margin-bottom: 3rem; }
.locate li:nth-child(1)::before { position: absolute; content: ""; background: url("../img/locate.png"); height: 64px; width: 64px; left: -90px; top: 0px; }
.locate li:nth-child(2)::before { position: absolute; content: ""; background: url("../img/order.png"); height: 64px; width: 64px; left: -90px; top: 0px; }
.locate li:nth-child(3)::before { position: absolute; content: ""; background: url("../img/pickup.png"); height: 64px; width: 64px; left: -90px; top: 0px; }
.how-work .counter-box p { color: rgb(58, 71, 89); font-size: 14px; width: 68%; text-align: center; margin: 0px auto; padding-top: 40px; }
.more-btn { background-color: rgb(20, 175, 120); color: rgb(255, 255, 255); padding: 0.4rem 2rem; border-radius: 5px; }
.more-btn:hover { color: rgb(255, 255, 255); }
.yellow-bg { background: rgb(255, 192, 0); }
.yellow-bg h5 { font-size: 43px; color: rgb(0, 0, 0); font-family: Poppins-Bold; }
.yellow-bg p { color: rgb(0, 0, 0); }
.download a:nth-child(1) { margin-right: 10px; }
.more-btn.pickup { margin-top: 1.3rem; display: inline-block; font-size: 22px; padding: 7px 4.9rem; }
.yellow-bg::before { position: absolute; content: ""; background: url("../img/mobile-bg.png") no-repeat; height: 621px; width: 484px; right: 0px; top: -106px; }
#clients-clients-5 h3 { font-size: 43px; color: rgb(0, 0, 0); font-family: Poppins-Bold; }
.slice h3.h1 { font-size: 43px; color: rgb(255, 255, 255); font-family: Poppins-Bold; }
.get-daalchini { width: 40%; }
.get-daalchini .btn.btn-dark.rounded-pill.mt-4 { display: block; width: 100% !important; border-radius: 0.375rem !important; }
h3.mt-4 { font-size: 43px; color: rgb(0, 0, 0); font-family: Poppins-Bold; }
.yellow-bg.news::before { position: absolute; content: ""; background: url("") no-repeat; height: 621px; width: 484px; right: 0px; top: -80px; }
.yellow-bg.news { background: rgb(255, 151, 15); }
.news-box { display: flex; justify-content: space-around; margin-top: 55px; flex-wrap: wrap; }
.news-box li { list-style: none; }
.bg-gradient-primary-2 { background: rgb(58, 71, 89); }
#footer-main::after { position: absolute;/*  content: ""; */ background: url("../img/footer-bg.webp") 0% 0% / cover; top: 0px; left: 0px; height: 279px; width: 1920px; }
footer { position: relative; overflow: hidden; }
footer i { background: rgb(250, 225, 75); height: 30px; width: 30px; border-radius: 50%; color: rgb(0, 0, 0); padding-top: 9px; padding-left: 8px; }
footer .nav-link { display: block; padding: 0.5rem; }
.add li { margin-bottom: 1rem; position: relative; }
.add .list-unstyled { padding-right: 3rem; position: relative; }
.add li:nth-child(1)::after { position: absolute; content: ""; background: url("../img/pin.webp") no-repeat; height: 30px; width: 30px; top: 7px; left: -38px; }
.add li:nth-child(2)::after { position: absolute; content: ""; background: url("../img/email.webp") no-repeat; height: 30px; width: 30px; top: 7px; left: -38px; }
.add li:nth-child(3)::after { position: absolute; content: ""; background: url("../img/mobile.webp") no-repeat; height: 30px; width: 30px; top: 7px; left: -38px; }
#headers-header-7 .bg-dark { background-color: rgb(20, 175, 120) !important; }
#headers-header-7 h2 { color: rgb(255, 255, 255); font-size: 49px; font-family: Poppins-Bold; }
#headers-header-7 p { padding-right: 8rem; color: rgb(255, 255, 255) !important; }
#headers-header-7 .btn { }
.counter-box { text-align: center; }
.spotlight .btn { position: relative; transition: all 0.2s ease 0s; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 0.4rem 2rem; }
.platforms h5 a { color: rgb(0, 0, 0); margin-bottom: 1.5rem; display: block; min-height: 50px; text-transform: uppercase; }
.platforms p { min-height: 180px; }
.card-title { color: rgb(0, 0, 0); }
.card.hover-shadow-lg a.d-block.h5.lh-150 { font-weight: normal; padding: 0px 3rem; }
h6.text-muted.mt-4.mb-0 { font-weight: normal; }
.card-footer i { color: rgb(58, 71, 89) !important; }
.card-footer a { color: rgb(58, 71, 89) !important; }
.black { color: rgb(0, 0, 0); }
.lead.text-white.brand { padding-right: 210px; font-size: 16px; }
.card.bg-dark.border-0 { min-height: 200px; background: rgb(18, 154, 105) !important; }
.extra-space { position: relative; top: 2rem; }
.us-bg {position: relative;overflow: hidden;}
.us-bg::before { position: absolute; content: ""; background: url("../img/ux-bg.webp") no-repeat; height: 925px; width: 484px; right: -160px; top: 0px; z-index: 999; }
.yello { background: rgb(255, 192, 0); }
#tables-table-1.us-bg::before { position: absolute; content: ""; background: url("../img/ux-bg.webp") no-repeat; height: 668px; width: 484px; right: -160px; top: 0px; z-index: 1; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; opacity: 0; display: none; }
#clients-clients-3 .btn-primary { color: rgb(255, 255, 255); background-color: rgb(20, 175, 120); border-color: rgb(20, 175, 120); box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset; }

.reach-heading h5{
  font-size:26px !important
}
@media screen and (max-width: 1920px) {
  .india { position: relative; left: 0px; top: 0px; }
  .content { padding: 5rem; color: rgb(255, 255, 255); display: flex; flex-direction: column; align-items: baseline; justify-content: center; }
  .content h3 { color: rgb(255, 255, 255); font-size: 35px; font-family: Poppins-Bold; }
  .yellow-box p { color: rgb(0, 0, 0) !important; }
  .orange-box p { color: rgb(0, 0, 0) !important; }
  .video .video-icon { position: absolute; top: 50%; left: 50%; transform: translate(-71%, -64%); text-align: center; }
  .lead.text-white { padding-right: 360px; font-size: 16px; }
}
p.lead.lh-180.text-white {
  padding-right: 10px;
}
@media screen and (max-width: 2300px) {
  .header-1 { background: url("../../img/home-banner-png.jpg") 0% 0% / contain no-repeat; background-size: cover; }
  .india { position: relative; left: -0px; top: 54px; }
  .display-4 { font-size: 2.5rem; font-weight: 300; line-height: 1.2; }
  .static-typed{display: block;}
  .lead.text-white { padding-right: 150px; font-size: 16px; }
  .creating h2 { font-family: Poppins-Bold; color: rgb(0, 0, 0); font-size: 43px; text-align: center; margin: 2rem; padding: 0px 3px; line-height: 61px; }
  .creating p { text-align: center; margin: 3rem 13rem 4rem; }
  .content { padding: 8rem 4rem; color: rgb(255, 255, 255); }
  .content p { margin: 2rem 0px; padding-right: 9rem; }
  .content h3 { color: rgb(255, 255, 255); font-size: 42px; font-family: Poppins-Bold; }
  .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; }
  .yellow-box .pr-4, .px-4 { padding-right: 0.5rem !important; }
  .yellow-box .pl-4, .px-4 { padding-left: 0.5rem !important; }
  .orange-box .pr-4, .px-4 { padding-right: 0.5rem !important; }
  .orange-box .pl-4, .px-4 { padding-left: 0.5rem !important; }
  .yellow-box { background: rgb(255, 192, 0); padding: 0px 1.5rem; min-height: 280px; border-radius: 10px; }
  .video .video-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -86%); text-align: center; }
  .video-icon h2 { color: rgb(255, 255, 255); font-size: 36px; font-family: Poppins-Bold; }
  .locate { padding: 0px 1rem 0px 8rem; }
  .yellow-bg::before { position: absolute; content: ""; background: url("../img/mobile-bg.webp") no-repeat; height: 621px; width: 484px; right: 0px; top: -105px; }
  .yellow-bg h5 { font-size: 43px; color: rgb(0, 0, 0); font-family: Poppins-Bold; }
  .slice h3.h1 { font-size: 43px; color: rgb(255, 255, 255); font-family: Poppins-Bold; }
  footer .nav-link { display: block; padding: 0.3rem; }
  .add .list-unstyled { padding-right: 1rem; position: relative; }
  .card.hover-shadow-lg a.d-block.h5.lh-150 { font-weight: normal; padding: 0px 0rem; }
  .extra-space h5 { font-size: 16px; }
  .extra-space p { color: rgb(255, 255, 255) !important; }
  .us-bg::before { position: absolute; content: ""; background: url("../img/ux-bg.webp") no-repeat; height: 855px; width: 484px; right: -260px; top: 0px; z-index: 999; }

}

.text{ color: #fff!important; }
@media screen and (max-width: 600px) {
  .navbar-dark .navbar-nav .show > .nav-link1, .navbar-dark .navbar-nav .active > .nav-link1, .navbar-dark .navbar-nav .nav-link1.show, .navbar-dark .navbar-nav .nav-link1.active {
    color: rgb(255, 255, 255);
}
.navbar-expand-lg .navbar-nav .nav-link1 {
  padding: 0.625rem 0px;
}
.navbar-nav .nav-link1 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0px;
  transition: all 0.15s linear 0s;
}
.navbar-dark .navbar-nav .nav-link1:hover, .navbar-dark .navbar-nav .nav-link1:focus {
  color: rgb(255 255 255);
}
.navbar-dark .navbar-nav .nav-link1 {
  color: rgb(255 255 255);
}
.increase {
  width: 100% !important;
}
.navbar-expand-lg .navbar-nav .nav-link1 {
  padding: 0.625rem 0px;
}

.nav-link1 {
  display: block;
  padding: 0.5rem 1rem;
}
.buttonSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0px !important;
  padding-top: 0px !important;
}
}