@charset "UTF-8";
@import '../themes/moventum//assets/fonts/custom-icons/icons.css';
:root {
  --blue: #298cf0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #3b3e42;
  --primary: #242a30;
  --secondary: #298cf0;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #f0670d;
  --danger: #ed0425;
  --light: #fff;
  --dark: #3b3e42;
  --gray: #5e6168;
  --gray-light: rgba(0, 0, 0, 0.6);
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1460px;
  --font-family-sans-serif: Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  .table-responsive {
    width: device-width;
  }
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #242a30;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.46875rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.5625rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
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: #242a30;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #030404;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-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.46875rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0;
  border-top: 0.0625rem solid #3b3e42;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  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: 0.9375rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: '— ';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.1875rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.46875rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #242a30;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #242a30;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1460px) {
  .container {
    max-width: 1430px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.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.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1460px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.9375rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.625rem;
  vertical-align: top;
  border-top: 0.0625rem solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0.125rem solid #dee2e6;
}
.table tbody + tbody {
  border-top: 0.125rem solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 0.0625rem solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 0.0625rem solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0.125rem;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: #f7fbfe;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c2c3c5;
}
.table-hover .table-primary:hover {
  background-color: #b5b6b9;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b5b6b9;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c3dffb;
}
.table-hover .table-secondary:hover {
  background-color: #abd2f9;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #abd2f9;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbd4bb;
}
.table-hover .table-warning:hover {
  background-color: #fac5a3;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fac5a3;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fab9c2;
}
.table-hover .table-danger:hover {
  background-color: #f8a1ad;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f8a1ad;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c8c9ca;
}
.table-hover .table-dark:hover {
  background-color: #bbbcbd;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bbbcbd;
}
.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #d2d3d5;
}
.table-hover .table-gray:hover {
  background-color: #c5c6c9;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #c5c6c9;
}
.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: rgba(219, 219, 219, 0.888);
}
.table-hover .table-gray-light:hover {
  background-color: rgba(206, 206, 206, 0.888);
}
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
  background-color: rgba(206, 206, 206, 0.888);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f7fbfe;
}
.table-hover .table-active:hover {
  background-color: #e0f0fb;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e0f0fb;
}
.table .thead-dark th {
  color: #fff;
  background-color: #242a30;
  border-color: #343d46;
}
.table .thead-light th {
  color: #4a4a4a;
  background-color: #dce1e9;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #242a30;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #343d46;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1459.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #dce1e9;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #dce1e9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.form-control::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.75rem + 0.125rem);
}
select.form-control:focus::-ms-value {
  color: #4a4a4a;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.625rem + 0.0625rem);
  padding-bottom: calc(0.625rem + 0.0625rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 0.0625rem);
  padding-bottom: calc(0.5rem + 0.0625rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 0.0625rem);
  padding-bottom: calc(0.25rem + 0.0625rem);
  font-size: 1rem;
  line-height: 1.2;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.0625rem 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.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.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.7rem + 0.125rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 0.125rem);
}
.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 {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ed0425;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(237, 4, 37, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ed0425;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ed0425;
  box-shadow: 0 0 0 0.2rem rgba(237, 4, 37, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ed0425;
}
.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: #ed0425;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fd7487;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fb2946;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(237, 4, 37, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ed0425;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(237, 4, 37, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0.125rem solid transparent;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none !important;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #242a30;
  border-color: #242a30;
}
.btn-primary:hover {
  color: #fff;
  background-color: #14171a;
  border-color: #0e1113;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 42, 48, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #242a30;
  border-color: #242a30;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e1113;
  border-color: #090a0c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 42, 48, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #298cf0;
  border-color: #298cf0;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #1079e3;
  border-color: #0f72d7;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 140, 240, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #298cf0;
  border-color: #298cf0;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0f72d7;
  border-color: #0e6ccb;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 140, 240, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #fff;
  background-color: #f0670d;
  border-color: #f0670d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cc570b;
  border-color: #c0520a;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 103, 13, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #f0670d;
  border-color: #f0670d;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c0520a;
  border-color: #b44d0a;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 103, 13, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ed0425;
  border-color: #ed0425;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c7031f;
  border-color: #bb031d;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 4, 37, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ed0425;
  border-color: #ed0425;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bb031d;
  border-color: #ae031b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 4, 37, 0.5);
}
.btn-light {
  color: #242a30;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #242a30;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #242a30;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #242a30;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #3b3e42;
  border-color: #3b3e42;
}
.btn-dark:hover {
  color: #fff;
  background-color: #292b2e;
  border-color: #232527;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 62, 66, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #3b3e42;
  border-color: #3b3e42;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #232527;
  border-color: #1d1e20;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 62, 66, 0.5);
}
.btn-gray {
  color: #fff;
  background-color: #5e6168;
  border-color: #5e6168;
}
.btn-gray:hover {
  color: #fff;
  background-color: #4c4e54;
  border-color: #46484d;
}
.btn-gray:focus,
.btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 97, 104, 0.5);
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #5e6168;
  border-color: #5e6168;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #46484d;
  border-color: #404247;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 97, 104, 0.5);
}
.btn-gray-light {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-gray-light:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-gray-light:focus,
.btn-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-gray-light.disabled,
.btn-gray-light:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-gray-light:not(:disabled):not(.disabled):active,
.btn-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-gray-light.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary {
  color: #242a30;
  background-color: transparent;
  background-image: none;
  border-color: #242a30;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #242a30;
  border-color: #242a30;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 42, 48, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #242a30;
  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: #fff;
  background-color: #242a30;
  border-color: #242a30;
}
.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: 0 0 0 0.2rem rgba(36, 42, 48, 0.5);
}
.btn-outline-secondary {
  color: #298cf0;
  background-color: transparent;
  background-image: none;
  border-color: #298cf0;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #298cf0;
  border-color: #298cf0;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 140, 240, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #298cf0;
  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: #fff;
  background-color: #298cf0;
  border-color: #298cf0;
}
.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: 0 0 0 0.2rem rgba(41, 140, 240, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  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: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.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: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #f0670d;
  background-color: transparent;
  background-image: none;
  border-color: #f0670d;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0670d;
  border-color: #f0670d;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 103, 13, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0670d;
  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: #fff;
  background-color: #f0670d;
  border-color: #f0670d;
}
.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: 0 0 0 0.2rem rgba(240, 103, 13, 0.5);
}
.btn-outline-danger {
  color: #ed0425;
  background-color: transparent;
  background-image: none;
  border-color: #ed0425;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ed0425;
  border-color: #ed0425;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 4, 37, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ed0425;
  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: #fff;
  background-color: #ed0425;
  border-color: #ed0425;
}
.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: 0 0 0 0.2rem rgba(237, 4, 37, 0.5);
}
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #242a30;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  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: #242a30;
  background-color: #fff;
  border-color: #fff;
}
.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: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #3b3e42;
  background-color: transparent;
  background-image: none;
  border-color: #3b3e42;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3b3e42;
  border-color: #3b3e42;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 62, 66, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #3b3e42;
  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: #fff;
  background-color: #3b3e42;
  border-color: #3b3e42;
}
.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: 0 0 0 0.2rem rgba(59, 62, 66, 0.5);
}
.btn-outline-gray {
  color: #5e6168;
  background-color: transparent;
  background-image: none;
  border-color: #5e6168;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #5e6168;
  border-color: #5e6168;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 97, 104, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #5e6168;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #5e6168;
  border-color: #5e6168;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 97, 104, 0.5);
}
.btn-outline-gray-light {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray-light:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray-light:focus,
.btn-outline-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-gray-light.disabled,
.btn-outline-gray-light:disabled {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active,
.btn-outline-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-light.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #242a30;
  background-color: transparent;
}
.btn-link:hover {
  color: #030404;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 1.0625rem 1.375rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.625rem 0.6875rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}
.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #242a30;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.46875rem 0;
  overflow: hidden;
  border-top: 1px solid #dce1e9;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #242a30;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #191d21;
  text-decoration: none;
  background-color: #f1f2f7;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #298cf0;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -0.125rem;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.515625rem;
  padding-left: 0.515625rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.03125rem;
  padding-left: 1.03125rem;
}
.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -0.125rem;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.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(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: -0.0625rem;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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 + .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: -0.0625rem;
}
.input-group-prepend {
  margin-right: -0.0625rem;
}
.input-group-append {
  margin-left: -0.0625rem;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #298cf0;
  border: 0.0625rem solid #dce1e9;
  border-radius: 0.1875rem;
}
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}
.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: 0;
  border-bottom-right-radius: 0;
}
.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: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #dce1e9;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: '';
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(36, 42, 48, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(36, 42, 48, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(36, 42, 48, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 0.125rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4a4a4a;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233B3E42' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 0.0625rem solid #dce1e9;
  border-radius: 0.1875rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #dce1e9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(220, 225, 233, 0.5);
}
.custom-select:focus::-ms-value {
  color: #4a4a4a;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #dce1e9;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.7rem + 0.125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 0.125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 0.125rem);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.75rem + 0.125rem);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #dce1e9;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #dce1e9;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.75rem + 0.125rem);
  padding: 0.625rem 1.5rem;
  line-height: 1.5;
  color: #4a4a4a;
  background-color: #fff;
  border: 0.0625rem solid #dce1e9;
  border-radius: 0.1875rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.75rem + 0.125rem) - 0.0625rem * 2);
  padding: 0.625rem 1.5rem;
  line-height: 1.5;
  color: #4a4a4a;
  content: 'Browse';
  background-color: #298cf0;
  border-left: 0.0625rem solid #dce1e9;
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 0.0625rem solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -0.0625rem;
}
.nav-tabs .nav-link {
  border: 0.0625rem solid transparent;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #dce1e9 #dce1e9 #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -0.0625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.1875rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  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.46875rem 0.9375rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: -0.1875rem;
  padding-bottom: -0.1875rem;
  margin-right: 0.9375rem;
  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: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.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: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1459.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1460px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 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(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.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(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.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: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.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(255,255,255,0.5)' 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.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(241, 242, 247, 0.5);
  background-clip: border-box;
  border: 0.0625rem solid #dce1e9;
  border-radius: 0.1875rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 2.5rem;
}
.card-title {
  margin-bottom: 1.25rem;
}
.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2.5rem;
}
.card-header {
  padding: 1.25rem 2.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0.0625rem solid #dce1e9;
}
.card-header:first-child {
  border-radius: calc(0.1875rem - 0.0625rem) calc(0.1875rem - 0.0625rem) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1.25rem 2.5rem;
  background-color: #fff;
  border-top: 0.0625rem solid #dce1e9;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 0.0625rem) calc(0.1875rem - 0.0625rem);
}
.card-header-tabs {
  margin-right: -1.25rem;
  margin-bottom: -1.25rem;
  margin-left: -1.25rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.1875rem - 0.0625rem);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1875rem - 0.0625rem);
  border-top-right-radius: calc(0.1875rem - 0.0625rem);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1875rem - 0.0625rem);
  border-bottom-left-radius: calc(0.1875rem - 0.0625rem);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.1875rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.reason-card {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .reason-card {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 2px 20px rgba(94, 97, 104, 0.2);
    border-radius: 12px;
    height: 100%;
    position: relative;
  }
}
.reason-card .card-body {
  padding: 0;
  height: 100%;
  position: relative;
  min-height: 261px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
@media (max-width: 991.98px) {
  .reason-card .card-body {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .reason-card .card-body .front,
  .reason-card .card-body .back {
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 992px) {
  .reason-card .card-body .front {
    z-index: 900;
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    -moz-transform: rotateY(0deg) rotateX(0deg);
  }
}
@media (max-width: 991.98px) {
  .reason-card .card-body .front {
    position: relative;
  }
}
@media (min-width: 992px) {
  .reason-card .card-body .back {
    z-index: 2000;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
  }
}
@media (min-width: 992px) {
  .reason-card .card-body .box1 {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 2px 20px rgba(94, 97, 104, 0.2);
    border-radius: 12px;
    height: 100%;
    padding: 2.5rem;
    position: relative;
  }
}
@media (max-width: 1199.98px) {
  .reason-card .card-body .box1 {
    padding: 15px 15px 45px;
  }
  .reason-card .card-body .box1 svg {
    width: 32px !important;
    height: 32px !important;
  }
}
.reason-card .card-body .box1:after {
  content: '';
  width: 24px;
  height: 23px;
  background: url(../themes/moventum//assets/images/reason-card-decoraton.svg) center/contain
    no-repeat;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 992px) {
  .reason-card .card-body .box2 {
    background: #fff;
    border: 1px solid #0080f7;
    box-shadow: 0 2px 20px rgba(94, 97, 104, 0.2);
    border-radius: 12px;
    height: 100%;
    padding: 1.5rem 2.5rem 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .reason-card .card-body .box2 {
    display: none;
    padding: 15px 15px 45px;
  }
  .reason-card .card-body .box2 h3 {
    display: none;
  }
  .reason-card .card-body .box2 .list {
    font-size: 14px;
  }
}
.reason-card .reason-card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .reason-card .reason-card-link {
    position: static;
    text-indent: 0;
    top: auto;
    height: auto;
    display: none;
  }
}
.reason-card .reason-button-text {
  position: absolute;
  bottom: 0;
  background: #387fff;
  margin: 0;
  width: 100%;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: bold;
  min-height: 55px;
}
@media (max-width: 991.98px) {
  .reason-card .reason-button-text {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .reason-card:hover .card-body {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .reason-card:hover .card-body .front {
    z-index: 900;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
  }
}
@media (min-width: 992px) {
  .reason-card:hover .card-body .back {
    z-index: 2000;
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    -moz-transform: rotateY(0deg) rotateX(0deg);
  }
}
@media (max-width: 1199.98px) {
  .reason-card:hover .card-body .box1 {
    padding: 15px 15px 0;
  }
  .reason-card:hover .card-body .box1:after {
    display: none;
  }
}
.reason-card:hover .card-body .box2 {
  display: block;
}
.reason-card:hover .tooltip-icon {
  z-index: 99;
}
@media (max-width: 991.98px) {
  .reason-card:hover .reason-card-link {
    position: absolute;
    bottom: -1px;
    background: #387fff;
    margin: 0;
    width: calc(100% + 2px);
    left: -1px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: bold;
    min-height: 55px;
  }
}
.reason-card p {
  color: rgba(74, 74, 74, 0.6);
}
@media (max-width: 991.98px) {
  .reason-card p {
    margin-bottom: 0;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #dce1e9;
  border-radius: 0.1875rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: '/';
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1875rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -0.0625rem;
  line-height: 1.25;
  color: #242a30;
  background-color: #fff;
  border: 0.0625rem solid #dee2e6;
}
.page-link:hover {
  color: #030404;
  text-decoration: none;
  background-color: #dce1e9;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.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.75rem;
  border-bottom-left-radius: 0.75rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
}
.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.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #242a30;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0e1113;
}
.badge-secondary {
  color: #fff;
  background-color: #298cf0;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0f72d7;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #fff;
  background-color: #f0670d;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c0520a;
}
.badge-danger {
  color: #fff;
  background-color: #ed0425;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bb031d;
}
.badge-light {
  color: #242a30;
  background-color: #fff;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #242a30;
  text-decoration: none;
  background-color: #e6e6e6;
}
.badge-dark {
  color: #fff;
  background-color: #3b3e42;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #232527;
}
.badge-gray {
  color: #fff;
  background-color: #5e6168;
}
.badge-gray[href]:hover,
.badge-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #46484d;
}
.badge-gray-light {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.badge-gray-light[href]:hover,
.badge-gray-light[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.jumbotron {
  padding: 1.25rem 0.625rem;
  margin-bottom: 1.25rem;
  background-color: rgba(241, 242, 247, 0.5);
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 2.5rem 1.25rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #131619;
  background-color: #d3d4d6;
  border-color: #c2c3c5;
}
.alert-primary hr {
  border-top-color: #b5b6b9;
}
.alert-primary .alert-link {
  color: black;
}
.alert-secondary {
  color: #15497d;
  background-color: #d4e8fc;
  border-color: #c3dffb;
}
.alert-secondary hr {
  border-top-color: #abd2f9;
}
.alert-secondary .alert-link {
  color: #0e3051;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #7d3607;
  background-color: #fce1cf;
  border-color: #fbd4bb;
}
.alert-warning hr {
  border-top-color: #fac5a3;
}
.alert-warning .alert-link {
  color: #4d2104;
}
.alert-danger {
  color: #7b0213;
  background-color: #fbcdd3;
  border-color: #fab9c2;
}
.alert-danger hr {
  border-top-color: #f8a1ad;
}
.alert-danger .alert-link {
  color: #49010b;
}
.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}
.alert-dark {
  color: #1f2022;
  background-color: #d8d8d9;
  border-color: #c8c9ca;
}
.alert-dark hr {
  border-top-color: #bbbcbd;
}
.alert-dark .alert-link {
  color: #070707;
}
.alert-gray {
  color: #313236;
  background-color: #dfdfe1;
  border-color: #d2d3d5;
}
.alert-gray hr {
  border-top-color: #c5c6c9;
}
.alert-gray .alert-link {
  color: #19191b;
}
.alert-gray-light {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(230, 230, 230, 0.92);
  border-color: rgba(219, 219, 219, 0.888);
}
.alert-gray-light hr {
  border-top-color: rgba(206, 206, 206, 0.888);
}
.alert-gray-light .alert-link {
  color: rgba(0, 0, 0, 0.792);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #dce1e9;
  border-radius: 0.1875rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #242a30;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #4a4a4a;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #4a4a4a;
  text-decoration: none;
  background-color: #f1f2f7;
}
.list-group-item-action:active {
  color: #242a30;
  background-color: #dce1e9;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -0.0625rem;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #131619;
  background-color: #c2c3c5;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #131619;
  background-color: #b5b6b9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #131619;
  border-color: #131619;
}
.list-group-item-secondary {
  color: #15497d;
  background-color: #c3dffb;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #15497d;
  background-color: #abd2f9;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #15497d;
  border-color: #15497d;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #7d3607;
  background-color: #fbd4bb;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7d3607;
  background-color: #fac5a3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d3607;
  border-color: #7d3607;
}
.list-group-item-danger {
  color: #7b0213;
  background-color: #fab9c2;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7b0213;
  background-color: #f8a1ad;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7b0213;
  border-color: #7b0213;
}
.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-dark {
  color: #1f2022;
  background-color: #c8c9ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1f2022;
  background-color: #bbbcbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2022;
  border-color: #1f2022;
}
.list-group-item-gray {
  color: #313236;
  background-color: #d2d3d5;
}
.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: #313236;
  background-color: #c5c6c9;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #313236;
  border-color: #313236;
}
.list-group-item-gray-light {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(219, 219, 219, 0.888);
}
.list-group-item-gray-light.list-group-item-action:hover,
.list-group-item-gray-light.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(206, 206, 206, 0.888);
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.792);
  border-color: rgba(0, 0, 0, 0.792);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0.0625rem solid #dce1e9;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0.0625rem solid #dce1e9;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
  z-index: 2000;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.625rem;
  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 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.3125rem 0;
  border-top-color: #fff;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.625rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: 0.3125rem 0.4rem 0.3125rem 0;
  border-right-color: #fff;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 0.3125rem 0.4rem;
  border-bottom-color: #fff;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.625rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: 0.3125rem 0 0.3125rem 0.4rem;
  border-left-color: #fff;
}
.tooltip-inner {
  max-width: 35rem;
  padding: 0 0;
  color: #242a30;
  text-align: center;
  background-color: #fff;
  border-radius: 0.1875rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.75rem;
}
.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 + 0.0625rem) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  bottom: 0.0625rem;
  border-top-color: #fff;
}
.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 + 0.0625rem) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.75rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  left: 0.0625rem;
  border-right-color: #fff;
}
.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 + 0.0625rem) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  top: 0.0625rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: '';
  border-bottom: 0.0625rem solid #f7f7f7;
}
.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 + 0.0625rem) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.75rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  right: 0.0625rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 0.0625rem solid #ebebeb;
  border-top-left-radius: calc(0.75rem - 0.0625rem);
  border-top-right-radius: calc(0.75rem - 0.0625rem);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #242a30;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.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: #242a30 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0e1113 !important;
}
.bg-secondary {
  background-color: #298cf0 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0f72d7 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #f0670d !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c0520a !important;
}
.bg-danger {
  background-color: #ed0425 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bb031d !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}
.bg-dark {
  background-color: #3b3e42 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #232527 !important;
}
.bg-gray {
  background-color: #5e6168 !important;
}
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #46484d !important;
}
.bg-gray-light {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 0.0625rem solid #dee2e6 !important;
}
.border-top {
  border-top: 0.0625rem solid #dee2e6 !important;
}
.border-right {
  border-right: 0.0625rem solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 0.0625rem solid #dee2e6 !important;
}
.border-left {
  border-left: 0.0625rem solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #242a30 !important;
}
.border-secondary {
  border-color: #298cf0 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #f0670d !important;
}
.border-danger {
  border-color: #ed0425 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-dark {
  border-color: #3b3e42 !important;
}
.border-gray {
  border-color: #5e6168 !important;
}
.border-gray-light {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.1875rem !important;
}
.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important;
}
.rounded-right {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}
.rounded-left {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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: 1460px) {
  .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: 0;
  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: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.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;
}
.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: flex-start !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: 768px) {
  .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;
  }
  .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: 992px) {
  .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;
  }
  .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: 1200px) {
  .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;
  }
  .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: 1460px) {
  .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;
  }
  .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: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1460px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.309375rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.309375rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.309375rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.309375rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.309375rem !important;
}
.m-2 {
  margin: 0.61875rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.61875rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.61875rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.61875rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.61875rem !important;
}
.m-3 {
  margin: 0.9375rem !important;
}
.mt-3,
.my-3 {
  margin-top: 0.9375rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 0.9375rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 0.9375rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 0.9375rem !important;
}
.m-4 {
  margin: 1.55625rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.55625rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.55625rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.55625rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.55625rem !important;
}
.m-5 {
  margin: 3.1246875rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3.1246875rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3.1246875rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3.1246875rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3.1246875rem !important;
}
.m-6 {
  margin: 6.249375rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6.249375rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 6.249375rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6.249375rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 6.249375rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.309375rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.309375rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.309375rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.309375rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.309375rem !important;
}
.p-2 {
  padding: 0.61875rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.61875rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.61875rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.61875rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.61875rem !important;
}
.p-3 {
  padding: 0.9375rem !important;
}
.pt-3,
.py-3 {
  padding-top: 0.9375rem !important;
}
.pr-3,
.px-3 {
  padding-right: 0.9375rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 0.9375rem !important;
}
.pl-3,
.px-3 {
  padding-left: 0.9375rem !important;
}
.p-4 {
  padding: 1.55625rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.55625rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.55625rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.55625rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.55625rem !important;
}
.p-5 {
  padding: 3.1246875rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3.1246875rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3.1246875rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3.1246875rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3.1246875rem !important;
}
.p-6 {
  padding: 6.249375rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6.249375rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6.249375rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6.249375rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6.249375rem !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: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.309375rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.309375rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.309375rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.309375rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.309375rem !important;
  }
  .m-sm-2 {
    margin: 0.61875rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.61875rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.61875rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.61875rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.61875rem !important;
  }
  .m-sm-3 {
    margin: 0.9375rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.9375rem !important;
  }
  .m-sm-4 {
    margin: 1.55625rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.55625rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.55625rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.55625rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.55625rem !important;
  }
  .m-sm-5 {
    margin: 3.1246875rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.1246875rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.1246875rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.1246875rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.1246875rem !important;
  }
  .m-sm-6 {
    margin: 6.249375rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6.249375rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6.249375rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6.249375rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6.249375rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.309375rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.309375rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.309375rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.309375rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.309375rem !important;
  }
  .p-sm-2 {
    padding: 0.61875rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.61875rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.61875rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.61875rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.61875rem !important;
  }
  .p-sm-3 {
    padding: 0.9375rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.9375rem !important;
  }
  .p-sm-4 {
    padding: 1.55625rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.55625rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.55625rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.55625rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.55625rem !important;
  }
  .p-sm-5 {
    padding: 3.1246875rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.1246875rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.1246875rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.1246875rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.1246875rem !important;
  }
  .p-sm-6 {
    padding: 6.249375rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6.249375rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6.249375rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6.249375rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6.249375rem !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: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.309375rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.309375rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.309375rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.309375rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.309375rem !important;
  }
  .m-md-2 {
    margin: 0.61875rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.61875rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.61875rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.61875rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.61875rem !important;
  }
  .m-md-3 {
    margin: 0.9375rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.9375rem !important;
  }
  .m-md-4 {
    margin: 1.55625rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.55625rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.55625rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.55625rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.55625rem !important;
  }
  .m-md-5 {
    margin: 3.1246875rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.1246875rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.1246875rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.1246875rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.1246875rem !important;
  }
  .m-md-6 {
    margin: 6.249375rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6.249375rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6.249375rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6.249375rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6.249375rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.309375rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.309375rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.309375rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.309375rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.309375rem !important;
  }
  .p-md-2 {
    padding: 0.61875rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.61875rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.61875rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.61875rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.61875rem !important;
  }
  .p-md-3 {
    padding: 0.9375rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.9375rem !important;
  }
  .p-md-4 {
    padding: 1.55625rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.55625rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.55625rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.55625rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.55625rem !important;
  }
  .p-md-5 {
    padding: 3.1246875rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.1246875rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.1246875rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.1246875rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.1246875rem !important;
  }
  .p-md-6 {
    padding: 6.249375rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6.249375rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6.249375rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6.249375rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6.249375rem !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: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.309375rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.309375rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.309375rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.309375rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.309375rem !important;
  }
  .m-lg-2 {
    margin: 0.61875rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.61875rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.61875rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.61875rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.61875rem !important;
  }
  .m-lg-3 {
    margin: 0.9375rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.9375rem !important;
  }
  .m-lg-4 {
    margin: 1.55625rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.55625rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.55625rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.55625rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.55625rem !important;
  }
  .m-lg-5 {
    margin: 3.1246875rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.1246875rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.1246875rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.1246875rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.1246875rem !important;
  }
  .m-lg-6 {
    margin: 6.249375rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6.249375rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6.249375rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6.249375rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6.249375rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.309375rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.309375rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.309375rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.309375rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.309375rem !important;
  }
  .p-lg-2 {
    padding: 0.61875rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.61875rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.61875rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.61875rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.61875rem !important;
  }
  .p-lg-3 {
    padding: 0.9375rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.9375rem !important;
  }
  .p-lg-4 {
    padding: 1.55625rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.55625rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.55625rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.55625rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.55625rem !important;
  }
  .p-lg-5 {
    padding: 3.1246875rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.1246875rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.1246875rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.1246875rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.1246875rem !important;
  }
  .p-lg-6 {
    padding: 6.249375rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6.249375rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6.249375rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6.249375rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6.249375rem !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: 1460px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.309375rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.309375rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.309375rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.309375rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.309375rem !important;
  }
  .m-xl-2 {
    margin: 0.61875rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.61875rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.61875rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.61875rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.61875rem !important;
  }
  .m-xl-3 {
    margin: 0.9375rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.9375rem !important;
  }
  .m-xl-4 {
    margin: 1.55625rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.55625rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.55625rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.55625rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.55625rem !important;
  }
  .m-xl-5 {
    margin: 3.1246875rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.1246875rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.1246875rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.1246875rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.1246875rem !important;
  }
  .m-xl-6 {
    margin: 6.249375rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6.249375rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6.249375rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6.249375rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6.249375rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.309375rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.309375rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.309375rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.309375rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.309375rem !important;
  }
  .p-xl-2 {
    padding: 0.61875rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.61875rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.61875rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.61875rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.61875rem !important;
  }
  .p-xl-3 {
    padding: 0.9375rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.9375rem !important;
  }
  .p-xl-4 {
    padding: 1.55625rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.55625rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.55625rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.55625rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.55625rem !important;
  }
  .p-xl-5 {
    padding: 3.1246875rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.1246875rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.1246875rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.1246875rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.1246875rem !important;
  }
  .p-xl-6 {
    padding: 6.249375rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6.249375rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6.249375rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6.249375rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6.249375rem !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;
  }
}
.text-justify {
  text-align: justify !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: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1460px) {
  .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-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #242a30 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e1113 !important;
}
.text-secondary {
  color: #298cf0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f72d7 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #f0670d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c0520a !important;
}
.text-danger {
  color: #ed0425 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bb031d !important;
}
.text-light {
  color: #fff !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #e6e6e6 !important;
}
.text-dark {
  color: #3b3e42 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #232527 !important;
}
.text-gray {
  color: #5e6168 !important;
}
a.text-gray:hover,
a.text-gray:focus {
  color: #46484d !important;
}
.text-gray-light {
  color: rgba(0, 0, 0, 0.6) !important;
}
a.text-gray-light:hover,
a.text-gray-light:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.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: 0.0625rem solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    .table-responsive {
      size: a3;
    }
  }
  body {
    min-width: 1200px !important;
  }
  .container {
    min-width: 1200px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 0.0625rem solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'icons';
  src: url('../themes/moventum//assets/scss/fonts/custom-icons/icons.eot?v1');
  src: url('../themes/moventum//assets/scss/fonts/custom-icons/icons.eot?#iefix') format('eot'),
    url('../themes/moventum//assets/fonts/custom-icons/icons.woff2?v1') format('woff2'),
    url('../themes/moventum//assets/fonts/custom-icons/icons.woff?v1') format('woff');
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../themes/moventum//assets/images/ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  src: url('../themes/moventum//assets/scss/fonts/slick/slick.eot');
  src: url('../themes/moventum//assets/scss/fonts/slick/slick.eot?#iefix')
      format('embedded-opentype'),
    url('../themes/moventum//assets/scss/fonts/slick/slick.woff') format('woff'),
    url('../themes/moventum//assets/scss/fonts/slick/slick.ttf') format('truetype'),
    url('../themes/moventum//assets/scss/fonts/slick/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0.3125rem;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background: #dce1e9;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  text-align: center;
  background-color: #dce1e9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #298cf0;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100% !important;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #dce1e9;
  border-top: 0;
  background: #fff;
  display: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #fff;
  background-color: #298cf0;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ':';
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.9375rem 1.5rem;
  border: 0.0625rem solid #dce1e9;
  border-radius: 0.1875rem;
  background-color: #fff;
  color: #dce1e9;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  box-sizing: border-box;
  width: 100%;
  height: 2.875rem;
}
.chosen-container-single .chosen-single input[type='text'] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  display: none;
}
.chosen-container-single .chosen-default {
  color: #999 !important;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../themes/moventum//assets/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.8125rem;
  height: 100%;
  background-color: #298cf0;
  color: #fff;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  vertical-align: middle;
}
.chosen-container-single .chosen-single div b:before {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.chosen-container-single .chosen-single div b:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type='text'] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 0.0625rem solid #dce1e9;
  background: url('../themes/moventum//assets/images/icons/search.svg') no-repeat 98% 50%;
  background-size: 0.8125rem;
  line-height: 1;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  border-radius: 0 0 0.1875rem 0.1875rem;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 1;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #298cf0;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 0.625rem 1.25rem;
  width: 100%;
  height: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  background-color: #fff;
  cursor: text;
  max-height: 9.375rem;
}
select.multi-select {
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
  padding: 0.625rem;
  background: url('../themes/moventum//assets/images/icons/angle-down.svg') right 10px center
    no-repeat;
  background-size: 18px;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 5px 10px;
  max-width: 100%;
  background-color: #298cf0;
  color: #fff;
  border-radius: 0.1875rem;
  cursor: default;
  display: flex;
  align-items: center;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #dce1e9;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #dce1e9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type='text'] {
  color: #222 !important;
}
.chosen-disabled {
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
  background-color: #f1f2f7;
  border: 0.0625rem solid #dce1e9;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type='text'] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type='text'] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type='text'],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-search input[type='text'],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 56px;
}
.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: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
html:not([dir='rtl']) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  left: -15px;
  top: -11px;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -15px;
  left: auto;
}
.noUi-target {
  background: #dce1e9;
  border-radius: 5px;
}
.noUi-connects {
  border-radius: 3px;
  margin-top: 15px;
}
.noUi-connect {
  background: #298cf0;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 15px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  background: #fff;
  cursor: default;
}
.noUi-handle:before {
  width: 13px;
  height: 13px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #298cf0;
  border-radius: 50%;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #dce1e9;
}
.noUi-marker-sub {
  background: #dce1e9;
}
.noUi-marker-large {
  background: #dce1e9;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 41px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  top: 25px;
  transform: translateX(-50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 10px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 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 #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  display: none;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #42a5f5;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #42a5f5;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #42a5f5;
  color: #fff;
  fill: #fff;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: '';
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: #42a5f5;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #42a5f5;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #42a5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #42a5f5;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #42a5f5;
  box-shadow: -10px 0 0 #42a5f5;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #42a5f5, 5px 0 0 #42a5f5;
  box-shadow: -5px 0 0 #42a5f5, 5px 0 0 #42a5f5;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: '';
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #ececec;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.btn {
  padding-top: 0.75rem;
}
.btn:focus {
  outline: none !important;
}
.btn-secondary {
  min-width: 8.25rem;
  position: relative;
}
.btn-secondary:after {
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 1.1875rem;
  box-shadow: 0 0.125rem 1.875rem 0 rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.btn-secondary[disabled]:after {
  box-shadow: none;
}
.btn__icon {
  font-size: 80%;
  position: relative;
  top: -0.0625rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding-top: 0.75rem;
}
.btn-lg,
.btn-group-lg > .btn {
  padding-top: 1.1875rem;
}
.btn-outline-gray {
  color: #fff;
}
.btn-lg,
.btn-group-lg > .btn {
  min-width: 13.125rem;
}
.btn-sm,
.btn-group-sm > .btn {
  min-width: 8.125rem;
}
.btn-equal {
  min-width: 0;
  width: auto;
}
.btn-hollow {
  border-width: 0.0625rem;
  background-color: #fff;
  color: #000;
  border-color: #dce1e9;
  font-weight: 400 !important;
}
.btn-hollow:focus,
.btn-hollow:hover,
.btn-hollow.active {
  background-color: rgba(41, 140, 240, 0.05);
  color: #298cf0;
  border-color: #298cf0;
  font-weight: inherit;
}
.btn-outline-gray-light {
  color: #242a30;
}
.btn-outline-gray-light:after {
  color: #298cf0;
}
.dropdown-btn {
  background-color: transparent;
  border: none;
  position: relative;
  vertical-align: middle;
  padding-right: 3.75rem;
  padding-left: 0;
}
.dropdown-btn:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.dropdown-btn:after {
  margin-left: 0.9375rem;
  color: #298cf0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .dropdown-btn-large {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 768px) {
  .dropdown-btn-large {
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding-right: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .dropdown-btn-large {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .dropdown-btn-large {
    font-size: 2rem;
    line-height: 2.25rem;
    padding-right: 3.75rem;
  }
}
.dropdown-btn-gray {
  color: #242a30;
  border-color: #dce1e9;
  border-width: 0.125rem;
}
.dropdown-btn-gray:after {
  color: #298cf0;
}
.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #298cf0;
}
.btn-white:hover {
  background-color: #298cf0;
  color: #fff;
}
.btn-outline-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #298cf0;
}
.btn {
  white-space: normal;
}
.btn-back {
  color: #298cf0;
}
.btn-view-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  text-align: center;
}
.dropdown-toggle {
  vertical-align: middle;
  padding-right: 1.75rem;
}
.dropdown-toggle:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.dropdown-toggle:after {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  width: 0.625rem;
  height: 0.9375rem;
}
.dropdown-menu {
  min-width: auto;
}
input {
  user-select: text;
  -webkit-user-select: text;
}
[type='radio']:checked,
[type='radio']:not(:checked) {
  position: absolute;
  left: -6249.9375rem;
}
[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  display: inline-block;
}
[type='radio']:checked + label:before,
[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:before,
[type='radio']:not(:checked) + label:after {
  content: '';
  position: absolute;
  display: inline-block;
}
[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 3px solid #298cf0;
  border-radius: 50%;
}
[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
  left: 10px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background: #298cf0;
  border-radius: 50%;
  transition: all 0.2s ease;
}
[type='radio']:checked + .right-radio,
[type='radio']:not(:checked) + .right-radio {
  padding-right: 1.875rem;
  padding-left: 0;
  margin-bottom: 0;
  display: block;
}
[type='radio']:checked + .right-radio:before,
[type='radio']:not(:checked) + .right-radio:before {
  right: 0;
  left: auto;
}
[type='radio']:checked + .right-radio:after,
[type='radio']:not(:checked) + .right-radio:after {
  right: 0.4375rem;
  left: auto;
}
[type='radio']:not(:checked) + label:before {
  border: 0.0625rem solid #dce1e9;
}
[type='radio']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type='radio']:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type='radio']:checked + label.disabled:before {
  border-color: #dee2e6;
}
[type='radio']:checked + label.disabled:after {
  background: #9b9b9b;
}
[type='checkbox']:checked,
[type='checkbox']:not(:checked) {
  position: absolute;
  left: -6249.9375rem;
}
[type='checkbox']:checked + label.small:before,
[type='checkbox']:not(:checked) + label.small:before {
  top: 0.3125rem;
  transform: translateY(0);
}
[type='checkbox']:checked + label,
[type='checkbox']:not(:checked) + label {
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
[type='checkbox']:checked + label:after,
[type='checkbox']:not(:checked) + label:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
[type='checkbox']:checked + label:before,
[type='checkbox']:checked + label:after,
[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:not(:checked) + label:after {
  position: absolute;
}
[type='checkbox']:checked + label:before,
[type='checkbox']:not(:checked) + label:before {
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  border: 0.0625rem solid #298cf0;
  border-radius: 0.1875rem;
  background-color: #fff;
}
[type='checkbox']:checked + label:after,
[type='checkbox']:not(:checked) + label:after {
  left: 0.375rem;
  top: 50%;
  margin-top: -0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  transition: all 0.2s ease;
  font-size: 0.625rem;
  color: #298cf0;
}
[type='checkbox'][readonly] + label:before,
[type='checkbox'][disabled] + label:before {
  border: 0.0625rem solid #9b9b9b;
}
[type='checkbox'][readonly] + label:after,
[type='checkbox'][disabled] + label:after {
  color: #9b9b9b;
}
.is-invalid[type='checkbox']:checked + label:before,
.is-invalid[type='checkbox']:not(:checked) + label:before {
  border-color: #ed0425;
}
.is-warning[type='checkbox']:checked + label:before,
.is-warning[type='checkbox']:not(:checked) + label:before {
  border-color: #fd7e14;
}
.form-control.is-warning,
.custom-select.is-warning {
  border-color: #fd7e14;
}
.custom-select-search {
  max-width: 100%;
}
.custom-select-search.is-invalid ~ .chosen-container .chosen-single {
  border-color: #ed0425;
}
.custom-select-search.is-warning ~ .chosen-container .chosen-single {
  border-color: #fd7e14;
}
select[name='phone_prefix'].is-invalid ~ .chosen-container .chosen-single,
select[name='tax_country_iso'].is-invalid ~ .chosen-container .chosen-single,
.btn-group-toggle.is-invalid label {
  border-color: #ed0425;
}
select[name='phone_prefix'].is-warning ~ .chosen-container .chosen-single,
select[name='tax_country_iso'].is-warning ~ .chosen-container .chosen-single,
.btn-group-toggle.is-warning label {
  border-color: #fd7e14;
}
[type='checkbox']:not(:checked) + label:before {
  border: 0.0625rem solid #dce1e9;
}
[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type='checkbox']:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-group {
  position: relative;
}
.form-group label {
  font-weight: 500;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}
.input-wrap {
  position: relative;
}
.btn-password-wrapper {
  position: relative;
}
.btn-password-wrapper .form-control {
  padding-right: 2.5rem !important;
}
.btn-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1.125rem;
  color: #5e6168;
  transition: all 400ms ease-out;
  cursor: pointer;
  line-height: 1;
}
.btn-password:focus {
  outline: none;
}
.btn-password:hover {
  color: #298cf0;
}
.btn-password.hide-password i {
  vertical-align: middle;
}
.btn-password.hide-password i:before {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.form-group.error .form-control {
  border-color: #dc3545;
}
.form-group.error .error-field {
  color: #dc3545;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.75rem;
  font-style: italic;
  font-size: 0.8125rem;
}
.invalid-feedback {
  font-style: italic;
  font-size: 0.8125rem;
}
.input-group-text {
  min-width: 2.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
input.waiting,
input.succcess {
  padding-right: 3.125rem;
}
input.success {
  border: 1px solid #298cf0;
  background: #fff url('../themes/moventum//assets/images/svg-sprite/success.svg') right 1.25rem
    center no-repeat;
  background-size: 1.375rem 1.375rem;
}
input.waiting {
  background: #fff url('../themes/moventum//assets/images/wait.svg') right 1.25rem center no-repeat;
  background-size: 1.375rem 1.375rem;
}
.form-item-wrapper {
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.1875rem;
  padding: 0.625rem 1.25rem;
}
.form-item-wrapper:hover {
  border-color: #298cf0;
}
textarea {
  resize: none;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #dee2e6;
  min-height: 8.75rem;
  width: 100%;
}
.input-group-btn {
  display: flex;
  align-items: center;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #dee2e6;
  background-color: #fff;
}
.input-group-btn .form-control {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  border: none;
}
.input-group-btn .input-append {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.input-group-btn .input-append button {
  border: none;
  background: none;
  color: #298cf0;
  padding: 0 0.9375rem;
  border-left: 0.0625rem solid #dee2e6;
}
.input-group-btn .input-append button:focus {
  outline: none;
}
.input-group-btn .input-append button i:before {
  vertical-align: middle;
}
.form-control {
  min-height: 2.8125rem;
}
.form-control::placeholder {
  line-height: inherit;
}
.form-control:disabled {
  background-color: #f1f2f7;
}
.chosen-disabled .chosen-drop {
  display: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.label-require {
  color: #9b9b9b;
  display: inline-block;
  top: -0.1875rem;
  line-height: inherit;
  cursor: pointer;
}
.label-require:after,
.label-require:before {
  left: 50%;
}
.label-require:hover {
  position: relative;
  z-index: 100;
}
.label-require:hover:after {
  transform: translateY(100%);
  bottom: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 0.1875rem;
  margin-left: -0.1875rem;
}
.label-require:hover:before {
  background-color: #fff;
  bottom: 100%;
  position: absolute;
  content: attr(data-hover);
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  padding: 0.25rem 0.625rem;
  box-shadow: 0 0.125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  color: #9b9b9b;
  font-weight: 400;
}
.label-require.big-label:hover:before {
  width: 18.125rem;
  text-align: center;
  white-space: normal;
}
.form-control.is-valid {
  border-color: #dee2e6 !important;
}
.btn-input-wrapper {
  position: relative;
}
.btn-input-wrapper .form-control {
  padding-right: 2.5rem;
}
.btn-input-wrapper .btn-input {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #298cf0;
  border: none;
  height: 2.3125rem;
  line-height: 2.3125rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 0.1875rem;
}
@media (min-width: 768px) {
  .btn-input-wrapper .btn-input {
    width: 6.125rem;
  }
}
.btn-input-wrapper .btn-input:disabled {
  background: #dce1e9;
}
.btn-input-wrapper .btn-input-icon {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  color: #242a30;
}
.btn-input-wrapper .btn-input-icon:hover {
  cursor: pointer;
  color: rgba(36, 42, 48, 0.8);
}
.tooltip-inner {
  text-align: left;
  position: relative;
  z-index: 1000;
}
.tooltip-inner .row {
  flex-wrap: nowrap;
}
.tooltip-inner .col-sm {
  flex-basis: auto;
}
.tooltip-inner .bd-callout {
  margin: -0.625rem;
}
.tooltip {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .tooltip {
    max-width: 17.5rem;
  }
}
.tooltip .tooltip .row .col {
  min-width: 15.625rem;
}
.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-auto[x-placement^='top'] .tooltip-inner {
  padding: 0.625rem;
  font-size: 0.875rem;
  color: #5e6168;
}
.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^='top'] .arrow {
  top: 100%;
}
.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^='bottom'] {
  margin-top: 0.4375rem;
}
.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}
.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^='right'] {
  margin-left: 0.9375rem;
}
@media (max-width: 767.98px) {
  .tooltip.bs-tooltip-right,
  .tooltip.bs-tooltip-auto[x-placement^='right'] {
    display: none !important;
  }
}
.tooltip.bs-tooltip-right .tooltip-inner,
.tooltip.bs-tooltip-auto[x-placement^='right'] .tooltip-inner {
  padding: 0.625rem;
  font-size: 0.875rem;
  color: #5e6168;
}
.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: -0.3125rem;
  margin-top: 0.5625rem;
}
.tooltip .arrow {
  left: 50%;
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
  z-index: 9;
  transform: translateY(-0.3125rem) rotate(45deg);
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.custom-tooltip:hover {
  color: #298cf0 !important;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  top: -0.625rem !important;
}
.tooltip .bd-callout {
  padding: 0.625rem 0.9375rem;
}
.jumbotron {
  border: 0.0625rem solid #dce1e9;
}
.jumbotron sup {
  position: absolute;
  right: -5px;
  top: 15px;
}
@media (max-width: 767.98px) {
  .jumbotron sup {
    display: none;
  }
}
.card {
  height: 100%;
}
.card .card-icon {
  color: #298cf0;
  width: 3rem;
  height: 3rem;
  display: block;
}
.card .card-icon i {
  font-size: 3rem;
}
.card .card-header.collapsed {
  cursor: pointer;
}
.card.default .card-header,
.card.questions .card-header,
.card.light .card-header {
  position: relative;
  vertical-align: middle;
}
.card.default .card-header:after,
.card.questions .card-header:after,
.card.light .card-header:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.card.default .card-header:after,
.card.questions .card-header:after,
.card.light .card-header:after {
  transform: rotate(0deg);
  color: #298cf0;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  margin-top: -0.4375rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 991.98px) {
  .card.default .card-header:after,
  .card.questions .card-header:after,
  .card.light .card-header:after {
    right: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .card.default .card-header:after,
  .card.questions .card-header:after,
  .card.light .card-header:after {
    right: 1.875rem;
  }
}
.card.default .card-header.collapsed:after,
.card.questions .card-header.collapsed:after,
.card.light .card-header.collapsed:after {
  transform: rotate(180deg);
  color: #242a30;
}
.card.default .card-body .input-wrapper .form-group:last-child,
.card.questions .card-body .input-wrapper .form-group:last-child,
.card.light .card-body .input-wrapper .form-group:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.card.default .card-body .input-wrapper .form-group:last-child label,
.card.questions .card-body .input-wrapper .form-group:last-child label,
.card.light .card-body .input-wrapper .form-group:last-child label {
  margin-bottom: 0 !important;
}
.card.default .card-body [type='radio']:checked + label,
.card.questions .card-body [type='radio']:checked + label,
.card.light .card-body [type='radio']:checked + label {
  font-weight: 400;
}
.card.default .card-body [type='radio']:checked + label,
.card.questions .card-body [type='radio']:checked + label,
.card.light .card-body [type='radio']:checked + label {
  font-weight: 700;
}
.card.questions .card-header {
  position: relative;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .card.questions .card-header {
    padding-left: 3.75rem;
  }
}
@media (min-width: 768px) {
  .card.questions .card-header {
    padding-left: 7.5rem;
  }
}
.card.questions .card-header:before {
  top: 50%;
  content: '';
  transform: translateY(-50%);
  background: url('../themes/moventum//assets/images/wait.svg');
  position: absolute;
}
@media (max-width: 991.98px) {
  .card.questions .card-header:before {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .card.questions .card-header:before {
    width: 2.625rem;
    height: 2.625rem;
    background-size: 2.625rem;
    left: 2.5rem;
  }
}
.card.questions .card-header:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.card.questions .card-header:after {
  transform: rotate(0deg);
  color: #298cf0;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  margin-top: -0.4375rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 991.98px) {
  .card.questions .card-header:after {
    right: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .card.questions .card-header:after {
    right: 3.4375rem;
  }
}
.card.questions .card-header.collapsed:after {
  transform: rotate(180deg);
  color: #242a30;
}
.card.questions.success .card-header:before {
  background: url('../themes/moventum//assets/images/svg-sprite/success.svg');
}
@media (max-width: 991.98px) {
  .card.questions.success .card-header:before {
    background-size: 2rem;
  }
}
@media (min-width: 768px) {
  .card.questions.success .card-header:before {
    background-size: 2.625rem;
  }
}
.card.questions.wrong .card-header:before {
  background: url('../themes/moventum//assets/images/svg-sprite/wrong.svg');
}
@media (max-width: 991.98px) {
  .card.questions.wrong .card-header:before {
    background-size: 2rem;
  }
}
@media (min-width: 768px) {
  .card.questions.wrong .card-header:before {
    background-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .card.questions .card-body {
    padding: 1.25rem 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .card.questions .card-body {
    padding: 1.25rem;
  }
}
.card.questions .card-body .msg {
  border-radius: 0;
}
.card.questions .card-body .msg:nth-of-type(1) {
  margin-top: -1.3125rem;
}
@media (min-width: 768px) {
  .card.questions .card-body .msg {
    margin-left: -2.5625rem;
    margin-right: -2.5625rem;
  }
}
@media (max-width: 767.98px) {
  .card.questions .card-body .msg {
    margin-left: -1.3125rem;
    margin-right: -1.3125rem;
  }
}
@media (min-width: 768px) {
  .card.light .card-header,
  .card.default .card-header {
    padding: 0.9375rem 5rem 0.9375rem 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .card.light .card-header,
  .card.default .card-header {
    padding: 0.9375rem 2.1875rem 0.9375rem 0.9375rem;
  }
}
@media (min-width: 768px) {
  .card.light .card-body,
  .card.default .card-body {
    padding: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .card.light .card-body,
  .card.default .card-body {
    padding: 0.9375rem;
  }
}
.card.light .card-header:not(.collapsed) {
  background-color: #f7fbfe;
}
.card.light .card-body {
  background-color: #f7fbfe;
}
.card.light .card-body .msg {
  border-radius: 0;
}
@media (min-width: 768px) {
  .card.light .card-body .msg {
    margin-left: -1.9375rem;
    margin-right: -1.9375rem;
  }
  .card.light .card-body .msg:nth-of-type(1) {
    margin-top: -1.875rem;
  }
}
@media (max-width: 767.98px) {
  .card.light .card-body .msg {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .card.light .card-body .msg:nth-of-type(1) {
    margin-top: -0.9375rem;
  }
}
.card.light .card-body .report {
  background-color: #fff;
  padding: 0.9375rem 1.875rem;
  margin: -1.875rem -1.875rem 1.875rem -1.875rem;
  border-bottom: 0.0625rem solid #dee2e6;
}
@media (min-width: 768px) {
  .card.light .card-body .report {
    padding: 0.9375rem 1.875rem;
    margin: -1.875rem -1.875rem 1.875rem -1.875rem;
  }
}
@media (max-width: 767.98px) {
  .card.light .card-body .report {
    padding: 0.9375rem;
    margin: -0.9375rem -0.9375rem 1.875rem -0.9375rem;
  }
}
.card.default .card-body {
  background-color: #fff;
}
.card.default .card-body .table th {
  font-weight: 600;
}
.card.default .card-body .table th,
.card.default .card-body .table td {
  font-size: 0.875rem;
}
.blockquote {
  position: relative;
  padding-left: 3.75rem;
}
.blockquote:before {
  content: '“';
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 5rem;
  transform: translateY(1rem);
  color: #298cf0;
  line-height: 0.00625rem;
}
.blockquote-footer:before {
  display: none;
}
@media (min-width: 768px) {
  .btn-group-responsive > .btn:first-child {
    margin-left: 0;
  }
  .btn-group-responsive > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-responsive > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group-responsive > .btn:not(:first-child),
  .btn-group-responsive > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .btn-group-responsive {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .btn-group-responsive .btn,
  .btn-group-responsive .btn-group {
    width: 100%;
  }
  .btn-group-responsive .btn-hollow {
    position: relative;
  }
  .btn-group-responsive .btn-hollow:hover {
    background: #fff;
    border-color: #dee2e6;
    color: #000;
  }
  .btn-group-responsive .btn-hollow:focus,
  .btn-group-responsive .btn-hollow.active {
    border-top: 0.0625rem solid #298cf0 !important;
    border-color: #298cf0 #298cf0 transparent #298cf0;
    background-color: rgba(41, 140, 240, 0.05);
    color: #298cf0;
  }
  .btn-group-responsive .btn-hollow:focus + .btn-hollow,
  .btn-group-responsive .btn-hollow.active + .btn-hollow {
    border-top-color: #298cf0;
  }
  .btn-group-responsive .btn-hollow:last-child:focus,
  .btn-group-responsive .btn-hollow:last-child.active {
    border-bottom-color: #298cf0 !important;
  }
  .btn-group-responsive > .btn + .btn,
  .btn-group-responsive > .btn + .btn-group,
  .btn-group-responsive > .btn-group + .btn,
  .btn-group-responsive > .btn-group + .btn-group {
    margin-top: -0.125rem;
    margin-left: 0;
  }
  .btn-group-responsive > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-responsive > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-responsive > .btn:not(:first-child),
  .btn-group-responsive > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.table thead th {
  border-top: none;
  border-width: 0.0625rem;
  white-space: nowrap;
}
.table tbody {
  color: #9b9b9b;
}
.table tbody tr:first-child td {
  border-top: none;
  white-space: nowrap;
}
.table-icon {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  top: 0.125rem;
  margin-right: 0.9375rem;
}
@media (max-width: 991.98px) {
  .table-responsive {
    -webkit-overflow-scrolling: auto;
    margin-bottom: 0.9375rem;
  }
  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #fff;
  }
  .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
  }
}
@-ms-viewport {
  .table-responsive {
    width: device-width;
  }
}
html,
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
}
body {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  body {
    padding-top: 5rem;
  }
}
@media (max-width: 1199.98px) {
  body {
    padding-top: 3.75rem;
  }
}
@media (max-width: 109.3125rem) {
  body.onboarding {
    padding-top: 7.1875rem;
  }
}
@media (min-width: 768px) {
  body.agent-on-client {
    padding-top: 6.5625rem;
  }
}
@media (min-width: 1460px) {
  body.agent-on-client {
    padding-top: 7.8125rem;
  }
}
* {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
::selection {
  background-color: rgba(41, 140, 240, 0.9);
  color: #242a30;
}
::-moz-selection {
  background-color: rgba(41, 140, 240, 0.9);
  color: #242a30;
}
img,
svg {
  max-width: 100%;
  display: inline-block;
  color: #298cf0;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: 'Oswald';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../themes/moventum//assets/fonts/oswald_semibold/Oswald-SemiBold.eot');
  src: url('../themes/moventum//assets/fonts/oswald_semibold/Oswald-SemiBold.eot?#iefix')
      format('embedded-opentype'),
    url('../themes/moventum//assets/fonts/oswald_semibold/Oswald-SemiBold.woff2') format('woff2'),
    url('../themes/moventum//assets/fonts/oswald_semibold/Oswald-SemiBold.woff') format('woff'),
    url('../themes/moventum//assets/fonts/oswald_semibold/Oswald-SemiBold.ttf') format('truetype'),
    url('../themes/moventum//assets/fonts/oswald_semibold/Oswald-SemiBold.svg#Oswald') format('svg');
}

h1,
.h1 {
  font-family: 'Oswald';
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5625rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.8125rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.125rem;
    line-height: 3.8125rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.75rem;
    line-height: 4.4375rem;
  }
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 1.625rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 1459.98px) {
  h4,
  .h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
h5,
.h5 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
h6,
.h6 {
  font-weight: 400;
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.biggest {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (max-width: 991.98px) {
  .big {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .big {
    font-size: 1.375rem;
  }
}
.large-size {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .large-size {
    font-size: 1.625rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .large-size {
    font-size: 1.75rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.red {
  color: #242a30;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.primary {
  color: #242a30;
}
.secondary {
  color: #298cf0;
}
.grey-light {
  color: rgba(74, 74, 74, 0.6);
}
.grey {
  color: #9b9b9b;
}
.error {
  font-size: 0.8125rem;
  color: #dc3545;
  font-style: italic;
}
.show-error {
  visibility: visible;
}
.link {
  color: white;
  transition: all 200ms ease-out;
}
.link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.link-underline {
  text-decoration: underline;
}
.link-blue {
  color: #298cf0;
  transition: all 300ms ease;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.link-blue--underline {
  text-decoration: underline;
}
.link-blue__icon {
  position: relative;
  top: -0.0625rem;
  transition: all 300ms ease;
}
.link-blue__icon--left {
  margin-right: 0.625rem;
}
.link-blue__icon--right {
  margin-left: 0.625rem;
}
.link-blue:hover {
  color: #0068c8;
  text-decoration: none;
}
.link-blue:hover u {
  text-decoration: inherit;
}
.text-white-light {
  color: rgba(255, 255, 255, 0.5);
}
a.text-white-light:hover {
  color: #fff;
}
.address {
  font-style: normal;
}
.noscroll {
  overflow: hidden;
}
.bg-secondary-light {
  background-color: #f7fbfe;
}
.secondary-blue {
  color: #0080f7;
}
.icon-sprite-content {
  width: 2.625rem;
  height: 2.625rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .text-sm-uppercase {
    text-transform: uppercase;
  }
}
.border-bottom-dashed {
  border-bottom: 0.0625rem dashed #dee2e6;
}
.border-bottom-secondary {
  border-bottom: 0.0625rem solid rgba(41, 140, 240, 0.2);
}
.success-heading {
  position: relative;
  padding-left: 3.125rem;
}
.success-heading:before {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url('../themes/moventum//assets/images/svg-sprite/success.svg') no-repeat;
  background-size: 2rem 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
h3.success-heading {
  padding-top: 0.1875rem;
  line-height: 1.2;
}
h2.success-heading {
  padding-left: 3.875rem;
  padding-top: 0.3125rem;
}
h2.success-heading:before {
  width: 2.625rem;
  height: 2.625rem;
  background-size: 2.625rem 2.625rem;
}
.bg-gradient {
  background: linear-gradient(rgba(41, 140, 240, 0.03), rgba(255, 255, 255, 0.03));
}
@media (min-width: 768px) {
  .border-sm-left {
    border-left: 0.0625rem solid rgba(41, 140, 240, 0.2);
  }
  .border-sm-right {
    border-right: 0.0625rem solid rgba(41, 140, 240, 0.2);
  }
}
@media (min-width: 1200px) {
  .border-lg-0 {
    border: none;
  }
  .border-lg-left {
    border-left: 0.0625rem solid rgba(41, 140, 240, 0.2);
  }
  .border-lg-right {
    border-right: 0.0625rem solid rgba(41, 140, 240, 0.2);
  }
}
.link-arrow {
  vertical-align: middle;
  position: relative;
  padding-right: 1.875rem;
}
.link-arrow:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.link-arrow:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #298cf0;
}
.link-arrow:hover {
  color: #298cf0;
}
hr.gray {
  border-color: #dee2e6;
}
hr.blue-light {
  border-color: #d5edfe;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.75rem;
}
.border-blue-light {
  border: 0.0625rem solid rgba(41, 140, 240, 0.2);
}
.number {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  color: #298cf0;
  background-color: rgba(41, 140, 240, 0.2);
  display: inline-block;
  line-height: 2.125rem;
  text-align: center;
  position: relative;
  top: -0.3125rem;
}
.shortcut-name {
  width: 1.5625rem;
  height: 1.5625rem;
  text-align: center;
  line-height: 1.8125rem;
  border-radius: 50%;
  background: #fff;
  color: #298cf0;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .collapsible-header {
    cursor: pointer;
  }
}
@media (max-width: 767.98px) {
  .height-auto-xs {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .height-auto-md {
    height: auto !important;
  }
}
@media (min-width: 1460px) {
  .height-auto-xl {
    height: auto !important;
  }
}
@media (max-width: 991.98px) {
  .border-mobile-none {
    border: none !important;
  }
}
@media (max-width: 991.98px) {
  .border-radius-mobile-none {
    border-radius: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .mobile-padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
  }
}
@media (max-width: 991.98px) {
  .mobile-margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .mobile-padding-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .mobile-border-x-none {
    border-left: none !important;
    border-right: none !important;
  }
}
@media (max-width: 767.98px) {
  .mobile-border-bottom-0 {
    border-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .mobile-border-top-0 {
    border-top: 0 !important;
  }
}
.box-shadow {
  box-shadow: 0 15px 40px rgba(112, 144, 176, 0.2);
}
.header {
  background-color: #242a30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.header.show {
  z-index: 2001;
}
.header #user-menu {
  cursor: pointer;
  padding-top: 0.3125rem;
}
@media (max-width: 767.98px) {
  .header #user-menu {
    padding-right: 0;
    padding-top: 0.1875rem;
  }
  .header #user-menu:after {
    display: none;
  }
}
.header .dropdown-menu {
  border-color: #fff;
  min-width: 11.875rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header .dropdown-menu {
    min-width: 13.75rem;
  }
}
@media (min-width: 1460px) {
  .header .dropdown-menu {
    min-width: 11.875rem;
  }
}
.header .mobile-locale-picker {
  display: none;
  position: absolute;
  right: 40px;
  top: 8px;
}
.header--page {
  height: 5rem;
  overflow: hidden;
}
@media (max-width: 109.3125rem) {
  .header--page {
    height: 7.1875rem !important;
  }
}
.header--page .scroll-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 6.25rem;
  margin-bottom: -6.25rem;
}
@media (min-width: 109.375rem) {
  .header--page .scroll-wrapper {
    padding-top: 1rem;
  }
}
.header--page .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 109.3125rem) {
  .header--page .container .top-row {
    width: 100%;
  }
}
@media (max-width: 109.3125rem) {
  .header--page .container {
    flex-direction: column;
  }
}
@media (min-width: 109.375rem) {
  .header--page .logo {
    position: absolute;
    left: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 109.375rem) {
  .header--page .btn-login {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 109.3125rem) {
  .header--page .btn-login {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 1199.98px) {
  .header:not(.header--page) {
    transition: all 400ms cubic-bezier(0.07, 0.45, 0.19, 0.67);
  }
  .header:not(.header--page) .header__row-top {
    height: 3.75rem !important;
    z-index: 1002;
    background-color: #242a30;
    position: relative !important;
  }
  .header:not(.header--page) .header__row-bottom {
    transition: all 400ms cubic-bezier(0.07, 0.45, 0.19, 0.67);
    top: -100%;
    left: 0;
    right: 0;
    position: fixed;
    opacity: 0;
    z-index: 1001;
  }
  .header:not(.header--page) .header__row-bottom.open {
    transition: all 600ms cubic-bezier(0.07, 0.45, 0.19, 0.67);
    opacity: 1;
    top: 0;
    padding-top: 3.75rem;
    height: 100%;
    overflow: auto;
  }
  .header:not(.header--page).open {
    bottom: 0;
    height: 100%;
    color: #fff;
  }
  .header:not(.header--page).open .header__row-top {
    height: 3.75rem;
    align-items: center;
  }
  .header:not(.header--page).open .mobile-locale-picker {
    display: block;
  }
}
.header:not(header--secondary):not(.header--page) .header__row-bottom.open {
  height: auto;
}
.header .header__dropdown {
  z-index: 1003 !important;
}
@media (min-width: 1200px) {
  .header {
    height: 5rem;
  }
  .header.tiny {
    height: 3.75rem;
    transition: height 0.3s ease-out;
  }
  .header:not(.header--secondary) .container,
  .header:not(.header--secondary) .row {
    height: 100%;
  }
  .header:not(.header--secondary) *[class*='col-'],
  .header:not(.header--secondary) .col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.header--secondary {
  background-color: #298cf0;
}
@media (max-width: 1199.98px) {
  .header--secondary:not(.header--page) {
    transition: all 400ms cubic-bezier(0.07, 0.45, 0.19, 0.67);
  }
  .header--secondary:not(.header--page) .header__row-top {
    height: 3.75rem !important;
    z-index: 1002;
    background-color: #242a30;
    position: relative !important;
  }
  .header--secondary:not(.header--page) .header__row-bottom {
    transition: all 400ms cubic-bezier(0.07, 0.45, 0.19, 0.67);
    top: -100%;
    left: 0;
    right: 0;
    position: fixed;
    opacity: 0;
    z-index: 1001;
  }
  .header--secondary:not(.header--page) .header__row-bottom.open {
    transition: all 600ms cubic-bezier(0.07, 0.45, 0.19, 0.67);
    opacity: 1;
    top: 0;
    padding-top: 3.75rem;
    height: 100%;
    overflow: auto;
  }
  .header--secondary:not(.header--page).open {
    bottom: 0;
    height: 100%;
    color: #fff;
  }
  .header--secondary:not(.header--page).open .header__row-top {
    height: 3.75rem;
    align-items: center;
  }
  .header--secondary:not(.header--page).open .mobile-locale-picker {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .header--secondary {
    height: 3.75rem;
    background-color: #298cf0;
  }
  .header--secondary .main-menu-wrapper {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .header--secondary .container,
  .header--secondary .row {
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .header--secondary .header__row-top {
    background-color: #298cf0 !important;
  }
}
@media (min-width: 768px) {
  .header--agent + .subheader {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 3.75rem;
  }
}
@media (min-width: 1460px) {
  .header--agent + .subheader {
    top: 5rem;
  }
}
.header--agent.tiny + .subheader {
  top: 3.75rem;
  transition: top 0.3s ease-out;
}
.section {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
.section--gray-text p {
  color: rgba(0, 0, 0, 0.6);
}
.section--tiny {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.section--small {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.section--bg {
  padding: 1.25rem 1.875rem;
  background-color: #fff;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #dee2e6;
}
@media (max-width: 991.98px) {
  .section--bg {
    padding: 1.25rem 0;
  }
}
.section--bg .subsection {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding: 1.25rem 1.875rem;
  background-color: rgba(241, 242, 247, 0.5);
  border-bottom: 0.0625rem solid #dee2e6;
  border-top: 0.0625rem solid #dee2e6;
}
.section--bg .subsection:nth-of-type(1) {
  margin-top: -1.25rem;
  border-top: 0;
}
.section--bg .subsection--small {
  padding: 0.9375rem 1.875rem;
}
.section--bg .submenu-wrapper {
  margin-top: -1.25rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: 1.875rem;
  padding: 0 1.875rem;
  border-bottom: 0.0625rem solid #dee2e6;
}
@media (max-width: 991.98px) {
  .section--bg .submenu-wrapper {
    padding: 0 0.9375rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.section--medium {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
.section--bg-blue {
  background: rgba(41, 140, 240, 0.05);
}
@media (min-width: 1200px) {
  .section__custom-wrapper {
    width: 53.25rem;
  }
}
.sidebar {
  position: fixed;
  right: -30.625rem;
  top: 0;
  bottom: -1rem;
  height: 100%;
  background-color: #fff;
  z-index: 3010;
  transition: all 0.2s ease-out;
  width: 30.625rem;
  overflow: scroll;
}
.sidebar > * {
  -webkit-transform: translateZ(0);
}
@media (min-width: 992px) {
  .sidebar--large {
    width: 56.25rem;
    right: -56.25rem;
  }
}
@media (max-width: 991.98px) {
  .sidebar--large {
    width: 100%;
    left: 100%;
  }
}
.sidebar--large.open {
  right: -1rem;
}
@media (max-width: 991.98px) {
  .sidebar--large.open {
    left: 0;
    width: 100%;
  }
  .sidebar--large.open__content {
    padding: 3.75rem 0.9375rem;
  }
}
@media (min-height: 600px) and (min-width: 1200px) {
  .sidebar--x-large {
    align-items: center;
  }
}
@media (max-height: 1109px) and (max-width: 1199px) {
  .sidebar--x-large {
    align-items: stretch !important;
  }
  .sidebar--x-large .sidebar__content {
    overflow: auto !important;
  }
}
@media (min-width: 1200px) {
  .sidebar--x-large {
    width: 68.75rem;
    right: -68.75rem;
  }
  .sidebar--x-large .sidebar-left {
    padding-right: 3.125rem;
  }
  .sidebar--x-large .sidebar-right {
    border-left: 0.0625rem solid #dee2e6;
    padding-left: 3.125rem;
  }
  .sidebar--x-large .sidebar-desc {
    min-height: 8.75rem;
  }
}
@media (max-width: 1199.98px) {
  .sidebar--x-large {
    width: 100%;
    left: 100%;
  }
}
.sidebar--x-large.open {
  right: -1rem;
}
@media (max-width: 1199.98px) {
  .sidebar--x-large.open {
    left: 0;
    width: 100%;
  }
  .sidebar--x-large.open__content {
    padding: 3.75rem 0.9375rem;
    overflow: auto;
  }
}
@media (max-width: 767.98px) {
  .sidebar--x-large.open .chosen-single,
  .sidebar--x-large.open .form-control {
    padding-left: 0.625rem;
  }
  .sidebar--x-large.open .form-item-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.sidebar__content {
  padding: 3.75rem;
}
@media (max-width: 767.98px) {
  .sidebar {
    width: 100%;
    left: 100%;
  }
  .sidebar__content {
    padding: 3.75rem 1.875rem;
  }
}
.sidebar.open {
  right: -1rem;
}
@media (max-width: 767.98px) {
  .sidebar.open {
    left: 0;
    width: 100%;
  }
  .sidebar.open__content {
    padding: 3.75rem 0.9375rem;
  }
}
@media (min-height: 37.5rem) {
  .sidebar {
    display: flex;
    align-items: center;
  }
}
.sidebar__content {
  overflow: hidden;
  width: 100%;
}
.sidebar__close {
  position: absolute;
  top: 1.375rem;
  right: 1.375rem;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.sidebar__close:hover {
  opacity: 0.9;
}
.sidebar__success-icon {
  width: 5rem;
  height: 5rem;
  display: inline-block;
}
.sidebar__section {
  border-top: 0.0625rem solid #dce1e9;
  border-bottom: 0.0625rem solid #dce1e9;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background-color: rgba(220, 225, 233, 0.5);
  margin-left: -3.75rem;
  margin-right: -3.75rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.chosen-single {
  padding-right: 2.8125rem;
}
.chosen-single span {
  margin-right: 0.3125rem;
}
.custom-form {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 26.25rem) {
  .custom-form {
    font-size: 1.0625rem;
    line-height: 2rem;
  }
}
@media (min-width: 30rem) {
  .custom-form {
    font-size: 1.625rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .custom-form {
    font-size: 2.125rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .custom-form {
    text-align: left !important;
  }
  .custom-form .form-actions .btn {
    width: 100%;
    text-align: center;
    font-size: 1em;
    line-height: 1.18;
  }
}
.custom-form .form-input {
  text-align: center;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: inherit;
  width: 4.375rem;
  color: #298cf0;
  font-weight: 700;
  border-bottom: 0.0625rem solid #dee2e6;
  background-color: transparent;
  border-radius: 0;
}
.custom-form .form-input.CZK,
.custom-form .form-input.PLN,
.custom-form .form-input.HRK {
  width: 6.25rem;
}
.custom-form .form-input.HUF {
  width: 8.125rem;
}
.custom-form .form-input::placeholder {
  color: rgba(155, 155, 155, 0.5);
  font-size: inherit;
  font-weight: 700;
}
.custom-form .form-input:focus::placeholder {
  color: transparent;
}
.login {
  height: 100%;
  padding: 1.875rem;
}
@media (min-width: 768px) {
  .login__content {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .login__content {
    width: 100%;
  }
}
.login .form {
  max-width: 23.125rem;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .login {
    padding: 0.9375rem;
  }
  .login .row,
  .login .col-12 {
    padding: 0;
    margin: 0;
  }
  .login .form {
    padding: 0;
    border-radius: 0.75rem;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .login:after {
    content: '';
    width: 50%;
    height: 100%;
    background: url('../themes/moventum//assets/images/bg-login.jpg') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .login.login-pl:after {
    background-image: url('../themes/moventum//assets/images/pl/bg-login.jpg');
  }
}
.logged-in {
  background-color: #fdfdfc;
}
.page-banner {
  background-color: #3b3e42;
}
.page-news {
  background-color: #f1f2f7;
}
@media (min-width: 1460px) {
  .main .container {
    max-width: 84.375rem;
  }
}
.modal-open {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
sup {
  font-size: 90%;
}
sup.tooltip-icon {
  font-size: 0.875rem;
  color: rgba(59, 62, 66, 0.6);
  cursor: pointer;
}
sup.tooltip-icon:before {
  content: ' ';
}
sup.tooltip-icon:hover {
  color: #298cf0;
}
@media (max-width: 767.98px) {
  .main br:not(.break) {
    content: ' ';
  }
  .main br:not(.break):after {
    content: ' ';
  }
}
.poradca-small,
.bd-callout img[src*='assets/images/team/poradca.png'] {
  width: 3.125rem;
  height: auto;
}
.result-number:before {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border-width: 0.125rem;
  display: inline-block;
  border-style: solid;
  margin-right: 1rem;
  position: relative;
}
.result-number.avg:before {
  border: none;
  background-color: #298cf0;
}
.result-number.max:before {
  border-color: #3ae6cd;
  background-color: #a3f8f9;
}
.result-number.min:before {
  border-color: #dce1e9;
  background-color: #f1f2f7;
}
.result-number.deposits:before {
  border: none;
  background-color: #044b8d;
}
.result-number.withdraws:before {
  border: none;
  background-color: #fd7e14;
}
@media (min-width: 768px) {
  .question-result {
    display: none;
  }
}
img + h2,
ul + h2,
p + h2 {
  margin-top: 3.125rem;
}
#card_amounts .target_amount_labels,
.target_amount_labels,
#card_sliders .question-wrapper {
  margin-top: -1px;
}
.onboarding-portfolio label {
  font-weight: bold;
}
.readmode-currency {
  display: none;
}
#portfolio_name {
  min-height: initial;
  padding: 0.625rem 1.5rem;
  color: #4a4a4a;
  background-color: #fff;
  border: 0.0625rem solid #dce1e9;
  font-weight: 400;
  overflow: hidden;
  display: block;
}
.input-currency-with-tax + .input-group-text {
  padding: 0.125rem;
  line-height: 1;
  font-size: 0.875rem;
}
.readmode input:not(.editable),
.readmode textarea:not(.editable),
.readmode #portfolio_name,
.readmode input.readmode {
  color: #298cf0;
  border: transparent;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  display: inline !important;
  background-image: none;
}
.readmode input:not(.editable):disabled {
  background-color: transparent !important;
}
.readmode .input-currency:not(.editable) {
  display: inline-block !important;
  width: auto;
  text-overflow: clip;
}
.readmode .input-currency:not(.editable) + .input-group-text {
  display: none;
}
.readmode .readmode-currency {
  display: inline-block;
  color: #298cf0;
  font-weight: 700;
  margin-left: 0.3125rem;
  background-color: transparent;
}
.readmode .input-wrappers:not(.editable) {
  display: flex;
  align-items: center;
}
.readmode .input-wrappers:not(.editable) .input-wrapper {
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .readmode .input-wrappers:not(.editable) .input-wrapper {
    padding-right: 0.375rem;
  }
  .readmode .input-wrappers:not(.editable) .input-wrapper input {
    width: calc(100% + 5px);
  }
}
.phone-number {
  color: inherit;
}
.phone-number a {
  color: inherit;
}
.card-header[data-toggle='collapse'] {
  cursor: pointer;
}
[data-toggle='tooltip'] {
  cursor: pointer;
}
#fake {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border: none;
}
#faq-content {
  min-height: 28.125rem;
}
#newsletter {
  background: #fff;
  border-radius: 0.1875rem;
  overflow: hidden;
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  #newsletter {
    font-size: 1rem;
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #newsletter {
    width: 100%;
  }
}
#newsletter .newsletter-submit,
#newsletter .newsletter-email {
  border-radius: 0.1875rem;
}
#newsletter .newsletter-email {
  width: 100%;
  height: 2.8125rem;
  line-height: 2.9375rem;
  border: none;
  padding-right: 4.6875rem;
  padding-left: 0.625rem;
}
@media (min-width: 768px) {
  #newsletter .newsletter-email {
    padding-right: 6.25rem;
    padding-left: 1.5625rem;
  }
}
#newsletter .newsletter-submit {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  height: 2.3125rem;
  line-height: 2.3125rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: auto;
  background: #298cf0;
}
#newsletter .newsletter-submit:hover {
  background: rgba(41, 140, 240, 0.8);
}
@media (min-width: 768px) {
  #newsletter .newsletter-submit {
    width: 6.125rem;
  }
}
.newsletter-title {
  min-height: auto !important;
}
#newsletter-subscribe {
  position: fixed;
  background: #0080f7;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  padding: 2.5rem 0;
  color: #fff;
}
@media (max-width: 768px) {
  #newsletter-subscribe {
    padding: 1.5625rem 0 0.625rem;
  }
}
#newsletter-subscribe .container .btn-close {
  position: absolute;
  top: -1.1875rem;
  left: 2.1875rem;
  position: absolute;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  #newsletter-subscribe .container .btn-close {
    left: 50%;
    margin-left: -1.1875rem;
  }
}
#newsletter-subscribe .container .btn-close:hover {
  opacity: 0.9;
}
#newsletter-subscribe p,
#newsletter-subscribe h2 {
  margin: 0;
}
@media (max-width: 1460px) {
  #newsletter-subscribe br {
    display: none;
  }
}
@media (max-width: 768px) {
  #newsletter-subscribe .text-right {
    text-align: left !important;
  }
}
#newsletter-subscribe form {
  position: relative;
}
#newsletter-subscribe form .newsletter-email {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  height: 3.125rem;
  font-weight: bold;
  color: #298cf0;
}
#newsletter-subscribe form .newsletter-email.is-invalid {
  border: 1px solid #ed0425;
}
#newsletter-subscribe form .newsletter-email.is-invalid,
#newsletter-subscribe form .newsletter-email.not-empty,
#newsletter-subscribe form .newsletter-email:focus {
  padding-left: 0.9375rem;
  border-radius: 3px;
  background-color: #fff;
  color: #298cf0;
}
#newsletter-subscribe form .newsletter-email.is-invalid + .newsletter-submit,
#newsletter-subscribe form .newsletter-email.not-empty + .newsletter-submit,
#newsletter-subscribe form .newsletter-email:focus + .newsletter-submit {
  background-color: #298cf0;
  color: #fff;
  right: 0.1875rem;
}
@media (max-width: 768px) {
  #newsletter-subscribe form .newsletter-email {
    font-size: 1.5rem;
  }
}
#newsletter-subscribe form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#newsletter-subscribe form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#newsletter-subscribe form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#newsletter-subscribe form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#newsletter-subscribe form .newsletter-submit {
  background: #fff;
  border-radius: 3px;
  padding: 0.5625rem 1.875rem;
  color: #2a3036;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0.25rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  #newsletter-subscribe form .newsletter-submit {
    position: static;
    width: 100%;
    margin-top: 0.9375rem;
  }
}
#newsletter-subscribe form .form-group {
  margin-top: 0.9375rem;
  margin-bottom: 0;
}
#newsletter-subscribe form .form-group label {
  color: #fff;
}
#newsletter-subscribe form a {
  color: white;
  transition: all 200ms ease-out;
  text-decoration: underline;
}
#newsletter-subscribe form a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.testimonials__boxes {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
.testimonials__box {
  padding: 3.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: inherit;
  float: none !important;
}
@media (min-width: 768px) {
  .testimonials__box {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .testimonials__box {
    padding: 1.875rem;
  }
}
.testimonials__text-wrapper {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .testimonials__text-wrapper {
    max-width: 23.75rem;
    padding: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .testimonials__text-wrapper {
    font-size: 0.875rem;
    padding: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .testimonials__position,
  .testimonials__name {
    line-height: 1.2;
  }
}
.testimonials__text {
  flex: 1 1 auto;
}
.testimonials .slick-track {
  display: flex;
}
.testimonials .slick-list {
  width: 100%;
}
.static-page {
}
.static-page .btn {
  border-radius: 53px;
}
.static-page .btn.btn-secondary:after {
  box-shadow: none;
}
.static-page .notice {
  position: fixed;
  right: 2.5rem;
  bottom: 1.875rem;
  background: #fff;
  border-radius: 3.875rem;
  z-index: 20;
  box-shadow: 0 7px 20px rgba(112, 144, 176, 0.2);
  cursor: pointer;
  height: 70px;
}
.static-page .notice .notice-hover {
  display: none;
}
.static-page .notice__heading {
  line-height: 1.4375rem;
  color: #293037;
}
.static-page .notice__icon-wrapper {
  font-size: 0;
  background: #0080f7;
  border-radius: 50%;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.static-page .notice__icon-wrapper.pr-0 {
  padding: 0;
  width: 70px;
  box-shadow: 0 15px 40px rgba(112, 144, 176, 0.2);
}
.static-page .notice .row .col-auto:first-child {
  padding: 0.75rem 1.25rem 0rem 3.125rem;
}
.static-page .notice__link {
  color: #0080f7;
  line-height: 1.125rem;
  transition: all 200ms ease-out;
}
@media (max-width: 767.98px) {
  .static-page .notice__icon-wrapper img {
    padding: 0.9375rem;
  }
}
.static-page {
  padding-top: 0;
}
@media (min-width: 1460px) {
  .static-page .main .container {
    max-width: 1430px;
  }
}
.static-page .page-banner {
  color: #fff;
  background-color: #298cf0 !important;
  background: radial-gradient(
    82.28% 157.61% at 75.27% 99.07%,
    rgba(2, 12, 63, 0) 0%,
    #020c3f 97.4%
  );
}
@media (min-width: 992px) {
  .static-page .page-banner {
    padding-top: 5rem;
  }
}
@media (max-width: 1199.98px) {
  .static-page .page-banner {
    padding-top: 3.75rem;
  }
}
.static-page .bg-dark {
  background: transparent !important;
}
.static-page nav.scrolled {
  background: linear-gradient(360deg, #1e4be6 0%, #0080f7 89.06%) !important;
  z-index: 15;
}
.static-page nav.scrolled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    82.28% 157.61% at 75.27% 99.07%,
    rgba(2, 12, 63, 0) 0%,
    #020c3f 97.4%
  );
}
.static-page .navbar {
  padding: 0.9375rem 0;
  width: inherit;
  z-index: 2;
}
.static-page .navbar .navbar-brand {
  padding-bottom: 0.375rem;
}
.static-page .navbar-dark .navbar-toggler {
  border: none;
}
.static-page ul.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.static-page ul.navbar-nav li.nav-item {
  border-bottom: 2px solid transparent;
  margin-right: 1.25rem;
}
.static-page ul.navbar-nav li.nav-item:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #0080f7;
  transition: width 0.3s;
}
.static-page ul.navbar-nav li.nav-item:hover:after {
  width: 100%;
  max-width: calc(100% - 20px);
}
.static-page ul.navbar-nav li.nav-item:hover .nav-link.dropdown-toggle::after {
  transform: rotate(-180deg);
  transition: 300ms linear all;
  padding: 0;
  padding-right: 0rem;
}
.static-page ul.navbar-nav li.nav-item a.nav-link {
  padding: 0;
  padding-right: 1.25rem;
}
.static-page ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle {
  vertical-align: middle;
}
.static-page ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.static-page ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle:after {
  font-family: 'icons' !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  color: #cdcdcdb2;
  position: absolute;
  top: 5px;
  right: initial;
  transform: initial;
  width: initial;
  height: initial;
  transition: 300ms linear all;
  padding: 0;
  margin-left: 9px;
  padding-left: 0rem;
}
.static-page ul.navbar-nav li.nav-item:not(:first-of-type) {
  margin-left: 1.25rem;
}
.static-page ul.navbar-nav .nav-link {
  font-size: 1rem;
}
.static-page .container {
  position: relative;
}
.static-page .navbar-dark .navbar-nav .nav-link,
.static-page .navbar-dark .navbar-nav .nav-link:focus,
.static-page .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  font-weight: 700;
}
.static-page .buttons {
  padding-right: 0.3125rem;
}
.static-page .buttons a {
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  border-radius: 30px;
  font-weight: 700;
  padding: 0.6875rem 0.875rem;
}
.static-page .buttons a.blue-btn {
  margin-top: 0;
}
.static-page .buttons a:hover {
  text-decoration: none;
}
.static-page .buttons .signup-button {
  margin-right: 1.25rem;
}
.static-page .buttons .signup-button:hover {
  background: #fff;
  color: #293037;
}
.static-page .buttons .signup-button:active {
  background: #fff;
  color: #293037;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.static-page .buttons .signup-button i {
  font-size: 0.75rem;
  padding-right: 0.3125rem;
  vertical-align: middle;
}
.static-page .buttons .starting-button {
  border: 2px solid transparent;
  width: 130px;
  display: inline;
}
.static-page .dropdown.flags {
  margin-left: 10px;
  border-left: 1px solid #678ec0;
  border-bottom: 2px solid transparent;
  padding-left: 0.8125rem;
}
.static-page .dropdown.flags:hover .dropdown-menu {
  position: static;
  min-width: 100%;
}
.static-page .dropdown.flags:hover .dropdown-toggle::after {
  transform: rotate(-180deg);
  transition: 300ms linear all;
  padding: 0;
  padding-right: 0rem;
}
.static-page .dropdown.flags .dropdown-toggle {
  vertical-align: middle;
}
.static-page .dropdown.flags .dropdown-toggle:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.static-page .dropdown.flags .dropdown-toggle:after {
  font-family: 'icons' !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  color: #cdcdcdb2;
  position: absolute;
  top: 5px;
  right: initial;
  transform: initial;
  width: initial;
  height: initial;
  transition: 300ms linear all;
  padding: 0;
  margin-left: 9px;
  padding-left: 0rem;
}
.static-page .dropdown.flags span.lang-desc {
  display: none;
}
.static-page .dropdown.flags .dropdown-menu {
  width: 152px;
  border: none;
  padding-top: 0.625rem;
}
.static-page .dropdown.flags .dropdown-menu img {
  padding-right: 0.625rem;
}
.static-page a#dropdownMenuLink {
  color: #fff;
  text-decoration: none;
}
.static-page .dropdown-menu {
  border: none;
  background: none;
  padding-top: 0.625rem;
}
.static-page .dropdown-menu .dropdown-menu-inner {
  background: #fff;
  border-radius: 12px;
  width: max-content;
  padding: 1.4375rem 1.5625rem;
  box-shadow: 0 15px 40px rgba(112, 144, 176, 0.2);
}
.static-page .dropdown-menu .dropdown-menu-inner .dropdown-item {
  font-size: 1rem;
  font-weight: 700;
  color: #293037;
  white-space: normal;
  padding: 0 0 1rem;
}
.static-page .dropdown-menu .dropdown-menu-inner .dropdown-item:last-of-type {
  padding: 0;
}
.static-page .dropdown-menu .dropdown-menu-inner .dropdown-item:hover {
  color: #0080f7;
  background: transparent;
}
.static-page .support {
  display: none;
}
@media (min-width: 1440px) and (max-width: 1660px) {
  .static-page .dropdown.flags .dropdown-menu .dropdown-menu-inner {
    margin-left: -90px;
  }
}
@media (min-width: 1460px) {
  .static-page ul.navbar-nav li.nav-item:hover .dropdown-menu {
    display: block;
  }
  .static-page .dropdown.flags:hover .dropdown-menu {
    position: absolute;
    display: block;
  }
}
@media (max-width: 1459.98px) {
  .static-page .support {
    display: block;
    font-size: 0.875rem;
    width: fit-content;
  }
  .static-page .support h5 {
    font-weight: 700;
    color: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.3125rem;
    margin: 0;
  }
  .static-page .support .contact-links {
    color: #298cf0;
    text-decoration: underline;
    font-size: 0.875rem;
  }
  .static-page .support .contact-links a:hover {
    text-decoration: none;
  }
  .static-page .navbar {
    padding-bottom: 0;
  }
  .static-page .navbar .navbar-toggler {
    padding: 0.9375rem 1.25rem;
  }
  .static-page .navbar .navbar-brand {
    padding: 0 0 1.125rem 1.625rem;
  }
  .static-page .navbar .navbar-collapse {
    padding: 1.125rem 1.4375rem;
    height: 100vh;
    overflow: scroll;
  }
  .static-page .navbar ul.navbar-nav li.nav-item:not(:first-of-type) {
    margin-left: 0rem;
  }
  .static-page .navbar ul.navbar-nav li.nav-item:after {
    content: none;
  }
  .static-page .navbar ul.navbar-nav li.nav-item:hover {
    border: none;
  }
  .static-page .navbar ul.navbar-nav li.nav-item:hover .nav-link.dropdown-toggle::after {
    transform: none;
    padding: 0 !important;
  }
  .static-page .navbar ul.navbar-nav li.nav-item.dropdown,
  .static-page .navbar ul.navbar-nav li.nav-item .nav-item {
    border-bottom: 1px solid #8a8a8a;
    margin-right: 0;
  }
  .static-page .navbar ul.navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner {
    box-shadow: none;
    background: none;
    margin-top: 0;
    padding: 0.625rem 0 1.25rem;
  }
  .static-page .navbar ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .static-page .navbar ul.navbar-nav li.nav-item a.nav-link {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 2.8125rem;
  }
  .static-page .navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #8a8a8a;
    font-weight: 700;
    line-height: 2.8125rem;
  }
  .static-page .navbar ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle:after {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .static-page .navbar ul.navbar-nav li.nav-item.dropdown.show .nav-link.dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: 300ms linear all;
  }
  .static-page .navbar-collapse {
    background-color: rgba(10, 10, 10, 0.97);
  }
  .static-page .navbar-collapse .buttons a {
    color: #fff;
    display: block;
  }
  .static-page .navbar-dark .navbar-nav .nav-link,
  .static-page .navbar-dark .navbar-nav .nav-link:focus,
  .static-page .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: 400;
    line-height: 35px;
  }
  .static-page .buttons .signup-button,
  .static-page .buttons .starting-button {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .static-page .buttons .signup-button {
    margin-top: 1.25rem;
    margin-bottom: 1.0625rem;
  }
  .static-page .dropdown.flags {
    margin-top: 1.25rem;
    border-left: none;
    padding-left: 0;
  }
  .static-page .dropdown.flags:hover .dropdown-toggle::after {
    transform: none;
    padding: 0 !important;
  }
  .static-page .dropdown.flags.show .dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: 300ms linear all;
  }
  .static-page .dropdown.flags .dropdown-toggle {
    display: block;
    width: 100%;
  }
  .static-page .dropdown.flags .dropdown-toggle:after {
    right: 15px;
  }
  .static-page .dropdown.flags .dropdown-toggle img {
    padding-right: 0.3125rem;
  }
  .static-page .dropdown.flags .dropdown-toggle span.lang-desc {
    display: inline;
  }
  .static-page .dropdown.flags .dropdown-menu {
    position: static;
    width: 100%;
  }
  .static-page .dropdown.flags .dropdown-menu .dropdown-menu-inner {
    background: none;
    margin-top: 0;
    padding: 0.625rem 0 1.25rem;
    box-shadow: none;
  }
  .static-page .dropdown.flags .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .static-page .dropdown.flags .dropdown-menu img {
    padding-right: 0.625rem;
  }
}
.static-page .navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.static-page .navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.static-page .navbar-toggler span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.static-page .navbar-toggler span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.static-page .navbar-toggler span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.static-page .navbar-toggler.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 1px;
}
.static-page .navbar-toggler.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.static-page .navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 1px;
}
.static-page,
.dashboard {
}
.static-page .footer,
.dashboard .footer {
  background: #242a30;
}
.static-page .footer a.link,
.static-page .footer a.link-blue,
.dashboard .footer a.link,
.dashboard .footer a.link-blue {
  color: #fff;
  text-decoration: underline;
}
.static-page .footer .footer-border,
.dashboard .footer .footer-border {
  border-top: 0.0625rem solid #3b3e42;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}
.static-page .footer h4,
.dashboard .footer h4 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  padding-top: 3.8125rem;
  padding-bottom: 1rem;
}
.static-page .footer p,
.dashboard .footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  padding-right: 3.5rem;
}
.static-page .footer p a,
.dashboard .footer p a {
  color: #fff;
  font-size: inherit;
  text-decoration: underline;
}
.static-page .footer p a:hover,
.dashboard .footer p a:hover {
  color: #298cf0;
}
.static-page .footer ul.footer-list,
.dashboard .footer ul.footer-list {
  padding-left: 0;
  list-style-type: none;
  padding-top: 3.8125rem;
}
.static-page .footer ul.footer-list a,
.dashboard .footer ul.footer-list a {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 48px;
  text-decoration: none;
}
.static-page .footer ul.footer-list a:hover,
.dashboard .footer ul.footer-list a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.static-page .footer ul.address,
.static-page .footer ul.client-support,
.dashboard .footer ul.address,
.dashboard .footer ul.client-support {
  padding-left: 0;
  list-style-type: none;
  padding-top: 3.8125rem;
}
.static-page .footer ul.address li,
.static-page .footer ul.client-support li,
.dashboard .footer ul.address li,
.dashboard .footer ul.client-support li {
  color: rgba(255, 255, 255, 0.5);
}
.static-page .footer ul.address li.white-text,
.static-page .footer ul.client-support li.white-text,
.dashboard .footer ul.address li.white-text,
.dashboard .footer ul.client-support li.white-text {
  color: #fff;
}
.static-page .footer ul.address li a.link-blue,
.static-page .footer ul.client-support li a.link-blue,
.dashboard .footer ul.address li a.link-blue,
.dashboard .footer ul.client-support li a.link-blue {
  color: #fff;
  text-decoration: none;
}
.static-page .footer .post-footer,
.dashboard .footer .post-footer {
  padding-bottom: 1.5625rem;
}
.static-page .footer .post-footer .copyright,
.static-page .footer .post-footer .created-by,
.dashboard .footer .post-footer .copyright,
.dashboard .footer .post-footer .created-by {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.static-page .footer .post-footer a.logo,
.dashboard .footer .post-footer a.logo {
  padding-right: 0.125rem;
  position: relative;
  top: -4px;
}
.static-page .footer .post-footer .wezeo-logo,
.dashboard .footer .post-footer .wezeo-logo {
  padding-left: 0.1875rem;
}
.static-page .footer .post-footer .col-lg-6.col-md-12.d-flex,
.dashboard .footer .post-footer .col-lg-6.col-md-12.d-flex {
  justify-content: end;
}
.static-page .footer form .form-group,
.dashboard .footer form .form-group {
  display: flex;
  align-items: center;
  padding-bottom: 1.25rem;
}
.static-page .footer form .form-group label,
.dashboard .footer form .form-group label {
  color: rgba(255, 255, 255, 0.5);
}
.static-page .footer form .form-group input[type='checkbox'],
.dashboard .footer form .form-group input[type='checkbox'] {
  background: #fff;
  border: none;
  width: 20px;
  height: 20px;
  margin-right: 0.625rem;
}
.static-page .footer .arrow-up,
.dashboard .footer .arrow-up {
  margin-top: 2.5rem;
}
.static-page .social,
.dashboard .social {
  text-align: center;
  background: #242a30;
  margin-top: -2.25rem;
}
.static-page .social a,
.dashboard .social a {
  color: #fff;
  font-size: 1.6875rem;
}
.static-page .social a:not(:last-of-type),
.dashboard .social a:not(:last-of-type) {
  padding-right: 1.25rem;
}
.static-page .social a:hover,
.dashboard .social a:hover {
  color: #fff;
  transform: scale(1.1);
}
.static-page #newsletter,
.dashboard #newsletter {
  background: #fff;
  position: relative;
  font-size: 0.875rem;
  max-width: 500px;
  border-radius: 28px;
  overflow: visible;
}
.static-page #newsletter .newsletter-email,
.dashboard #newsletter .newsletter-email {
  width: 100%;
  height: 2.8125rem;
  line-height: 2.9375rem;
  font-size: 1.125rem;
  border: none;
  padding-right: 4.6875rem;
  padding-left: 0.625rem;
  border-radius: 28px;
  padding-left: 1.5625rem;
}
.static-page #newsletter .newsletter-submit,
.dashboard #newsletter .newsletter-submit {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  height: 46px;
  font-size: 1.125rem;
  line-height: 2.3125rem;
  text-align: center;
  background: #298cf0;
  border-radius: 28px;
  width: 141px;
  color: #fff;
  font-weight: 700;
}
.static-page #newsletter .newsletter-submit:hover,
.dashboard #newsletter .newsletter-submit:hover {
  background: #298cf0;
}
.static-page #newsletter-form-wrapper a.link:hover,
.dashboard #newsletter-form-wrapper a.link:hover {
  color: #0080f7;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .static-page .footer,
  .dashboard .footer {
    padding: 0 0.9375rem;
  }
  .static-page .footer ul.client-support,
  .static-page .footer ul.address,
  .static-page .footer ul.footer-list,
  .dashboard .footer ul.client-support,
  .dashboard .footer ul.address,
  .dashboard .footer ul.footer-list {
    padding-top: 1.25rem;
  }
  .static-page .footer p,
  .dashboard .footer p {
    padding-right: 0rem;
  }
  .static-page .footer h4,
  .dashboard .footer h4 {
    padding-top: 1.5625rem;
  }
  .static-page .footer .post-footer,
  .dashboard .footer .post-footer {
    text-align: center;
  }
  .static-page .footer .post-footer .col-lg-6.col-md-12.d-flex,
  .dashboard .footer .post-footer .col-lg-6.col-md-12.d-flex {
    justify-content: center;
  }
  .static-page .footer .social,
  .dashboard .footer .social {
    margin-top: 1.25rem;
  }
  .static-page .footer .social.col-lg-5.col-md-12,
  .dashboard .footer .social.col-lg-5.col-md-12 {
    padding: 0;
  }
}
.main-menu {
  display: flex;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .main-menu {
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .main-menu {
    flex-direction: column;
  }
}
.main-menu__item {
  height: inherit;
  display: flex;
}
@media (max-width: 1199.98px) {
  .main-menu__item {
    display: block;
  }
  .main-menu__item:not(:last-child) {
    border-bottom: 0.0625rem solid #5e6168;
  }
}
.main-menu__item-expanded {
  position: relative;
}
.main-menu__item-expanded .main-menu__link {
  vertical-align: middle;
}
.main-menu__item-expanded .main-menu__link:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.main-menu__item-expanded .main-menu__link:after {
  margin-left: 0.625rem;
  position: relative;
  color: #5e6168;
  transition: all 200ms ease;
}
@media (max-width: 1459.98px) {
  .main-menu__item-expanded .main-menu__link {
    position: relative;
    padding-right: 3.4375rem;
  }
  .main-menu__item-expanded .main-menu__link:after {
    position: absolute;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
  }
  .main-menu__item-expanded .main-menu__link.open-menu {
    color: #5e6168;
    vertical-align: middle;
  }
  .main-menu__item-expanded .main-menu__link.open-menu:after {
    font-family: 'icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
}
.main-menu__menu-expanded {
  display: none;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .main-menu__menu-expanded {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 0.625rem 1.5625rem;
    background: #fff;
    border-radius: 0 0 0.1875rem 0.1875rem;
    z-index: 100;
    box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    min-width: 13.75rem;
  }
  .main-menu__menu-expanded-item:not(:last-child) {
    border-bottom: 0.0625rem solid #f1f2f7;
  }
}
@media (max-width: 1199.98px) {
  .main-menu__menu-expanded {
    padding-bottom: 0.625rem;
  }
}
.main-menu__menu-expanded-link {
  display: block;
  white-space: nowrap;
  font-weight: 500;
  transition: all 200ms ease;
}
.main-menu__menu-expanded-link:hover {
  color: #9b9b9b;
}
@media (min-width: 1200px) {
  .main-menu__menu-expanded-link {
    color: #242a30;
    padding: 0.625rem 0;
  }
}
@media (max-width: 1199.98px) {
  .main-menu__menu-expanded-link {
    color: #fff;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    transition: all 0.5s ease-out;
  }
  .main-menu__menu-expanded-link:active,
  .main-menu__menu-expanded-link:focus {
    padding-left: 0.9375rem;
    color: #298cf0;
  }
}
@media (min-width: 1200px) {
  .main-menu__item-expanded:hover .main-menu__menu-expanded {
    display: block;
  }
}
.main-menu__link {
  align-self: center;
  color: #fff;
  font-weight: 700;
  transition: all 200ms ease;
}
@media (min-width: 1460px) {
  .main-menu__link {
    margin: 0 0.625rem;
  }
}
@media (min-width: 1460px) {
  .main-menu__link {
    margin: 0 0.9375rem;
  }
}
@media (max-width: 1199.98px) {
  .main-menu__link {
    font-size: 1.25rem;
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    display: block;
  }
}
.main-menu__link:hover {
  color: #9b9b9b;
}
@media (min-width: 1200px) {
  .header--secondary .main-menu {
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .header--secondary .main-menu {
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .header--secondary .main-menu__item {
    border-bottom: 0.0625rem solid #fff;
    display: block;
  }
}
@media (min-width: 1200px) {
  .header--secondary .main-menu__item:hover {
    background-color: rgba(36, 42, 48, 0.15);
  }
}
@media (min-width: 1200px) {
  .header--secondary .main-menu__item-expanded:hover .header--secondary .main-menu__menu-expanded {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header--secondary .main-menu .main-menu__link {
    margin: 0 0.625rem;
  }
}
@media (max-width: 1199.98px) {
  .header--secondary .main-menu .main-menu__link {
    font-size: 1.25rem;
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    display: block;
  }
}
.header--secondary .main-menu .main-menu__link:hover {
  color: #fff;
}
.header--secondary .main-menu .main-menu__item-expanded .main-menu__link {
  color: #fff;
}
.header--secondary .main-menu .main-menu__item-expanded .main-menu__link:after {
  color: #fff;
}
@media (min-width: 1200px) {
  .header--secondary .main-menu .main-menu__menu-expanded {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 0.625rem 1.5625rem;
    background: #fff;
    border-radius: 0 0 0.1875rem 0.1875rem;
    z-index: 100;
    box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    min-width: 13.75rem;
  }
  .header--secondary .main-menu .main-menu__menu-expanded-item:not(:last-child) {
    border-bottom: 0.0625rem solid #f1f2f7;
  }
}
@media (max-width: 1199.98px) {
  .header--secondary .main-menu .main-menu__menu-expanded {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .header--secondary .main-menu .main-menu__menu-expanded-link:hover {
    color: #298cf0;
  }
}
@media (max-width: 1199.98px) {
  .header--secondary .main-menu .main-menu__menu-expanded-link:hover {
    text-decoration: underline;
    color: #fff;
  }
}
.header--secondary .link-blue {
  color: white;
  transition: all 200ms ease-out;
}
.header--secondary .link-blue:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1200px) {
  .header--secondary .header__row-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .navigation {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
  }
  body.logged-in .navigation {
    height: inherit;
  }
  .navigation .btn:not(.btn--dropdown) {
    width: 100%;
  }
}
@media (max-width: 1459.98px) {
  .header--secondary .btn:not(.btn--dropdown) {
    width: 100%;
  }
}
.responsive-menu {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  color: #fff;
  line-height: 0;
  border: none;
  display: flex;
}
.responsive-menu__icon:before {
  vertical-align: top;
}
.responsive-menu.active .responsive-menu__icon {
  vertical-align: middle;
}
.responsive-menu.active .responsive-menu__icon:before {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
@media (min-width: 1200px) {
  .responsive-menu {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header--secondary .responsive-menu {
    display: flex;
  }
}
.logo {
  display: block;
  font-size: 0;
  line-height: 0;
}
.logo__img {
  width: 10.25rem;
  height: 2.4375rem;
}
.header-container {
  max-width: 95% !important;
}
.logo__img.logo-beta {
  width: 5.75rem;
}
.login .logo__img {
  width: 5.4375rem;
  height: 1.875rem;
}
.login .logo__img.logo-beta {
  width: 7.3125rem;
}
.footer .logo__img {
  width: 6.75rem;
  height: 2.1875rem;
}
.social-link {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .social-link {
    justify-content: center;
  }
}
.social-link__item {
  width: 36px;
  text-align: center;
  margin: 0 0.5rem 10px;
}
@media (max-width: 1459px) {
  .social-link__item {
    margin: 0 0.125rem 10px;
  }
}
@media (max-width: 1199px) {
  .social-link__item {
    margin: 0 0.1875rem 10px;
  }
}
@media (max-width: 991px) {
  .social-link__item {
    margin: 0 0.625rem 10px;
  }
}
@media (max-width: 767px) {
  .social-link__item {
    width: 25%;
    margin: 0;
    padding: 10px 0;
    border-right: 1px solid #3b3e42;
  }
  .social-link__item:nth-child(-n + 4) {
    border-bottom: 1px solid #3b3e42;
  }
  .social-link__item:nth-child(4n) {
    border-right: none;
  }
}
.social-link__link {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .social-link__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.social-link__link--facebook:hover {
  color: #3b5998;
}
.social-link__link--youtube:hover {
  color: #ff364e;
}
@media (max-width: 767px) {
  .account-menu-social-links .social-link .social-link__item {
    border-right: 1px solid #fff;
  }
  .account-menu-social-links .social-link .social-link__item:nth-child(-n + 4) {
    border-bottom: 1px solid #fff;
  }
  .account-menu-social-links .social-link .social-link__item:nth-child(4n) {
    border-right: none;
  }
}
.boxes {
  height: 100%;
  border-radius: 0.75rem;
}
.boxes__item {
  height: 100%;
  background: #fff;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
  padding: 2.1875rem 1.5625rem;
}
@media (min-width: 768px) {
  .boxes__item {
    padding: 3.125rem 2.1875rem 3.125rem 3.4375rem;
  }
}
.boxes__item--border {
  border: 0.0625rem solid #dce1e9;
}
.boxes__item--hover {
  cursor: pointer;
}
.boxes__item--hover:hover {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(94, 97, 104, 0.1);
}
@media (min-width: 768px) {
  .boxes__item--small {
    padding: 1.25rem 1.875rem;
  }
}
@media (min-width: 1460px) {
  .boxes__item--small {
    padding: 2.5rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .boxes__item--medium {
    padding: 2.8125rem 3.125rem;
  }
}
@media (min-width: 1460px) {
  .boxes__item--medium {
    padding: 3.125rem 5rem;
  }
}
.boxes__item--grey {
  background-color: rgba(241, 242, 247, 0.5);
  border: 0.0625rem solid #dce1e9;
}
@media (min-width: 768px) {
  .boxes__item--big {
    padding: 4.0625rem 3.125rem;
  }
}
@media (min-width: 1460px) {
  .boxes__item--big {
    padding: 5.9375rem 5rem;
  }
}
.boxes__item--transparent {
  background-color: transparent;
}
.list {
  padding-left: 0;
  list-style: none;
}
.list__item {
  margin-bottom: 0.9375rem;
  vertical-align: middle;
  position: relative;
}
.list__item:before {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
@media (max-width: 767.98px) {
  .list__item {
    padding-left: 2rem;
  }
}
.list__item:before {
  position: absolute;
  top: 0.3125rem;
  font-size: 1rem;
  color: #298cf0;
}
@media (min-width: 768px) {
  .list--check-outside .list__item:before {
    left: -1.75rem;
  }
}
@media (max-width: 767.98px) {
  .list--check-outside .list__item:before {
    left: 0;
  }
}
.list--check-inside .list__item {
  padding-left: 2rem;
}
.list--check-inside .list__item:before {
  left: 0;
}
.list--terms__item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #9b9b9b;
  border-bottom: 0.0625rem solid #dce1e9;
  position: relative;
  padding-right: 3.125rem;
}
.list--terms__item:first-child {
  border-top: 0.0625rem solid #dce1e9;
}
.list--terms__item:after {
  content: '';
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  right: 1.25rem;
  font-size: 1.375rem;
  background: url('../themes/moventum//assets/images/wait.svg') no-repeat;
  background-size: 1.375rem 1.375rem;
}
.list--terms__item.success {
  color: #242a30;
}
.list--terms__item.success:after {
  background: url('../themes/moventum//assets/images/svg-sprite/success.svg') no-repeat;
  background-size: 1.375rem 1.375rem;
}
.list-alphabet {
  counter-reset: listStyle;
  padding-left: 0;
  list-style: none;
}
.list-alphabet li {
  counter-increment: listStyle;
}
.list-alphabet li:before {
  content: counter(listStyle, lower-alpha) ') ';
}
.list-number {
  counter-reset: listStyle;
  padding-left: 0;
  list-style: none;
}
.list-number li {
  counter-increment: listStyle;
  position: relative;
  padding-left: 4.6875rem;
  padding-right: 1.5625rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  color: rgba(59, 62, 66, 0.6);
  border-bottom: 0.0625rem solid #dee2e6;
}
.list-number li:before,
.list-number li:after {
  position: absolute;
  display: block;
  left: 1.5625rem;
  top: 0.875rem;
}
.list-number li:before {
  content: counter(listStyle);
  width: 2rem;
  text-align: center;
  color: #298cf0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.125rem;
}
.list-number li:after {
  content: '';
  background-color: rgba(41, 140, 240, 0.2);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.list-number--small li {
  padding-left: 3.125rem;
}
.list-number--small li:before,
.list-number--small li:after {
  left: 0;
}
.list-link {
  padding-left: 0;
  list-style: none;
}
.list-link li {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.list-link li:not(:last-child) {
  border-bottom: 0.0625rem solid #dee2e6;
}
.list-link li a {
  color: rgba(59, 62, 66, 0.6);
}
.list-link li a:hover {
  font-weight: 700;
  color: #298cf0;
}
.list-inline .border-right:last-child {
  border-right: none !important;
}
body:not(.static-page) .notice {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  padding: 1.375rem 1.5625rem 1.1875rem;
  background: #0080f7;
  border-radius: 0.1875rem;
  z-index: 20;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(41, 140, 240, 0.3);
  cursor: pointer;
}
body:not(.static-page) .notice__heading {
  line-height: 1.1875rem;
  color: #fff;
}
body:not(.static-page) .notice__icon-wrapper {
  font-size: 0;
}
body:not(.static-page) .notice__link {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.125rem;
  transition: all 200ms ease-out;
}
body:not(.static-page) .notice__link:hover {
  color: #fff;
}
body:not(.static-page) .notice__icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 767.98px) {
  body:not(.static-page) .notice {
    padding: 0.625rem;
  }
  body:not(.static-page) .notice .row .col-auto:last-child {
    display: none;
  }
  body:not(.static-page) .notice__icon-wrapper {
    padding-right: 0.9375rem !important;
  }
  body:not(.static-page) .notice__icon-wrapper .notice__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(36, 42, 48, 0.7);
  display: none;
}
.overlay.white {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1199.98px) {
  .overlay.white {
    display: none !important;
  }
}
.bd-callout {
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.1875rem;
  border-left-width: 0.4375rem;
  background-color: #fff;
  border-left-color: #298cf0;
  position: relative;
}
@media (min-width: 768px) {
  .bd-callout {
    padding: 1.1875rem 1.6875rem;
  }
}
@media (max-width: 767.98px) {
  .bd-callout {
    padding: 0.625rem 0.9375rem;
  }
}
.bd-callout.bd-callout-background {
  background-color: rgba(41, 140, 240, 0.05);
}
.bd-callout-warning {
  border-left-color: #f0670d;
  padding: 0.4375rem 1.6875rem;
}
@media (max-width: 767.98px) {
  .bd-callout-warning .row > div:first-child {
    display: none;
  }
}
.bd-callout-warning.bd-callout-background {
  background-color: rgba(240, 103, 13, 0.05);
}
.bd-callout-wrong {
  border-color: #ed0425;
}
.bd-callout-success {
  border-left-color: #28a745;
}
.bd-callout-transparent {
  border-color: transparent;
}
#onboarding-menu {
  z-index: 99;
}
.steps-wrapper {
  height: 3.75rem;
}
body.onboarding .header .top-row {
  min-height: 3.75rem;
}
@media (min-width: 992px) {
  .header.open .current-step {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .current-step {
    font-size: 0.875rem;
  }
  .current-step .step-name {
    order: 1;
  }
  .current-step .step-num {
    order: 2;
  }
  .current-step .step-num .num {
    color: #ccc;
  }
}
.steps {
  display: block;
  height: 1.5rem;
  align-items: center;
  margin-bottom: 0;
  background: #242a30;
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: -100%;
  right: -15px;
  height: auto;
  width: auto;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.07, 0.45, 0.19, 0.67);
}
@media (min-width: 1200px) {
  .steps {
    display: flex;
    position: static;
    opacity: 1;
    background: transparent;
  }
}
@media (max-width: 1459.98px) {
  .steps {
    left: -100%;
    right: auto;
    top: 3.75rem;
  }
}
.steps.open {
  transition: all 600ms cubic-bezier(0.07, 0.45, 0.19, 0.67);
  opacity: 1;
  top: 1.875rem;
  height: auto;
}
@media (max-width: 1459.98px) {
  .steps.open {
    top: 3.75rem;
    left: 0;
  }
}
.steps__item {
  flex: 1 1 auto;
}
.steps__item.success .steps__link:before {
  background: url('../themes/moventum//assets/images/success_onboarding_step.svg');
  width: 1.4375rem;
}
.steps__item.success .steps__link,
.steps__item.active .steps__link {
  color: #fff;
}
.steps__item.success .steps__link:before,
.steps__item.active .steps__link:before {
  opacity: 1;
}
.steps__link {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 2.0625rem;
  position: relative;
  display: block;
}
.steps__link:before {
  content: '';
  background: url('../themes/moventum//assets/images/wait.svg');
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  opacity: 0.5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.nav-carousel {
  color: #298cf0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  font-size: 1.375rem;
  background: transparent;
  border: none;
  cursor: pointer;
  height: 1.375rem;
}
.nav-carousel:focus {
  outline: none;
}
.nav-carousel:hover {
  color: #242a30;
}
.nav-carousel i:before {
  vertical-align: top;
}
.submenu {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.submenu--small .submenu__link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .submenu__item {
    margin-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .submenu__item {
    margin-right: 2.5rem;
  }
}
.submenu__link {
  font-weight: 500;
  color: #5e6168;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: block;
  border-bottom: 0.125rem solid transparent;
}
.submenu__link.active,
.submenu__link:hover {
  color: #298cf0;
  border-bottom: 0.125rem solid #298cf0;
}
@media (max-width: 767.98px) {
  .submenu {
    flex-direction: column;
  }
  .submenu--small .submenu__link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .submenu__link {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.quote {
  position: relative;
  padding-bottom: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.quote__content {
  width: 16.25rem;
  margin-bottom: 0.9375rem;
  color: #fff;
}
@media (min-width: 992px) {
  .quote__content {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .quote__content {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1460px) {
  .quote__content {
    font-size: 1.0625rem;
  }
}
.quote__author {
  color: #dce1e9;
  font-size: 0.875rem;
}
.hover-list {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}
.hover-list > li {
  list-style-type: none;
  counter-increment: item;
  position: relative;
  padding-left: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #dce1e9;
  padding-right: 0.625rem;
}
.hover-list > li:before {
  content: counter(item) '.';
  position: absolute;
  left: 0;
  font-weight: 700;
  top: 0.9375rem;
}
.hover-list > li > a {
  vertical-align: middle;
  position: relative;
  display: block;
  padding-right: 0.9375rem;
  color: inherit;
}
.hover-list > li > a:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.hover-list > li > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #298cf0;
  font-size: 1.25rem;
}
.hover-list > li:hover {
  color: #298cf0;
}
.hover-list > li:hover a {
  font-weight: 700;
}
.hover-list > li:hover a:after {
  color: #242a30;
}
.point {
  border-bottom: 0.0625rem solid rgba(41, 140, 240, 0.2);
  position: relative;
  margin-bottom: 1.25rem;
}
.point span {
  position: absolute;
  font-size: 2rem;
  line-height: 1.75rem;
  font-weight: 700;
  bottom: -0.375rem;
  background-color: #fff;
  color: #298cf0;
  padding-right: 0.1875rem;
}
.compare {
  display: flex;
  flex-wrap: wrap;
}
.compare__heading,
.compare__data {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #fff;
  padding: 0.625rem;
}
@media (max-width: 29.9375rem) {
  .compare__heading,
  .compare__data {
    font-size: 0.875rem;
  }
}
.compare__heading {
  text-align: center;
}
.compare__header {
  width: 100%;
  background-color: #298cf0;
  color: #fff;
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  border-bottom: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
}
.compare__col {
  width: 32%;
}
.compare__col:not(.compare__col--big) {
  padding-top: 1.125rem;
}
.compare__col--big {
  width: 36%;
  font-weight: 700;
}
@media (max-width: 29.9375rem) {
  .compare__col--big {
    font-size: 0.875rem;
  }
}
@media (min-width: 30rem) {
  .compare__col--big {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .compare__col--big {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .compare__col--big {
    font-size: 1.375rem;
  }
}
.compare__col--big .compare__heading {
  height: 5.125rem;
}
.compare__col--big .compare__data {
  height: 7.75rem;
}
.compare__heading {
  background-color: #298cf0;
  border: 0.0625rem solid #fff;
  color: #fff;
  height: 4.625rem;
  line-height: 1.1;
}
.compare__big {
  position: relative;
  z-index: 1;
}
.compare__data {
  height: 7rem;
}
.compare__data:nth-child(even) {
  background-color: #edf6fd;
}
.compare__data:nth-child(odd) {
  background-color: #d5edfe;
}
.compare--small .compare__col {
  width: 33.33%;
  padding-top: 0;
}
.compare--small .compare__data {
  height: 3.4375rem;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 0.75rem !important;
  overflow: hidden !important;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
  background-color: #000;
}
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 0.75rem !important;
  z-index: 3;
}
.youtube-video-place {
  position: absolute;
  height: 100%;
  width: 100%;
}
.youtube-video-place img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  cursor: pointer;
}
.youtube-video-place span.play {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.25rem;
  height: 5.25rem;
  margin: -2.625rem 0 0 -2.625rem;
  background: url('../themes/moventum//assets/images/play.svg') no-repeat 50%;
  background-size: 75% 75%;
  z-index: 2;
  cursor: pointer;
  transition: all 200ms ease;
}
.youtube-video-place:hover span.play {
  background-size: 100% 100%;
  transition: all 200ms ease;
}
#totop {
  position: fixed;
  left: 0.9375rem;
  bottom: 1.875rem;
  display: none;
  color: #242a30;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.8;
}
@media (max-width: 1199.98px) {
  #totop {
    display: none;
  }
}
#totop i {
  font-size: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #242a30;
  border-radius: 0.1875rem;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
}
#totop i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#totop:hover {
  opacity: 1;
}
.main-table {
  width: 100%;
  table-layout: fixed;
  min-width: 43.75rem;
}
.main-table th,
.main-table td {
  border-bottom: 0.0625rem solid #fff;
  text-align: center;
  vertical-align: middle;
}
.main-table td + td,
.main-table th + th {
  border-left: 0.0625rem solid #fff;
}
.main-table thead {
  border-top: 0.0625rem solid #fff;
}
.main-table thead th {
  background-color: #298cf0;
  color: #fff;
  font-weight: normal;
  padding: 0.3125rem 0;
}
.main-table tbody tr td {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #5e6168;
}
.main-table tbody tr td.main-color {
  background-color: #edf6fd !important;
}
.main-table tbody tr:nth-child(even) td {
  background-color: #d5edfe;
}
.main-table tbody tr:nth-child(odd) td {
  background-color: #edf6fd;
}
.table-responsive.show-tooltip {
  overflow-x: visible;
}
#portfolio-table-mobile .data-header {
  cursor: pointer;
  border-bottom: 0.0625rem solid #dee2e6;
  padding-bottom: 0.625rem;
  margin: 0.625rem 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
#portfolio-table-mobile .portfolio-item-header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: #9b9b9b;
}
#portfolio-table-mobile .portfolio-item-header .icon-caret-down,
#portfolio-table-mobile .portfolio-item-header .icon-caret-up {
  position: absolute;
  left: 0;
  top: 0rem;
}
#portfolio-table-mobile .portfolio-item-header .name {
  width: 75%;
  font-weight: bold;
  padding-left: 1.25rem;
}
#portfolio-table-mobile .portfolio-item-header .data-number {
  width: 25%;
  text-align: right;
}
#portfolio-table-mobile .portfolio-item-header .collapsible-data {
  width: 100%;
  padding: 0 0.625rem;
  background: #f7fbfe;
  display: none;
}
#portfolio-table-mobile .portfolio-item-header .collapsible-data .head-data {
  border-bottom: 0.0625rem solid #dee2e6;
  padding-bottom: 0.625rem;
  margin-top: 0.625rem;
}
#portfolio-table-mobile .portfolio-item-header .collapsible-data .detail-data {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #dee2e6;
}
#portfolio-table-mobile .portfolio-item-header .collapsible-data .data-row {
  display: flex;
  flex-wrap: wrap;
}
#portfolio-table-mobile .portfolio-item-header .collapsible-data .data-row .title {
  width: 50%;
  font-weight: bold;
  color: #000;
}
#portfolio-table-mobile .portfolio-item-header .collapsible-data .data-row .value {
  width: 50%;
  text-align: right;
}
#portfolio-table-mobile .data-footer .data-row {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-top: 0.9375rem;
}
#portfolio-table-mobile .data-footer .data-row .title {
  width: 50%;
}
#portfolio-table-mobile .data-footer .data-row .value {
  width: 50%;
  text-align: right;
}
#chart-slider {
  background-color: #3ae6cd;
}
#chart-donut {
  text-align: center;
  position: relative;
}
#chart-donut .title {
  font-size: 1.25rem;
  font-weight: 700;
}
#chart-donut .sub-title {
  fill: #9b9b9b;
  font-size: 1.125rem;
}
#chart-donut .labels {
  fill: #9b9b9b;
  font-size: 0.75rem;
}
.chart-tooltip {
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  padding: 0.5625rem 0.9375rem;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
  pointer-events: none;
  box-shadow: 0 0.125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}
