/*! * Bootstrap v4.6.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
/* line 2, engines/core/app/assets/stylesheets/bootstrap.scss */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
;
}

/* line 32, engines/core/app/assets/stylesheets/bootstrap.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 35, engines/core/app/assets/stylesheets/bootstrap.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 41, engines/core/app/assets/stylesheets/bootstrap.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 44, engines/core/app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 54, engines/core/app/assets/stylesheets/bootstrap.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 57, engines/core/app/assets/stylesheets/bootstrap.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 62, engines/core/app/assets/stylesheets/bootstrap.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 66, engines/core/app/assets/stylesheets/bootstrap.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 70, engines/core/app/assets/stylesheets/bootstrap.scss */
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 79, engines/core/app/assets/stylesheets/bootstrap.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 84, engines/core/app/assets/stylesheets/bootstrap.scss */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 88, engines/core/app/assets/stylesheets/bootstrap.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 91, engines/core/app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: 700;
}

/* line 94, engines/core/app/assets/stylesheets/bootstrap.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 98, engines/core/app/assets/stylesheets/bootstrap.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 101, engines/core/app/assets/stylesheets/bootstrap.scss */
b, strong {
  font-weight: bolder;
}

/* line 104, engines/core/app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 80%;
}

/* line 107, engines/core/app/assets/stylesheets/bootstrap.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 113, engines/core/app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 116, engines/core/app/assets/stylesheets/bootstrap.scss */
sup {
  top: -.5em;
}

/* line 119, engines/core/app/assets/stylesheets/bootstrap.scss */
a {
  color: #1e71dd;
  text-decoration: none;
  background-color: transparent;
}

/* line 124, engines/core/app/assets/stylesheets/bootstrap.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 128, engines/core/app/assets/stylesheets/bootstrap.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 132, engines/core/app/assets/stylesheets/bootstrap.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 136, engines/core/app/assets/stylesheets/bootstrap.scss */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

/* line 140, engines/core/app/assets/stylesheets/bootstrap.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 146, engines/core/app/assets/stylesheets/bootstrap.scss */
figure {
  margin: 0 0 1rem;
}

/* line 149, engines/core/app/assets/stylesheets/bootstrap.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 153, engines/core/app/assets/stylesheets/bootstrap.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 157, engines/core/app/assets/stylesheets/bootstrap.scss */
table {
  border-collapse: collapse;
}

/* line 160, engines/core/app/assets/stylesheets/bootstrap.scss */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 167, engines/core/app/assets/stylesheets/bootstrap.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 171, engines/core/app/assets/stylesheets/bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 175, engines/core/app/assets/stylesheets/bootstrap.scss */
button {
  border-radius: 0;
}

/* line 178, engines/core/app/assets/stylesheets/bootstrap.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 181, engines/core/app/assets/stylesheets/bootstrap.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 187, engines/core/app/assets/stylesheets/bootstrap.scss */
button, input {
  overflow: visible;
}

/* line 190, engines/core/app/assets/stylesheets/bootstrap.scss */
button, select {
  text-transform: none;
}

/* line 193, engines/core/app/assets/stylesheets/bootstrap.scss */
[role=button] {
  cursor: pointer;
}

/* line 196, engines/core/app/assets/stylesheets/bootstrap.scss */
select {
  word-wrap: normal;
}

/* line 199, engines/core/app/assets/stylesheets/bootstrap.scss */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

/* line 202, engines/core/app/assets/stylesheets/bootstrap.scss */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

/* line 205, engines/core/app/assets/stylesheets/bootstrap.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 209, engines/core/app/assets/stylesheets/bootstrap.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 213, engines/core/app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 217, engines/core/app/assets/stylesheets/bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 223, engines/core/app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 234, engines/core/app/assets/stylesheets/bootstrap.scss */
progress {
  vertical-align: baseline;
}

/* line 237, engines/core/app/assets/stylesheets/bootstrap.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 240, engines/core/app/assets/stylesheets/bootstrap.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 244, engines/core/app/assets/stylesheets/bootstrap.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 247, engines/core/app/assets/stylesheets/bootstrap.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 251, engines/core/app/assets/stylesheets/bootstrap.scss */
output {
  display: inline-block;
}

/* line 254, engines/core/app/assets/stylesheets/bootstrap.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 258, engines/core/app/assets/stylesheets/bootstrap.scss */
template {
  display: none;
}

/* line 261, engines/core/app/assets/stylesheets/bootstrap.scss */
[hidden] {
  display: none !important;
}

/* line 264, engines/core/app/assets/stylesheets/bootstrap.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 269, engines/core/app/assets/stylesheets/bootstrap.scss */
.h1, h1 {
  font-size: 2.5rem;
}

/* line 272, engines/core/app/assets/stylesheets/bootstrap.scss */
.h2, h2 {
  font-size: 2rem;
}

/* line 275, engines/core/app/assets/stylesheets/bootstrap.scss */
.h3, h3 {
  font-size: 1.75rem;
}

/* line 278, engines/core/app/assets/stylesheets/bootstrap.scss */
.h4, h4 {
  font-size: 1.5rem;
}

/* line 281, engines/core/app/assets/stylesheets/bootstrap.scss */
.h5, h5 {
  font-size: 1.25rem;
}

/* line 284, engines/core/app/assets/stylesheets/bootstrap.scss */
.h6, h6 {
  font-size: 1rem;
}

/* line 287, engines/core/app/assets/stylesheets/bootstrap.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 291, engines/core/app/assets/stylesheets/bootstrap.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 296, engines/core/app/assets/stylesheets/bootstrap.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 301, engines/core/app/assets/stylesheets/bootstrap.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 306, engines/core/app/assets/stylesheets/bootstrap.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 311, engines/core/app/assets/stylesheets/bootstrap.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 317, engines/core/app/assets/stylesheets/bootstrap.scss */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* line 321, engines/core/app/assets/stylesheets/bootstrap.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 325, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 329, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 333, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-inline-item {
  display: inline-block;
}

/* line 336, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 339, engines/core/app/assets/stylesheets/bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 343, engines/core/app/assets/stylesheets/bootstrap.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 347, engines/core/app/assets/stylesheets/bootstrap.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 352, engines/core/app/assets/stylesheets/bootstrap.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 355, engines/core/app/assets/stylesheets/bootstrap.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 359, engines/core/app/assets/stylesheets/bootstrap.scss */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

/* line 367, engines/core/app/assets/stylesheets/bootstrap.scss */
.figure {
  display: inline-block;
}

/* line 370, engines/core/app/assets/stylesheets/bootstrap.scss */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 374, engines/core/app/assets/stylesheets/bootstrap.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 378, engines/core/app/assets/stylesheets/bootstrap.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 383, engines/core/app/assets/stylesheets/bootstrap.scss */
a > code {
  color: inherit;
}

/* line 386, engines/core/app/assets/stylesheets/bootstrap.scss */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

/* line 393, engines/core/app/assets/stylesheets/bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 398, engines/core/app/assets/stylesheets/bootstrap.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 403, engines/core/app/assets/stylesheets/bootstrap.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 408, engines/core/app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 412, engines/core/app/assets/stylesheets/bootstrap.scss */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 420, engines/core/app/assets/stylesheets/bootstrap.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 425, engines/core/app/assets/stylesheets/bootstrap.scss */
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 430, engines/core/app/assets/stylesheets/bootstrap.scss */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 435, engines/core/app/assets/stylesheets/bootstrap.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

/* line 439, engines/core/app/assets/stylesheets/bootstrap.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 447, engines/core/app/assets/stylesheets/bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 451, engines/core/app/assets/stylesheets/bootstrap.scss */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 455, engines/core/app/assets/stylesheets/bootstrap.scss */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 461, engines/core/app/assets/stylesheets/bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 468, engines/core/app/assets/stylesheets/bootstrap.scss */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 473, engines/core/app/assets/stylesheets/bootstrap.scss */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 478, engines/core/app/assets/stylesheets/bootstrap.scss */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 483, engines/core/app/assets/stylesheets/bootstrap.scss */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 488, engines/core/app/assets/stylesheets/bootstrap.scss */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 493, engines/core/app/assets/stylesheets/bootstrap.scss */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 498, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 504, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 509, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 514, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 519, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 524, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 529, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 534, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 539, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 544, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 549, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 554, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 559, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 564, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 568, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 572, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 576, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 580, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 584, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 588, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 592, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 596, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 600, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 604, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 608, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 612, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 616, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 620, engines/core/app/assets/stylesheets/bootstrap.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 624, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 627, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 630, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 633, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 636, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 639, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 642, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 645, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 648, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 651, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 654, engines/core/app/assets/stylesheets/bootstrap.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 658, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 665, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 670, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 675, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 680, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 685, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 690, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 695, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 701, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 706, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 711, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 716, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 721, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 726, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 731, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 736, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 741, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 746, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 751, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 756, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 761, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 765, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 769, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 773, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 777, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 781, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 785, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 789, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 793, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 797, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 801, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 805, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 809, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 813, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 817, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 821, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 824, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 827, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 830, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 833, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 836, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 839, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 842, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 845, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 848, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 851, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 854, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 859, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 866, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 871, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 876, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 881, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 886, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 891, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 896, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 902, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 907, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 912, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 917, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 922, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 927, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 932, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 937, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 942, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 947, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 952, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 957, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 962, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 966, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 970, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 974, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 978, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 982, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 986, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 990, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 994, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 998, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1002, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1006, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1010, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1014, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1018, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1022, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1025, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1028, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1031, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1034, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1037, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1040, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1043, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1046, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1049, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1052, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1055, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1060, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1067, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1072, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1077, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1082, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1087, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1092, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1097, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1103, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1108, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1113, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1118, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1123, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1128, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1133, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1138, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1143, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1148, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1153, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1158, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1163, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1167, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1171, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1175, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1179, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1183, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1187, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1191, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1195, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1199, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1203, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1207, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1211, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1215, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1219, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1223, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1226, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1229, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1232, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1235, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1238, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1241, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1244, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1247, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1250, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1253, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1256, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1261, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1268, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1273, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1278, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1283, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1288, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1293, engines/core/app/assets/stylesheets/bootstrap.scss */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1298, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1304, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1309, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1314, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1319, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1324, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1329, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1334, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1339, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1344, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1349, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1354, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1359, engines/core/app/assets/stylesheets/bootstrap.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1364, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1368, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1372, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1376, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1380, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1384, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1388, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1392, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1396, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1400, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1404, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1408, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1412, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1416, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1420, engines/core/app/assets/stylesheets/bootstrap.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1424, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1427, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1430, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1433, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1436, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1439, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1442, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1445, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1448, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1451, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1454, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1457, engines/core/app/assets/stylesheets/bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1461, engines/core/app/assets/stylesheets/bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 1466, engines/core/app/assets/stylesheets/bootstrap.scss */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1471, engines/core/app/assets/stylesheets/bootstrap.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1475, engines/core/app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1478, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-sm td, .table-sm th {
  padding: .3rem;
}

/* line 1481, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1484, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

/* line 1487, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 1490, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

/* line 1493, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1496, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1500, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

/* line 1503, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

/* line 1506, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1509, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1512, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

/* line 1515, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

/* line 1518, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1521, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1524, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

/* line 1527, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

/* line 1530, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1533, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1536, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

/* line 1539, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

/* line 1542, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1545, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1548, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

/* line 1551, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

/* line 1554, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1557, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1560, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

/* line 1563, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

/* line 1566, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1569, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1572, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

/* line 1575, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

/* line 1578, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1581, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1584, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

/* line 1587, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

/* line 1590, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1593, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1596, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1599, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1602, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1605, engines/core/app/assets/stylesheets/bootstrap.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 1610, engines/core/app/assets/stylesheets/bootstrap.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1615, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 1619, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

/* line 1622, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1625, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1628, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1633, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1639, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1644, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1650, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1655, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1661, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1666, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1672, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1676, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1682, engines/core/app/assets/stylesheets/bootstrap.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1685, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1701, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-control {
    transition: none;
  }
}

/* line 1705, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1709, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 1713, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1720, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1724, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1728, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1732, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1736, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1740, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 1744, engines/core/app/assets/stylesheets/bootstrap.scss */
input.form-control[type=date], input.form-control[type=datetime-local], input.form-control[type=month], input.form-control[type=time] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1749, engines/core/app/assets/stylesheets/bootstrap.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1753, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

/* line 1757, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1764, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1770, engines/core/app/assets/stylesheets/bootstrap.scss */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

/* line 1776, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1788, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 1792, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 1799, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 1806, engines/core/app/assets/stylesheets/bootstrap.scss */
select.form-control[multiple], select.form-control[size] {
  height: auto;
}

/* line 1809, engines/core/app/assets/stylesheets/bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 1812, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1815, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 1819, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1827, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1831, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1836, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 1841, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

/* line 1844, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 1847, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

/* line 1855, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 1861, engines/core/app/assets/stylesheets/bootstrap.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 1868, engines/core/app/assets/stylesheets/bootstrap.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

/* line 1883, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

/* line 1886, engines/core/app/assets/stylesheets/bootstrap.scss */
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

/* line 1889, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 1897, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1901, engines/core/app/assets/stylesheets/bootstrap.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 1905, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

/* line 1910, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1914, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

/* line 1917, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 1920, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

/* line 1923, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 1926, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 1930, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1933, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 1936, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 1939, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1943, engines/core/app/assets/stylesheets/bootstrap.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 1950, engines/core/app/assets/stylesheets/bootstrap.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

/* line 1965, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

/* line 1968, engines/core/app/assets/stylesheets/bootstrap.scss */
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1971, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 1979, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 1983, engines/core/app/assets/stylesheets/bootstrap.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 1987, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

/* line 1992, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 1996, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 1999, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2002, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2005, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2008, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 2012, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2015, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2018, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2021, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2025, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2033, engines/core/app/assets/stylesheets/bootstrap.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2037, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2046, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2057, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2062, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2065, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  /* line 2068, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2078, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  /* line 2086, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2092, engines/core/app/assets/stylesheets/bootstrap.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2096, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2115, engines/core/app/assets/stylesheets/bootstrap.scss */
  .btn {
    transition: none;
  }
}

/* line 2119, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2123, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2127, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 2130, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2133, engines/core/app/assets/stylesheets/bootstrap.scss */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2136, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2141, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2146, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2152, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2157, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 2162, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-primary.active:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2165, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2170, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2175, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2181, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2186, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-secondary.active:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2191, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-secondary.active:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2194, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2199, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2204, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2210, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2215, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-success.active:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2220, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-success.active:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2223, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2228, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2233, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2239, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2244, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-info.active:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 2249, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-info.active:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2252, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2257, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2262, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2268, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2273, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-warning.active:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2278, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-warning.active:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2281, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2286, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2291, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2297, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2302, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-danger.active:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2307, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-danger.active:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2310, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2315, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2320, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2326, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2331, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-light.active:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2336, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-light.active:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2339, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2344, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2349, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 2355, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2360, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-dark.active:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2365, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-dark.active:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 2368, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-primary {
  color: #253746;
  border-color: #253746;
}

/* line 2372, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #253746;
  border-color: #253746;
}

/* line 2377, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2380, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #253746;
  background-color: transparent;
}

/* line 2384, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-primary.active:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #253746;
  border-color: #253746;
}

/* line 2389, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-primary.active:not(:disabled):not(.disabled):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(0, 123, 255, 0.5);
}

/* line 2392, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 2396, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2401, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2404, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2408, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-secondary.active:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2413, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-secondary.active:not(:disabled):not(.disabled):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(108, 117, 125, 0.5);
}

/* line 2416, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 2420, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2425, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2428, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2432, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-success.active:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2437, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-success.active:not(:disabled):not(.disabled):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);
}

/* line 2440, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2444, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2449, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2452, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2456, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-info.active:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2461, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-info.active:not(:disabled):not(.disabled):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);
}

/* line 2464, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 2468, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2473, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2476, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2480, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-warning.active:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2485, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-warning.active:not(:disabled):not(.disabled):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(255, 193, 7, 0.5);
}

/* line 2488, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 2492, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2497, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2500, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2504, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-danger.active:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2509, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-danger.active:not(:disabled):not(.disabled):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(220, 53, 69, 0.5);
}

/* line 2512, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2516, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2521, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2524, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 2528, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-light.active:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2533, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-light.active:not(:disabled):not(.disabled):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(248, 249, 250, 0.5);
}

/* line 2536, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 2540, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2545, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2548, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 2552, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-dark.active:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2557, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-outline-dark.active:not(:disabled):not(.disabled):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(52, 58, 64, 0.5);
}

/* line 2560, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 2565, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 2569, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
}

/* line 2572, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 2576, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 2582, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 2588, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2592, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 2595, engines/core/app/assets/stylesheets/bootstrap.scss */
input.btn-block[type=button], input.btn-block[type=reset], input.btn-block[type=submit] {
  width: 100%;
}

/* line 2598, engines/core/app/assets/stylesheets/bootstrap.scss */
.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2602, engines/core/app/assets/stylesheets/bootstrap.scss */
  .fade {
    transition: none;
  }
}

/* line 2606, engines/core/app/assets/stylesheets/bootstrap.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2609, engines/core/app/assets/stylesheets/bootstrap.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2612, engines/core/app/assets/stylesheets/bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2619, engines/core/app/assets/stylesheets/bootstrap.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2623, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

/* line 2626, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 2629, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 2639, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2642, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 2661, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2665, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 2670, engines/core/app/assets/stylesheets/bootstrap.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 2674, engines/core/app/assets/stylesheets/bootstrap.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 2680, engines/core/app/assets/stylesheets/bootstrap.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 2684, engines/core/app/assets/stylesheets/bootstrap.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 2690, engines/core/app/assets/stylesheets/bootstrap.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 2694, engines/core/app/assets/stylesheets/bootstrap.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 2700, engines/core/app/assets/stylesheets/bootstrap.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 2704, engines/core/app/assets/stylesheets/bootstrap.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 2709, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 2715, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 2725, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2728, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 2735, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 2745, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2748, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 2751, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 2758, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 2764, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 2767, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 2776, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2779, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 2782, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

/* line 2786, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 2792, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2804, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 2809, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 2814, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 2819, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.show {
  display: block;
}

/* line 2822, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 2830, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

/* line 2835, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 2841, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 2846, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 2849, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

/* line 2852, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 2860, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 2863, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 2866, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2870, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2874, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 2878, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 2881, engines/core/app/assets/stylesheets/bootstrap.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 2884, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 2888, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 2892, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 2900, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 2903, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 2906, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2910, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2914, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 2917, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2922, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 2932, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 2940, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

/* line 2943, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

/* line 2946, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 2949, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2953, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2959, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2963, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2967, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2971, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

/* line 2975, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* line 2979, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

/* line 2982, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 2985, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 2988, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 2991, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 3008, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

/* line 3011, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3014, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 3020, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px);
}

/* line 3023, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 3029, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3032, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .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), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3036, engines/core/app/assets/stylesheets/bootstrap.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .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), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3040, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 3049, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3054, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 3062, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 3067, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3070, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 3073, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 3078, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

/* line 3081, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3084, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3089, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 3101, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

/* line 3111, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 3114, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3117, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 3121, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3124, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3127, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3130, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3133, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3136, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3139, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3142, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

/* line 3148, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3160, engines/core/app/assets/stylesheets/bootstrap.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3164, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 3169, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3172, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3189, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3194, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3198, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 3203, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3207, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3210, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 3214, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

/* line 3221, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 3228, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}

/* line 3235, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 3244, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3248, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 3251, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3254, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3257, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 3273, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

/* line 3289, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3298, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:focus {
  outline: 0;
}

/* line 3301, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3304, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3307, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3310, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3313, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3326, engines/core/app/assets/stylesheets/bootstrap.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3331, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 3334, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3343, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3355, engines/core/app/assets/stylesheets/bootstrap.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3360, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 3363, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3372, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3386, engines/core/app/assets/stylesheets/bootstrap.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 3391, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 3394, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

/* line 3403, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3407, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3412, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 3415, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3418, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 3421, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3424, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 3427, engines/core/app/assets/stylesheets/bootstrap.scss */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3431, engines/core/app/assets/stylesheets/bootstrap.scss */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}

/* line 3435, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3444, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 3448, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 3451, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 3456, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 3459, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 3465, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 3468, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 3473, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 3478, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3483, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-pills .nav-link {
  border-radius: .25rem;
}

/* line 3486, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 3490, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-fill .nav-item, .nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 3495, engines/core/app/assets/stylesheets/bootstrap.scss */
.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 3502, engines/core/app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3505, engines/core/app/assets/stylesheets/bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 3508, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

/* line 3520, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3530, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3539, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 3542, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3551, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3555, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3559, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 3564, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3572, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 3580, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 3583, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

/* line 3591, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 3596, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 3602, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3608, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3612, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3615, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 3619, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3623, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3626, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3632, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 3637, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3643, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3649, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3653, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3656, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 3660, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3664, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3667, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3673, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 3678, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3684, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3690, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3694, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3697, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 3701, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3705, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3708, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3714, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 3719, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3725, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3731, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3735, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3738, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 3742, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3746, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3749, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3755, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 3759, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3765, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 3769, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 3773, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3776, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 3780, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 3784, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 3787, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 3793, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3796, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3799, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3802, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3805, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 3808, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 3811, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3814, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 3818, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 3821, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3824, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3827, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3830, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 3833, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 3836, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3839, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 3842, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 3845, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 3848, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 3852, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 3855, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3858, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 3861, engines/core/app/assets/stylesheets/bootstrap.scss */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 3864, engines/core/app/assets/stylesheets/bootstrap.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 3877, engines/core/app/assets/stylesheets/bootstrap.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 3881, engines/core/app/assets/stylesheets/bootstrap.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 3885, engines/core/app/assets/stylesheets/bootstrap.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 3890, engines/core/app/assets/stylesheets/bootstrap.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 3895, engines/core/app/assets/stylesheets/bootstrap.scss */
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 3898, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 3904, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-title {
  margin-bottom: .75rem;
}

/* line 3907, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

/* line 3911, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 3914, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 3917, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 3920, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 3926, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 3929, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 3934, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 3937, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

/* line 3943, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

/* line 3947, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px);
}

/* line 3956, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

/* line 3961, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 3965, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 3969, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 3973, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 3981, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 3989, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 3993, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 3999, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4004, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4008, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4012, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 4015, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 4018, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4022, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 4025, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 4029, engines/core/app/assets/stylesheets/bootstrap.scss */
.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 4033, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4043, engines/core/app/assets/stylesheets/bootstrap.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4048, engines/core/app/assets/stylesheets/bootstrap.scss */
.accordion {
  overflow-anchor: none;
}

/* line 4051, engines/core/app/assets/stylesheets/bootstrap.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4054, engines/core/app/assets/stylesheets/bootstrap.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4059, engines/core/app/assets/stylesheets/bootstrap.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4063, engines/core/app/assets/stylesheets/bootstrap.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 4067, engines/core/app/assets/stylesheets/bootstrap.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 4078, engines/core/app/assets/stylesheets/bootstrap.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 4081, engines/core/app/assets/stylesheets/bootstrap.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

/* line 4087, engines/core/app/assets/stylesheets/bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4090, engines/core/app/assets/stylesheets/bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4093, engines/core/app/assets/stylesheets/bootstrap.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 4096, engines/core/app/assets/stylesheets/bootstrap.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

/* line 4103, engines/core/app/assets/stylesheets/bootstrap.scss */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 4113, engines/core/app/assets/stylesheets/bootstrap.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 4120, engines/core/app/assets/stylesheets/bootstrap.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4125, engines/core/app/assets/stylesheets/bootstrap.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 4130, engines/core/app/assets/stylesheets/bootstrap.scss */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 4134, engines/core/app/assets/stylesheets/bootstrap.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4140, engines/core/app/assets/stylesheets/bootstrap.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4147, engines/core/app/assets/stylesheets/bootstrap.scss */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4152, engines/core/app/assets/stylesheets/bootstrap.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 4156, engines/core/app/assets/stylesheets/bootstrap.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 4160, engines/core/app/assets/stylesheets/bootstrap.scss */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* line 4165, engines/core/app/assets/stylesheets/bootstrap.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 4169, engines/core/app/assets/stylesheets/bootstrap.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 4173, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4186, engines/core/app/assets/stylesheets/bootstrap.scss */
  .badge {
    transition: none;
  }
}

/* line 4190, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

/* line 4193, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4196, engines/core/app/assets/stylesheets/bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4200, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 4205, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 4209, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

/* line 4213, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 4217, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 4221, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

/* line 4225, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 4229, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 4233, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

/* line 4237, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 4241, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 4245, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

/* line 4249, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 4253, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 4257, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

/* line 4261, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 4265, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 4269, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

/* line 4273, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 4277, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 4281, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

/* line 4285, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 4289, engines/core/app/assets/stylesheets/bootstrap.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 4293, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

/* line 4297, engines/core/app/assets/stylesheets/bootstrap.scss */
a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 4301, engines/core/app/assets/stylesheets/bootstrap.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  /* line 4308, engines/core/app/assets/stylesheets/bootstrap.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4312, engines/core/app/assets/stylesheets/bootstrap.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4317, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 4324, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-heading {
  color: inherit;
}

/* line 4327, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-link {
  font-weight: 700;
}

/* line 4330, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 4333, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 4341, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 4346, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 4349, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 4352, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 4357, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 4360, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 4363, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 4368, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 4371, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 4374, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 4379, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 4382, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 4385, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 4390, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 4393, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 4396, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 4401, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 4404, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 4407, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 4412, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 4415, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 4418, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 4423, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 4426, engines/core/app/assets/stylesheets/bootstrap.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 4445, engines/core/app/assets/stylesheets/bootstrap.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 4455, engines/core/app/assets/stylesheets/bootstrap.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4470, engines/core/app/assets/stylesheets/bootstrap.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 4474, engines/core/app/assets/stylesheets/bootstrap.scss */
.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;
}

/* line 4478, engines/core/app/assets/stylesheets/bootstrap.scss */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4483, engines/core/app/assets/stylesheets/bootstrap.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 4488, engines/core/app/assets/stylesheets/bootstrap.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 4494, engines/core/app/assets/stylesheets/bootstrap.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 4498, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

/* line 4507, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 4512, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 4518, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 4522, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4529, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 4533, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 4537, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 4542, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4548, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4551, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 4555, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4559, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

/* line 4563, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

/* line 4567, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 4570, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 4574, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 4579, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4583, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 4587, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 4591, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4594, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4598, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 4604, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4608, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 4612, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 4616, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4619, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4623, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 4629, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4633, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 4637, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 4641, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4644, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4648, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 4654, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4658, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 4662, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 4666, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4669, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4673, engines/core/app/assets/stylesheets/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 4678, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 4681, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 4684, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4687, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 4691, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 4695, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4700, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 4704, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 4708, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4713, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 4717, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 4721, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4726, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 4730, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 4734, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4739, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 4743, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 4747, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4752, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 4756, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 4760, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4765, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 4769, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 4773, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4778, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 4782, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 4786, engines/core/app/assets/stylesheets/bootstrap.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4791, engines/core/app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 4800, engines/core/app/assets/stylesheets/bootstrap.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 4804, engines/core/app/assets/stylesheets/bootstrap.scss */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

/* line 4807, engines/core/app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 4812, engines/core/app/assets/stylesheets/bootstrap.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 4815, engines/core/app/assets/stylesheets/bootstrap.scss */
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: .25rem;
}

/* line 4827, engines/core/app/assets/stylesheets/bootstrap.scss */
.toast:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 4830, engines/core/app/assets/stylesheets/bootstrap.scss */
.toast.showing {
  opacity: 1;
}

/* line 4833, engines/core/app/assets/stylesheets/bootstrap.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 4837, engines/core/app/assets/stylesheets/bootstrap.scss */
.toast.hide {
  display: none;
}

/* line 4840, engines/core/app/assets/stylesheets/bootstrap.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 4853, engines/core/app/assets/stylesheets/bootstrap.scss */
.toast-body {
  padding: .75rem;
}

/* line 4856, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 4859, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4863, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 4874, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 4880, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4888, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 4892, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 4896, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 4900, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 4905, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 4909, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 4913, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 4916, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 4923, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 4931, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 4938, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 4941, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 4944, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 4958, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 4967, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 4970, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.show {
  opacity: .5;
}

/* line 4973, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 4985, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 4989, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 4993, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 4999, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

/* line 5013, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-footer > * {
  margin: .25rem;
}

/* line 5016, engines/core/app/assets/stylesheets/bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5024, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5028, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 5031, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 5034, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5037, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 5043, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5048, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 5053, engines/core/app/assets/stylesheets/bootstrap.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 5057, engines/core/app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5080, engines/core/app/assets/stylesheets/bootstrap.scss */
.tooltip.show {
  opacity: .9;
}

/* line 5083, engines/core/app/assets/stylesheets/bootstrap.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 5089, engines/core/app/assets/stylesheets/bootstrap.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5095, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 5098, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

/* line 5101, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 5106, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

/* line 5109, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 5114, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 5119, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 5122, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

/* line 5125, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 5130, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

/* line 5133, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 5138, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 5143, engines/core/app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 5151, engines/core/app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

/* line 5179, engines/core/app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

/* line 5186, engines/core/app/assets/stylesheets/bootstrap.scss */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5193, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

/* line 5196, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px);
}

/* line 5199, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 5204, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 5209, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

/* line 5212, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 5218, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5223, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 5228, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

/* line 5231, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px);
}

/* line 5234, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5239, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 5244, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 5254, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

/* line 5257, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 5263, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5268, engines/core/app/assets/stylesheets/bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 5273, engines/core/app/assets/stylesheets/bootstrap.scss */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 5282, engines/core/app/assets/stylesheets/bootstrap.scss */
.popover-header:empty {
  display: none;
}

/* line 5285, engines/core/app/assets/stylesheets/bootstrap.scss */
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

/* line 5289, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
}

/* line 5292, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 5296, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5301, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5306, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5319, engines/core/app/assets/stylesheets/bootstrap.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 5323, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/* line 5326, engines/core/app/assets/stylesheets/bootstrap.scss */
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 5330, engines/core/app/assets/stylesheets/bootstrap.scss */
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 5334, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 5340, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 5344, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5350, engines/core/app/assets/stylesheets/bootstrap.scss */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 5354, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5372, engines/core/app/assets/stylesheets/bootstrap.scss */
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}

/* line 5376, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5382, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5385, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-control-next {
  right: 0;
}

/* line 5388, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

/* line 5394, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 5397, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 5400, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 5415, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5433, engines/core/app/assets/stylesheets/bootstrap.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 5437, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5440, engines/core/app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 5463, engines/core/app/assets/stylesheets/bootstrap.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

/* line 5474, engines/core/app/assets/stylesheets/bootstrap.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 5501, engines/core/app/assets/stylesheets/bootstrap.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

/* line 5512, engines/core/app/assets/stylesheets/bootstrap.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5517, engines/core/app/assets/stylesheets/bootstrap.scss */
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

/* line 5522, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5525, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5528, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 5531, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5534, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5537, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5540, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 5543, engines/core/app/assets/stylesheets/bootstrap.scss */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 5546, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 5549, engines/core/app/assets/stylesheets/bootstrap.scss */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

/* line 5552, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 5555, engines/core/app/assets/stylesheets/bootstrap.scss */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 5558, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 5561, engines/core/app/assets/stylesheets/bootstrap.scss */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 5564, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 5567, engines/core/app/assets/stylesheets/bootstrap.scss */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 5570, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 5573, engines/core/app/assets/stylesheets/bootstrap.scss */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 5576, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 5579, engines/core/app/assets/stylesheets/bootstrap.scss */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 5582, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 5585, engines/core/app/assets/stylesheets/bootstrap.scss */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 5588, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 5591, engines/core/app/assets/stylesheets/bootstrap.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5594, engines/core/app/assets/stylesheets/bootstrap.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 5597, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 5600, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 5603, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 5606, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 5609, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-0 {
  border: 0 !important;
}

/* line 5612, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 5615, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 5618, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 5621, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 5624, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 5627, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 5630, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 5633, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 5636, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 5639, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 5642, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 5645, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 5648, engines/core/app/assets/stylesheets/bootstrap.scss */
.border-white {
  border-color: #fff !important;
}

/* line 5651, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 5654, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 5657, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 5661, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 5665, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 5669, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 5673, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 5676, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 5679, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 5682, engines/core/app/assets/stylesheets/bootstrap.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 5685, engines/core/app/assets/stylesheets/bootstrap.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5690, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none !important;
}

/* line 5693, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-inline {
  display: inline !important;
}

/* line 5696, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 5699, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-block {
  display: block !important;
}

/* line 5702, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-table {
  display: table !important;
}

/* line 5705, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-table-row {
  display: table-row !important;
}

/* line 5708, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 5711, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 5715, engines/core/app/assets/stylesheets/bootstrap.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 5720, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 5723, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 5726, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 5729, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 5732, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 5735, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 5738, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 5741, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5745, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 5751, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 5754, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 5757, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 5760, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 5763, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 5766, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 5769, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 5772, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5776, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 5782, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 5785, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 5788, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 5791, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 5794, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 5797, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 5800, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 5803, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5807, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 5813, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 5816, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 5819, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 5822, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 5825, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 5828, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 5831, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 5834, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5838, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 5844, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 5847, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 5850, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 5853, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 5856, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 5859, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 5862, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 5865, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5869, engines/core/app/assets/stylesheets/bootstrap.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 5874, engines/core/app/assets/stylesheets/bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 5881, engines/core/app/assets/stylesheets/bootstrap.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 5885, engines/core/app/assets/stylesheets/bootstrap.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5894, engines/core/app/assets/stylesheets/bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 5897, engines/core/app/assets/stylesheets/bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 5900, engines/core/app/assets/stylesheets/bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 5903, engines/core/app/assets/stylesheets/bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 5906, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 5910, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 5914, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 5918, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 5922, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 5926, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 5930, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 5934, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 5938, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 5942, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 5946, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 5950, engines/core/app/assets/stylesheets/bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 5954, engines/core/app/assets/stylesheets/bootstrap.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 5958, engines/core/app/assets/stylesheets/bootstrap.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 5962, engines/core/app/assets/stylesheets/bootstrap.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 5966, engines/core/app/assets/stylesheets/bootstrap.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 5970, engines/core/app/assets/stylesheets/bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 5974, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 5978, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 5982, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 5986, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 5990, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 5994, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 5998, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6002, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6006, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6010, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6014, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6018, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6022, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6026, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6030, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6034, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6038, engines/core/app/assets/stylesheets/bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6043, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6047, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6051, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6055, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6059, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6063, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6067, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6071, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6075, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6079, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6083, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6087, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6091, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6095, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6099, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6103, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6107, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6111, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6115, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6119, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6123, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6127, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6131, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6135, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6139, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6143, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6147, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6151, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6155, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6159, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6163, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6167, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6171, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6175, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6181, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6185, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6189, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6193, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6197, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6201, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6205, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6209, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6213, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6217, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6221, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6225, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6229, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6233, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6237, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6241, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6245, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6249, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6253, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6257, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6261, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6265, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6269, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6273, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6277, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6281, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6285, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6289, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6293, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6297, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6301, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6305, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6309, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6313, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6319, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6323, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6327, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6331, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6335, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6339, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6343, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6347, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6351, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6355, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6359, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6363, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6367, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6371, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6375, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6379, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6383, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6387, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6391, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6395, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6399, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6403, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6407, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6411, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6415, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6419, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6423, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6427, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6431, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6435, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6439, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6443, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6447, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6451, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 6457, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6461, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6465, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6469, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6473, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6477, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6481, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6485, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6489, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6493, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6497, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6501, engines/core/app/assets/stylesheets/bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6505, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6509, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6513, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6517, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6521, engines/core/app/assets/stylesheets/bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6525, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6529, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6533, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6537, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6541, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6545, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6549, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6553, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6557, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6561, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6565, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6569, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6573, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6577, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6581, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6585, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6589, engines/core/app/assets/stylesheets/bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 6594, engines/core/app/assets/stylesheets/bootstrap.scss */
.float-left {
  float: left !important;
}

/* line 6597, engines/core/app/assets/stylesheets/bootstrap.scss */
.float-right {
  float: right !important;
}

/* line 6600, engines/core/app/assets/stylesheets/bootstrap.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6604, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6607, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 6610, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6615, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6618, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 6621, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6626, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6629, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 6632, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6637, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6640, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 6643, engines/core/app/assets/stylesheets/bootstrap.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6647, engines/core/app/assets/stylesheets/bootstrap.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 6652, engines/core/app/assets/stylesheets/bootstrap.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 6658, engines/core/app/assets/stylesheets/bootstrap.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 6664, engines/core/app/assets/stylesheets/bootstrap.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 6667, engines/core/app/assets/stylesheets/bootstrap.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6670, engines/core/app/assets/stylesheets/bootstrap.scss */
.position-static {
  position: static !important;
}

/* line 6673, engines/core/app/assets/stylesheets/bootstrap.scss */
.position-relative {
  position: relative !important;
}

/* line 6676, engines/core/app/assets/stylesheets/bootstrap.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6679, engines/core/app/assets/stylesheets/bootstrap.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6682, engines/core/app/assets/stylesheets/bootstrap.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6686, engines/core/app/assets/stylesheets/bootstrap.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6693, engines/core/app/assets/stylesheets/bootstrap.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6701, engines/core/app/assets/stylesheets/bootstrap.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6708, engines/core/app/assets/stylesheets/bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6719, engines/core/app/assets/stylesheets/bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 6727, engines/core/app/assets/stylesheets/bootstrap.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 6730, engines/core/app/assets/stylesheets/bootstrap.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 6733, engines/core/app/assets/stylesheets/bootstrap.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6736, engines/core/app/assets/stylesheets/bootstrap.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 6739, engines/core/app/assets/stylesheets/bootstrap.scss */
.w-25 {
  width: 25% !important;
}

/* line 6742, engines/core/app/assets/stylesheets/bootstrap.scss */
.w-50 {
  width: 50% !important;
}

/* line 6745, engines/core/app/assets/stylesheets/bootstrap.scss */
.w-75 {
  width: 75% !important;
}

/* line 6748, engines/core/app/assets/stylesheets/bootstrap.scss */
.w-100 {
  width: 100% !important;
}

/* line 6751, engines/core/app/assets/stylesheets/bootstrap.scss */
.w-auto {
  width: auto !important;
}

/* line 6754, engines/core/app/assets/stylesheets/bootstrap.scss */
.h-25 {
  height: 25% !important;
}

/* line 6757, engines/core/app/assets/stylesheets/bootstrap.scss */
.h-50 {
  height: 50% !important;
}

/* line 6760, engines/core/app/assets/stylesheets/bootstrap.scss */
.h-75 {
  height: 75% !important;
}

/* line 6763, engines/core/app/assets/stylesheets/bootstrap.scss */
.h-100 {
  height: 100% !important;
}

/* line 6766, engines/core/app/assets/stylesheets/bootstrap.scss */
.h-auto {
  height: auto !important;
}

/* line 6769, engines/core/app/assets/stylesheets/bootstrap.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6772, engines/core/app/assets/stylesheets/bootstrap.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 6775, engines/core/app/assets/stylesheets/bootstrap.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6778, engines/core/app/assets/stylesheets/bootstrap.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6781, engines/core/app/assets/stylesheets/bootstrap.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 6784, engines/core/app/assets/stylesheets/bootstrap.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6787, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6790, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 6793, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 6796, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

/* line 6799, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 6802, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6805, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 6808, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6811, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6814, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6817, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6820, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 6823, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6826, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6829, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6832, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 6835, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 6838, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 6841, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 6844, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 6847, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6850, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 6853, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6856, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6859, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6862, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 6865, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 6868, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 6871, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 6874, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 6877, engines/core/app/assets/stylesheets/bootstrap.scss */
.p-0 {
  padding: 0 !important;
}

/* line 6880, engines/core/app/assets/stylesheets/bootstrap.scss */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 6883, engines/core/app/assets/stylesheets/bootstrap.scss */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 6886, engines/core/app/assets/stylesheets/bootstrap.scss */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 6889, engines/core/app/assets/stylesheets/bootstrap.scss */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 6892, engines/core/app/assets/stylesheets/bootstrap.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6895, engines/core/app/assets/stylesheets/bootstrap.scss */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 6898, engines/core/app/assets/stylesheets/bootstrap.scss */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 6901, engines/core/app/assets/stylesheets/bootstrap.scss */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6904, engines/core/app/assets/stylesheets/bootstrap.scss */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 6907, engines/core/app/assets/stylesheets/bootstrap.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6910, engines/core/app/assets/stylesheets/bootstrap.scss */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 6913, engines/core/app/assets/stylesheets/bootstrap.scss */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 6916, engines/core/app/assets/stylesheets/bootstrap.scss */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6919, engines/core/app/assets/stylesheets/bootstrap.scss */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 6922, engines/core/app/assets/stylesheets/bootstrap.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 6925, engines/core/app/assets/stylesheets/bootstrap.scss */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 6928, engines/core/app/assets/stylesheets/bootstrap.scss */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 6931, engines/core/app/assets/stylesheets/bootstrap.scss */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 6934, engines/core/app/assets/stylesheets/bootstrap.scss */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 6937, engines/core/app/assets/stylesheets/bootstrap.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6940, engines/core/app/assets/stylesheets/bootstrap.scss */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 6943, engines/core/app/assets/stylesheets/bootstrap.scss */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 6946, engines/core/app/assets/stylesheets/bootstrap.scss */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6949, engines/core/app/assets/stylesheets/bootstrap.scss */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 6952, engines/core/app/assets/stylesheets/bootstrap.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 6955, engines/core/app/assets/stylesheets/bootstrap.scss */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 6958, engines/core/app/assets/stylesheets/bootstrap.scss */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 6961, engines/core/app/assets/stylesheets/bootstrap.scss */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 6964, engines/core/app/assets/stylesheets/bootstrap.scss */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 6967, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 6970, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

/* line 6973, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 6976, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 6979, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 6982, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 6985, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

/* line 6988, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 6991, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 6994, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 6997, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 7000, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

/* line 7003, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

/* line 7006, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

/* line 7009, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

/* line 7012, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 7015, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

/* line 7018, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 7021, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 7024, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 7027, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 7030, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

/* line 7033, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

/* line 7036, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

/* line 7039, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

/* line 7042, engines/core/app/assets/stylesheets/bootstrap.scss */
.m-auto {
  margin: auto !important;
}