.chart-tooltip:before {
  right: 100%;
  top: 1.25rem;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 0.625rem;
  margin-top: -0.625rem;
}
@media (max-width: 767.98px) {
  .chart-tooltip {
    font-size: 0.8125rem;
  }
  .chart-tooltip.center {
    transform: translateX(-50%);
    margin-top: 0.9375rem;
  }
  .chart-tooltip.center:before {
    right: 50%;
    top: -0.625rem;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    bottom: 100%;
  }
  .chart-tooltip.right {
    transform: translateX(-103%);
    margin-right: 0.9375rem;
  }
  .chart-tooltip.right:before {
    left: 100%;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
  }
}
.logged-in #line-chart .line-tooltip {
  margin-top: -12.5rem;
}
#line-chart {
  position: relative;
}
@media (min-width: 768px) {
  #line-chart svg {
    height: 29.375rem;
  }
}
@media (max-width: 767.98px) {
  #line-chart svg {
    height: 18.75rem;
    width: 100% !important;
  }
}
#line-chart .grid line {
  stroke: lightgrey;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}
#line-chart .grid path {
  stroke-width: 0;
}
#line-chart .tick text {
  fill: #9b9b9b;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  #line-chart .tick text {
    font-size: 0.6875rem;
  }
}
#line-chart .tick.first text,
#line-chart .tick.last text {
  display: inline-block;
}
#line-chart .tick line {
  stroke: #dce1e9;
}
#line-chart svg {
  overflow: visible;
}
#line-chart .domain {
  stroke: #dce1e9;
}
#line-chart .line {
  fill: none;
  stroke: steelblue;
}
#line-chart .line-min {
  stroke: #dce1e9;
  stroke-width: 0.125rem;
}
#line-chart .line-max,
#line-chart .line-deposits {
  stroke: #3ae6cd;
  stroke-width: 0.09375rem;
}
#line-chart .line-avg,
#line-chart .line-amount {
  stroke-width: 0.1875rem;
  stroke: #298cf0;
}
#line-chart .line-withdraws {
  stroke-width: 0.1875rem;
  stroke: #fd7e14;
}
#line-chart .area {
  fill: rgba(41, 140, 240, 0.05);
  stroke-width: 0;
}
#line-chart .area-deposits {
  fill: #044b8d;
  mix-blend-mode: multiply;
  stroke-width: 0;
}
.chart-overlay {
  fill: none;
  pointer-events: all;
}
.focus circle {
  fill: #298cf0;
  stroke: #fff;
  stroke-width: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(155, 155, 155, 0.5);
}
.hover-line {
  stroke: #dce1e9;
  stroke-width: 0.0625rem;
}
.line-tooltip {
  position: absolute;
  width: 20.625rem;
  background-color: #fff;
  padding: 0.9375rem;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
  pointer-events: none;
  box-shadow: 0 0.125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  margin-top: -10rem;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .line-tooltip {
    display: none;
  }
}
.line-tooltip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.line-tooltip ul li {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #9b9b9b;
}
.line-tooltip ul li:not(:last-child) {
  border-bottom: 0.0625rem solid #dce1e9;
}
.line-tooltip ul li span {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.line-tooltip ul li span:last-child {
  font-size: 1rem;
  color: #242a30;
  margin-left: auto;
  font-weight: 700;
}
.line-tooltip ul li span:last-child:before {
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border-width: 0.125rem;
  display: inline-block;
  border-style: solid;
  margin-right: 1rem;
  position: relative;
  top: 0.125rem;
}
.line-tooltip ul li span.avg:before,
.line-tooltip ul li span.amount:before {
  border: none;
  background-color: #298cf0;
}
.line-tooltip ul li span.max:before,
.line-tooltip ul li span.deposits:before {
  border-color: #3ae6cd;
  background-color: #a3f8f9;
}
.line-tooltip ul li span.withdraws:before {
  border: none;
  background-color: #fd7e14;
}
.line-tooltip ul li span.min:before,
.line-tooltip ul li span.profit:before {
  border-color: #dce1e9;
  background-color: #f1f2f7;
}
.line-tooltip ul li span.date {
  font-weight: bold;
  color: #242a30;
}
.line-tooltip ul li span.date:before {
  display: none;
}
.line-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 0.625rem;
  margin-left: -0.625rem;
}
#prediction .line-deposits {
  fill: none;
  stroke: steelblue;
  stroke-width: initial;
}
#prediction .line-tooltip ul li span.deposits:before {
  border: none;
  background-color: #044b8d;
}
#mobile-tooltip span:last-child {
  font-size: 1rem;
  color: #242a30;
  margin-left: auto;
  font-weight: 700;
  float: right;
}
#mobile-tooltip span:last-child:before {
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border-width: 0.125rem;
  display: inline-block;
  border-style: solid;
  margin-right: 1rem;
  position: relative;
  top: 0.125rem;
}
#mobile-tooltip span.amount:before {
  border-color: #298cf0;
  background-color: rgba(41, 140, 240, 0.05);
}
#mobile-tooltip span.deposits:before {
  border-color: #3ae6cd;
  background-color: #a3f8f9;
}
#mobile-tooltip span.profit:before {
  border-color: #dce1e9;
  background-color: #f1f2f7;
}
#mobile-tooltip span.date-label {
  font-weight: bold;
}
#mobile-tooltip span.date {
  color: #242a30;
}
#mobile-tooltip span.date:before {
  display: none;
}
#donut {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#donut svg {
  position: absolute;
  top: 0;
  left: 0;
}
.select-wrapper {
  position: relative;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .select-wrapper {
    width: 100%;
    display: block;
  }
}
.select-value {
  color: #298cf0;
  border-bottom: 0.0625rem solid #dee2e6;
  display: inline-block;
  cursor: pointer;
  padding-right: 2.5rem;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .select-value {
    padding-left: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .select-value {
    width: 100%;
    display: block;
  }
}
.select-value:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.select-value:after {
  color: #298cf0;
  margin-left: 0.9375rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}
.select-value.active {
  vertical-align: middle;
}
.select-value.active:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  content: '';
}
.select-value.default {
  color: rgba(155, 155, 155, 0.5);
}
.select-items {
  position: absolute;
  z-index: 999;
  top: 100%;
  width: 100%;
  text-align: left;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
@media (max-width: 767.98px) {
  .select-items {
    padding: 0.3125rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .select-items {
    padding: 0.9375rem 2.5rem;
  }
}
.select-items-list {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}
.select-items-list li {
  cursor: pointer;
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
}
.select-items-list li:not(:last-child) {
  border-bottom: 0.0625rem solid #dce1e9;
}
.select-items-list li.active,
.select-items-list li:hover {
  color: #298cf0;
}
.sms-code {
  position: relative;
}
.sms-code__btn-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2.3125rem;
  right: 0.25rem;
  display: flex;
}
.sms-code__input {
  padding-right: 7.25rem;
}
.sms-code__btn-send,
.sms-code__btn-reload {
  border: none;
  height: inherit;
  line-height: 2.3125rem;
  border-radius: 0.1875rem;
}
.sms-code__btn-reload {
  width: 2.3125rem;
  text-align: center;
  margin-right: 0.3125rem;
  background-color: #dce1e9;
}
.sms-code__btn-send {
  background-color: #298cf0;
  border: none;
  color: #fff;
}
#identity-liveness-video {
  transform: scaleX(-1);
  display: block;
  max-width: 100%;
}
.camera {
  position: relative;
}
.camera #ocr-front-model-clean,
.camera #ocr-back-model-clean {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
}
#identity-selfie-canvas {
  max-width: 100%;
}
#identity-liveness-dot {
  animation: pulse 1s infinite;
}
#identity-liveness-loading {
  top: 50%;
  margin-top: -24px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.selfie-cam {
  position: relative;
}
.selfie-cam #identity-selfie-clean {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
}
.selfie-cam .selfie-info {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 999rem;
  padding: 5px 15px;
  white-space: nowrap;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .selfie-cam .selfie-info {
    white-space: normal;
    transform: none;
    left: auto;
    bottom: 0;
    border-radius: 0;
    background: #fff;
    padding: 5px 5px 0;
    width: 100%;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .selfie-cam .selfie-info {
    opacity: 0.7;
  }
}
.liveness-cam {
  position: relative;
  max-width: 640px;
  max-height: 480px;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .liveness-cam video {
    max-height: 640px;
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .liveness-cam {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .liveness-cam {
    max-height: 280px;
  }
  .liveness-cam video {
    height: auto;
  }
}
.liveness-cam:before {
  content: '';
  position: absolute;
  background: center/cover no-repeat
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MDAgNjAwIiB3aWR0aD0iODAwIiBoZWlnaHQ9IjYwMCI+CiAgICA8cGF0aCBpZD0ibWFzayIgZmlsbD0iI0ZGRkZGRiIgb3BhY2l0eT0iMC42IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDgwMCwwIEw4MDAsNjAwIEwwLDYwMCBMMCwwIFogTTQwMCw0NjQgQzQ5NC40NDA2OTIsNDY0IDU3MSwzODcuNDQwNjkyIDU3MSwyOTMgQzU3MSwxOTguNTU5MzA4IDQ5NC40NDA2OTIsMTIyIDQwMCwxMjIgQzMwNS41NTkzMDgsMTIyIDIyOSwxOTguNTU5MzA4IDIyOSwyOTMgQzIyOSwzODcuNDQwNjkyIDMwNS41NTkzMDgsNDY0IDQwMCw0NjQgWiIgLz4KICAgIDxjaXJjbGUgaWQ9Im91dGxpbmUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgY3g9IjQwMCIgY3k9IjI5MyIgcj0iMTcxIiAvPgo8L3N2Zz4K);
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .liveness-cam:before {
    background: center/cover no-repeat
      url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MDAgNjAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MDAgNjAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe29wYWNpdHk6MC42O2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KPC9zdHlsZT4KPHBhdGggaWQ9Im1hc2siIGNsYXNzPSJzdDAiIGQ9Ik0wLDBoODAwdjYwMEgwVjB6IE00MDAsNDQ1LjljODAuNiwwLDE0NS45LTY1LjMsMTQ1LjktMTQ1LjlTNDgwLjYsMTU0LjEsNDAwLDE1NC4xCglTMjU0LjEsMjE5LjQsMjU0LjEsMzAwUzMxOS40LDQ0NS45LDQwMCw0NDUuOXoiLz4KPC9zdmc+Cg==);
  }
}
.liveness-cam.done:before {
  display: none;
}
.liveness-cam.done .selfie-info {
  display: none;
}
#identity-liveness-section .liveness-cam {
  margin: 0;
}
#identity-liveness-section video {
  margin: 0;
}
.liveness-wrapper {
  position: relative;
  display: inline-block;
}
#ocr-model-loading-section {
  position: relative;
  padding-bottom: 3rem;
}
.spinner-container {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.spinner {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  border: 0.5em solid #e0e0e0;
  border-top-color: #298cf0;
  animation: 1s infinite spin linear;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#identity-verification-success,
#identity-liveness-success {
  display: inline-block;
}
#identity-verification-success.failed,
#identity-liveness-success.failed {
  position: relative;
}
#identity-verification-success.failed:before,
#identity-liveness-success.failed:before {
  content: '';
  width: 1.5625rem;
  height: 1.5625rem;
  background: url('../themes/moventum//assets/images/svg-sprite/wrong.svg');
  background-size: 1.5625rem 1.5625rem;
  position: absolute;
  left: -2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}