/* line 7045, engines/core/app/assets/stylesheets/bootstrap.scss */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 7048, engines/core/app/assets/stylesheets/bootstrap.scss */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 7051, engines/core/app/assets/stylesheets/bootstrap.scss */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 7054, engines/core/app/assets/stylesheets/bootstrap.scss */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7058, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 7061, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 7064, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 7067, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 7070, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 7073, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 7076, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7079, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7082, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7085, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7088, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 7091, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7094, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7097, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7100, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7103, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 7106, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 7109, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 7112, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7115, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 7118, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 7121, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7124, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7127, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7130, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7133, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 7136, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 7139, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 7142, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7145, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 7148, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 7151, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 7154, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 7157, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 7160, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 7163, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 7166, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7169, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7172, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7175, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7178, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 7181, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7184, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7187, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7190, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7193, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 7196, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 7199, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 7202, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7205, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 7208, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 7211, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7214, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7217, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7220, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7223, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 7226, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 7229, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 7232, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7235, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 7238, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 7241, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7244, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7247, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7250, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7253, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 7256, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7259, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7262, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7265, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7268, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 7271, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 7274, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 7277, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7280, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 7283, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 7286, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7289, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7292, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7295, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7298, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 7301, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 7304, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 7307, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7310, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 7313, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 7316, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 7319, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 7322, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 7325, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 7330, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 7333, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 7336, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 7339, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7342, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 7345, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 7348, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7351, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7354, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7357, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7360, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 7363, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7366, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7369, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7372, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7375, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 7378, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 7381, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 7384, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7387, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 7390, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 7393, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7396, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7399, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7402, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7405, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 7408, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 7411, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 7414, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7417, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 7420, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 7423, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 7426, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 7429, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 7432, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 7435, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 7438, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7441, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7444, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7447, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7450, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 7453, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7456, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7459, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7462, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7465, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 7468, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 7471, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 7474, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7477, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 7480, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 7483, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7486, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7489, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7492, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7495, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 7498, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 7501, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 7504, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7507, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 7510, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 7513, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7516, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7519, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7522, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7525, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 7528, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7531, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7534, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7537, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7540, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 7543, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 7546, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 7549, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7552, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 7555, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 7558, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7561, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7564, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7567, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7570, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 7573, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 7576, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 7579, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7582, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 7585, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 7588, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  /* line 7591, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 7594, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 7597, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 7602, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 7605, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 7608, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 7611, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 7614, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 7617, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 7620, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7623, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7626, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7629, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7632, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 7635, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7638, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7641, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7644, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7647, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 7650, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 7653, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 7656, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7659, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 7662, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 7665, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7668, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7671, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7674, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7677, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 7680, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 7683, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 7686, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7689, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 7692, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 7695, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 7698, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 7701, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 7704, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 7707, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 7710, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7713, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7716, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7719, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7722, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 7725, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7728, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7731, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7734, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7737, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 7740, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 7743, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 7746, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7749, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 7752, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 7755, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7758, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7761, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7764, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7767, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 7770, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 7773, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 7776, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7779, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 7782, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 7785, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7788, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7791, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7794, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7797, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 7800, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7803, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7806, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7809, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7812, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 7815, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 7818, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 7821, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7824, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 7827, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 7830, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7833, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7836, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7839, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7842, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 7845, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 7848, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 7851, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7854, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 7857, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 7860, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 7863, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 7866, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 7869, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 7874, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 7877, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 7880, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 7883, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 7886, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 7889, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 7892, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7895, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7898, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7901, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7904, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 7907, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7910, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7913, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7916, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7919, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 7922, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 7925, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 7928, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7931, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 7934, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 7937, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7940, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7943, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7946, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7949, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 7952, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 7955, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 7958, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7961, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 7964, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 7967, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 7970, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 7973, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 7976, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 7979, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 7982, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7985, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7988, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7991, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7994, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 7997, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8000, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8003, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8006, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8009, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 8012, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 8015, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 8018, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8021, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 8024, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 8027, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8030, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8033, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8036, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8039, engines/core/app/assets/stylesheets/bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 8042, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 8045, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 8048, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8051, engines/core/app/assets/stylesheets/bootstrap.scss */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 8054, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 8057, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8060, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8063, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8066, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8069, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 8072, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8075, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8078, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8081, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8084, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 8087, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 8090, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 8093, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8096, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 8099, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 8102, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8105, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8108, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8111, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8114, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 8117, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 8120, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 8123, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8126, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 8129, engines/core/app/assets/stylesheets/bootstrap.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 8132, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 8135, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 8138, engines/core/app/assets/stylesheets/bootstrap.scss */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 8141, engines/core/app/assets/stylesheets/bootstrap.scss */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 8145, engines/core/app/assets/stylesheets/bootstrap.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 8156, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 8159, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8162, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 8165, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8168, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8173, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left !important;
}

/* line 8176, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right !important;
}

/* line 8179, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8183, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 8186, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 8189, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8194, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 8197, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 8200, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8205, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 8208, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 8211, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 8216, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 8219, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 8222, engines/core/app/assets/stylesheets/bootstrap.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 8226, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8229, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8232, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8235, engines/core/app/assets/stylesheets/bootstrap.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8238, engines/core/app/assets/stylesheets/bootstrap.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 8241, engines/core/app/assets/stylesheets/bootstrap.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8244, engines/core/app/assets/stylesheets/bootstrap.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8247, engines/core/app/assets/stylesheets/bootstrap.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 8250, engines/core/app/assets/stylesheets/bootstrap.scss */
.font-italic {
  font-style: italic !important;
}

/* line 8253, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-white {
  color: #fff !important;
}

/* line 8256, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-primary {
  color: #007bff !important;
}

/* line 8259, engines/core/app/assets/stylesheets/bootstrap.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

/* line 8262, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 8265, engines/core/app/assets/stylesheets/bootstrap.scss */
a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

/* line 8268, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #28a745 !important;
}

/* line 8271, engines/core/app/assets/stylesheets/bootstrap.scss */
a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

/* line 8274, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 8277, engines/core/app/assets/stylesheets/bootstrap.scss */
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

/* line 8280, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 8283, engines/core/app/assets/stylesheets/bootstrap.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

/* line 8286, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 8289, engines/core/app/assets/stylesheets/bootstrap.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

/* line 8292, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 8295, engines/core/app/assets/stylesheets/bootstrap.scss */
a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

/* line 8298, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 8301, engines/core/app/assets/stylesheets/bootstrap.scss */
a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

/* line 8304, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-body {
  color: #212529 !important;
}

/* line 8307, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 8310, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-muted-2 {
  color: #b5bdc4 !important;
}

/* line 8313, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 8316, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 8319, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8326, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 8329, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 8333, engines/core/app/assets/stylesheets/bootstrap.scss */
.text-reset {
  color: inherit !important;
}

/* line 8336, engines/core/app/assets/stylesheets/bootstrap.scss */
.visible {
  visibility: visible !important;
}

/* line 8339, engines/core/app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8343, engines/core/app/assets/stylesheets/bootstrap.scss */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 8347, engines/core/app/assets/stylesheets/bootstrap.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 8350, engines/core/app/assets/stylesheets/bootstrap.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 8353, engines/core/app/assets/stylesheets/bootstrap.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 8356, engines/core/app/assets/stylesheets/bootstrap.scss */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 8360, engines/core/app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 8363, engines/core/app/assets/stylesheets/bootstrap.scss */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 8366, engines/core/app/assets/stylesheets/bootstrap.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 8370, engines/core/app/assets/stylesheets/bootstrap.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 8376, engines/core/app/assets/stylesheets/bootstrap.scss */
  body {
    min-width: 992px !important;
  }
  /* line 8379, engines/core/app/assets/stylesheets/bootstrap.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 8382, engines/core/app/assets/stylesheets/bootstrap.scss */
  .navbar {
    display: none;
  }
  /* line 8385, engines/core/app/assets/stylesheets/bootstrap.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 8388, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 8391, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 8394, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  /* line 8397, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-dark {
    color: inherit;
  }
  /* line 8400, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  /* line 8403, engines/core/app/assets/stylesheets/bootstrap.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;400;500;600;700&display=swap");
/*
font-family: 'Outfit', sans-serif;
*/
/* line 8, engines/public/app/assets/stylesheets/fl-custom.scss */
html.no-scroll,
body.no-scroll {
  overflow-y: hidden;
}

/*ios scrolling smooth*/
/* line 13, engines/public/app/assets/stylesheets/fl-custom.scss */
* {
  -webkit-overflow-scrolling: touch;
}

/* line 16, engines/public/app/assets/stylesheets/fl-custom.scss */
.scroll-y {
  overflow-y: auto;
}

/* line 19, engines/public/app/assets/stylesheets/fl-custom.scss */
.no-scroll-y {
  overflow: hidden;
}

/* line 22, engines/public/app/assets/stylesheets/fl-custom.scss */
.no-scroll-x {
  overflow-x: hidden;
}