#identity-verification-success.success,
#identity-liveness-success.success {
  position: relative;
}
#identity-verification-success.success:before,
#identity-liveness-success.success:before {
  content: '';
  width: 1.5625rem;
  height: 1.5625rem;
  background: url('../themes/moventum//assets/images/svg-sprite/success.svg');
  background-size: 1.5625rem 1.5625rem;
  position: absolute;
  left: -2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}
.identity {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 360px;
}
@media (max-width: 1199.98px) {
  .identity {
    min-height: initial;
  }
}
.identity.camera-off:before {
  display: none;
}
.identity.camera-off .identity-info {
  display: none;
}
.identity .identity-info {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 999rem;
  padding: 4px 15px;
  white-space: nowrap;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .identity .identity-info {
    white-space: normal;
    transform: none;
    left: auto;
    bottom: 0;
    border-radius: 0;
    background: #fff;
    padding: 5px 5px 0;
    font-size: 13px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .identity .identity-info {
    opacity: 0.7;
  }
}
.identity video {
  height: 100%;
  margin: -60px 0;
}
.identity:before {
  content: '';
  position: absolute;
  background: center/cover no-repeat
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MDAgNjAwIiB3aWR0aD0iODAwIiBoZWlnaHQ9IjYwMCI+CiAgICA8cGF0aCBpZD0ibWFzayIgZmlsbD0iI0ZGRkZGRiIgb3BhY2l0eT0iMC42IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDgwMCwwIEw4MDAsNjAwIEwwLDYwMCBMMCwwIFogTTE0MiwxMzYgTDY1OCwxMzYgQzY1OS4xMDQ1NjksMTM2IDY2MCwxMzYuODk1NDMxIDY2MCwxMzggTDY2MCw0NjIgQzY2MCw0NjMuMTA0NTY5IDY1OS4xMDQ1NjksNDY0IDY1OCw0NjQgTDE0Miw0NjQgQzE0MC44OTU0MzEsNDY0IDE0MCw0NjMuMTA0NTY5IDE0MCw0NjIgTDE0MCwxMzggQzE0MCwxMzYuODk1NDMxIDE0MC44OTU0MzEsMTM2IDE0MiwxMzYgWiIgLz4KICAgIDxyZWN0IGlkPSJvdXRsaW5lIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHg9IjEzOS41IiB5PSIxMzUuNSIgd2lkdGg9IjUyMSIgaGVpZ2h0PSIzMjkiIHJ4PSIyIiAvPgo8L3N2Zz4K);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .identity:before {
    background-size: 140%;
  }
}
.flash-message.static.error {
  left: 50%;
  top: 50px;
  color: #c30;
  font-size: 14px;
  z-index: 10300;
  word-wrap: break-word;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: static;
  width: auto;
  display: block;
  margin-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 20px 0;
  font-style: normal;
}
.flash-message.static.error p {
  margin: 0;
}
.verification-result {
  position: relative;
  margin-bottom: 30px;
}
.verification-result:before {
  content: '';
  width: 50%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-width: 1px;
  border-color: transparent #2c8cf0 #2c8cf0 #2c8cf0;
  border-style: solid;
}
.verification-result.success:after {
  content: '';
  width: 40px;
  height: 40px;
  background: #f8f8fb url('../themes/moventum//assets/images/svg-sprite/success.svg');
  background-size: 40px 40px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  z-index: 99;
}
.verification-result.failed:after {
  content: '';
  width: 40px;
  height: 40px;
  background: #f8f8fb url('../themes/moventum//assets/images/svg-sprite/wrong.svg');
  background-size: 40px 40px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  z-index: 99;
}
.btn-clean {
  width: 1.875rem;
  height: 1.875rem;
  background: #fbd3d9 url('../themes/moventum//assets/images/svg-sprite/wrong.svg');
  background-size: contain;
  border-radius: 999rem;
}
@media (max-width: 1199.98px) {
  #biometrics-verify-retry-section a.btn {
    display: block;
    float: none !important;
    margin-bottom: 15px;
  }
}
.x-dot-container:not(.camera-off) {
  height: 25rem;
}
.x-dot-container img {
  max-width: 100%;
}
.article-content .cta h3,
.article-content .cta .h3,
.article-content .cta p {
  line-height: 1.5rem;
}
#cookie-consent-modal .modal-content p {
  text-align: justify;
}
@media (max-width: 767.98px) {
  #cookie-consent-modal .modal-content {
    font-size: smaller;
  }
  #cookie-consent-modal .modal-content svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  #cookie-consent-modal .modal-content {
    background-image: url('../themes/moventum//assets/images/cookies.png');
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}
#cookie-consent-modal .modal-body {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}
#cookie-consent-bar {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  display: none;
  width: 100%;
}
#cookie-consent-bar.bg-secondary a.link-blue {
  color: white !important;
  text-decoration: underline;
}
a.employee-account-bg,
div.employee-account-bg,
section.employee-account-bg,
li.employee-account-bg:not(.result-selected):not(:hover) {
  background-color: mistyrose !important;
}
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: Helvetica, Arial, sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
#smartbanner .sb-container {
  margin: 0 auto;
}
#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}
#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa;
}
#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#smartbanner .sb-info > span {
  display: block;
}
#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}
#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}
#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
#smartbanner .sb-button:active,
#smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}
#smartbanner.android {
  border-color: #212228;
  background: #3d3d3d
    url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7');
  border-top: 5px solid #298cf0;
  box-shadow: none;
}
#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
#smartbanner.android .sb-close:active {
  color: #eee;
}
#smartbanner.android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}
#smartbanner.android .sb-info strong {
  color: #fff;
}
#smartbanner.android .sb-button {
  min-width: 12%;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 28px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0.125rem solid transparent;
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #298cf0;
}
#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
}
#smartbanner,
html.sb-animation {
  -webkit-transition: all 0.3s ease;
}
.section-2-1__heading {
  line-height: 1.625rem;
}
.section-9-1 {
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-9-1__icon-wrapper {
    padding-right: 10.625rem;
  }
}
.section-9-1__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-23deg);
  width: 8.75rem;
  height: 6.375rem;
}
@media (max-width: 991.98px) {
  .section-9-1__icon {
    display: none;
  }
}
.section-12-1 {
  background-color: #f7fbfe;
}
.section-12-1__icon {
  height: 6.25rem;
}
.section-12-1__item {
  width: 100%;
}
.section-12-1__item p {
  color: rgba(59, 62, 66, 0.6);
}
@media (max-width: 767.98px) {
  .section-12-1__item p {
    text-align: left;
  }
}
.section-12-1__content .row > div {
  display: flex;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-12-1__content .row > div {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-12-1__content .row > div {
    min-height: 15.625rem;
  }
}
.section-12-1__content .row > div:last-of-type {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.section-12-1__content .row > div:last-of-type:before {
  position: absolute;
  content: '';
  height: 0.0625rem;
  width: 2.5rem;
  background-color: rgba(41, 140, 240, 0.2);
  top: 50%;
}
.section-12-1__content .row > div:last-of-type:after {
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(41, 140, 240, 0.2);
  border-width: 0.4375rem;
  margin-top: -0.375rem;
}
@media (max-width: 767.98px) {
  .section-12-1__content .row > div:last-of-type:before,
  .section-12-1__content .row > div:last-of-type:after {
    display: none;
  }
}
.section-12-1__content .row > div > div {
  align-self: center;
}
@media (min-width: 768px) {
  .section-12-1__content .row:nth-child(even) > div:first-of-type {
    border-right: 0.0625rem solid rgba(41, 140, 240, 0.2);
    padding-right: 5.625rem;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .section-12-1__content .row:nth-child(even) > div:last-of-type {
    text-align: left;
    padding-left: 5.625rem;
  }
}
.section-12-1__content .row:nth-child(even) > div:last-of-type:before {
  left: 0;
}
.section-12-1__content .row:nth-child(even) > div:last-of-type:after {
  left: 2.5rem;
}
@media (min-width: 768px) {
  .section-12-1__content .row:nth-child(odd) {
    direction: rtl;
  }
}
@media (min-width: 768px) {
  .section-12-1__content .row:nth-child(odd) > div:first-of-type {
    padding-left: 5.625rem;
    text-align: left;
    padding-left: 5.625rem;
  }
}
@media (min-width: 768px) {
  .section-12-1__content .row:nth-child(odd) > div:last-of-type {
    text-align: right;
    border-right: 0.0625rem solid rgba(41, 140, 240, 0.2);
    padding-right: 5.625rem;
  }
}
.section-12-1__content .row:nth-child(odd) > div:last-of-type:before {
  right: 0;
}
.section-12-1__content .row:nth-child(odd) > div:last-of-type:after {
  right: 2.5rem;
  transform: rotate(180deg);
}
.section-12-1__content .row:nth-child(odd) > * {
  direction: ltr;
}
@media (min-width: 768px) {
  .section-12-1__arrow-wrapper {
    min-height: 48.125rem;
  }
}
@media (min-width: 1460px) {
  .section-12-1__arrow-wrapper {
    min-height: 43.75rem;
  }
}
.section-12-1__arrow-container {
  position: relative;
}
.section-12-1__arrow-content {
  padding: 3.75rem 2.5rem 3.75rem 2.5rem;
  background-color: #fff;
  border-radius: 0.75rem;
  border: 0.125rem solid rgba(41, 140, 240, 0.2);
  z-index: 100;
  width: 100%;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .section-12-1__arrow-content {
    min-width: 27.5rem;
    position: absolute;
    left: 105%;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .section-12-1__arrow-content {
    margin-top: 1.875rem;
  }
}
.section-12-1__arrow-content:before {
  content: '';
  position: absolute;
  top: 4rem;
  width: 1.875rem;
  height: 1.875rem;
  border-top-left-radius: 0.75rem;
  border-top: 0.125rem solid rgba(41, 140, 240, 0.2);
  border-left: 0.125rem solid rgba(41, 140, 240, 0.2);
  transform: rotate(-45deg);
  left: -1rem;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .section-12-1__arrow-content:before {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: -1rem;
  }
}
.section-12-1--mission .section-12-1__content .row {
  position: relative;
}
.section-12-1--mission .section-12-1__content .row:before {
  content: '';
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: 0.125rem solid #298cf0;
  background-color: #f7fbfe;
  z-index: 100;
  left: 50%;
  margin-left: -0.5625rem;
  top: 3.1875rem;
}
@media (max-width: 767.98px) {
  .section-12-1--mission .section-12-1__content .row:before {
    display: none;
  }
}
.section-12-1--mission .section-12-1__content .row > div {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.section-12-1--mission .section-12-1__content .row > div:before,
.section-12-1--mission .section-12-1__content .row > div:after {
  top: 3.75rem;
}
.section-12-1--mission .section-12-1__content .row > div > div {
  align-self: flex-start;
  position: relative;
}
@media (max-width: 1459.98px) {
  .section-12-2 .page-banner__txt br {
    content: ' ';
  }
  .section-12-2 .page-banner__txt br:after {
    content: ' ';
  }
}
@media (max-width: 1199.98px) {
  .section-12-2 .quote__avatar img {
    max-width: 11.5625rem;
    height: auto;
  }
}
.section-4-2__icon {
  height: 2.625rem;
}
.section-4-2__img {
  height: 6.25rem;
  display: flex;
  align-items: center;
}
.section-7-1 {
  margin-top: -4.6875rem;
}
@media (min-width: 768px) {
  .section-7-3__icon {
    height: 5rem;
    width: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .section-7-3__icon {
    height: 3.125rem;
    width: 2.5rem;
  }
}
.section-7-3-1 {
  background: url('../themes/moventum//assets/images/bg-section-7-3-1_20210816.jpg') no-repeat 50%;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .section-7-3__content-contact .h2 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .section-7-3__content-box {
    min-height: 13.75rem;
  }
}
@media (max-width: 991.98px) {
  .section-7-4__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .section-7-4__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .section-7-4__title {
    font-size: 2.8125rem;
  }
}
@media (max-width: 991.98px) {
  .section-7-4__sub-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section-7-4__sub-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .section-7-4__sub-title {
    font-size: 2.5rem;
  }
}
.section-7-4__sub-title small {
  font-size: 50%;
}
@media (min-width: 992px) {
  .section-7-4__small-title {
    min-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .section-7-4__content-box {
    min-height: 7.8125rem;
  }
}
@media (min-width: 992px) {
  .section-7-4__heading-box {
    min-height: 4.375rem;
  }
}
.article-title {
  min-height: 4.375rem;
}
.article-content {
  color: rgba(0, 0, 0, 0.6);
}
.article-content ul,
.article-content p {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.9375rem;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  color: #000;
}
.article-content a {
  color: #298cf0;
}
.article-content strong,
.article-content i {
  color: #242a30;
}
.article-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.article-content ul li {
  padding-left: 3.75rem;
  position: relative;
  margin-bottom: 0.9375rem;
}
.article-content ul li:before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 0.125rem solid #298cf0;
  left: 1.5625rem;
  top: 0.5rem;
}
.article-img {
  margin-bottom: 1.875rem;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.article-img a {
  display: block;
  position: relative;
}
.article-img a:before,
.article-img a:after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.article-img a:before {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(41, 140, 240, 0.3);
}
.article-img a:after {
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  left: 50%;
  margin-left: -1.1875rem;
  margin-top: -1.1875rem;
  background: url('../themes/moventum//assets/images/svg-sprite/close.svg') no-repeat 50%;
}
.article-img img {
  width: 100%;
  height: auto;
}
.article-category {
  margin-bottom: 0.9375rem;
}
.article:hover .article-img a:after,
.article:hover .article-img a:before {
  opacity: 1;
}
.article:hover .article-img a:after {
  transform: rotate(45deg);
}
.section-13-1__heading {
  line-height: 1.75rem;
}
@media (max-width: 991.98px) {
  .section-13-1__heading {
    margin-bottom: 0;
  }
  .section-13-1__heading br {
    content: ' ';
  }
  .section-13-1__heading br:after {
    content: ' ';
  }
}
.section-13-1__icon {
  position: absolute;
  width: 4.3125rem;
  left: 0;
  bottom: 0;
}
.section-13-1__icon--1 {
  width: 3.4375rem;
  height: 3.4375rem;
}
.section-13-1__icon--2 {
  width: 4.3125rem;
  height: 3.0625rem;
}
.section-13-1__icon--3 {
  width: 3.375rem;
  height: 4.3125rem;
}
.section-13-1__icon--4 {
  width: 3.625rem;
  height: 3.5625rem;
}
.section-13-1__icon--5 {
  width: 3.625rem;
  height: 3.5625rem;
}
.section-13-1__icon--6 {
  width: 5.8125rem;
  height: 5.8125rem;
}
@media (min-width: 992px) {
  .section-13-1__icon {
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .section-13-1__icon {
    top: 50%;
    transform: translateY(-50%);
  }
}
.section-13-1__icon-wrapper {
  position: relative;
  width: 4.3125rem;
  height: 4.3125rem;
}
.section-13-2__icon-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .section-13-2__icon-wrapper {
    width: 3.75rem;
  }
}
@media (min-width: 992px) {
  .section-13-2__icon-wrapper {
    height: 3.125rem;
  }
}
@media (min-width: 992px) {
  .section-13-2__icon {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .section-17-1 {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section-6-1 .list-height {
    height: 4.6875rem;
    margin-bottom: 0;
  }
  .section-6-1 .list-height-small {
    height: 3.75rem;
    margin-bottom: 0;
  }
}
.section-6-1 .list-height-box {
  height: 3.75rem;
  margin-bottom: 0;
}
.section-6-1 .box {
  min-height: 10.9375rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0.9375rem;
  text-align: center;
  border-radius: 0.1875rem;
}
.section-6-1 .box-1 {
  background-color: #298cf0;
}
.section-6-1 .box-1 h2 {
  color: #fff;
}
.section-6-1 .box-1 strong {
  color: rgba(255, 255, 255, 0.6);
}
.section-6-1 .box-2 {
  background-color: #d5edfe;
  color: #5e6168;
}
.section-6-1__icon-wrapper {
  width: 4.8125rem;
  height: 2.5rem;
  position: relative;
}
.section-6-1__icon,
.section-6-1__icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-6-1__icon {
  width: 3.875rem;
  height: 2.4375rem;
}
.section-6-1__icon-2 {
  width: 3.125rem;
  height: 4rem;
}
@media (max-width: 1459.98px) {
  .section-5-1-1 .page-banner__txt br,
  .section-5-1-1 .h1 br {
    content: ' ';
  }
  .section-5-1-1 .page-banner__txt br:after,
  .section-5-1-1 .h1 br:after {
    content: ' ';
  }
}
.section-5-2 {
  background: url('../themes/moventum//assets/images/bg-section-5-2.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.section-5-2 h3.bottom {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.section-5-2 h3.bottom:after {
  content: '';
  position: absolute;
  height: 0.125rem;
  background-color: #dce1e9;
  left: 0;
  bottom: 0;
  width: 3.125rem;
}
.section-5-4 {
  background: url('../themes/moventum//assets/images/bg-section-5-4.jpg') no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .section-5-4 .boxes__item {
    min-height: 35.8125rem;
  }
}
@media (max-width: 1459.98px) {
  .section-5-2-1 .h1 br {
    content: ' ';
  }
  .section-5-2-1 .h1 br:after {
    content: ' ';
  }
}
.section-5-5-1 {
  background: url('../themes/moventum//assets/images/bg-section-5-5-1.jpg') no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .section-5-5-1 .boxes__item {
    min-height: 35.8125rem;
  }
}
.section-5-5-2 .box-item {
  height: 25rem;
}
@media (max-width: 1459.98px) {
  .section-6-5-1 .h1 br {
    content: ' ';
  }
  .section-6-5-1 .h1 br:after {
    content: ' ';
  }
}
.list-link li a.active {
  color: #298cf0;
}
#landingpage {
  color: white;
  min-height: 100vh;
  background: linear-gradient(to bottom right, #a54c68, #0080f7) 0 60px fixed;
}
#landingpage span.lang-desc {
  display: none;
}
#landingpage .dropdown-toggle:after {
  display: none;
}
#landingpage section {
  max-width: 1058px;
  margin: auto;
}
#landingpage section a {
  color: white;
  text-decoration: underline;
}
#landingpage section .title {
  margin-bottom: 1.25rem;
}
#landingpage section .content {
  font-size: 17px;
  line-height: 22px;
  margin: 2.5rem;
}
#landingpage section .box {
  max-width: 802px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 3rem;
}
#landingpage section #monthly-amount-slider {
  margin: 5rem 3rem;
}
#landingpage section .noUi-target {
  background-color: #3ae6cd;
}
#landingpage section .noUi-pips {
  opacity: 0.5;
  color: white;
}
#landingpage section .noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, -20%);
  color: white;
  border: none;
  background: none;
  font-size: 2rem;
  font-weight: bold;
}
#landingpage section .noUi-horizontal .noUi-handle {
  box-shadow: none;
}
#landingpage section .btn-hollow.active {
  border-color: white;
  background-color: white;
}
#landingpage section .chosen-container-single .chosen-single {
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #landingpage section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #landingpage section .content {
    margin: 1rem 1rem 0;
  }
  #landingpage section .box {
    padding: 2rem 1rem;
  }
  #landingpage section .btn-sm,
  #landingpage section .btn-group-sm > .btn {
    font-size: smaller;
  }
  #landingpage section #monthly-amount-slider {
    margin: 4rem 2rem 3rem;
  }
  #landingpage section .noUi-horizontal .noUi-tooltip {
    font-size: 1.5rem;
  }
}
#landingpage footer {
  color: white;
  font-size: small;
}
#landingpage footer .container {
  position: relative;
}
#landingpage footer .logo__img {
  width: 120px;
  height: 40px;
}
#landingpage footer .bg__img {
  position: absolute;
  right: 0;
  bottom: -75px;
}
@media (max-width: 1199.98px) {
  #landingpage footer {
    position: initial;
    text-align: center;
  }
  #landingpage footer .logo__img {
    width: 68px;
    height: 23px;
  }
  #landingpage footer .bg__img {
    display: none;
  }
}
#insurance .banner {
  color: #fff;
  max-height: 400px;
  background-color: #6612d7;
}
@media (min-width: 992px) {
  #insurance .banner {
    background-image: url('../themes/moventum//assets/images/insurance-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 400px;
  }
}
#insurance .card {
  background-color: #fff;
  border-radius: 0.75rem;
}
#insurance .card .card-header:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
#insurance .subnav li a:hover,
#insurance .subnav li.active .nav-link {
  margin-bottom: -1px;
  border-bottom: 3px solid #298cf0;
}
#insurance .subnav li a,
#insurance .subnav li span {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  #insurance #price-annualy .h1 {
    font-size: 5rem;
  }
}
#insurance .noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, -20%);
  border: none;
  background: none;
  font-size: 1.5rem;
  font-weight: bold;
}
#verifications .cards .card {
  min-height: 270px;
  border-top-width: 5px;
}
#verifications .cards .card.success {
  border-top-color: #28a745;
}
#verifications .cards .card.warning {
  border-top-color: #f0670d;
}
#verifications .cards .card.danger {
  border-top-color: #ed0425;
}
#verifications .cards .card .card-body {
  background-color: #fff;
  padding: 1.25rem;
  text-align: center;
  color: #3b3e42;
}
#verifications .cards .card .card-body svg {
  height: 64px;
  margin: 0.625rem 0;
}
#pepp p {
  color: rgba(74, 74, 74, 0.7);
}
#pepp a {
  color: #0080f7;
  text-decoration: underline;
}
#pepp .row {
  margin-left: 0;
  margin-right: 0;
}
#pepp .color-black p {
  color: #000;
}
#pepp .section-1 h3 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.75rem;
}
#pepp .section-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#pepp .section-2 h2 {
  font-size: 1.5625rem;
}
#pepp .section-2 .item-card {
  border-radius: 0.75rem;
  padding: 1.875rem 2.75rem;
  height: 100%;
}
#pepp .section-2 .item-card .image {
  min-height: 12.9375rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}