/* line 25, engines/public/app/assets/stylesheets/fl-custom.scss */
body {
  font-family: "Outfit","Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

/* line 28, engines/public/app/assets/stylesheets/fl-custom.scss */
html, body {
  height: 100%;
}

/* line 32, engines/public/app/assets/stylesheets/fl-custom.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 600 !important;
  line-height: 1.2;
}

/* line 270, engines/core/app/assets/stylesheets/bootstrap.scss */
/* line 39, engines/public/app/assets/stylesheets/fl-custom.scss */
.h1, h1 {
  font-size: 3rem;
}

/* line 273, engines/core/app/assets/stylesheets/bootstrap.scss */
/* line 44, engines/public/app/assets/stylesheets/fl-custom.scss */
.h2, h2 {
  font-size: 2.5rem;
}

/* line 48, engines/public/app/assets/stylesheets/fl-custom.scss */
a:hover {
  color: #253746;
  text-decoration: none;
}

/* line 55, engines/public/app/assets/stylesheets/fl-custom.scss */
label.error {
  text-align: left;
  width: 100%;
  font-size: .85em;
  padding-left: .3em;
  color: #FF0060;
}

/* line 63, engines/public/app/assets/stylesheets/fl-custom.scss */
.flo-inline {
  float: left;
}

/* line 66, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-xs {
  font-size: 70%;
}

/*brand bar style*/
/*guest nav*/
/* line 73, engines/public/app/assets/stylesheets/fl-custom.scss */
.navbar {
  padding: 1rem 1rem;
}

/* line 77, engines/public/app/assets/stylesheets/fl-custom.scss */
.navbar-expand-lg .navbar-collapse {
  padding-left: 90px;
}

/* line 81, engines/public/app/assets/stylesheets/fl-custom.scss */
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.3rem !important;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 88, engines/public/app/assets/stylesheets/fl-custom.scss */
.nav-item a.nav-link:hover,
.nav-item a.nav-link:focus {
  color: #72cdea !important;
}

/* line 92, engines/public/app/assets/stylesheets/fl-custom.scss */
.nav-item a.nav-link.current,
a.dropdown-item.current {
  color: #72cdea !important;
}

/* line 96, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropdown-item {
  padding: 1rem 1.5rem;
  color: #999;
}

/* line 100, engines/public/app/assets/stylesheets/fl-custom.scss */
a.dropdown-item.fl-icons:before {
  padding-right: 7px;
}

/* line 103, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropdown-menu {
  top: 60px;
  left: -15px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 1px 2px 5px #afafaf;
  box-shadow: 1px 2px 5px #afafaf;
}

/* line 111, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropdown-menu.show a.dropdown-item:hover {
  color: #72cdea;
}

/* line 114, engines/public/app/assets/stylesheets/fl-custom.scss */
.login-box {
  padding-right: 20px;
}

/* line 117, engines/public/app/assets/stylesheets/fl-custom.scss */
.user-name-circle {
  display: inline-block;
  border-radius: 50%;
  background: #72cdea;
  width: 2.4em;
  height: 2.4em;
  color: #fff;
  text-align: center;
  padding-top: 0.4em;
}

/*investor-nav*/
/* line 128, engines/public/app/assets/stylesheets/fl-custom.scss */
.investor-nav .navbar-expand-lg .navbar-collapse {
  padding-left: 40px;
}

/* line 131, engines/public/app/assets/stylesheets/fl-custom.scss */
.investor-nav .dropdown-menu {
  top: 66px;
}

/* line 134, engines/public/app/assets/stylesheets/fl-custom.scss */
.investor-nav-right .dropdown-menu {
  top: 80px;
  left: -3em;
  margin-top: 0.05rem;
}

/* line 139, engines/public/app/assets/stylesheets/fl-custom.scss */
.investor-nav-right .btn-avatar-dropdown .dropdown-menu {
  left: -37px;
}

/* line 142, engines/public/app/assets/stylesheets/fl-custom.scss */
.avatar-dropdown-menu {
  padding-left: 10px;
}

/* line 146, engines/public/app/assets/stylesheets/fl-custom.scss */
.investor-nav-right .navbar-nav .nav-link {
  padding-right: 1rem !important;
}

/* line 149, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-available-balance-dd {
  font-size: 14px;
  padding-top: 15px;
}

/*borrower-nav*/
/* line 156, engines/public/app/assets/stylesheets/fl-custom.scss */
.borrower-nav-right .dropdown-menu {
  top: 4.64rem;
  left: -3em;
  margin-top: 0;
}

/* line 162, engines/public/app/assets/stylesheets/fl-custom.scss */
.borrower-nav-right .navbar-nav .nav-link {
  padding-right: 1rem !important;
}

/*scroll bar*/
/* line 168, engines/public/app/assets/stylesheets/fl-custom.scss */
div.brand-nav {
  overflow-x: hidden;
}

/* line 170, engines/public/app/assets/stylesheets/fl-custom.scss */
div.brand-nav .btn-prev-navi,
div.brand-nav .btn-next-navi {
  position: absolute;
  top: 0.08em;
  bottom: 0;
  background: transparent;
  border: 0;
  color: #999;
  font-size: 1em;
  cursor: pointer;
}

/* line 181, engines/public/app/assets/stylesheets/fl-custom.scss */
div.brand-nav .btn-prev-navi {
  left: 1em;
}

/* line 184, engines/public/app/assets/stylesheets/fl-custom.scss */
div.brand-nav .btn-next-navi {
  right: 1em;
}

/* line 189, engines/public/app/assets/stylesheets/fl-custom.scss */
.mobile-scroll-menu {
  white-space: nowrap;
  overflow-x: initial;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 28px;
}

/* line 195, engines/public/app/assets/stylesheets/fl-custom.scss */
.mobile-scroll-menu a {
  display: inline;
  color: #999;
  text-align: center;
  padding: 0 14px;
  text-decoration: none;
  text-transform: initial;
}

/* line 202, engines/public/app/assets/stylesheets/fl-custom.scss */
.mobile-scroll-menu a:hover {
  color: #72cdea;
}

/* line 205, engines/public/app/assets/stylesheets/fl-custom.scss */
.mobile-scroll-menu a:hover {
  color: #72cdea;
}

/*fl-notify*/
/* line 213, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-notify-block {
  width: 320px;
  right: 0;
  z-index: 99999;
  position: fixed;
  height: 100%;
  background-color: #0077c8;
  padding: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.01, 0.34, 1);
  transition: all 0.5s cubic-bezier(0.74, 0.01, 0.34, 1);
  top: 0;
}

/* line 227, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-notify-block.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 231, engines/public/app/assets/stylesheets/fl-custom.scss */
.placeholder-container {
  overflow-y: auto;
  position: fixed;
  height: 92%;
  overflow-x: hidden;
}

/* line 237, engines/public/app/assets/stylesheets/fl-custom.scss */
.panel-title-block {
  background-color: #0e98e8;
  color: #fff;
  width: 100%;
  display: block;
  padding: 20px;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 5px 5px -2px rgba(68, 68, 68, 0.37);
  box-shadow: 0 5px 5px -2px rgba(68, 68, 68, 0.37);
  height: 8%;
}

/* line 249, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-panel-close:before {
  display: block;
  float: right;
  position: fixed;
  right: 10px;
  font-size: 21px;
  color: #fff;
  padding-top: 24px;
  cursor: pointer;
  z-index: 2;
}

/* line 261, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-notice-close {
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  font-size: 21px;
  color: #fff;
  margin-top: -35px;
  padding: 5.5px 5px 5px 8px;
  border-radius: 88px;
}

/* line 272, engines/public/app/assets/stylesheets/fl-custom.scss */
.panel-icon-col {
  margin-top: 10px;
}

/* line 275, engines/public/app/assets/stylesheets/fl-custom.scss */
.panel-icon-col span {
  background-color: rgba(0, 0, 0, 0.28);
  padding: 24px 11px 10px;
  border-radius: 88px;
  height: auto;
}

/* line 281, engines/public/app/assets/stylesheets/fl-custom.scss */
.panel-icon-col span:before {
  font-size: 32px;
  color: #fff;
}

/* line 285, engines/public/app/assets/stylesheets/fl-custom.scss */
.notice-placeholder {
  height: auto;
  -webkit-box-shadow: 0 5px 5px -5px #333;
  box-shadow: 0 5px 5px -5px #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 291, engines/public/app/assets/stylesheets/fl-custom.scss */
.notice-placeholder:hover {
  background: #077fe8;
}

/* line 295, engines/public/app/assets/stylesheets/fl-custom.scss */
.notice-placeholder:hover span.btn-notice-close {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 299, engines/public/app/assets/stylesheets/fl-custom.scss */
.notice-placeholder span.btn-notice-close {
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transition: all 0.2s cubic-bezier(0.74, 0.01, 0.34, 1);
  transition: all 0.2s cubic-bezier(0.74, 0.01, 0.34, 1);
}

/* line 305, engines/public/app/assets/stylesheets/fl-custom.scss */
.notice-placeholder-container {
  list-style-type: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: fixed;
  height: calc(100% - 80px);
  width: 100%;
  display: block;
}

/* line 315, engines/public/app/assets/stylesheets/fl-custom.scss */
.panel-container {
  overflow-y: auto;
  height: 100%;
}

/* line 320, engines/public/app/assets/stylesheets/fl-custom.scss */
.notifify-number {
  padding: 1px 4.5px;
  border-radius: 80px;
  background: #0077c8;
  color: #fff;
  font-size: 8px;
  z-index: 999;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
}

/* line 332, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-notify-block.empty:after {
  content: "You have no notifications ";
  color: #fff;
  text-align: center;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 50px;
  font-size: 17px;
  opacity: 0.5;
  height: calc(100% - 280px);
  padding-bottom: 20px;
  left: 60px;
}

/*avatar*/
/* line 349, engines/public/app/assets/stylesheets/fl-custom.scss */
.field-avatar {
  margin-bottom: 50px;
}

/* line 352, engines/public/app/assets/stylesheets/fl-custom.scss */
.field-avatar .cr-boundary {
  height: 100px;
  width: 100px;
  margin: 17px auto 0;
  background-size: 100%;
}

/*hamburger icon*/
/* line 361, engines/public/app/assets/stylesheets/fl-custom.scss */
.navbar-light .navbar-toggler {
  border: 0;
}

/* line 366, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-icons.nbsp-icon:before {
  padding-right: 2px;
}

/*logo style*/
/* line 372, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-logo {
  width: 145px;
  height: 50px;
  padding-left: 30px;
  position: relative;
  top: 3px;
}

/* line 380, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer .fl-logo {
  padding-left: 0;
  margin-left: -.2em;
}

/*Flender UI*/
/*alerts ui*/
/* line 390, engines/public/app/assets/stylesheets/fl-custom.scss */
.alert-slider {
  position: fixed;
  top: 100px;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  left: -50px;
  display: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 403, engines/public/app/assets/stylesheets/fl-custom.scss */
.alert-pass {
  background-color: #72cdea;
}

/* line 406, engines/public/app/assets/stylesheets/fl-custom.scss */
.alert-error {
  background-color: #F7A201;
}

/* line 409, engines/public/app/assets/stylesheets/fl-custom.scss */
.alert-notice {
  background-color: #253746;
}

/* line 412, engines/public/app/assets/stylesheets/fl-custom.scss */
.alert .fl-icons:before {
  margin-right: 7px;
}

/* line 415, engines/public/app/assets/stylesheets/fl-custom.scss */
.alert-primary {
  background-color: #0077c8;
}

/*lender dash msg*/
/* line 420, engines/public/app/assets/stylesheets/fl-custom.scss */
.lender-dash-msg .alert {
  padding: 1.5rem 2rem;
}

/* line 423, engines/public/app/assets/stylesheets/fl-custom.scss */
.lender-dash-msg .alert span.fl-icons:before {
  margin-right: 0;
}

/*tooltip-style*/
/* line 430, engines/public/app/assets/stylesheets/fl-custom.scss */
.tooltip-inner {
  background: #0077c8;
  font-size: 16px;
}

/* line 434, engines/public/app/assets/stylesheets/fl-custom.scss */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #0077c8;
}

/* line 437, engines/public/app/assets/stylesheets/fl-custom.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #0077c8;
}

/* line 440, engines/public/app/assets/stylesheets/fl-custom.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #0077c8;
}

/* Fade In and Out
============================== */
/* line 447, engines/public/app/assets/stylesheets/fl-custom.scss */
.nav2 ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 452, engines/public/app/assets/stylesheets/fl-custom.scss */
.nav2 li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

/*date-picker*/
/* line 466, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background: #fff;
  z-index: 5 !important;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

/* line 475, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 479, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 486, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 490, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 493, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 496, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 499, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 502, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 511, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-next span {
  margin-left: -30px;
}

/* line 514, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 519, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 523, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 527, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 533, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 539, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 543, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 550, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 558, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 566, engines/public/app/assets/stylesheets/fl-custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 569, engines/public/app/assets/stylesheets/fl-custom.scss */
.date-picker-wrapper.no-shortcuts {
  margin-left: -35px;
  z-index: 100;
}

/*align*/
/* line 576, engines/public/app/assets/stylesheets/fl-custom.scss */
.txt-left {
  text-align: left;
}

/* line 580, engines/public/app/assets/stylesheets/fl-custom.scss */
.txt-center {
  text-align: center;
}

/* line 584, engines/public/app/assets/stylesheets/fl-custom.scss */
.txt-right {
  text-align: right;
}

/*color*/
/* brand color style */
/* line 592, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-color-blue {
  color: #0077c8 !important;
}

/* line 596, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-color-green {
  color: #72cdea !important;
}

/* line 600, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-color-navy {
  color: #253746 !important;
}

/* line 604, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-color-grey {
  color: #999 !important;
}

/* line 608, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-color-m {
  color: #ff0060 !important;
}

/* line 612, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-color-yellow {
  color: #FFD700 !important;
}

/* line 616, engines/public/app/assets/stylesheets/fl-custom.scss */
.project-g-color {
  color: #00a76a;
}

/* line 619, engines/public/app/assets/stylesheets/fl-custom.scss */
.project-g-title-icon:before {
  top: .1em;
  position: relative;
}

/* line 623, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-primary {
  color: #253746 !important;
}

/* line 627, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-flender-navy {
  color: #253746 !important;
}

/* line 631, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-flender-dark-navy {
  color: #000f3c !important;
}

/* line 635, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-flender-violet {
  color: #040075 !important;
}

/* line 639, engines/public/app/assets/stylesheets/fl-custom.scss */
.figure-title-org {
  color: #f89b3e !important;
}

/* line 643, engines/public/app/assets/stylesheets/fl-custom.scss */
.figure-title-m {
  color: #ff0060 !important;
}

/* line 647, engines/public/app/assets/stylesheets/fl-custom.scss */
.figure-title-g {
  color: #72cdea !important;
}

/* line 651, engines/public/app/assets/stylesheets/fl-custom.scss */
.figure-title-gre {
  color: #4CAF50 !important;
}

/* line 655, engines/public/app/assets/stylesheets/fl-custom.scss */
.figure-title-pur {
  color: #9966ff !important;
}

/* line 659, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-red {
  color: #F44336 !important;
}

/* line 663, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-orange {
  color: #F57C00 !important;
}

/* line 667, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-yellow {
  color: #efd70f !important;
}

/* line 671, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-green {
  color: #4CAF50 !important;
}

/* line 675, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-white {
  color: #fff !important;
}

/* line 678, engines/public/app/assets/stylesheets/fl-custom.scss */
.bg-fl-g {
  background: #72cdea !important;
}

/* line 681, engines/public/app/assets/stylesheets/fl-custom.scss */
.bg-fl-b {
  background: #0077c8 !important;
}

/* line 684, engines/public/app/assets/stylesheets/fl-custom.scss */
.bg-fl-grey {
  background: #ddd !important;
}

/* line 687, engines/public/app/assets/stylesheets/fl-custom.scss */
.bg-fl-light {
  background: #f3f3f3 !important;
}

/* line 690, engines/public/app/assets/stylesheets/fl-custom.scss */
.bg-pg-banner {
  background: #050505;
}

/* line 693, engines/public/app/assets/stylesheets/fl-custom.scss */
.col-bg-green {
  background: #72cdea;
}

/* line 696, engines/public/app/assets/stylesheets/fl-custom.scss */
.col-bg-grey {
  background: #f7f7f7;
}

/* line 699, engines/public/app/assets/stylesheets/fl-custom.scss */
.bg-project-g {
  background: #00a76a !important;
}

/* line 702, engines/public/app/assets/stylesheets/fl-custom.scss */
.header-linear {
  /* background-image: linear-gradient(90deg, #72cdea 0%, #253746 100%); */
  /* min-height: 0.7em; */
}

/*loan-grade-style*/
/* line 707, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-a-plus {
  color: #fff;
  background-color: #72cdea;
  min-width: 6em;
}

/* line 712, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-a {
  color: #fff;
  background-color: #00adc4;
  min-width: 6em;
}

/* line 717, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-b-plus {
  color: #fff;
  background-color: #0096c6;
  min-width: 6em;
}

/* line 722, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-b {
  color: #fff;
  background-color: #0596d6;
  min-width: 6em;
}

/* line 727, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-c-plus {
  color: #fff;
  background-color: #0077c8;
  min-width: 6em;
}

/* line 732, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-c {
  color: #fff;
  background-color: #00579d;
  min-width: 6em;
}

/* line 737, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-d {
  color: #fff;
  background-color: #004383;
  min-width: 6em;
}

/* line 742, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-v {
  color: #fff;
  background-color: #253746;
  min-width: 6em;
}

/* line 747, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-grade-a-plus {
  color: #72cdea;
}

/* line 750, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-grade-a {
  color: #00adc4;
}

/* line 753, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-grade-b-plus {
  color: #0096c6;
}

/* line 756, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-grade-b {
  color: #0596d6;
}

/* line 759, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-grade-c-plus {
  color: #0077c8;
}

/* line 762, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-grade-c {
  color: #00579d;
}

/* line 765, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-grade-d {
  color: #004383;
}

/* line 768, engines/public/app/assets/stylesheets/fl-custom.scss */
.color-grade-v {
  color: #253746;
}

/* line 772, engines/public/app/assets/stylesheets/fl-custom.scss */
.grade-size {
  font-size: 1em;
}

/*progress bar*/
/* line 778, engines/public/app/assets/stylesheets/fl-custom.scss */
.meter {
  position: relative;
  margin: 0;
  background: #ccc;
  display: inline-block;
  width: 100%;
}

/* line 786, engines/public/app/assets/stylesheets/fl-custom.scss */
.meter > span {
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#253746), to(#72cdea));
  background: linear-gradient(to right, #253746, #72cdea);
  color: white;
  padding: 3px 1px 2px;
  text-align: center;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  line-height: 1em;
  min-height: 8px;
  width: 0;
  -webkit-transition: width 1.6s cubic-bezier(0.74, 0.01, 0.34, 1);
  transition: width 1.6s cubic-bezier(0.74, 0.01, 0.34, 1);
}

/*button*/
/* line 807, engines/public/app/assets/stylesheets/fl-custom.scss */
.home-cta-section .cta-left .fl-icons.fl-icon_arrowright:before,
.home-cta-section .cta-right .fl-icons.fl-icon_arrowright:before,
.invest-cta-block .cta-left .fl-icons.fl-icon_arrowright:before,
.borrow-cta-block .cta-right .fl-icons.fl-icon_arrowright:before {
  float: right;
  margin: 6px 0 0 -15px;
}

/* line 815, engines/public/app/assets/stylesheets/fl-custom.scss */
.primary-g {
  color: #fff;
  background: #72cdea;
  border: 1px solid #72cdea;
  min-width: 160px;
  font-weight: 400;
  font-size: 18px;
}

/* line 824, engines/public/app/assets/stylesheets/fl-custom.scss */
.primary-n {
  color: #fff;
  background: #253746;
  border: 1px solid #253746;
  min-width: 160px;
  font-weight: 400;
  font-size: 18px;
}

/* line 832, engines/public/app/assets/stylesheets/fl-custom.scss */
.primary-w {
  color: #72cdea;
  background: #fff;
  border: 1px solid #fff;
  min-width: 160px;
  font-weight: 400;
  font-size: 18px;
}

/* line 840, engines/public/app/assets/stylesheets/fl-custom.scss */
.secondary-n {
  color: #253746;
  background: none;
  border: 1px solid #72cdea;
  min-width: 160px;
  font-weight: 400;
  font-size: 18px;
}

/* line 848, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-link {
  color: #999;
  background-color: transparent;
  background-image: none;
}

/* line 854, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-link:hover {
  color: #72cdea !important;
  text-decoration: none;
}

/* line 857, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-link:hover:hover {
  color: #72cdea;
  text-decoration: none;
}

/* line 863, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-grey-link {
  color: #999;
}

/* line 865, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-grey-link:hover {
  color: #72cdea;
  text-decoration: underline;
}

/* line 870, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-link {
  color: #0077c8;
}

/* line 872, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-link:hover {
  color: #72cdea;
  text-decoration: underline;
}

/* line 877, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-link {
  color: #fff;
  background-color: #0077c8;
  cursor: pointer;
}

/* line 881, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-link:hover {
  color: #fff;
  background-color: #72cdea;
}

/* line 887, engines/public/app/assets/stylesheets/fl-custom.scss */
.link-empty {
  border: none;
}

/* line 890, engines/public/app/assets/stylesheets/fl-custom.scss */
.link-empty:focus {
  border: none;
}

/* line 893, engines/public/app/assets/stylesheets/fl-custom.scss */
.link-empty:hover {
  border: none;
}

/* line 896, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-danger {
  color: #fff;
  background: #FF0060;
  border: 0;
  min-width: 160px;
  font-weight: 400;
  font-size: 18px;
}

/* line 905, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-cta-outline {
  color: #253746;
  background-color: transparent;
  background-image: none;
  border-color: #72cdea;
  min-height: 40px;
}

/* line 911, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-cta-outline a {
  color: #253746;
}

/* line 916, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-cta-outline:hover {
  color: #fff;
  background-color: #0077c8;
  border-color: #0077c8;
}

/* line 920, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-cta-outline:hover a {
  color: #fff;
}

/* line 924, engines/public/app/assets/stylesheets/fl-custom.scss */
a.btn:focus, a.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

/* line 929, engines/public/app/assets/stylesheets/fl-custom.scss */
a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: transparent;
  outline-style: none;
  outline: none;
  -webkit-appearance: none;
}

/* line 938, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-cta-outline.disabled,
.btn-cta-outline:disabled {
  color: #555;
  background-color: transparent;
  border: 1px solid #555;
}

/* line 944, engines/public/app/assets/stylesheets/fl-custom.scss */
.investor-nav .nav-link.active {
  color: #72cdea !important;
}

/* line 947, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-cta-outline:not(:disabled):not(.disabled):active,
.btn-cta-outline.active:not(:disabled):not(.disabled),
.show > .btn-cta-outline.dropdown-toggle {
  color: #fff;
  background-color: #72cdea;
  border-color: #72cdea;
}

/* line 955, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-cta-outline:not(:disabled):not(.disabled):active:focus,
.btn-cta-outline.active:not(:disabled):not(.disabled):focus,
.show > .btn-cta-outline.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #72cdea;
  box-shadow: 0 0 0 0.2rem #72cdea;
}

/* line 962, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-header-scroll {
  padding-top: 100px;
  padding-bottom: 20px;
}

/* line 967, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-cal-cta {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 972, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-show-password {
  float: right;
  padding: 6px 15px;
  font-size: 14px;
  position: absolute;
  right: 0;
  margin: 15px 50px 0 0;
  background: #f2f1f1;
  padding-right: 15px;
}

/* line 982, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-show-password.active > span {
  display: none;
}

/* line 986, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-show-password.active:after {
  content: "Hide";
  color: #253746;
}

/* line 991, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-scrolldown {
  cursor: pointer;
}

/* line 994, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-nav-notice-toggle {
  display: block;
  position: relative;
  top: 20px;
}

/* line 999, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-nav-notice-toggle:before {
  font-size: 28px;
}

/* line 1002, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-secondary.fl-color-grey:hover {
  cursor: default;
  background-color: #6c757d;
}

/* line 1006, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-sm-half {
  color: #fff;
  background: #72cdea;
}

/* line 1010, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-sm-half:hover {
  background: #0077c8;
  color: #fff;
}

/* line 1014, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-prev-mobile-show {
  display: none;
}

/* line 1017, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-stepback {
  width: 160px;
}

/* line 1020, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-md-width {
  min-width: 160px;
}

/* line 1023, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-show-field {
  padding-right: 6em !important;
}

/* line 1026, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-close-msg {
  position: absolute;
  right: 1em;
  top: 0.5em;
}

/* line 1031, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-project-g-primary {
  color: #fff !important;
  border: 0;
  background: #00a76a;
}

/* line 1035, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-project-g-primary:hover {
  background: #008051 !important;
}

/*toggle switch btn*/
/* line 1040, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

/* line 1046, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch .toggle-switch_body {
  width: 60px;
  height: 30px;
  background: white;
  border: 1px solid #dadde1;
  display: inline-block;
  position: relative;
  border-radius: 50px;
}

/* line 1055, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch .toggle-switch_switch {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: white;
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  border: 1px solid #ccd0d6;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  -moz-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -moz-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  -o-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -o-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transition-delay: 250ms, 250ms;
  -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  z-index: 1;
}

/* line 1077, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch .toggle-switch_track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px;
}

/* line 1086, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch .toggle-switch_bgd {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 55px;
  -moz-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1), right cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transition-delay: 250ms, 250ms;
  -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  background: #0dc0b2;
}

/* line 1099, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch .toggle-switch_bgd-negative {
  right: auto;
  left: -45px;
  background: #f5f5f5;
}

/* line 1104, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch:hover .toggle-switch_switch {
  border-color: #b5bbc3;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

/* line 1109, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch:active .toggle-switch_switch {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/* line 1113, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch > :not(:checked) ~ .toggle-switch_body > .toggle-switch_switch {
  left: 30px;
}

/* line 1116, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch > :not(:checked) ~ .toggle-switch_body .toggle-switch_bgd {
  right: -45px;
}

/* line 1119, engines/public/app/assets/stylesheets/fl-custom.scss */
.toggle-switch > :not(:checked) ~ .toggle-switch_body .toggle-switch_bgd.toggle-switch_bgd-negative {
  right: auto;
  left: -10px;
}

/*load button*/
/* line 1125, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld-ext-right {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  overflow: hidden;
}

/* line 1133, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld-ext-right > .ld {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 1145, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld-ext-right.running > .ld {
  opacity: 1;
  z-index: auto;
}

/* line 1149, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld-ext-right.running {
  padding-right: 2.5em !important;
  background: #0077c8;
  border: none;
  color: #fff;
}

/* line 1155, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld-ext-right > .ld {
  top: 50%;
  left: auto;
  right: 1em;
}

/* line 1160, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld.running {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

/* line 1164, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld-ring {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: inline-block;
}

/* line 1171, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld-ring:after {
  border-radius: 50%;
  border-style: solid;
  border-width: 0.15em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1180, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld-ring:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover;
}

/* line 1194, engines/public/app/assets/stylesheets/fl-custom.scss */
.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite;
}

@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* load button */
/* line 1237, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-loading {
  background: url(/assets/loading-a7e53fdda13b7604d2bd9f405f085ed8ed95b70230a6e517492a25fae15ca66e.gif) no-repeat center center;
  background-size: 80px;
}

/* .fl-loading-sm {
  background: image-url(/assets/loading-a7e53fdda13b7604d2bd9f405f085ed8ed95b70230a6e517492a25fae15ca66e.gif) no-repeat left center;
  background-size: 40px;
  padding-left: 40px;
  border: none;
  pointer-events:none;
  background-color: #fff;
}
.fl-loading-sm span {
  display: none;
}
.fl-loading-sm:after {
  content: "Loading";
  background-color: #fff;
  color: #253746;
}
.fl-loading-sm:hover {
  border: none;
  pointer-events:none;
}
*/
/* line 1262, engines/public/app/assets/stylesheets/fl-custom.scss */
.loading-component {
  display: none;
}

/* line 1266, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-loading-sm .spinner-border-sm {
  margin-bottom: .1em;
}

/* line 1269, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-loading-sm .text-initial {
  display: none;
}

/* line 1272, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-loading-sm .loading-component {
  display: block;
}

/* line 1277, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-initialising {
  background: url(/assets/initialising-72a2d2b14142ab0934f3735870c7016481d3c52fb335f1d600b85f6574d7f782.gif) no-repeat center center;
  background-size: 80px;
}

/* line 1281, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-initialised *, .fl-initialising *, .fl-loaded *, .fl-loading * {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.74, 0.01, 0.34, 1);
  transition: all 0.4s cubic-bezier(0.74, 0.01, 0.34, 1);
}

/* line 1286, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-initialised *, .fl-loaded * {
  opacity: 1;
}

@-webkit-keyframes bl-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes bl-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

/* line 1317, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-btn-load {
  opacity: 1;
  color: transparent !important;
  pointer-events: none;
}

/* line 1322, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-btn-load:active, .fl-btn-load:focus, .fl-btn-load:hover {
  cursor: default;
  color: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1329, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-btn-load:after, .fl-load-item:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 2px solid #ccc;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: bl-anim 0.8s cubic-bezier(0, 0, 1, 1) infinite;
  animation: bl-anim 0.8s cubic-bezier(0, 0, 1, 1) infinite;
}

/* line 1349, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-btn-load.btn-load-lg:after, .fl-load-item.btn-load-lg:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -45px;
  top: 20px;
  left: initial;
  width: 24px;
  height: 24px;
  -webkit-animation: bl-anim 0.8s cubic-bezier(0, 0, 1, 1) infinite;
  animation: bl-anim 0.8s cubic-bezier(0, 0, 1, 1) infinite;
}

/* line 1368, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-load-item:after {
  left: 75%;
}

/* line 1371, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-load-item * {
  opacity: 0;
}

/* line 1374, engines/public/app/assets/stylesheets/fl-custom.scss */
.cta.fl-btn-load:after {
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/*on/off switch label*/
/* line 1380, engines/public/app/assets/stylesheets/fl-custom.scss */
.on-switch {
  margin-left: 0;
  color: #fff;
  font-size: 12px;
}

/* line 1385, engines/public/app/assets/stylesheets/fl-custom.scss */
.off-switch {
  margin-left: 0;
  color: #888;
  font-size: 12px;
}

/*fl-animation*/
/*fl-animation*/
/* animated icons*/
/* line 1396, engines/public/app/assets/stylesheets/fl-custom.scss */
.svg-icon-green {
  color: #72cdea;
  fill: currentColor;
}

/*scaleup*/
/* line 1402, engines/public/app/assets/stylesheets/fl-custom.scss */
.scale-up-center {
  -webkit-animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*rotate*/
/* line 1428, engines/public/app/assets/stylesheets/fl-custom.scss */
.rotate-center {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*jello attention*/
/* line 1454, engines/public/app/assets/stylesheets/fl-custom.scss */
.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*animation wobble-hor-bottom */
/* line 1519, engines/public/app/assets/stylesheets/fl-custom.scss */
.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

/* line 1582, engines/public/app/assets/stylesheets/fl-custom.scss */
.about-faq .faq-list .card-header .mb-0:before,
.borrow-faq .faq-list .card-header .mb-0:before,
.invest-faq .faq-list .card-header .mb-0:before,
.invest-benefit ul li:before,
.borrow-benefit ul li:before,
.p2p-benefit ul li:before,
.fl-loan-benefit ul li:before,
.vs-bank-benefit ul li:before,
.aaff-benefit ul li:before,
ul.light-list li:before,
.bank-weakness ul li:before,
.autoflend-benefit ul li:before,
.reflend-benefit ul li:before,
.faq-list div ul li:before {
  font-family: 'fl-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  margin: 2px 12px 10px 0;
  display: block;
  float: left;
  clear: both;
  margin: 2px 10px 0 -30px;
}

/*ProgressSlider*/
/* line 1615, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 45px;
  margin-top: -8px;
}

/* line 1627, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
  height: 10px;
  top: 33px;
  background: #EEE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #DDD), color-stop(150%, #FFF));
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

/* line 1642, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

/* line 1650, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-line-left {
  left: 0;
  width: 11%;
  height: 8px;
}

/* line 1656, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-line-mid {
  left: 9%;
  width: 82%;
  height: 8px;
}

/* line 1662, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-line-right {
  right: 0;
  width: 11%;
  height: 8px;
}

/* line 1668, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 10px;
  top: 33px;
  background: #72cdea;
  margin-left: -10px;
}

/* line 1679, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-bar-edge {
  position: absolute;
  display: block;
  left: -1px;
  height: 10px;
  top: 33px;
  width: 5px;
  border-right: 0;
  background: #72cdea;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

/* line 1692, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 1705, engines/public/app/assets/stylesheets/fl-custom.scss */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

/* line 1709, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
  top: 26px;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ccc;
  border-radius: 20px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* line 1726, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-slider.type_last {
  z-index: 2;
}

/* line 1730, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

/* line 1737, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

/* line 1744, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-max,
.irs-min {
  color: #999;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 1756, engines/public/app/assets/stylesheets/fl-custom.scss */
.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
  background: #ccc;
}

/* line 1761, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #3a506b;
  font-size: 16px;
  line-height: 1.333;
  text-shadow: none;
  padding: 3px 5px;
  margin-top: -4px;
  -moz-border-radius: 3px;
}

/* line 1779, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  height: 27px;
}

/* line 1789, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-with-grid .irs-grid {
  display: block;
}

/* line 1793, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  opacity: 0.5;
  background: #428bca;
}

/* line 1803, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-grid-pol.small {
  height: 4px;
  background: #999;
}

/* line 1808, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-grid-text {
  position: absolute;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  bottom: 5px;
  color: #99a4ac;
}

/* line 1820, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

/* line 1832, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-disabled {
  opacity: 0.4;
}

/* line 1836, engines/public/app/assets/stylesheets/fl-custom.scss */
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

/* line 1840, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: 100 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* line 1858, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-with-grid {
  height: 75px;
}

/* line 1862, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-slider:before {
  font-family: 'fl-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  margin: 4px 0 0 8.5px;
  color: #111;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1880, engines/public/app/assets/stylesheets/fl-custom.scss */
.irs-slider.state_hover,
.irs-slider:hover {
  background: #FFF;
}

/* line 1885, engines/public/app/assets/stylesheets/fl-custom.scss */
.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
  background: #999;
}

/* line 1891, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-cal-output {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

/* line 1898, engines/public/app/assets/stylesheets/fl-custom.scss */
.cal-fig-left,
.cal-fig-right {
  float: left;
  color: #fff;
  font-weight: 200;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 0;
}

/* line 1908, engines/public/app/assets/stylesheets/fl-custom.scss */
.cal-item-name {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  padding-top: 10px;
}

/* line 1916, engines/public/app/assets/stylesheets/fl-custom.scss */
.cal-des {
  margin-bottom: 0;
}

/* line 1920, engines/public/app/assets/stylesheets/fl-custom.scss */
.cal-result {
  color: #72cdea;
  font-size: 36px;
  font-weight: 500;
}

/*plus/ minus btn */
/* line 1927, engines/public/app/assets/stylesheets/fl-custom.scss */
.number-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 0 -0.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 -0.5px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.14);
  height: 42px;
  margin: 6px 0 0 auto;
}

/* line 1941, engines/public/app/assets/stylesheets/fl-custom.scss */
.number-holder input {
  text-align: center;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  border: none;
  width: 50%;
}

/* line 1949, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-number-change {
  background: #fff;
  color: #333;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font: 20px "Lato", tahoma, sans-serif;
  padding: 0 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

/* line 1963, engines/public/app/assets/stylesheets/fl-custom.scss */
.btn-number-change:hover {
  background: #0077c8;
  color: #fff;
}

/* line 1967, engines/public/app/assets/stylesheets/fl-custom.scss */
.number-holder button:last-child {
  border-right: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/*password-strength UI*/
/* line 1973, engines/public/app/assets/stylesheets/fl-custom.scss */
#psw-input input[type="password"], #psw-input input[type="text"] {
  background: transparent;
  border: 2px solid #46AC84;
  color: #777;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 9px 5px;
  height: 21px;
  text-indent: 6px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear;
  transition: border .25s linear, color .25s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

/* line 1991, engines/public/app/assets/stylesheets/fl-custom.scss */
#psw-input input[type="password"]:focus, #psw-input input[type="text"]:focus {
  outline: 0;
}

/* line 1994, engines/public/app/assets/stylesheets/fl-custom.scss */
#psw-input {
  width: 500px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}

/* line 2000, engines/public/app/assets/stylesheets/fl-custom.scss */
.strength_meter {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 43px;
  z-index: -1;
  border-radius: 5px;
  padding-right: 13px;
}

/* line 2010, engines/public/app/assets/stylesheets/fl-custom.scss */
.button_strength {
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
}

/* line 2015, engines/public/app/assets/stylesheets/fl-custom.scss */
.strength_meter div {
  width: 0%;
  height: 43px;
  text-align: right;
  color: #000;
  line-height: 43px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-right: 12px;
  border-radius: 5px;
}

/* line 2026, engines/public/app/assets/stylesheets/fl-custom.scss */
.strength_meter div p {
  position: absolute;
  top: 22px;
  right: 0px;
  color: #FFF;
  font-size: 13px;
}

/* line 2034, engines/public/app/assets/stylesheets/fl-custom.scss */
.veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important;
  width: 25% !important;
}

/* line 2039, engines/public/app/assets/stylesheets/fl-custom.scss */
.weak {
  background-color: #FFB78C;
  border-color: #FF853C !important;
  width: 50% !important;
}

/* line 2044, engines/public/app/assets/stylesheets/fl-custom.scss */
.medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important;
  width: 75% !important;
}

/* line 2049, engines/public/app/assets/stylesheets/fl-custom.scss */
.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important;
  width: 100% !important;
}

/* line 2055, engines/public/app/assets/stylesheets/fl-custom.scss */
.bar {
  height: 4px;
  border-radius: 2px;
}

/* line 2060, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-very-weak .bar {
  background: #d00;
  width: 20%;
}

/* line 2065, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-very-weak .label {
  color: #d00;
  text-align: left;
}

/* line 2070, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-weak .bar {
  background: #d00;
  width: 30%;
}

/* line 2075, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-weak .label {
  color: #d00;
  text-align: left;
}

/* line 2080, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-mediocre .bar {
  background: #e67709;
  width: 50%;
}

/* line 2085, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-mediocre .label {
  color: #e67709;
  text-align: left;
}

/* line 2090, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-strong .bar {
  background: #f3b31a;
  width: 80%;
}

/* line 2095, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-strong .label {
  color: #f3b31a;
  text-align: left;
}

/* line 2100, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-very-strong .bar {
  background: #72cdea;
  width: 95%;
}

/* line 2105, engines/public/app/assets/stylesheets/fl-custom.scss */
.pw-very-strong .label {
  color: #72cdea;
  text-align: left;
}

/*dropzone*/
/* line 2111, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone {
  text-align: center;
  border-radius: 12px;
  border: 2px dashed rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.01);
  padding: 38px 28px 38px;
  margin: 28px 0 18px;
  -webkit-box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 15px;
}

/* line 2122, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 2125, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 2128, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 2131, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-default.dz-message:before {
  height: 50px;
  width: 50px;
  display: block;
  margin: 3px auto 6px;
  font-family: 'fl-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-size: 50px;
}

/* line 2148, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 2151, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
  border-color: #72cdea;
}

/* line 2155, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 2158, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-message {
  text-align: center;
}

/* line 2161, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 2168, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 2171, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 2174, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 2180, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 2183, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 2186, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 2190, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 2197, engines/public/app/assets/stylesheets/fl-custom.scss */
a.dz-remove {
  display: none;
}

/* line 2200, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 2203, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 2206, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 2220, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 2224, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 2227, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 2231, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2235, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 2238, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 2243, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 2249, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 2258, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 2261, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 2265, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 2270, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 2281, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 2286, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 2291, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 2296, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 2312, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 2324, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 2327, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 2331, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background-color: #D23A3A;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #D23A3A), to(#d25656));
  background-image: linear-gradient(to top, #D23A3A 20%, #d25656 100%);
  background-image: -ms-linear-gradient(to top, #D23A3A 20%, #d25656 100%);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 2352, engines/public/app/assets/stylesheets/fl-custom.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #D23A3A;
}

@-webkit-keyframes dz-progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes dz-progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 2379, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress {
  overflow: hidden;
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 2387, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 2401, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-striped .dz-progress-bar {
  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: 40px 40px;
}

/* line 2405, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress.active .dz-progress-bar {
  -webkit-animation: dz-progress-bar-stripes 2s linear infinite;
  animation: dz-progress-bar-stripes 2s linear infinite;
}

/* line 2409, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-bar-success {
  background-color: #0077c8;
}

/* line 2412, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-striped .dz-progress-bar-success {
  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);
}

/* line 2415, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-bar-info {
  background-color: #5bc0de;
}

/* line 2418, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-striped .dz-progress-bar-info {
  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);
}

/* line 2421, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 2424, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-striped .dz-progress-bar-warning {
  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);
}

/* line 2427, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-bar-danger {
  background-color: #d9534f;
}

/* line 2430, engines/public/app/assets/stylesheets/fl-custom.scss */
.dz-progress-striped .dz-progress-bar-danger {
  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);
}

/* line 2433, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable {
  border-collapse: collapse;
  overflow: hidden;
  display: table;
  width: 96%;
  width: calc(100% - 36px);
  margin: 0 18px 8px;
}

/* line 2441, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable tbody tr td, table.filesTable thead tr th, table.filesTable tr td {
  font-size: 16px;
  text-align: left;
  padding: 8px 0;
}

/* line 2446, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable thead tr th {
  color: #111;
  font-weight: normal;
}

/* line 2450, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable tbody tr td {
  border-top: 1px solid #ddd;
  color: #666;
  vertical-align: middle;
}

/* line 2455, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable tr td.fileName a {
  padding-right: 20px;
  color: #666;
}

/* line 2459, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable tr td.fileName a:hover {
  color: #0077c8;
}

/* line 2462, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable .bc_button.btn_secondary {
  padding: 10px 18px;
  width: 100%;
  opacity: 0;
}

/* line 2467, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable .btn_trash, table.filesTable .btn_trash:hover {
  position: relative;
  right: -20px;
  background-color: red;
  top: 5px;
}

/* line 2473, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable .btn_trash:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

/* line 2476, engines/public/app/assets/stylesheets/fl-custom.scss */
.alert-box.alert {
  position: relative;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 2483, engines/public/app/assets/stylesheets/fl-custom.scss */
.alert-box.alert p {
  margin-bottom: -5px;
  font-size: 14px;
}

/* line 2487, engines/public/app/assets/stylesheets/fl-custom.scss */
.fileProgress p.error {
  color: #D23A3A;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/* line 2493, engines/public/app/assets/stylesheets/fl-custom.scss */
table.filesTable tbody tr td .button.icon_trash {
  margin: -18px 10px 0 0;
}

/* line 2497, engines/public/app/assets/stylesheets/fl-custom.scss */
.data-dz-remove {
  background: none;
  border: none;
  cursor: pointer;
}

/* line 2502, engines/public/app/assets/stylesheets/fl-custom.scss */
button.fl-icons.fl-icon_trash.data-dz-remove:hover {
  color: #FF0060;
}

/* line 2506, engines/public/app/assets/stylesheets/fl-custom.scss */
.form-note {
  color: #999;
  font-size: 14px;
}

/*slideshow*/
/* line 2511, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-card-slideshow {
  -o-object-fit: contain;
  object-fit: contain;
}

/*input*/
/* line 2519, engines/public/app/assets/stylesheets/fl-custom.scss */
::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

/* line 2524, engines/public/app/assets/stylesheets/fl-custom.scss */
::-moz-placeholder {
  color: #aaa;
}

/* line 2528, engines/public/app/assets/stylesheets/fl-custom.scss */
:-ms-input-placeholder {
  color: #aaa;
}

/* line 2532, engines/public/app/assets/stylesheets/fl-custom.scss */
:-moz-placeholder {
  color: #aaa;
}

/* line 2535, engines/public/app/assets/stylesheets/fl-custom.scss */
input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled], input.disabled, textarea.disabled, select.disabled {
  opacity: 0.38;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(0.8);
  -webkit-filter: grayscale(0.8);
}

/* line 2545, engines/public/app/assets/stylesheets/fl-custom.scss */
input, select, button {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 2552, engines/public/app/assets/stylesheets/fl-custom.scss */
.input-code {
  text-align: center;
  font-size: 1.5em;
  color: #72cdea;
}

/* line 2557, engines/public/app/assets/stylesheets/fl-custom.scss */
.show-psw-input {
  padding-right: 5.2rem !important;
}

/* section style */
/* line 2562, engines/public/app/assets/stylesheets/fl-custom.scss */
.section-title {
  padding-top: 50px;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

/* line 2569, engines/public/app/assets/stylesheets/fl-custom.scss */
.section-title h1 {
  color: #253746;
  letter-spacing: -0.35px;
  text-align: center;
}

/* line 2575, engines/public/app/assets/stylesheets/fl-custom.scss */
.section-title-light h1 {
  color: #fff;
  letter-spacing: -0.35px;
  text-align: center;
  font-size: 45px;
}

/* line 2584, engines/public/app/assets/stylesheets/fl-custom.scss */
.fileupload-wrapper .fileupload-add a {
  color: #fff;
}

/* live-opportunities-section */
/* line 2592, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-card-block {
  min-height: 450px;
}

/* line 2595, engines/public/app/assets/stylesheets/fl-custom.scss */
.live-mkt-section {
  min-height: 720px;
}

/* line 2599, engines/public/app/assets/stylesheets/fl-custom.scss */
div.col-12.camp-card-live {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  padding: 0;
}

/* line 2606, engines/public/app/assets/stylesheets/fl-custom.scss */
div.col-12.camp-card-live:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.18);
  z-index: 999;
}

/* line 2612, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-card-live {
  position: relative;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  float: left;
  max-width: 400px;
}

/* line 2620, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-card-live img {
  width: 100%;
  max-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

/* line 2628, engines/public/app/assets/stylesheets/fl-custom.scss */
.live-camp-block-info {
  position: relative;
}

/* line 2631, engines/public/app/assets/stylesheets/fl-custom.scss */
.live-camp-block span.h3 {
  font-size: 21px;
  color: #4A4A4A;
  letter-spacing: 0;
  padding-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
  padding: 7px;
  display: block;
}

/* line 2645, engines/public/app/assets/stylesheets/fl-custom.scss */
.live-camp-block span.h4 {
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
  padding: 5px 0;
  color: #999;
  display: block;
}

/* line 2660, engines/public/app/assets/stylesheets/fl-custom.scss */
.live-camp-block p {
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0 15px;
}

/* line 2668, engines/public/app/assets/stylesheets/fl-custom.scss */
.live-camp-block p.camp-info-desc {
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
}

/* line 2678, engines/public/app/assets/stylesheets/fl-custom.scss */
.live-camp-block p.live-int-rate {
  font-size: 20px;
  color: #72cdea;
  margin-top: 0;
}

/* line 2685, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-camp-prog {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  background: #333;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin: 0;
}

/* line 2698, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-camp-prog:hover {
  opacity: 1;
}

/* line 2702, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-camp-prog::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #888;
  cursor: pointer;
}

/* line 2712, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-camp-prog::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

/* line 2720, engines/public/app/assets/stylesheets/fl-custom.scss */
.fig-per-funded {
  text-align: left;
  font-size: 1.5em;
  color: #4A4A4A;
  letter-spacing: 0;
  padding-left: 15px;
  padding-top: 15px;
}

/* line 2727, engines/public/app/assets/stylesheets/fl-custom.scss */
.fig-per-funded b {
  color: #253746;
  font-size: 1em;
}

/* line 2731, engines/public/app/assets/stylesheets/fl-custom.scss */
.fig-per-funded small {
  font-size: .5em;
}

/* line 2736, engines/public/app/assets/stylesheets/fl-custom.scss */
p.fig-total-amount {
  text-align: right;
  font-size: 26px;
  color: #4A4A4A;
  letter-spacing: 0;
  padding-right: 5px;
  padding-top: 10px;
  margin-bottom: -5px;
  margin-top: 0;
  padding-left: 0px;
}

/* line 2748, engines/public/app/assets/stylesheets/fl-custom.scss */
p.borrow-period {
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0;
  padding-right: 5px;
  text-align: right;
  margin-bottom: 15px;
  margin-top: 0;
}

/* line 2758, engines/public/app/assets/stylesheets/fl-custom.scss */
.more-content {
  padding-top: 30px;
  padding-bottom: 20px;
}

/* line 2763, engines/public/app/assets/stylesheets/fl-custom.scss */
.more-content h5 {
  font-size: 20px;
  letter-spacing: -0.48px;
  text-align: center;
}

/* line 2769, engines/public/app/assets/stylesheets/fl-custom.scss */
.more-content h5 a {
  text-align: center;
  color: #FF0060;
}

/* line 2774, engines/public/app/assets/stylesheets/fl-custom.scss */
.featured-thumb {
  text-align: center;
  width: 100%;
}

/* line 2779, engines/public/app/assets/stylesheets/fl-custom.scss */
.featured-thumb img {
  width: 100%;
  border-radius: 4px;
  margin: 10px auto 22px;
  max-width: 360px;
}

/* line 2786, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-card-live .featured-thumb.completed:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/funded-b47ebd154ec920ff1963d5e99dffee5b436edbfffb6e466fa7acb8bfcc12cfed.png) no-repeat left top;
  background-size: cover;
  z-index: 1000;
  left: 0;
  top: -14px;
}

/* line 2797, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.completed:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/funded-b47ebd154ec920ff1963d5e99dffee5b436edbfffb6e466fa7acb8bfcc12cfed.png) no-repeat left top;
  background-size: cover;
  margin-top: -14px;
  z-index: 10;
}

/* line 2807, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-card-live .featured-thumb.project-g-completed:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/project-g-funded-04494f1a3365f6df322da18c79f8c8850c4e7b5356c523c797d874392b033ca2.png) no-repeat left top;
  background-size: cover;
  z-index: 1000;
  left: 0;
  top: -10px;
}

/* line 2818, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.project-g-completed:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/project-g-funded-04494f1a3365f6df322da18c79f8c8850c4e7b5356c523c797d874392b033ca2.png) no-repeat left top;
  background-size: cover;
  margin-top: -10px;
  z-index: 10;
}

/* line 2828, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-card-live .featured-thumb.project-g-reboot:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/project-g-reboot-tag-8279dfa829639ae4c11b5942b18db8cbdd4a792914334f5ab84a74178d254418.png) no-repeat left top;
  background-size: cover;
  z-index: 1000;
  left: 0;
  top: -10px;
}

/* line 2839, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.project-g-reboot:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/project-g-reboot-tag-8279dfa829639ae4c11b5942b18db8cbdd4a792914334f5ab84a74178d254418.png) no-repeat left top;
  background-size: cover;
  margin-top: -10px;
  z-index: 10;
}

/* line 2849, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-card-live .featured-thumb.project-g-bounceback:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/project-g-bounceback-tag-67d5e41576ac5df47232fd3f02787b2a447a0b747a0e6f93ffe9e63edfb183b8.png) no-repeat left top;
  background-size: cover;
  z-index: 1000;
  left: 0;
  top: -10px;
}

/* line 2860, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.project-g-bounceback:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/project-g-bounceback-tag-67d5e41576ac5df47232fd3f02787b2a447a0b747a0e6f93ffe9e63edfb183b8.png) no-repeat left top;
  background-size: cover;
  margin-top: -10px;
  z-index: 10;
}

/* line 2870, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.underreview:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/underreview-tag-34d7592bb4f812ef228f31aa246d68befc22ab05661d77824a2225a47cc46eea.png) no-repeat left top;
  background-size: cover;
  margin-top: -14px;
  z-index: 1000;
}

/* line 2880, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.rescheduled:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/rescheduled-tag-a100347c8854265b6a3ff8c5f3cdf61e3041c45cff17504cf71073a2269bd649.png) no-repeat left top;
  background-size: cover;
  margin-top: -14px;
  z-index: 1000;
}

/* line 2890, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.repaid:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/repaid-tag-e8c6fd97474aca7cdfbc8240c4d93b058e7420ebd9ff17fccbb54150948181c1.png) no-repeat left top;
  background-size: cover;
  margin-top: -14px;
  z-index: 1000;
}

/* line 2900, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.archived:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/archived-0c223ce9dba29367c88da1b82366072acb8fd83dd52cf4ede89b6cbc9a595f83.png) no-repeat left top;
  background-size: cover;
  margin-top: -14px;
  z-index: 1000;
}

/* line 2910, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.inarrears:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/inarrear-e5e2d77dc957546c8ce99ff58bf7edf804f6d96601c940251d1d22276a7c5690.png) no-repeat left top;
  background-size: cover;
  margin-top: -14px;
  z-index: 1000;
}

/* line 2920, engines/public/app/assets/stylesheets/fl-custom.scss */
.camp-img-holder.inrepayment:before {
  content: '';
  position: absolute;
  width: 106px;
  height: 92px;
  background: url(/assets/inrepayment-dfc09cebb4be484b16ed27cd1a00327dcac30000b6b7e08bebf78646c958bc71.png) no-repeat left top;
  background-size: cover;
  margin-top: -14px;
  z-index: 1000;
}

/* line 2930, engines/public/app/assets/stylesheets/fl-custom.scss */
div.col-6.fig-per-funded,
div.col-6.fig-total-fund {
  float: left;
}

/* line 2935, engines/public/app/assets/stylesheets/fl-custom.scss */
div.camp-card-live:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.18);
  z-index: 999;
}

/* line 2941, engines/public/app/assets/stylesheets/fl-custom.scss */
div.camp-card-live {
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}

/* casestudy-section */
/* line 2948, engines/public/app/assets/stylesheets/fl-custom.scss */
.borrow-casestudy,
.invest-casestudy {
  width: 100%;
  min-height: 600px;
}

/* fl-live-stat */
/* line 2956, engines/public/app/assets/stylesheets/fl-custom.scss */
.stats-container {
  position: relative;
  width: 100%;
}

/* line 2960, engines/public/app/assets/stylesheets/fl-custom.scss */
.stats-container > div {
  display: inline-block;
}

/* line 2963, engines/public/app/assets/stylesheets/fl-custom.scss */
.stats-container span.h2 {
  display: block;
}

/* line 2966, engines/public/app/assets/stylesheets/fl-custom.scss */
.message-achievement {
  top: 60%;
  left: 0;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #1791f5;
  margin: 0;
  padding-top: 50px;
}

/* line 2982, engines/public/app/assets/stylesheets/fl-custom.scss */
.message-achievement h1 {
  margin-bottom: 1vw;
  font-size: 28px;
}

/* line 2987, engines/public/app/assets/stylesheets/fl-custom.scss */
.message-achievement p {
  font-weight: 400;
}

/* line 2991, engines/public/app/assets/stylesheets/fl-custom.scss */
.message-achievement h1,
.message-achievement p {
  color: floralwhite;
  text-align: center;
}

/* line 2997, engines/public/app/assets/stylesheets/fl-custom.scss */
.message-achievement h1 span {
  padding-right: 5px;
  color: #333;
  font-size: 16px;
  bottom: 150px;
}

/* line 3004, engines/public/app/assets/stylesheets/fl-custom.scss */
ul li h1 a.fl-icons.fl-icons-help {
  color: #fff;
  font-size: 14px;
}