#pepp .section-2 .item-card .image .risk {
  display: flex;
  flex-direction: row;
  font-size: min(max(12px, 3vw), 14px);
  width: 100%;
  justify-content: space-between;
  padding-top: 12px;
}
#pepp .section-2 .item-card .image .risk p {
  margin: 0;
  color: black;
}
#pepp .section-2 .item-card .image .risk-lower {
  text-align: left;
}
#pepp .section-2 .item-card .image .risk-lower :first-child {
  font-weight: 700;
}
#pepp .section-2 .item-card .image .risk-higher {
  text-align: right;
}
#pepp .section-2 .item-card .image .risk-higher :first-child {
  font-weight: 700;
}
#pepp .section-2 .item-card .image:after {
  content: '';
  width: 70%;
  height: 2px;
  background: linear-gradient(0deg, #e6eaf0, #e6eaf0), #e6eaf0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#pepp .section-2 .item-card h3 {
  font-size: 2rem;
  font-family: 'Oswald';
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
#pepp .section-2 .item-card p span {
  font-size: 1.25rem;
}
#pepp .section-3 {
  margin-bottom: 9.375rem;
}
#pepp .section-3 .border-right {
  border-right: 2px solid #e6eaf0 !important;
}
#pepp .section-4 .full-width {
  margin-left: -40px;
  margin-right: -15px;
}
#pepp .section-4 .full-width .highlight {
  background: #f8f9fb;
  padding: 1.25rem 2.5rem;
  border-left: 7px solid #0080f7;
}
#pepp .section-4 .full-width .info-card {
  box-shadow: 0 15px 40px rgba(112, 144, 176, 0.2);
  border-radius: 0.75rem;
  height: 100%;
  padding: 1.25rem 2.5rem;
}
#pepp .section-4 .full-width .info-card p {
  margin-bottom: 0;
}
#pepp .section-4 .full-width .info-card img {
  margin-bottom: 1.25rem;
  margin-left: 2.1875rem;
}
#pepp .section-4 .full-width .info-card .top {
  min-height: 12.625rem;
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#pepp .section-4 .full-width .info-card .bottom div {
  padding: 0.9375rem 0 0.625rem;
  border-bottom: 1px solid #e6eaf0;
  font-size: 1.25rem;
  line-height: 1;
}
#pepp .section-4 .full-width .info-card .bottom div:last-child {
  border-bottom: none;
}
#pepp .section-4 .full-width .info-card .bottom.text-black p {
  color: #000;
}
#pepp .section-4 .cost {
  display: inline-block;
  background: #cce6fd;
  border-radius: 5px;
  min-width: 9.375rem;
  padding: 0.625rem 0 0.375rem;
  text-align: center;
  font-weight: bold;
  color: #0080f7;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