/* line 3009, engines/public/app/assets/stylesheets/fl-custom.scss */
ul li h1 a.fl-icons.fl-icons-help span {
  left: 1160px;
}

/* line 3013, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-live-stat {
  width: 100%;
}

/* line 3017, engines/public/app/assets/stylesheets/fl-custom.scss */
div.live-stat-logo p.live-stats {
  font-weight: 600 !important;
  padding-top: 30px;
}

/*p2p section*/
/* line 3024, engines/public/app/assets/stylesheets/fl-custom.scss */
.p2p-benefit {
  width: 100%;
}

/* line 3028, engines/public/app/assets/stylesheets/fl-custom.scss */
.p2p-benefit {
  width: 100%;
  padding-top: 50px;
}

/* line 3033, engines/public/app/assets/stylesheets/fl-custom.scss */
.benefit-list-tick ul {
  list-style: none;
  font-size: 21px;
  color: #253746;
}

/* line 3039, engines/public/app/assets/stylesheets/fl-custom.scss */
.benefit-list-tick ul li:before {
  content: "\e92c";
  font-size: 19px;
}

/* form-section */
/* line 3046, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-guide-form {
  width: 100%;
  min-height: 600px;
}

/* line 3051, engines/public/app/assets/stylesheets/fl-custom.scss */
.guide-form {
  background: #72cdea;
  min-height: 600px;
}

/* line 3056, engines/public/app/assets/stylesheets/fl-custom.scss */
.guide-video {
  background: url(/assets/video-hero-temp-02-8265c7f23d2c76b5be6e8388d28ec8ef91a8bc085e4f75d0f0648a3369563f48.jpg);
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 3065, engines/public/app/assets/stylesheets/fl-custom.scss */
.guide-form h1 {
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: -0.35px;
  text-align: center;
  padding-top: 100px;
}

/* line 3073, engines/public/app/assets/stylesheets/fl-custom.scss */
input.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 2px;
  background-color: #fff;
}

/* line 3081, engines/public/app/assets/stylesheets/fl-custom.scss */
.form-margin {
  padding: 0 150px;
  text-align: center;
}

/* line 3086, engines/public/app/assets/stylesheets/fl-custom.scss */
.button.cta.register-btn {
  background: #253746;
  min-width: 220px;
  margin-top: 30px;
}

/* line 3092, engines/public/app/assets/stylesheets/fl-custom.scss */
.form-control {
  padding: 0.8rem .75rem;
  border-radius: 0;
  height: calc(3rem + 3px);
}

/* line 3098, engines/public/app/assets/stylesheets/fl-custom.scss */
.form-item-title {
  color: #253746;
  font-size: 24px;
  padding: 15px 0;
}

/* line 3103, engines/public/app/assets/stylesheets/fl-custom.scss */
.form-item-title.light {
  color: #fff;
  font-size: 24px;
}

/* vs-bank section */
/* line 3111, engines/public/app/assets/stylesheets/fl-custom.scss */
.vs-bank-section {
  width: 100%;
  height: auto;
  min-height: 380px;
  background: #253746;
  padding-top: 50px;
}

/* line 3119, engines/public/app/assets/stylesheets/fl-custom.scss */
.vs-bank-section-desc h1 {
  font-size: 60px;
  color: #fff;
  letter-spacing: -0.35px;
  text-align: center;
  padding-top: 60px;
}

/* line 3127, engines/public/app/assets/stylesheets/fl-custom.scss */
.vs-bank-benefit {
  padding-top: 40px;
  width: 100%;
}

/* line 3132, engines/public/app/assets/stylesheets/fl-custom.scss */
.vs-bank-benefit > div {
  text-align: left;
  font-size: 30px;
}

/* line 3137, engines/public/app/assets/stylesheets/fl-custom.scss */
.vs-bank-list-cross ul li:before {
  content: "\e907";
  font-size: 20px;
  color: #FF0060;
}

/* line 3143, engines/public/app/assets/stylesheets/fl-custom.scss */
.vs-bank-list-cross ul {
  list-style: none;
  font-size: 24px;
  color: #fff;
}

/* line 3149, engines/public/app/assets/stylesheets/fl-custom.scss */
.vs-bank-list-tick ul {
  list-style: none;
  font-size: 24px;
  color: #fff;
}

/* line 3155, engines/public/app/assets/stylesheets/fl-custom.scss */
.vs-bank-list-tick ul li:before {
  content: "\e92c";
  font-size: 20px;
}

/* aaffsection */
/* line 3162, engines/public/app/assets/stylesheets/fl-custom.scss */
.aaff-section {
  width: 100%;
  height: auto;
  min-height: 450px;
  background: #253746;
  padding-top: 50px;
}

/* line 3170, engines/public/app/assets/stylesheets/fl-custom.scss */
.aaff-section-desc h1 {
  font-size: 60px;
  color: #fff;
  letter-spacing: -0.35px;
  text-align: center;
  padding-top: 60px;
}

/* line 3178, engines/public/app/assets/stylesheets/fl-custom.scss */
.aaff-benefit {
  padding-top: 40px;
  width: 100%;
}

/* line 3183, engines/public/app/assets/stylesheets/fl-custom.scss */
.aaff-benefit > div {
  text-align: left;
  font-size: 30px;
}

/* line 3188, engines/public/app/assets/stylesheets/fl-custom.scss */
.aaff-list-cross ul li:before {
  content: "\e907";
  font-size: 20px;
  color: #FF0060;
}

/* line 3194, engines/public/app/assets/stylesheets/fl-custom.scss */
.aaff-list-cross ul {
  list-style: none;
  font-size: 24px;
  color: #fff;
}

/* line 3200, engines/public/app/assets/stylesheets/fl-custom.scss */
.aaff-list-tick ul {
  list-style: none;
  font-size: 24px;
  color: #fff;
}

/* line 3206, engines/public/app/assets/stylesheets/fl-custom.scss */
.aaff-list-tick ul li:before {
  content: "\e92c";
  font-size: 20px;
  color: #fcbf42;
}

/* testimony-section */
/* line 3214, engines/public/app/assets/stylesheets/fl-custom.scss */
.testimony-section {
  width: 100%;
  height: auto;
  min-height: 450px;
  background: #72cdea;
}

/* line 3221, engines/public/app/assets/stylesheets/fl-custom.scss */
.hero-with-quote {
  min-height: 350px;
}