#pepp .section-4 .question-card-wrapper {
  display: grid;
  grid-template-columns: calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
  gap: 1.25rem;
}
#pepp .section-4 .question-card {
  box-shadow: 0 7px 20px rgba(112, 144, 176, 0.2);
  border-radius: 0.75rem;
  padding: 0.625rem 0.625rem 3.125rem;
  height: 100%;
  position: relative;
  opacity: 0.7;
}
#pepp .section-4 .question-card.active {
  border: 2px solid #298cf0;
  opacity: 1;
}
#pepp .section-4 .question-card .image {
  min-height: 3.0625rem;
  margin-bottom: 1.25rem;
}
#pepp .section-4 .question-card p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: #000;
}
#pepp .section-4 .question-card .card-content .check {
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #dce1e9;
  border-radius: 2px;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
}
#pepp .section-4 .sum .sum-text {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.9375rem;
}
#pepp .section-4 .custom-border {
  border-left: 2px solid #e6eaf0;
}
#pepp #accordion .card.questions {
  border-radius: 0.75rem;
  border: none;
}
#pepp #accordion .card.questions > .card-header {
  padding-left: 2.3125rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom: none;
  background: #cce6fd;
}
#pepp #accordion .card.questions > .card-header.collapsed {
  background: #fff;
  border-radius: 0.75rem;
  border: 2px solid #cce6fd;
}
#pepp #accordion .card.questions > .card-header.collapsed .question-number {
  color: #0080f7;
  background: rgba(0, 128, 247, 0.2);
}
#pepp #accordion .card.questions > .card-header:before {
  display: none;
}
#pepp #accordion .card.questions > .card-header .question-number {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 999rem;
  background: #0080f7;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 2.3125rem;
  flex-shrink: 0;
}
#pepp #accordion .card.questions .collapse.show {
  border: 1px solid #e6eaf0;
  border-radius: 0 0 12px 12px;
}
#pepp #accordion .card.questions .collapse.show .card-body {
  border-radius: 0 0 12px 12px;
}
#pepp #accordion .card.questions .collapse h3 {
  font-size: 1.5625rem;
  line-height: 2.25rem;
  margin: 0.1875rem 0 1.25rem;
}
#pepp #accordion .card.questions .collapse .info-box {
  background: rgba(241, 242, 247, 0.5);
  border-radius: 0.75rem;
  padding: 2.8125rem 1.5625rem;
  margin: 1.25rem 0.625rem 0 1.25rem;
  position: relative;
}
#pepp #accordion .card.questions .collapse .info-box img {
  position: absolute;
  top: -16px;
  left: 1rem;
}
#pepp #accordion .card.questions .collapse .info-box p {
  margin-bottom: 0;
}
#pepp #accordion .card.questions #my-pepp .card-header:before {
  display: none;
}
#pepp #accordion .card.questions #my-pepp .card-header:after {
  right: auto;
  left: 0.9375rem;
}
#pepp #accordion .card.questions #my-pepp .table {
  background: #f7fbfe;
  padding: 0 0.9375rem;
}
#pepp #accordion .card.questions #my-pepp .table .row {
  padding: 0.5rem 0 0.3125rem;
  color: rgba(74, 74, 74, 0.7);
}
#pepp #accordion .card.questions #my-pepp .collapse.show {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e6eaf0;
}
#pepp #accordion .card.questions .risk-img {
  width: 100%;
}
#pepp #accordion .card.questions .risk-column {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: fit-content;
}
#pepp #accordion .card.questions .risk-column p {
  margin: 0;
}
#pepp #accordion .card.questions .risk-column :first-child {
  font-weight: 700;
}
@media (max-width: 768px) {
  body.onboarding {
    padding-top: 3.75rem;
  }
}
@media (max-width: 991px) {
  #pepp {
    padding-top: 0;
  }
  #pepp .risk-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  #pepp .risk-stable {
    padding: 0;
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start !important;
  }
  #pepp .risk-bigger {
    padding: 0;
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start !important;
    align-items: flex-end !important;
    margin-left: auto;
  }
  #pepp .risk-img {
    padding: 0;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #pepp .card-header {
    border-radius: 0 !important;
  }
  #pepp .section-1 img {
    width: 100%;
  }
  #pepp .section-3 {
    margin-bottom: 2.5rem;
  }
  #pepp .section-4 .question-card-wrapper {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
  #pepp .section-4 .question-card-wrapper p {
    font-size: 1rem;
  }
  #pepp .info-card {
    padding: 1.25rem 1.25rem !important;
  }
  #pepp .info-card .bottom p {
    font-size: 0.875rem;
  }
  #pepp .info-card .bottom div {
    font-size: 1rem !important;
  }
  #pepp #accordion .card.questions .collapse .info-box {
    margin-left: 0;
  }
  #pepp #accordion :not(:first-child) .card-header {
    border-top: 0 !important;
  }
}
footer.footer.section a {
  color: #fff;
}
footer.footer.section .shortcuts a {
  font-weight: bold;
}
footer.footer.section .tel-number a {
  color: rgba(255, 255, 255, 0.5);
}
label[for='newsletter_gdpr_checkbox_footer'] p {
  margin: 0;
}
.tel-number p {
  margin: 0;
}
.btn-group.is-invalid > label {
  border-color: #dc3545;
}
.invalid-feedback.visible,
.form-group > .invalid-feedback.visible {
  display: block;
}

header ul.steps li.disabled > a {
  pointer-events: none;
}
.hide {
  display: none;
}
html:not(.is-dev-mode) pre[dev] {
  display: none;
}
html:not(.is-dev-mode) input.hidden {
  display: none;
}
html:not(.is-dev-mode) button[dev] {
  display: none;
}
html:not(.is-dev-mode) [only-visible-in-dev] {
  display: none;
}
html.is-dev-mode button.dev {
  z-index: 9999;
  position: relative;
}
html.is-dev-mode button.dev:not(:hover) {
  opacity: 0.3;
}
html.is-dev-mode input.hidden {
  display: inline-block;
  border: 1px solid red;
  margin: 1em 6em;
  opacity: 0.3;
  background: #fee;
}
html.is-dev-mode input.hidden:hover {
  opacity: 1;
}
html.is-dev-mode pre[dev]:hover {
  opacity: 1;
}
html.is-dev-mode pre[dev] {
  background: #fee;
  box-shadow: 1px 1px 2px #000;
  opacity: 0.3;
  color: #a00;
  padding: 1em 2em;
  margin: 2em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.mission-content-abs{
  z-index: 1;
  padding: 10px;
  top: 80% !important;
}
.mission-content-abs p{
  font-size: 14px;
}

@media(max-width: 500px){
  .faq-link-new{
    font-size: 15px;
  }
  .mail-contact-link{
    font-size: 15px !important;
  }
  .pricelist-test{
    margin-bottom: 20px !important;
  }
}