/* line 3225, engines/public/app/assets/stylesheets/fl-custom.scss */
.hero-hirelab {
  background: url(/assets/testimony-hirelab-42cdc4a1831f547a5a7da6fefee2bf5e27c6b0da0d168174a7d4897f88850d3f.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 3232, engines/public/app/assets/stylesheets/fl-custom.scss */
.hero-arctic-stone {
  background: url(/assets/arctic-stone-testimony-af3544d4d7ade24b6a9986f3ba15124968cce4084f8fea6c2c6e8a4bf105076d.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 3239, engines/public/app/assets/stylesheets/fl-custom.scss */
.hero-coffee {
  background: url(/images/coffee-bean.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 3246, engines/public/app/assets/stylesheets/fl-custom.scss */
.hero-tim {
  background: url(/assets/advoc-guy-04-35ea3851fef795581abbed70558fc6b33c02c4b430649dcdda1f671afd364801.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 3253, engines/public/app/assets/stylesheets/fl-custom.scss */
.hero-greg {
  background: url(/assets/advoc-guy-03-97a9c20843418e12090c012bd6adbf4d7e575f888db551337ae5520d346e7599.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 3260, engines/public/app/assets/stylesheets/fl-custom.scss */
.hero-finn {
  background: url(/images/Advoc-guy-05.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 3267, engines/public/app/assets/stylesheets/fl-custom.scss */
.quote-block {
  background: #72cdea;
  height: auto;
  bottom: 0;
  display: block;
  right: 0;
  width: 100%;
  padding: 15px;
}

/* line 3276, engines/public/app/assets/stylesheets/fl-custom.scss */
.quote-1 {
  background: #72cdea;
}

/* line 3280, engines/public/app/assets/stylesheets/fl-custom.scss */
.quote-block p {
  font-size: 1.2em;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: right;
  line-height: 26px;
  padding: 20px 10px 0 0;
  margin-bottom: 10px;
}

/* line 3290, engines/public/app/assets/stylesheets/fl-custom.scss */
.quote-block h5 {
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: right;
  line-height: 26px;
  padding-right: 10px;
}

/* line 3299, engines/public/app/assets/stylesheets/fl-custom.scss */
.testimony-section div.hero-with-quote {
  padding: 0;
}

/* fl-info-section */
/* line 3305, engines/public/app/assets/stylesheets/fl-custom.scss */
.home-info {
  width: 100%;
  height: auto;
  min-height: 540px;
}

/* line 3311, engines/public/app/assets/stylesheets/fl-custom.scss */
.invest-info-block {
  background: #72cdea;
  min-height: 540px;
}

/* line 3316, engines/public/app/assets/stylesheets/fl-custom.scss */
.invest-info-block h1,
.borrow-info-block h1 {
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: -0.35px;
  text-align: center;
  padding-top: 100px;
}

/* line 3325, engines/public/app/assets/stylesheets/fl-custom.scss */
.invest-info-block div.form-margin,
.borrow-info-block div.form-margin {
  padding-top: 40px;
}

/* line 3330, engines/public/app/assets/stylesheets/fl-custom.scss */
.form-margin ul li {
  text-align: left;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0;
  list-style: none;
}

/* line 3338, engines/public/app/assets/stylesheets/fl-custom.scss */
.form-margin ul li a.info-invest {
  color: #253746;
}

/* line 3342, engines/public/app/assets/stylesheets/fl-custom.scss */
.faq-list .form-margin {
  padding: 0;
  padding-top: 30px;
}

/* line 3347, engines/public/app/assets/stylesheets/fl-custom.scss */
.faq-list div ul li a.faq-borrow {
  color: #FF0060;
}

/* line 3351, engines/public/app/assets/stylesheets/fl-custom.scss */
.faq-list div ul li {
  color: #333;
  list-style: none;
  font-size: 21px;
}

/* line 3357, engines/public/app/assets/stylesheets/fl-custom.scss */
.borrow-info-block {
  background: #253746;
  min-height: 540px;
}

/* awards-section */
/* line 3364, engines/public/app/assets/stylesheets/fl-custom.scss */
.flender-awards-img img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  opacity: .7;
}

/* line 3370, engines/public/app/assets/stylesheets/fl-custom.scss */
.flender-awards-img img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

/* line 3375, engines/public/app/assets/stylesheets/fl-custom.scss */
.flender-awards-img img.awards-2 {
  width: 380px;
}

/* secure-section */
/* line 3383, engines/public/app/assets/stylesheets/fl-custom.scss */
.secure-section {
  width: 100%;
  height: auto;
  min-height: 320px;
  background: #EEE;
  padding-top: 20px;
}

/* line 3389, engines/public/app/assets/stylesheets/fl-custom.scss */
.secure-section .container {
  max-width: 1400px;
}

/* line 3394, engines/public/app/assets/stylesheets/fl-custom.scss */
.secure-icon p, .safety-icon p, .transparent-icon p {
  font-style: normal;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 3401, engines/public/app/assets/stylesheets/fl-custom.scss */
.secure-icon div.icon_lock {
  font-size: 84px;
}

/* line 3405, engines/public/app/assets/stylesheets/fl-custom.scss */
.feature-title {
  color: #253746;
  font-size: 1.8em;
  text-align: center;
  padding-top: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
}

/* line 3415, engines/public/app/assets/stylesheets/fl-custom.scss */
.secure-block ul.icon-list {
  list-style: none;
  text-align: center;
}

/* line 3420, engines/public/app/assets/stylesheets/fl-custom.scss */
.secure-block ul.icon-list li {
  float: left;
}

/* line 3424, engines/public/app/assets/stylesheets/fl-custom.scss */
ul.icon-list li.transparent-icon {
  padding-top: 60px;
  padding-bottom: 50px;
}

/* line 3429, engines/public/app/assets/stylesheets/fl-custom.scss */
li.col-md-4.fl-icon_lock_tick:before {
  font-size: 64px;
  color: #ffa500;
}

/* line 3435, engines/public/app/assets/stylesheets/fl-custom.scss */
li.col-md-4.fl-icon_secure_lock:before {
  font-size: 64px;
  color: #72cdea;
}

/* line 3439, engines/public/app/assets/stylesheets/fl-custom.scss */
li.col-md-4.fl-icon_trust:before {
  font-size: 64px;
  color: #253746;
}

/* line 3443, engines/public/app/assets/stylesheets/fl-custom.scss */
li.col-md-4.fl-icon_trust {
  padding-top: 56px;
  padding-bottom: 50px;
}

/* line 3447, engines/public/app/assets/stylesheets/fl-custom.scss */
li.col-md-4.secure-icon-block {
  padding-top: 56px;
  padding-bottom: 50px;
}

/* line 3452, engines/public/app/assets/stylesheets/fl-custom.scss */
.secure-icon p,
.safety-icon p,
.transparent-icon p {
  font-style: normal;
}

/*in-the-press*/
/* line 3460, engines/public/app/assets/stylesheets/fl-custom.scss */
.in-the-press {
  background: #253746;
}

/* line 3464, engines/public/app/assets/stylesheets/fl-custom.scss */
.in-the-press .section-title h1 {
  color: #ddd;
  font-size: 2.8em;
}

/* line 3469, engines/public/app/assets/stylesheets/fl-custom.scss */
.press-list {
  text-align: center;
  margin: 0;
  display: inline-block;
  list-style-type: none;
  width: 100%;
  padding-left: 0;
}

/* line 3478, engines/public/app/assets/stylesheets/fl-custom.scss */
.press-list li {
  display: inline-block;
  border: none;
  height: 180px;
  margin: 0 8px;
  text-align: center;
}

/* line 3486, engines/public/app/assets/stylesheets/fl-custom.scss */
.press-list li a {
  height: 100%;
  width: 220px;
  display: inline-block;
  background: url(/../../assets/images/flender-in-the-press.png) no-repeat;
  background-size: auto 130%;
  margin: 0 auto;
  -webkit-filter: grayscale(100%) opacity(0.3);
  -ms-filter: grayscale(100%) opacity(0.3);
  filter: grayscale(100%) opacity(0.3);
  -webkit-filter: gray;
  filter: gray;
}

/* line 3500, engines/public/app/assets/stylesheets/fl-custom.scss */
.press-list li a:hover {
  -webkit-filter: grayscale(0%) opacity(1);
  -ms-filter: grayscale(0%) opacity(1);
  filter: grayscale(0%) opacity(1);
}

/* line 3506, engines/public/app/assets/stylesheets/fl-custom.scss */
.press-list li a.p2p-news {
  background-position: 0 center;
}

/* line 3510, engines/public/app/assets/stylesheets/fl-custom.scss */
.press-list li a.business-world {
  background-position: 16.8% center;
}

/* line 3514, engines/public/app/assets/stylesheets/fl-custom.scss */
.press-list li a.sunday-post {
  background-position: 33.4% center;
}

/* line 3518, engines/public/app/assets/stylesheets/fl-custom.scss */
.press-list li span {
  display: none;
}

/* SCARP notice */
/* line 3524, engines/public/app/assets/stylesheets/fl-custom.scss */
.scarp-notice {
  background: #091b2b;
}

/*footer*/
/* line 3531, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer-brand a {
  color: #032033;
}

/* line 3536, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer .container {
  padding-top: 50px;
}

/* line 3540, engines/public/app/assets/stylesheets/fl-custom.scss */
.nav-bor-l {
  border-left: 1px solid #ddd;
}

/* line 3543, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer-brand {
  margin-bottom: 30px;
}

/* line 3545, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer-brand .nav-item {
  width: 12.4999%;
  text-align: center;
}

/* line 3549, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer-brand ul.nav li {
  font-size: 12px;
}

/* line 3552, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer-brand ul.nav li a.nav-link {
  color: #999;
  padding: 0 1rem;
}

/* line 3558, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer-legal {
  font-size: 12px;
  color: #999;
  padding: 20px 30px;
}

/* line 3564, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer-legal p {
  font-size: 14px;
}

/* line 3567, engines/public/app/assets/stylesheets/fl-custom.scss */
.footer-contact-details a {
  padding: 4px;
}

/* list style */
/* line 3572, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-ordered-list {
  padding-top: 30px;
}

/* line 3576, engines/public/app/assets/stylesheets/fl-custom.scss */
ol.fl-ordered-list {
  text-align: left;
  list-style-type: none;
  counter-reset: item;
}

/* line 3581, engines/public/app/assets/stylesheets/fl-custom.scss */
ol.fl-ordered-list li {
  font-size: 17px;
  margin-bottom: 12px;
  padding-left: 30px;
}

/* line 3587, engines/public/app/assets/stylesheets/fl-custom.scss */
.doc-list li:before,
.fl-ordered-list li:before {
  content: counter(item) " ";
  counter-increment: item;
  display: block;
  width: 48px;
  height: 37px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: relative;
  padding: 6px 0 5px;
  font-size: 16px;
  text-align: center;
  margin: 2px auto 6px;
  line-height: 36px;
  font-family: helvetica;
  font-size: 26px;
}

/* line 3608, engines/public/app/assets/stylesheets/fl-custom.scss */
.doc-list li:before,
.fl-ordered-list li:before,
.number-list li:before {
  width: 25px;
  height: 25px;
  border: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  color: #0077c8;
  padding: 5px 0;
  font-size: 16px;
  margin: 0 12px 0px -40px;
  line-height: 16px;
  font-size: 16px;
  display: block;
  float: left;
  clear: both;
}

/* line 3627, engines/public/app/assets/stylesheets/fl-custom.scss */
.non-style-list {
  list-style-type: none !important;
}

/* line 3630, engines/public/app/assets/stylesheets/fl-custom.scss */
ol li.non-style-list:before {
  content: none;
  margin-bottom: 5px;
}

/* line 3634, engines/public/app/assets/stylesheets/fl-custom.scss */
li.non-style-list {
  margin-bottom: 0 !important;
  color: #888;
  font-size: 14px !important;
}

/*load gif*/
/*fl-modal*/
/* line 3645, engines/public/app/assets/stylesheets/fl-custom.scss */
.modal-header {
  border-bottom: 0;
}

/* line 3648, engines/public/app/assets/stylesheets/fl-custom.scss */
.modal-footer {
  border-top: 0;
}

/* line 3651, engines/public/app/assets/stylesheets/fl-custom.scss */
.freezePage {
  overflow: hidden;
  position: fixed;
  top: 0;
}

/* line 3656, engines/public/app/assets/stylesheets/fl-custom.scss */
.modal-open {
  top: 0 !important;
}

/* line 3659, engines/public/app/assets/stylesheets/fl-custom.scss */
.modal-body .setup-content {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* line 3664, engines/public/app/assets/stylesheets/fl-custom.scss */
.requestwizard-modal {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

/* line 3669, engines/public/app/assets/stylesheets/fl-custom.scss */
.top-up-amount-block {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

/* line 3674, engines/public/app/assets/stylesheets/fl-custom.scss */
#cookie-modal {
  padding-left: 0;
  padding-right: 0;
}

/*wizard-progress*/
/* line 3679, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-container-center {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

/* line 3686, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar-block {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  max-width: 560px;
  margin: 0 auto;
}

/* line 3693, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar {
  position: relative;
  margin: 40px 0;
  color: #888;
  float: left;
  width: 101%;
}

/* line 3700, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .progress-steps {
  height: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 -0.5px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 1px 0 -0.5px rgba(0, 0, 0, 0.26);
  background-color: #eee;
  position: relative;
  list-style-type: none;
  counter-reset: item;
}

/* line 3714, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .progress-step {
  width: 16.66%;
  height: 8px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 -0.5px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 1px 0 -0.5px rgba(0, 0, 0, 0.26);
  background-color: #eee;
}

/* line 3725, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .count:before {
  content: counter(item) " ";
  counter-increment: item;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -15px;
  padding: 5px 1px 4px;
  font-size: 16px;
  font-weight: bold;
  z-index: 999;
  color: #999;
  text-align: center;
  -webkit-box-shadow: inset 0 1px 0 -0.3px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 1px 0 -0.3px rgba(0, 0, 0, 0.26);
  background-color: #eee;
  line-height: 29px;
  font-family: helvetica;
}

/* line 3747, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .highlight-index:before {
  background-color: #72cdea;
  color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 -0.3px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 -1px 0 -0.3px rgba(0, 0, 0, 0.26);
}

/* line 3753, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .current-step .highlight-index:after {
  content: "";
  border: 2px solid #72cdea;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: -15px;
  top: -20px;
  border-radius: 88px;
  background: #fff;
  z-index: 2;
}

/* line 3766, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .highlight-index {
  background-color: #72cdea;
  display: block;
  height: 100%;
  border-radius: 4px;
}

/* line 3772, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .description {
  display: block;
  text-align: center;
  width: 140px;
  right: -63px;
  position: absolute;
  bottom: 35px;
  font-size: 14px;
  line-height: 1.2em;
}

/* line 3782, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .step-note {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  position: absolute;
  margin-top: 50px;
  width: 100%;
  font-size: 14px;
}

/* line 3791, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar .bolded-step {
  font-weight: normal !important;
}

/* line 3794, engines/public/app/assets/stylesheets/fl-custom.scss */
.step1-about-form {
  padding-top: 30px;
}

/* line 3797, engines/public/app/assets/stylesheets/fl-custom.scss */
.step1-about-form small {
  text-align: left;
  margin-left: 15px;
}

/* line 3801, engines/public/app/assets/stylesheets/fl-custom.scss */
.step1-about-form label[for="selectTitle"] {
  padding-right: 15px;
}

/* line 3804, engines/public/app/assets/stylesheets/fl-custom.scss */
.step-next-block {
  padding-top: 30px;
}

/*cookie modal styles*/
/* line 3809, engines/public/app/assets/stylesheets/fl-custom.scss */
.cookieModal .modal-dialog {
  max-width: 100% !important;
  color: #fff;
}

/* line 3813, engines/public/app/assets/stylesheets/fl-custom.scss */
.cookieModal .modal-content {
  background-color: #253746;
  padding: 50px;
  text-align: center;
  font-size: 18px;
  -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.65);
}

/* line 3821, engines/public/app/assets/stylesheets/fl-custom.scss */
.cookieModal .modal-content a {
  color: #FF0060;
}

/* line 3823, engines/public/app/assets/stylesheets/fl-custom.scss */
.cookieModal .modal-content a:hover {
  color: #0077c8;
}

/* line 3826, engines/public/app/assets/stylesheets/fl-custom.scss */
.cookieModal .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*iframe styles*/
/* line 3832, engines/public/app/assets/stylesheets/fl-custom.scss */
.embed-responsive {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  min-height: 450px;
}

/*firefox styles*/
@-moz-document url-prefix() {
  /* line 3841, engines/public/app/assets/stylesheets/fl-custom.scss */
  .form-control {
    padding: 0.4rem .75rem;
  }
  /* line 3844, engines/public/app/assets/stylesheets/fl-custom.scss */
  #cookie-modal {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/*edge only style*/
@supports (-ms-ime-align: auto) {
  /* line 3852, engines/public/app/assets/stylesheets/fl-custom.scss */
  #cookie-modal {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/*fl-maintenance*/
/* line 3860, engines/public/app/assets/stylesheets/fl-custom.scss */
.maintenance-notification {
  min-height: 500px;
}

/* line 3863, engines/public/app/assets/stylesheets/fl-custom.scss */
.maintenance-icon-time {
  font-size: 64px;
  color: #253746;
}

/*News block at dashboard*/
/* line 3869, engines/public/app/assets/stylesheets/fl-custom.scss */
.news-block .message a {
  color: #fff !important;
  text-decoration: underline;
}

/* line 3873, engines/public/app/assets/stylesheets/fl-custom.scss */
.news-block .message a:hover {
  font-weight: bold;
}

/*fl-sub-tabs-style*/
/* line 3880, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-sub-navs nav .nav-tabs {
  border-bottom: 0;
}

/* line 3882, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-sub-navs nav .nav-tabs .nav-link {
  color: #999;
}

/* line 3884, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-sub-navs nav .nav-tabs .nav-link.active {
  border-color: transparent;
  color: #72cdea;
  font-weight: bold;
}

/* line 3889, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-sub-navs nav .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #72cdea;
}

/* line 3897, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar-span {
  z-index: 10;
}

/* line 3900, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar-span.progress-blue {
  background-color: #007bff;
}

/* line 3903, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar-span.progress-green {
  background-color: #00a3b8;
}

/* line 3906, engines/public/app/assets/stylesheets/fl-custom.scss */
.progress-bar-span.progress-grey {
  background-color: #6b747d;
}

/* Two factor authentication*/
/* line 3911, engines/public/app/assets/stylesheets/fl-custom.scss */
.tfa-error {
  font-size: 11pt;
}

/*agreement-files*/
/* line 3916, engines/public/app/assets/stylesheets/fl-custom.scss */
.agreement-files ol {
  padding-left: 1.3rem;
}

/* line 3918, engines/public/app/assets/stylesheets/fl-custom.scss */
.agreement-files ol li {
  font-size: 0.85rem;
  padding-top: 0.7rem;
}

/* line 3922, engines/public/app/assets/stylesheets/fl-custom.scss */
.agreement-files ol li:before {
  font-weight: bold;
  color: red;
}

/* line 3928, engines/public/app/assets/stylesheets/fl-custom.scss */
.divTable_ag {
  display: table;
  width: 100%;
}

/* line 3932, engines/public/app/assets/stylesheets/fl-custom.scss */
.divTable_ag_Row {
  display: table-row;
}

/* line 3935, engines/public/app/assets/stylesheets/fl-custom.scss */
.divTable_ag_Cell, .divTable_ag_Head {
  display: table-cell;
  padding: 3px 10px;
}

/* line 3938, engines/public/app/assets/stylesheets/fl-custom.scss */
.divTable_ag_Cell.odd, .divTable_ag_Head.odd {
  background-color: #ddd;
}

/* line 3942, engines/public/app/assets/stylesheets/fl-custom.scss */
.divTable_ag_Heading {
  background-color: #72cdea;
  color: #fff;
  font-weight: bold;
}

/* line 3947, engines/public/app/assets/stylesheets/fl-custom.scss */
.divTable_ag_Foot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

/* line 3952, engines/public/app/assets/stylesheets/fl-custom.scss */
.divTable_ag_Body {
  display: table-row-group;
}

/* line 3955, engines/public/app/assets/stylesheets/fl-custom.scss */
.campaign-head-banner {
  /* background: #253746; */
  /* min-height: 10px; */
}

/* line 3960, engines/public/app/assets/stylesheets/fl-custom.scss */
.rq-doc-block p {
  color: #fff;
}

/* line 3964, engines/public/app/assets/stylesheets/fl-custom.scss */
.rq-doc-block ul li {
  color: #fff;
}

/* line 3970, engines/public/app/assets/stylesheets/fl-custom.scss */
.pattern-bg {
  background: url(/assets/website-background-pattern-accessform-ff82907b082ca37f45e91ade7ffbcd4240040b72f3a8df3a462a0c462aeeec4e.jpg);
  min-height: 600px;
  height: auto;
}

/* line 3976, engines/public/app/assets/stylesheets/fl-custom.scss */
.payment-bg {
  background: url(/assets/website-background-pattern-accessform-ff82907b082ca37f45e91ade7ffbcd4240040b72f3a8df3a462a0c462aeeec4e.jpg);
  min-height: 500px;
  height: auto;
}

/* line 3982, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-icons.icon-drop:before {
  bottom: -2px;
  display: inline-block;
  position: relative;
}

/* line 3989, engines/public/app/assets/stylesheets/fl-custom.scss */
.pg-slides .carousel-control-next-icon,
.pg-slides .carousel-control-prev-icon {
  filter: invert(1);
}

/* line 3993, engines/public/app/assets/stylesheets/fl-custom.scss */
.pg-slides .carousel-control-next {
  right: -5em;
}

/* line 3996, engines/public/app/assets/stylesheets/fl-custom.scss */
.pg-slides .carousel-control-prev {
  left: -5em;
}

/* line 3999, engines/public/app/assets/stylesheets/fl-custom.scss */
.pg-slides .carousel-indicators li {
  background-color: #6d6969;
}

/* line 4003, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  fill: #72cdea;
}

/* line 4010, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-linkedin {
  background-image: url(/assets/fl-lkd-icon-bcf42a44ee343382dcd8734153bb883d8b697c82101d7f0abd80825e1123bf1d.png);
  transition-duration: .1s;
}

/* line 4014, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-linkedin:hover,
.fl-linkedin:focus {
  background-image: url(/assets/fl-lkd-icon_green-cb19723192467d5e12d4078d2f4d38d53f05dcda3c1a04a8cc43dfdcb35ee9e7.png);
}

/* line 4018, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-fb {
  background-image: url(/assets/fl-fb-icon-af3481e07e7216af1063250a319bdfe875cefad81290096599e9751fe87c15d0.png);
  transition-duration: .1s;
}

/* line 4022, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-fb:hover,
.fl-fb:focus {
  background-image: url(/assets/fl-fb-icon_green-2a3ff83181ecd7b1a4ab5d737c78fc5ea9cb6672f9f33457c8db880681825f9b.png);
}

/* line 4026, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-ins {
  background-image: url(/assets/fl-ins-icon-f4ace742958c621284263fd5ec251ff08905d0064b47efd8cb19e0e5b24f324a.png);
  transition-duration: .1s;
}

/* line 4030, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-ins:hover,
.fl-ins:focus {
  background-image: url(/assets/fl-ins-icon_green-bbb7eca0e572a5e4dc749fcf38e4fc104016191388c0091594a93b7478a0a9ae.png);
}

/* line 4034, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-email {
  background-image: url(/assets/fl-email-icon-091a6b48b45ea016ed8b3239a7dbf8a8f865e82bd5c3c286ebf38bf7e41210de.png);
  transition-duration: .1s;
}

/* line 4038, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-email:hover,
.fl-email:focus {
  background-image: url(/assets/fl-email-icon_green-31913c5cb5a000cc3942f2106ac96b4e97d4206de016de082e706432b8f6f2e7.png);
}

/* line 4042, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-news {
  background: #0885ff;
}

/* line 4045, engines/public/app/assets/stylesheets/fl-custom.scss */
.handwriting-sig {
  font-family: 'Homemade Apple', cursive;
  font-size: 1.5em;
  padding-right: .5em;
}

/* line 4051, engines/public/app/assets/stylesheets/fl-custom.scss */
.fl-rounded {
  border-radius: 0.45rem !important;
}

/* line 4055, engines/public/app/assets/stylesheets/fl-custom.scss */
.form-control::placeholder {
  opacity: 0.2;
}

/* line 4059, engines/public/app/assets/stylesheets/fl-custom.scss */
.small, small {
  font-size: 90% !important;
  font-weight: 400;
}

/* public custom css */
/* line 4065, engines/public/app/assets/stylesheets/fl-custom.scss */
.click-able {
  cursor: pointer;
}

/* line 4069, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-default {
  background-color: #d2d6de;
  color: #444;
}

/* line 4074, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-font {
  font-size: 0.7rem;
}

/* line 4078, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-font-sm {
  font-size: 0.75rem;
}

/* line 4082, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-font-md {
  font-size: 0.85rem;
}

/* line 4086, engines/public/app/assets/stylesheets/fl-custom.scss */
.badge-font-lg {
  font-size: 1rem;
}

/* font awesome animation */
/* line 4091, engines/public/app/assets/stylesheets/fl-custom.scss */
.fa-bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 1s infinite linear;
  -o-animation: bounce 1s infinite linear;
  -webkit-animation: bounce 1s infinite linear;
  animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-ms-keyframes bounce {
  /* line 4119, engines/public/app/assets/stylesheets/fl-custom.scss */
  0% {
    top: 0;
  }
  /* line 4120, engines/public/app/assets/stylesheets/fl-custom.scss */
  50% {
    top: -0.2em;
  }
  /* line 4121, engines/public/app/assets/stylesheets/fl-custom.scss */
  70% {
    top: -0.3em;
  }
  /* line 4122, engines/public/app/assets/stylesheets/fl-custom.scss */
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

/* line 4131, engines/public/app/assets/stylesheets/fl-custom.scss */
.fa-pulse {
  display: inline-block;
  -moz-animation: pulse 2s infinite linear;
  -o-animation: pulse 2s infinite linear;
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes pulse {
  /* line 4155, engines/public/app/assets/stylesheets/fl-custom.scss */
  0% {
    opacity: 1;
  }
  /* line 4156, engines/public/app/assets/stylesheets/fl-custom.scss */
  50% {
    opacity: 0;
  }
  /* line 4157, engines/public/app/assets/stylesheets/fl-custom.scss */
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* font awesome animation end */
/* line 4168, engines/public/app/assets/stylesheets/fl-custom.scss */
.text-light-grey {
  color: #d9dbe3 !important;
}

/* line 4172, engines/public/app/assets/stylesheets/fl-custom.scss */
.setting-text {
  letter-spacing: 1px !important;
}

/* line 4176, engines/public/app/assets/stylesheets/fl-custom.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4179, engines/public/app/assets/stylesheets/fl-custom.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 4182, engines/public/app/assets/stylesheets/fl-custom.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 4186, engines/public/app/assets/stylesheets/fl-custom.scss */
.card-shadow {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

/* line 4191, engines/public/app/assets/stylesheets/fl-custom.scss */
.card-header {
  font-size: 1.5em !important;
}
/* fl-icons  */
@font-face {
  font-family: 'fl-icons';
  src: url(/assets/fl-icons-bd8f09e148007d936745a66063de24265127b8a99039a77067b7dbe03977b782.eot);
  /* IE9 Compat Modes */
  src: url(/assets/fl-icons-bd8f09e148007d936745a66063de24265127b8a99039a77067b7dbe03977b782.eot?#iefix) format("embedded-opentype"), url(/assets/fl-icons-2e9a03266d2ac8f657b18ac2dcfc2bb15cd0c628256653faa6ebbb6ccfa5c12b.woff) format("woff"), url(/assets/fl-icons-0afe6cc59525c8019c996eaa543d523118bc6fa0e207a100beafc5aaa268df6d.ttf) format("truetype"), url(/assets/fl-icons-56ec1a06d23d8b1ff9a6809e2d9fab4b2250e562082d81029e574704d9fdfe31.svg#fl-icons) format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

/* line 16, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icons:before,
.locked:before {
  font-family: 'fl-icons', 'Lato';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 30, engines/core/app/assets/stylesheets/fl-icons.scss */
ul.icon-list span {
  width: calc(50% - 8px);
  display: inline-block;
  vertical-align: top;
  margin: 48px 0;
  text-align: center;
  padding: 30px 58px 0;
  max-width: 33%;
  color: #666;
  font-size: 18px;
  line-height: 1.3;
  border: 10px;
}

/* line 44, engines/core/app/assets/stylesheets/fl-icons.scss */
ul.icon-list span i {
  font-size: 63px;
  margin-left: calc(50% - 32px);
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(135deg, #0077c8, #72cdea);
  -webkit-text-fill-color: transparent;
  padding: 0 5px 0;
  height: 80px;
  margin-top: -80px;
  float: left;
}

/* line 57, engines/core/app/assets/stylesheets/fl-icons.scss */
.doc-icon {
  border-radius: 50%;
  background: #72cdea;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  margin-left: auto;
}

/* line 66, engines/core/app/assets/stylesheets/fl-icons.scss */
.doc-icon.fl-icon_document:before {
  padding-left: 3px;
  padding-top: 8px;
  display: block;
}

/* line 72, engines/core/app/assets/stylesheets/fl-icons.scss */
.title-icon:before {
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  top: .17em;
}

/* fl-icons list  */
/* line 81, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number:before {
  content: "\e933";
}

/* line 85, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number2:before {
  content: "\e934";
}

/* line 89, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number3:before {
  content: "\e935";
}

/* line 93, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number4:before {
  content: "\e936";
}

/* line 97, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number5:before {
  content: "\e937";
}

/* line 101, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number6:before {
  content: "\e938";
}

/* line 105, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number7:before {
  content: "\e939";
}

/* line 109, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number8:before {
  content: "\e93b";
}

/* line 113, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_number1:before {
  content: "\e93d";
}

/* line 117, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_number2:before {
  content: "\e93e";
}

/* line 121, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_number3:before {
  content: "\e94c";
}

/* line 125, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_number4:before {
  content: "\e950";
}

/* line 129, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_number5:before {
  content: "\e953";
}

/* line 133, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_number6:before {
  content: "\e954";
}

/* line 137, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_number7:before {
  content: "\e955";
}

/* line 141, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_number8:before {
  content: "\e956";
}

/* line 145, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_add_file:before {
  content: "\e957";
}

/* line 149, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_remove_file:before {
  content: "\e958";
}

/* line 153, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_iphone:before {
  content: "\e959";
}

/* line 157, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_ipad:before {
  content: "\e95a";
}

/* line 161, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_window:before {
  content: "\e95b";
}

/* line 165, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_monitor:before {
  content: "\e95c";
}

/* line 169, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_checkmark:before {
  content: "\e95d";
}

/* line 173, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_checkmark:before {
  content: "\e95e";
}

/* line 177, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_cancel:before {
  content: "\e95f";
}

/* line 181, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_cancel:before {
  content: "\e960";
}

/* line 185, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_plus2:before {
  content: "\e961";
}

/* line 189, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_plus:before {
  content: "\e962";
}

/* line 193, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_minus:before {
  content: "\e963";
}

/* line 197, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_minus2:before {
  content: "\e964";
}

/* line 201, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_notice:before {
  content: "\e965";
}

/* line 205, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_notice2:before {
  content: "\e966";
}

/* line 209, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_warning:before {
  content: "\e967";
}

/* line 213, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_suitcase:before {
  content: "\e968";
}

/* line 217, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_suitcase2:before {
  content: "\e969";
}

/* line 221, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_tools:before {
  content: "\e96a";
}

/* line 225, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_chat:before {
  content: "\e96b";
}

/* line 229, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_chat2:before {
  content: "\e96c";
}

/* line 233, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_auction:before {
  content: "\e96d";
}

/* line 237, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_pig:before {
  content: "\e96e";
}

/* line 241, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_paperplane:before {
  content: "\e96f";
}

/* line 245, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_target:before {
  content: "\e970";
}

/* line 249, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_badge:before {
  content: "\e971";
}

/* line 253, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_badge2:before {
  content: "\e972";
}

/* line 257, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_lock_tick:before {
  content: "\e931";
}

/* line 261, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_secure_lock:before {
  content: "\e932";
}

/* line 265, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_info_packs:before {
  content: "\25a4";
}

/* line 269, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_articles:before {
  content: "\25a5";
}

/* line 273, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_webinar:before {
  content: "\25a6";
}

/* line 277, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_autoflend:before {
  content: "\e987";
}

/* line 281, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_add_people:before {
  content: "\e93a";
}

/* line 285, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_sme_business:before {
  content: "\e93c";
  font-size: 48px;
}

/* line 290, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_invited :before {
  content: "\e93f";
}

/* line 294, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_lent:before {
  content: "\e948";
}

/* line 298, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_live_bid:before {
  content: "\e949";
}

/* line 302, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_reflend_earned:before {
  content: "\e94a";
  font-size: 48px;
}

/* line 307, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_reflend:before {
  content: "\e94b";
}

/* line 311, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-Artboard-5-copy-12:before {
  content: "\e94d";
}

/* line 315, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_total_investment:before {
  content: "\e94e";
  font-size: 48px;
}

/* line 320, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_withdraw:before {
  content: "\e94f";
}

/* line 324, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_account_balance:before {
  content: "\e951";
}

/* line 328, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_plus:before {
  content: "\234f";
}

/* line 332, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_money_auto:before {
  content: "\1f302";
}

/* line 336, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_total_value:before {
  content: "\1f308";
}

/* line 340, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_business_building:before {
  content: "\1f30d";
}

/* line 344, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_investcoin:before {
  content: "\1f30e";
}

/* line 348, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_euro:before {
  content: "\1f310";
}

/* line 352, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_principal_repaid:before {
  content: "\1f311";
}

/* line 356, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_trending:before {
  content: "\1f316";
}

/* line 360, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_interest_earned:before {
  content: "\1f31b";
}

/* line 363, engines/core/app/assets/stylesheets/fl-icons.scss */
div.autoflend-stat-icon .fl-icon_interest_earned:before {
  content: "\1f31b";
  font-size: 47px;
}

/* line 368, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_card_credit:before {
  content: "\1f329";
}

/* line 372, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_invite-more:before {
  content: "\1f32e";
}

/* line 376, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_download_pdf:before {
  content: "\1f332";
}

/* line 380, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_download__csv:before {
  content: "\1f333";
}

/* line 384, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_total_lent:before {
  content: "\1f33b";
}

/* line 388, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_total_deposit:before {
  content: "\1f354";
}

/* line 392, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_invite_people:before {
  content: "\1f46a";
  font-size: 48px;
}

/* line 397, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_total_invest:before {
  content: "\1f4b0";
}

/* line 401, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_bonus:before {
  content: "\1f4b2";
}

/* line 405, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-help:before {
  content: "\1f5e8";
}

/* line 409, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_lock:before {
  content: "\e8f9";
}

/* line 413, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_add:before {
  content: "\e900";
}

/* line 417, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_addcontact:before {
  content: "\e901";
}

/* line 421, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_arrowleft:before {
  content: "\e902";
}

/* line 425, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_arrowright:before {
  content: "\e903";
}

/* line 429, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_basket:before {
  content: "\e904";
}

/* line 433, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_calender:before {
  content: "\e905";
}

/* line 437, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_cardname:before {
  content: "\e906";
}

/* line 441, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_close:before {
  content: "\e907";
}

/* line 445, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_closequote:before {
  content: "\e908";
}

/* line 449, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_code:before {
  content: "\e909";
}

/* line 453, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_contact:before {
  content: "\e90a";
}

/* line 457, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_customs:before {
  content: "\e90b";
}

/* line 461, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_delivery:before {
  content: "\e90c";
}

/* line 465, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_document:before {
  content: "\e90d";
}

/* line 469, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_drop:before {
  content: "\e90e";
}

/* line 473, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_edit:before {
  content: "\e90f";
}

/* line 477, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_exit:before {
  content: "\e910";
}

/* line 481, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_filter:before {
  content: "\e911";
}

/* line 485, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_help:before {
  content: "\e912";
}

/* line 489, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_info:before {
  content: "\e913";
}

/* line 493, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_login:before {
  content: "\e914";
}

/* line 497, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_mail:before {
  content: "\e915";
}

/* line 501, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_marker:before {
  content: "\e916";
}

/* line 505, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_message:before {
  content: "\e917";
}

/* line 509, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_mobile:before {
  content: "\e918";
}

/* line 513, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_notifify:before {
  content: "\e919";
}

/* line 517, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_order:before {
  content: "\e91a";
}

/* line 521, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_packaging:before {
  content: "\e91b";
}

/* line 525, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_paperless:before {
  content: "\e91c";
}

/* line 529, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_phone:before {
  content: "\e91d";
}

/* line 533, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_play:before {
  content: "\e91e";
}

/* line 537, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_quotes:before {
  content: "\e91f";
}

/* line 541, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_reference:before {
  content: "\e920";
}

/* line 545, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_rotateleft:before {
  content: "\e921";
}

/* line 549, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_rotateright:before {
  content: "\e922";
}

/* line 553, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_save:before {
  content: "\e923";
}

/* line 557, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_search:before {
  content: "\e924";
}

/* line 561, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_secure:before {
  content: "\e925";
}

/* line 565, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_securitycode:before {
  content: "\e926";
}

/* line 569, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_select:before {
  content: "\e927";
}

/* line 573, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_setinterest:before {
  content: "\e928";
}

/* line 577, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_settings:before {
  content: "\e929";
}

/* line 581, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_share:before {
  content: "\e92a";
}

/* line 585, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_switch:before {
  content: "\e92b";
}

/* line 589, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_tick:before {
  content: "\e92c";
}

/* line 592, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_rocket:before {
  content: "\e998";
}

/* line 595, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_time:before {
  content: "\e92d";
}

/* line 599, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_trash:before {
  content: "\e92e";
}

/* line 603, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_trust:before {
  content: "\e92f";
}

/* line 607, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_value:before {
  content: "\e930";
}

/* line 611, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_command:before {
  content: "\ea4e";
}

/* line 615, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_home:before {
  content: "\e973";
}

/* line 619, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_office:before {
  content: "\e974";
}

/* line 623, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_newspaper:before {
  content: "\e975";
}

/* line 627, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_pencil2:before {
  content: "\e976";
}

/* line 631, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_writing:before {
  content: "\e977";
}

/* line 635, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_library:before {
  content: "\e978";
}

/* line 639, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_profile:before {
  content: "\e979";
}

/* line 643, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_coin_euro:before {
  content: "\e97a";
}

/* line 647, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_credit_card:before {
  content: "\e97b";
}

/* line 651, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_simple_phone:before {
  content: "\e97c";
}

/* line 655, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_envelop:before {
  content: "\e97d";
}

/* line 659, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_clock:before {
  content: "\e97e";
}

/* line 663, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_calendar:before {
  content: "\e97f";
}

/* line 667, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_display:before {
  content: "\e980";
}

/* line 671, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_simple_mobile:before {
  content: "\e981";
}

/* line 675, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_tablet:before {
  content: "\e982";
}

/* line 679, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_database:before {
  content: "\e983";
}

/* line 683, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_undo2:before {
  content: "\e984";
}

/* line 687, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_bubbles2:before {
  content: "\e985";
}

/* line 691, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_user:before {
  content: "\e986";
}

/* line 695, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_key:before {
  content: "\e98d";
}

/* line 699, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_cog:before {
  content: "\e994";
  padding-right: 10px;
}

/* line 704, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_cogs:before {
  content: "\e995";
}

/* line 708, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_pie_chart:before {
  content: "\e99a";
}

/* line 712, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_stats_dots:before {
  content: "\e99b";
}

/* line 716, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_bookmark:before {
  content: "\e9d2";
}

/* line 720, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_bookmarks:before {
  content: "\e9d3";
}

/* line 724, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_simple_plus:before {
  content: "\ea0a";
}

/* line 728, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_minus:before {
  content: "\ea0b";
}

/* line 732, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_log_out:before {
  content: "\ea14";
}

/* line 736, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_up:before {
  content: "\ea41";
}

/* line 740, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_right:before {
  content: "\ea42";
}

/* line 744, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_down:before {
  content: "\ea43";
}

/* line 748, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_left:before {
  content: "\ea44";
}

/* line 752, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_checked:before {
  content: "\ea52";
}

/* line 756, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_unchecked:before {
  content: "\ea53";
}

/* line 760, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_facebook:before {
  content: "\ea91";
}

/* line 764, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_twitter:before {
  content: "\ea96";
}

/* line 768, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_linkedin:before {
  content: "\eac9";
}

/* line 771, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_access_alarms:before {
  content: "\e191";
}

/* line 774, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_account_box:before {
  content: "\e851";
}

/* line 777, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_account_circle:before {
  content: "\e853";
}

/* line 780, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_build:before {
  content: "\e869";
}

/* line 783, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_chat_text:before {
  content: "\e0b7";
}

/* line 786, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_lock_open:before {
  content: "\e898";
}

/* line 789, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_lock_outline:before {
  content: "\e899";
}

/* line 792, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_thumb_up:before {
  content: "\e8dc";
}

/* line 795, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_bookmark-outline:before {
  content: "\e989";
}

/* line 798, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_chart-pie:before {
  content: "\e98a";
}

/* line 801, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_chat-bubble-dots:before {
  content: "\e98b";
}

/* line 804, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_close-outline:before {
  content: "\e98c";
}

/* line 807, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_close-solid:before {
  content: "\e98e";
}

/* line 810, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_dots-triple:before {
  content: "\e98f";
}

/* line 813, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_download:before {
  content: "\e990";
}

/* line 816, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_line_number:before {
  content: "\e933";
}

/* line 819, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_time2:before {
  content: "\e991";
}

/* line 822, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_magnifier:before {
  content: "\e992";
}

/* line 825, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_grid:before {
  content: "\e993";
}

/* line 828, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_hamburger:before {
  content: "\e996";
}

/* line 831, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_list1:before {
  content: "\e997";
}

/* line 834, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_rocket:before {
  content: "\e998";
}

/* line 837, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_blocked:before {
  content: "\e999";
}

/* line 840, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_clock2:before {
  content: "\e99c";
}

/* line 843, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_star-empty:before {
  content: "\e9d7";
}

/* line 846, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_star-full:before {
  content: "\e9d9";
}

/* line 849, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_up1:before {
  content: "\ea45";
}

/* line 852, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_right1:before {
  content: "\ea46";
}

/* line 855, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_down1:before {
  content: "\ea47";
}

/* line 858, engines/core/app/assets/stylesheets/fl-icons.scss */
.fl-icon_circle_left1:before {
  content: "\ea48";
}

/* line 862, engines/core/app/assets/stylesheets/fl-icons.scss */
.title-icon:before {
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  top: .17em;
}
/* show/hide*/
/* line 2, engines/public/app/assets/stylesheets/fl-media-queries.scss */
.mob-show, .sm-show, .md-show, .lg-show {
  display: none;
}

/* line 5, engines/public/app/assets/stylesheets/fl-media-queries.scss */
.mob-hide, .sm-hide, .md-hide, .lg-hide {
  display: inline-block;
}

/* line 8, engines/public/app/assets/stylesheets/fl-media-queries.scss */
.dev-show {
  display: none;
}

/* line 11, engines/public/app/assets/stylesheets/fl-media-queries.scss */
.dev-hide {
  display: inline-block;
}

/*min-height*/
@media (min-height: 1050px) {
  /* line 17, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .placeholder-container {
    max-height: 995px;
  }
}

/*max-height*/
@media (max-height: 1050px) {
  /* line 23, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .placeholder-container {
    max-height: 930px;
  }
}

@media (max-height: 1000px) {
  /* line 28, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .placeholder-container {
    max-height: 880px;
  }
}

@media (max-height: 900px) {
  /* line 34, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .placeholder-container {
    max-height: 800px;
  }
}

@media (max-height: 800px) {
  /* line 39, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .placeholder-container {
    max-height: 730px;
  }
}

@media (max-height: 768px) {
  /* line 44, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .placeholder-container {
    max-height: 710px;
  }
}

/*min-width*/
@media (min-width: 768px) {
  /* line 51, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .modal-dialog {
    max-width: 700px;
  }
}

@media (min-width: 1600px) {
  /* line 57, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .hero-ronan {
    background-position: 50% 20%;
  }
  /* line 60, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .hero-niall {
    background-position: 90%;
  }
  /* line 63, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .hero-with-quote {
    min-height: 580px;
  }
  /* line 66, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .home-case-hero {
    background-position: 50% 20%;
  }
}

@media (min-width: 4800px) {
  /* line 71, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .on-switch,
.off-switch {
    display: none;
  }
}

/*max-width*/
@media (max-width: 1440px) {
  /* line 80, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .borrow-val-box p,
.invest-val-box p {
    margin-left: 90px;
  }
}

@media (max-width: 1280px) {
  /*live mkt section*/
}

/*breakpoints extra large*/
@media (max-width: 1024px) {
  /* line 93, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .borrow-val-box p,
.invest-val-box p {
    margin-left: 40px;
  }
}

/*breakpoints large*/
@media (max-width: 992px) {
  /* line 101, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .autoflend-benefit ul {
    padding-left: 20px;
  }
  /* line 104, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .lg-show {
    display: inline;
  }
  /* line 107, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .lg-hide {
    display: none;
  }
  /* line 110, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .vs-bank-section {
    min-height: 580px;
  }
  /* line 113, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .aaff-section {
    min-height: 580px;
  }
  /* line 116, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    font-size: 18px;
    padding: 20px !important;
  }
  /* line 121, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .investor-nav .navbar-expand-lg .navbar-collapse {
    padding: 0;
  }
  /* line 124, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .navbar-expand-lg .navbar-collapse {
    padding: 0;
    padding-top: 50px !important;
  }
  /* line 128, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .investor-nav .dropdown-menu {
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 134, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  div.avatar-dropdown-menu a.dropdown-item {
    padding-left: 0;
  }
  /* line 137, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .notifify-number {
    position: absolute;
    top: 35px;
    right: 95px;
  }
  /* line 142, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-nav-notice-toggle {
    position: absolute;
    top: 21px;
    right: 80px;
  }
  /* line 147, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .live-mkt-section .container {
    max-width: 400px;
  }
  /* line 150, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .form-inline.login-box,
.form-inline.get-start-box,
.form-inline.dashboard-box {
    display: block;
    text-align: center;
    padding-right: 0;
  }
  /* line 157, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background: none;
  }
  /* line 164, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer-brand .nav-item {
    width: 20%;
  }
  /* line 168, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .awards-2 {
    margin-left: -1.5em;
  }
}

/*breakpoints mid*/
@media (max-width: 768px) {
  /* line 175, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  body {
    overflow-x: hidden !important;
  }
  /*header*/
  /* line 179, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .home-msg h1,
.invest-msg h1,
.borrow-msg h1 {
    font-size: 45px;
  }
  /*live-mkt-section*/
  /*autoflend-calculator*/
  /* line 186, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .autoflend-month .abperiod,
.autoflend-month .abrate,
.autoflend-month .abamount,
.autoflend-month .cpresult {
    padding-top: 30px;
  }
  /* line 192, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .autoflend-cal-fig {
    font-size: 32px;
  }
  /* line 195, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .autoflend-month .dropdown {
    padding-left: 0;
  }
  /* line 198, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  input.input-field-inline {
    max-width: initial;
  }
  /*obj show/hide*/
  /* line 203, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .md-show {
    display: inline;
  }
  /* line 206, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .md-hide {
    display: none;
  }
  /*expert-info-form*/
  /* line 210, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .expert-info-form .form-inline {
    display: contents;
  }
  /* line 213, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .expert-info-form .form-inline input {
    margin-right: 0;
  }
  /* line 216, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .expert-info-form .form-inline .input-group {
    width: 100%;
  }
  /* line 219, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .checkUserPreference {
    padding-left: 20px;
  }
  /*flender-media-section*/
  /* line 224, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .in-the-press .section-title {
    background: #253746;
  }
  /*message achievement section*/
  /* line 228, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .modal-dialog {
    max-width: 95%;
  }
  /* line 231, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .borrow-val-box p {
    margin: 0 auto;
    padding-left: 50px;
  }
  /* line 235, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-show-password {
    margin-right: 2em;
  }
  /* line 239, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer-brand .nav-item {
    width: 25%;
  }
}

@media (max-width: 650px) {
  /* line 245, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .progress-bar-block {
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  /* line 250, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .faq-list {
    padding-left: 60px;
  }
}

@media (max-width: 585px) {
  /* line 256, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer-brand .nav-pad-l-first {
    padding: .5rem 1rem;
  }
  /* line 259, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer-brand .nav-bor-l {
    padding-left: 0;
    border-left: 0;
  }
  /* line 263, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer-brand .nav {
    display: block;
    padding-left: 0;
  }
  /* line 267, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer-legal {
    padding-right: 20px;
  }
  /* line 270, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer-brand ul.nav li a.nav-link {
    border-bottom: 0.5px solid #f1f1f1;
    margin-right: 20px;
    padding: 0.3rem;
  }
  /* line 276, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer-brand .nav-item {
    width: 100%;
    text-align: left;
  }
  /* line 282, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .footer .fl-logo {
    margin-left: -.3em;
  }
}

/*breakpoints small*/
@media (max-width: 576px) {
  /* line 290, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .section-title h1,
.section-title-light h1 {
    font-size: 30px;
  }
  /* line 295, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .sm-hide {
    display: none;
  }
  /* line 298, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .sm-show {
    display: inline;
  }
  /* line 301, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .checkUserPreference label[for="newDoc"] {
    font-size: 12px;
  }
  /* line 304, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .faq-list {
    padding-left: 80px;
  }
  /* line 307, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-notify-block,
.fl-notify-block.show {
    top: 0;
  }
  /* line 311, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-notify-block.show {
    max-width: 576px;
    width: 100%;
  }
  /* line 315, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .modal-dialog {
    max-width: 95%;
  }
  /*iframe*/
  /* line 319, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  #iframe_payment_form_with_skin .payment_content,
#iframe_payment_form_with_skin .container,
#iframe_payment_form_with_skin div.col-sm-12 {
    padding: 0 !important;
  }
  /* line 324, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  #iframe_payment_form_with_skin {
    background-color: #edf9fb;
  }
  /* line 327, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .press-list li a.business-world {
    margin-left: -12px;
  }
  /* line 330, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .press-list li a.independent-ie {
    margin-right: -10px;
    margin-top: -50px;
  }
  /* line 334, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .press-list li a.silicon-republic {
    margin-top: -80px;
  }
  /* line 337, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .press-list li a.the-irish-times {
    margin-top: -120px;
  }
  /* line 340, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  td.ready-to-be-submitted {
    font-size: 13px !important;
  }
  /* line 343, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  td.fileName {
    font-size: 13px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85px;
  }
  /* line 350, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fileProgress p.error {
    font-size: 13px;
  }
  /* line 353, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fileProgress .alert-box.alert p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  /* line 359, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .home-msg h1,
.invest-msg h1,
.borrow-msg h1 {
    font-size: 36px;
    text-align: center;
    padding-left: 0;
  }
  /* line 366, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .quote-block {
    min-height: 170px;
    padding-top: 20px;
  }
  /* line 370, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .quote-block p {
    font-size: 12px;
    text-align: center;
    padding: 0 20px;
  }
  /* line 375, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .quote-block h5 {
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
  }
}

@media (max-width: 475px) {
  /* line 382, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .progress-bar-block {
    max-width: 300px;
  }
  /* line 385, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .modal-dialog {
    max-width: 100%;
  }
  /* line 388, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .progress-bar .description {
    font-size: 12px;
  }
  /* line 392, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-loan-grade-table div.col {
    padding: 5px;
    font-size: 13px;
  }
}

@media (max-width: 456px) {
  /* line 399, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .vs-bank-benefit {
    padding-left: 30px;
  }
  /* line 402, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .aaff-benefit {
    padding-left: 30px;
  }
  /* line 406, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .flender-awards-img img {
    width: 270px;
  }
  /* line 408, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .flender-awards-img img.awards-2 {
    width: 220px;
  }
  /* line 413, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .start-button-img {
    width: 280px;
  }
}

/*device*/
/*iphone8*/
@media (max-width: 425px) {
  /* line 422, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .benefit-list-tick ul,
.vs-bank-list-tick ul,
.vs-bank-list-cross ul,
.aaff-list-tick ul,
.aaff-list-cross ul {
    font-size: 18px;
  }
  /* line 429, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .benefit-list-tick ul li:before,
.vs-bank-list-tick ul li:before,
.vs-bank-list-cross ul li:before,
.aaff-list-tick ul li:before,
.aaff-list-cross ul li:before {
    font-size: 16px;
  }
  /* line 436, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .vs-bank-benefit {
    padding-left: 0;
  }
  /* line 439, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .aaff-benefit {
    padding-left: 0;
  }
  /* line 442, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .p2p-section-desc {
    padding: 0 50px;
  }
  /* line 445, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-loan-section-desc {
    padding: 0 50px;
  }
  /* line 448, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .af-section-desc {
    padding: 0 50px;
  }
  /* line 451, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .af-section-desc p {
    font-size: 14px;
  }
  /* line 454, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .autoflend-benefit ul li, .reflend-benefit ul li {
    padding-left: 15px;
  }
  /* line 457, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .reflend-benefit {
    padding-left: 50px;
    margin-left: -30px;
  }
  /* line 461, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .autoflend-benefit {
    margin-left: 0;
  }
  /* line 464, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .faq-tabs-block {
    font-size: 18px;
  }
  /* line 467, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .faq-list {
    padding-left: 30px;
  }
  /* line 470, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .started-block {
    width: 320px;
  }
  /* line 473, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-notify-block.show {
    max-width: 425px;
  }
  /* line 476, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .camp-card-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /*iframe styles*/
  /* line 482, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  #iframe_payment_form_with_skin .payment_content {
    padding: 0;
  }
  /* line 485, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  div.setup-content col-12,
div.setup-content col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 490, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .embed-responsive {
    min-height: 600px;
    overflow: auto;
  }
  /* line 494, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  #secure3d_pareq_explanation_top {
    font-size: 10px;
  }
  /* line 497, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  #iframe_payment_form_with_skin .payment_content {
    padding: 0;
  }
  /* line 501, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .calc-mobile-view div.col-6 {
    max-width: 100%;
    text-align: center !important;
  }
  /* line 504, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .calc-mobile-view div.col-6 p {
    text-align: center !important;
  }
  /* line 510, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .upload-block .truncate {
    max-width: 75px;
  }
  /* line 513, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .upload-block .upload-remove-icon {
    max-width: 15px;
  }
}

@supports (-webkit-touch-callout: none) {
  /* line 519, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}

/*iphone6*/
@media (max-width: 375px) {
  /* line 528, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-notify-block.show {
    max-width: 375px;
  }
  /* line 531, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .progress-bar-block {
    max-width: 250px;
  }
  /* line 534, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  #iframe_payment_form_with_skin .payment_content {
    padding: 0 0 0 0 !important;
  }
}

/*iphone5*/
@media (max-width: 350px) {
  /* line 540, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .autoflend-benefit ul li, .reflend-benefit ul li {
    font-size: 14px;
  }
  /* line 543, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .autoflend-benefit ul li:before, .reflend-benefit ul li:before {
    font-size: 16px;
  }
  /* line 546, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-notify-block.show {
    max-width: 350px;
  }
  /* line 550, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-loan-grade-table div.col {
    font-size: 11px;
  }
}

/*iphone3-4*/
@media (max-width: 320px) {
  /* line 557, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .started-block {
    width: 300px;
  }
  /* line 560, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .fl-notify-block.show {
    max-width: 320px;
  }
  /* line 563, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .live-camp-block p {
    padding: 0;
  }
  /* line 566, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .progress-bar-block {
    max-width: 220px;
  }
  /* line 569, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .progress-bar .description {
    display: none;
  }
}

/* Portrait mobile device */
@media only screen and (min-device-width: 300px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /* line 580, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .progress-bar .count:before {
    padding: 4px 1px 4px;
  }
  /* line 583, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-show {
    display: block;
    min-width: 160px;
    margin: auto;
  }
  /* line 588, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-pre-loan {
    display: none;
  }
}

@media (max-width: 576px) {
  /* line 593, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-hide {
    display: none;
  }
  /* line 596, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-show {
    display: block;
    min-width: 160px;
    margin: auto;
  }
}

@media (max-width: 300px) {
  /* line 603, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-hide {
    display: none;
  }
  /* line 606, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-show {
    display: block;
    min-width: 160px;
    margin: auto;
  }
  /* line 611, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-pre-loan {
    display: none;
  }
}

@media (max-height: 305px) {
  /* line 617, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-hide {
    display: none !important;
  }
  /* line 620, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-show {
    display: block !important;
  }
}

@media (max-width: 576px) {
  /* line 627, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-hide {
    display: none;
  }
  /* line 630, engines/public/app/assets/stylesheets/fl-media-queries.scss */
  .btn-prev-mobile-show {
    display: block;
    min-width: 160px;
    margin: auto;
  }
}
/* progressive image CSS */
.progressive {
  position: relative;
  overflow: hidden;
  outline: none;
}

.marketplace .progressive {
    max-height: 247px;
}

.b-lazy.b-loaded {
    left: 0;
    top: 0;
    will-change: transform, opacity;
    animation: progressiveReveal 0.5s ease-out;
}

@keyframes progressiveReveal {
    0% { transform: scale(1.05); opacity: 0; filter: blur(2vw); }
    100% { transform: scale(1); opacity: 1; filter: none; }
}
/*






*/
