/**
 * Main stylesheet
 */
/** Variables */
@import url(vendor/flatpickr.min.css);
@import url(vendor/nouislider.min.css);
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f8ad5c;
  --yellow: #ffc107;
  --green: #73df78;
  --teal: #a2eaa5;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #cfd6d9;
  --gray-dark: #222a30;
  --primary: #73df78;
  --secondary: #222a30;
  --success: #73df78;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f53c3c;
  --light: #d7e0ea;
  --dark: #222a30;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1240px;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.76;
  color: #222a30;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #73df78;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #35d13c;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #cfd6d9;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.25; }

h1, .h1 {
  font-size: 3.4375rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.46875rem + 2.625vw) ; } }

h2, .h2 {
  font-size: 2.625rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.3875rem + 1.65vw) ; } }

h3, .h3 {
  font-size: 1.875rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3125rem + 0.75vw) ; } }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.5rem;
  font-weight: 500; }
  @media (max-width: 1200px) {
    .lead {
      font-size: calc(1.275rem + 0.3vw) ; } }

.display-1 {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.22; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.5625rem + 3.75vw) ; } }

.display-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.22; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.375rem + 1.5vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.22; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.22; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 1.125rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem; }
  @media (max-width: 1200px) {
    .blockquote {
      font-size: calc(1.265625rem + 0.1875vw) ; } }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #cfd6d9; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid #eff4f7;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #cfd6d9; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1240px) {
    .container {
      max-width: 1200px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1240px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1240px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #222a30; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 2px solid #eff4f7; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #eff4f7; }
  .table tbody + tbody {
    border-top: 4px solid #eff4f7; }

.table-sm th,
.table-sm td {
  padding: 0.39rem; }

.table-bordered {
  border: 2px solid #eff4f7; }
  .table-bordered th,
  .table-bordered td {
    border: 2px solid #eff4f7; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 4px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4f8fa; }

.table-hover tbody tr:hover {
  color: #222a30;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d8f6d9; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #b6eeb9; }

.table-hover .table-primary:hover {
  background-color: #c3f1c5; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #c3f1c5; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c1c3c5; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8c9093; }

.table-hover .table-secondary:hover {
  background-color: #b4b6b9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #b4b6b9; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d8f6d9; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b6eeb9; }

.table-hover .table-success:hover {
  background-color: #c3f1c5; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #c3f1c5; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc8c8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fa9a9a; }

.table-hover .table-danger:hover {
  background-color: #fbb0b0; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #fbb0b0; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f4f6f9; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #eaeff4; }

.table-hover .table-light:hover {
  background-color: #e4e9f0; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e4e9f0; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c3c5; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c9093; }

.table-hover .table-dark:hover {
  background-color: #b4b6b9; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b4b6b9; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #222a30;
  border-color: #323e46; }

.table .thead-light th {
  color: #434F58;
  background-color: #f4f8fa;
  border-color: #eff4f7; }

.table-dark {
  color: #fff;
  background-color: #222a30; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #323e46; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1239.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.76em + 0.75rem + 4px);
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.76;
  color: #434F58;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #eff4f7;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #434F58; }
  .form-control:focus {
    color: #434F58;
    background-color: #fff;
    border-color: #73df78;
    outline: 0;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #cfd6d9;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #cfd6d9;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #cfd6d9;
    opacity: 1; }
  .form-control::placeholder {
    color: #cfd6d9;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f4f8fa;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #434F58;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.76; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.4375rem + 2px);
  padding-bottom: calc(0.4375rem + 2px);
  font-size: 1rem;
  line-height: 1.26; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.76;
  color: #222a30;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.26em + 0.875rem + 4px);
  padding: 0.4375rem 1.0625rem;
  font-size: 1rem;
  line-height: 1.26;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1.25rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #cfd6d9; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #73df78; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.7142857143em 1.2857142857em;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.76;
  color: #212529;
  background-color: #73df78;
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #73df78;
  padding-right: calc(1.76em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2373df78' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.44em + 0.1875rem) center;
  background-size: calc(0.88em + 0.375rem) calc(0.88em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #73df78;
    box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.76em + 0.75rem);
  background-position: top calc(0.44em + 0.1875rem) right calc(0.44em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #73df78;
  padding-right: calc(0.75em + 2.8125rem);
  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='%23222a30' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2373df78' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.25rem/calc(0.88em + 0.375rem) calc(0.88em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #73df78;
    box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #73df78; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #73df78; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #73df78; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #9de8a0;
  background-color: #9de8a0; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #73df78; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #73df78; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #73df78;
  box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f53c3c; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.7142857143em 1.2857142857em;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.76;
  color: #fff;
  background-color: #f53c3c;
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f53c3c;
  padding-right: calc(1.76em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f53c3c' 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='%23f53c3c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.44em + 0.1875rem) center;
  background-size: calc(0.88em + 0.375rem) calc(0.88em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #f53c3c;
    box-shadow: 0 0 0 0.2rem rgba(245, 60, 60, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.76em + 0.75rem);
  background-position: top calc(0.44em + 0.1875rem) right calc(0.44em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f53c3c;
  padding-right: calc(0.75em + 2.8125rem);
  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='%23222a30' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f53c3c' 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='%23f53c3c' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.25rem/calc(0.88em + 0.375rem) calc(0.88em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #f53c3c;
    box-shadow: 0 0 0 0.2rem rgba(245, 60, 60, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f53c3c; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f53c3c; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #f53c3c; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f76d6d;
  background-color: #f76d6d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(245, 60, 60, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f53c3c; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f53c3c; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f53c3c;
  box-shadow: 0 0 0 0.2rem rgba(245, 60, 60, 0.25); }

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .gReview-btn {
  display: inline-block;
  font-weight: 400;
  color: #222a30;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 2.125rem;
  font-size: 1.25rem;
  line-height: 1.76;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .gReview-btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .gReview-btn:hover {
    color: #222a30;
    text-decoration: none; }
  .btn:focus, .gReview-btn:focus, .btn.focus, .focus.gReview-btn {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.25); }
  .btn.disabled, .disabled.gReview-btn, .btn:disabled, .gReview-btn:disabled {
    opacity: 0.65; }

a.btn.disabled, a.disabled.gReview-btn,
fieldset:disabled a.btn,
fieldset:disabled a.gReview-btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #73df78;
  border-color: #73df78; }
  .btn-primary:hover {
    color: #212529;
    background-color: #54d85a;
    border-color: #49d650; }
  .btn-primary:focus, .btn-primary.focus {
    color: #212529;
    background-color: #54d85a;
    border-color: #49d650;
    box-shadow: 0 0 0 0.2rem rgba(103, 195, 108, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #73df78;
    border-color: #73df78; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #49d650;
    border-color: #3fd346; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 195, 108, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #222a30;
  border-color: #222a30; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #12161a;
    border-color: #0d1012; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #12161a;
    border-color: #0d1012;
    box-shadow: 0 0 0 0.2rem rgba(67, 74, 79, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #222a30;
    border-color: #222a30; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0d1012;
    border-color: #08090b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 74, 79, 0.5); }

.btn-success {
  color: #212529;
  background-color: #73df78;
  border-color: #73df78; }
  .btn-success:hover {
    color: #212529;
    background-color: #54d85a;
    border-color: #49d650; }
  .btn-success:focus, .btn-success.focus {
    color: #212529;
    background-color: #54d85a;
    border-color: #49d650;
    box-shadow: 0 0 0 0.2rem rgba(103, 195, 108, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #73df78;
    border-color: #73df78; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #49d650;
    border-color: #3fd346; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 195, 108, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .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); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f53c3c;
  border-color: #f53c3c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f31818;
    border-color: #f20c0c; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f31818;
    border-color: #f20c0c;
    box-shadow: 0 0 0 0.2rem rgba(247, 89, 89, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f53c3c;
    border-color: #f53c3c; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f20c0c;
    border-color: #e50c0c; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 89, 89, 0.5); }

.btn-light {
  color: #212529;
  background-color: #d7e0ea;
  border-color: #d7e0ea; }
  .btn-light:hover {
    color: #212529;
    background-color: #becddd;
    border-color: #b6c6d8; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #becddd;
    border-color: #b6c6d8;
    box-shadow: 0 0 0 0.2rem rgba(188, 196, 205, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #d7e0ea;
    border-color: #d7e0ea; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #b6c6d8;
    border-color: #adc0d4; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(188, 196, 205, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #222a30;
  border-color: #222a30; }
  .btn-dark:hover {
    color: #fff;
    background-color: #12161a;
    border-color: #0d1012; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #12161a;
    border-color: #0d1012;
    box-shadow: 0 0 0 0.2rem rgba(67, 74, 79, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #222a30;
    border-color: #222a30; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0d1012;
    border-color: #08090b; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 74, 79, 0.5); }

.btn-outline-primary {
  color: #73df78;
  border-color: #73df78; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #73df78;
    border-color: #73df78; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #73df78;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #73df78;
    border-color: #73df78; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.5); }

.btn-outline-secondary {
  color: #222a30;
  border-color: #222a30; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #222a30;
    border-color: #222a30; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 42, 48, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #222a30;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #222a30;
    border-color: #222a30; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(34, 42, 48, 0.5); }

.btn-outline-success {
  color: #73df78;
  border-color: #73df78; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #73df78;
    border-color: #73df78; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #73df78;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #73df78;
    border-color: #73df78; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #f53c3c;
  border-color: #f53c3c; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f53c3c;
    border-color: #f53c3c; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 60, 60, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f53c3c;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f53c3c;
    border-color: #f53c3c; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 60, 60, 0.5); }

.btn-outline-light {
  color: #d7e0ea;
  border-color: #d7e0ea; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #d7e0ea;
    border-color: #d7e0ea; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 224, 234, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #d7e0ea;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #d7e0ea;
    border-color: #d7e0ea; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 224, 234, 0.5); }

.btn-outline-dark {
  color: #222a30;
  border-color: #222a30; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #222a30;
    border-color: #222a30; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 42, 48, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #222a30;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #222a30;
    border-color: #222a30; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(34, 42, 48, 0.5); }

.btn-link {
  font-weight: 400;
  color: #73df78;
  text-decoration: none; }
  .btn-link:hover {
    color: #35d13c;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #cfd6d9;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.4375rem 1.875rem;
  font-size: 1rem;
  line-height: 1.26;
  border-radius: 0.25rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -2px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .gReview-btn,
  .input-group-append .btn,
  .input-group-append .gReview-btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .gReview-btn:focus,
    .input-group-append .btn:focus,
    .input-group-append .gReview-btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .gReview-btn + .btn, .input-group-prepend .btn + .gReview-btn, .input-group-prepend .gReview-btn + .gReview-btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .gReview-btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .gReview-btn,
  .input-group-append .btn + .btn,
  .input-group-append .gReview-btn + .btn,
  .input-group-append .btn + .gReview-btn,
  .input-group-append .gReview-btn + .gReview-btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .gReview-btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .gReview-btn {
    margin-left: -2px; }

.input-group-prepend {
  margin-right: -2px; }

.input-group-append {
  margin-left: -2px; }

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.76;
  color: #434F58;
  text-align: center;
  white-space: nowrap;
  background-color: #f4f8fa;
  border: 2px solid #eff4f7;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .gReview-btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .gReview-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.26em + 0.875rem + 4px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .gReview-btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .gReview-btn {
  padding: 0.4375rem 1.0625rem;
  font-size: 1rem;
  line-height: 1.26;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.25rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .gReview-btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .gReview-btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .gReview-btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .gReview-btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .gReview-btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .gReview-btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.98rem;
  padding-left: 1.75rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 2.375rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.615rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #222a30;
    border-color: #73df78;
    background-color: #73df78; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #73df78; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: white;
    border-color: white; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #cfd6d9; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #f4f8fa; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.365rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #d7e0ea solid 2px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.365rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23222a30' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #73df78;
  background-color: #73df78; }

.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='%23222a30' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(115, 223, 120, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(115, 223, 120, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23222a30'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(115, 223, 120, 0.5); }

.custom-switch {
  padding-left: 3rem; }
  .custom-switch .custom-control-label::before {
    left: -3rem;
    width: 2.5rem;
    pointer-events: all;
    border-radius: 0.625rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.365rem + 4px);
    left: calc(-3rem + 4px);
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #d7e0ea;
    border-radius: 0.625rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(115, 223, 120, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.76em + 0.75rem + 4px);
  padding: 0.375rem 2.25rem 0.375rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.76;
  color: #434F58;
  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='%23222a30' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
  border: 2px solid #eff4f7;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #73df78;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(115, 223, 120, 0.25); }
    .custom-select:focus::-ms-value {
      color: #434F58;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.25rem;
    background-image: none; }
  .custom-select:disabled {
    color: #cfd6d9;
    background-color: #f4f8fa; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #434F58; }

.custom-select-sm {
  height: calc(1.26em + 0.875rem + 4px);
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 1.0625rem;
  font-size: 1rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.76em + 0.75rem + 4px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.76em + 0.75rem + 4px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #73df78;
    box-shadow: none; }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f4f8fa; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.76em + 0.75rem + 4px);
  padding: 0.375rem 1.25rem;
  font-weight: 700;
  line-height: 1.76;
  color: #434F58;
  background-color: #fff;
  border: 2px solid #eff4f7;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.76em + 0.75rem);
    padding: 0.375rem 1.25rem;
    line-height: 1.76;
    color: #434F58;
    content: "Browse";
    background-color: #f4f8fa;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #73df78;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: white; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #eff4f7;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #73df78;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: white; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #eff4f7;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #73df78;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: white; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #eff4f7;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #eff4f7;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #d7e0ea; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #d7e0ea; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #d7e0ea; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 1rem;
    color: #cfd6d9;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #cfd6d9; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.1875rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #3c743e;
  background-color: #e3f9e4;
  border-color: #d8f6d9; }
  .alert-primary hr {
    border-top-color: #c3f1c5; }
  .alert-primary .alert-link {
    color: #2b522c; }

.alert-secondary {
  color: #121619;
  background-color: #d3d4d6;
  border-color: #c1c3c5; }
  .alert-secondary hr {
    border-top-color: #b4b6b9; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #3c743e;
  background-color: #e3f9e4;
  border-color: #d8f6d9; }
  .alert-success hr {
    border-top-color: #c3f1c5; }
  .alert-success .alert-link {
    color: #2b522c; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #7f1f1f;
  background-color: #fdd8d8;
  border-color: #fcc8c8; }
  .alert-danger hr {
    border-top-color: #fbb0b0; }
  .alert-danger .alert-link {
    color: #561515; }

.alert-light {
  color: #70747a;
  background-color: #f7f9fb;
  border-color: #f4f6f9; }
  .alert-light hr {
    border-top-color: #e4e9f0; }
  .alert-light .alert-link {
    color: #585b5f; }

.alert-dark {
  color: #121619;
  background-color: #d3d4d6;
  border-color: #c1c3c5; }
  .alert-dark hr {
    border-top-color: #b4b6b9; }
  .alert-dark .alert-link {
    color: black; }

@-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; } }

.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #f4f8fa;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #73df78;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #222a30;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #eff4f7;
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1240px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eff4f7; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #222a30;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #222a30;
    text-decoration: none;
    background-color: #f4f8fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #73df78; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #cfd6d9;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #cfd6d9;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #222a30; }

.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #cfd6d9;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 2px solid #e3eaee; }
  .nav-tabs .nav-item {
    margin-bottom: -2px; }
  .nav-tabs .nav-link {
    border: 2px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e3eaee; }
    .nav-tabs .nav-link.disabled {
      color: #cfd6d9;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #434F58;
    background-color: #fff;
    border-color: #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #73df78; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid rgba(239, 244, 247, 0.5);
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.76; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid rgba(239, 244, 247, 0.5);
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1240px) {
  .modal-xl {
    max-width: 944px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #fff; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #fff; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #fff; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #fff; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.7142857143em 1.2857142857em;
  color: #222a30;
  text-align: center;
  background-color: #fff;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 2px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 2px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 2px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 2px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 2px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 2px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 2px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 2px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 2px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #222a30; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #73df78 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #49d650 !important; }

.bg-secondary {
  background-color: #222a30 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0d1012 !important; }

.bg-success {
  background-color: #73df78 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #49d650 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #f53c3c !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f20c0c !important; }

.bg-light {
  background-color: #d7e0ea !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b6c6d8 !important; }

.bg-dark {
  background-color: #222a30 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0d1012 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-top {
  border-top: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-right {
  border-right: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-bottom {
  border-bottom: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-left {
  border-left: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #73df78 !important; }

.border-secondary {
  border-color: #222a30 !important; }

.border-success {
  border-color: #73df78 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #f53c3c !important; }

.border-light {
  border-color: #d7e0ea !important; }

.border-dark {
  border-color: #222a30 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1240px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1240px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1240px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.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; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07) !important; }

.shadow-lg {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.14) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.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); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1240px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #73df78 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #35d13c !important; }

.text-secondary {
  color: #222a30 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #020303 !important; }

.text-success {
  color: #73df78 !important; }

a.text-success:hover, a.text-success:focus {
  color: #35d13c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #f53c3c !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #d90b0b !important; }

.text-light {
  color: #d7e0ea !important; }

a.text-light:hover, a.text-light:focus {
  color: #a5b9d0 !important; }

.text-dark {
  color: #222a30 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #020303 !important; }

.text-body {
  color: #222a30 !important; }

.text-muted {
  color: #cfd6d9 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner,
  .choices.is-disabled .choices__input {
    background-color: red;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }
  .choices [hidden] {
    display: none !important; }

.choices[data-type*='select-one'] {
  cursor: pointer; }
  .choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*='select-one'] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eff4f7;
    background-color: #ffffff;
    margin: 0; }
  .choices[data-type*='select-one'] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5; }
    .choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*='select-one'] .choices__button:focus {
      box-shadow: 0px 0px 0px 2px red; }
  .choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
    display: none; }
  .choices[data-type*='select-one']:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #222a30 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*='select-one'].is-open:after {
    border-color: transparent transparent #222a30 transparent;
    margin-top: -7.5px; }
  .choices[data-type*='select-one'][dir='rtl']:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*='select-one'][dir='rtl'] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text; }

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #49d650;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0; }
  .choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
  .choices[data-type*='text'] .choices__button:hover,
  .choices[data-type*='text'] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #eff4f7;
  border-radius: 0.25rem;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .choices__inner,
  .is-open .choices__inner {
    border-color: #bcd1de; }
  .is-open .choices__inner {
    border-radius: 0.25rem 0.25rem 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 0.25rem 0.25rem; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir='rtl'] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.25rem;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #73df78;
    border: 1px solid #5eda64;
    color: #ffffff;
    word-break: break-all;
    box-sizing: border-box; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir='rtl'] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #5eda64;
      border: 1px solid #49d650; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: maroon;
      border: 1px solid #4d0000; }

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eff4f7;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility; }
  .choices__list--dropdown.is-active {
    visibility: visible; }
  .is-open .choices__list--dropdown {
    border-color: #bcd1de; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir='rtl'] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid white;
  color: #807f7f; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir='rtl'] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

/*=====  End of Choices  ======*/
.has-float-label {
  display: block;
  position: relative; }

.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px; }

.has-float-label label::after, .has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1; }

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label .form-control::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0; }

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0; }

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0; }

.has-float-label .form-control:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0; }

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0; }

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 150%;
  opacity: .5;
  top: .3em; }

.input-group .has-float-label {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center; }

.input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0.25rem; }

.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0; }

.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.hamburger {
  padding: 6px 6px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #73df78; }

.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 2px;
    background-color: #73df78;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
            transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*------------------------------------------------------------------
[VanillaTabs styles]
- Table of contents -

1. Global tabs styles
2. Horizontal tabs styles
3. Vertical tabs styles
4. Accordion / responsive styles
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. Global tabs styles
-------------------------------------------------------------------*/
.tabs {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }

.tabs__nav_link {
  cursor: pointer;
  text-decoration: none; }

.tabs__content {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.tabs.style__horizontal .tabs__content,
.tabs.style__vertical .tabs__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }

.tabs.style__horizontal .tabs__content.is__active,
.tabs.style__vertical .tabs__content.is__active,
.tabs__content.is__active {
  opacity: 1;
  height: auto;
  visibility: visible; }

/*------------------------------------------------------------------
2. Horizontal tabs styles
-------------------------------------------------------------------*/
.tabs.style__horizontal .tabs__nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  margin-bottom: -1px; }

.tabs.style__horizontal .tabs__nav .tabs__nav_link {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0 3px;
  padding: 10px;
  background: #eee;
  display: block; }

.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {
  font-weight: bold;
  background: #fff; }

.tabs.style__horizontal .tabs__content.is__active {
  border: 1px solid #ccc;
  background: #fff;
  padding: 18px;
  position: relative;
  z-index: 1; }

.tabs.style__horizontal .tabs__content .tabs__nav_link {
  display: none; }

/*------------------------------------------------------------------
3. Vertical tabs styles
-------------------------------------------------------------------*/
.tabs.style__vertical {
  display: -webkit-box;
  display: flex;
  width: 100%; }

.tabs.style__vertical .tabs__nav {
  -webkit-box-flex: 0;
          flex: 0 0 150px; }

.tabs.style__vertical .tabs__nav .tabs__nav_link {
  border: 1px solid #ccc;
  border-right: 0;
  margin: 3px 0;
  padding: 10px;
  background: #eee;
  display: block; }

.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active {
  font-weight: bold;
  background: #fff; }

.tabs.style__vertical .tabs__content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 0; }

.tabs.style__vertical .tabs__content .tabs__nav_link {
  display: none; }

.tabs.style__vertical .tabs__content.is__active {
  border: 1px solid #ccc;
  background: #fff;
  padding: 18px;
  position: relative;
  z-index: 1;
  width: auto; }

/*------------------------------------------------------------------
4. Accordion / responsive styles
-------------------------------------------------------------------*/
.tabs.style__accordion,
.tabs.is__responsive {
  display: block; }

.tabs.style__accordion .tabs__nav,
.tabs.is__responsive .tabs__nav {
  display: none; }

.tabs.style__accordion .tabs__nav_link,
.tabs.is__responsive .tabs__nav_link,
.tabs.style__accordion .tabs__content .tabs__nav_link,
.tabs.is__responsive .tabs__content .tabs__nav_link {
  display: block;
  padding: 18px;
  margin: -18px; }

.tabs.style__accordion .tabs__nav_link.is__active,
.tabs.is__responsive .tabs__nav_link.is__active {
  font-weight: bold;
  margin-bottom: 0; }

.tabs.style__accordion .tabs__content,
.tabs.is__responsive .tabs__content {
  border: 1px solid #ccc;
  padding: 18px;
  background: #fff;
  margin: 0 0 15px;
  display: block;
  height: auto;
  -webkit-box-flex: 0;
          flex: none;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  width: auto; }

.tabs.style__accordion .tabs__content_wrapper,
.tabs.is__responsive .tabs__content_wrapper {
  height: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
  height: auto;
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

/**
* Mixins
*/
/**
 * @param $animation Animation properties: name duration timing-function delay iteration-count direction fill-mode play-state;
 */
/**
 * NoUi slider pips positioned in 2 lines - above and below the slider
 */
/**
 * NoUi slider pips positioned in 4 lines - 2 above and 2 below the slider
 */
/**
 * Helpers
 */
.bg-gray-100 {
  background-color: #f6fff3; }

.bg-gray-200 {
  background-color: #f4f8fa; }

.bg-gray-300 {
  background-color: #eff4f7; }

.bg-gray-400 {
  background-color: #9fa9b3; }

.bg-gray-500 {
  background-color: #d7e0ea; }

.bg-gray-600 {
  background-color: #cfd6d9; }

.bg-gray-700 {
  background-color: #434F58; }

.bg-gray-800 {
  background-color: #222a30; }

.bg-gray-900 {
  background-color: #212529; }

.bg-gray-50 {
  background: #F7F9FB; }

.bg-gray-140 {
  background: #f9fbfc; }

.bg-gray-150 {
  background: #f2f6f8; }

.bg-greenLight {
  background: #f1fcf1; }

.bg-black {
  background: #000; }

.bg-orange {
  background: #f8ad5c !important; }

svg {
  max-width: 100%;
  height: auto; }

.svg--white polygon,
.svg--white square,
.svg--white path {
  fill: #fff; }

.svg--gray-300 polygon,
.svg--gray-300 square,
.svg--gray-300 path {
  fill: #eff4f7; }

.svg--primary polygon,
.svg--primary square,
.svg--primary path {
  fill: #73df78; }

a.svg polygon,
a.svg square,
a.svg path {
  -webkit-transition: fill .15s ease-in-out;
  transition: fill .15s ease-in-out;
  will-change: fill; }

a:hover.svg--gray-300 polygon,
a:hover.svg--gray-300 square,
a:hover.svg--gray-300 path {
  fill: #fff; }

.svgIcon {
  vertical-align: text-bottom; }
  .svgIcon--font-size svg {
    width: auto;
    height: 1em; }
  .svgIcon--font-size125 svg {
    width: auto;
    height: 1.25em; }
  .svgIcon--font-size15 svg {
    width: auto;
    height: 1.5em; }

.overflow-hidden {
  overflow: hidden; }

.opacity-0 {
  opacity: 0; }

.opacity-25 {
  opacity: 0.25; }

.opacity-5 {
  opacity: 0.5; }

.opacity-75 {
  opacity: 0.75; }

.grayscaled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.zindex-0 {
  z-index: 0; }

.zindex-1 {
  z-index: 1; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  z-index: 1020; }
  @media (min-width: 992px) {
    .sticky {
      top: 145px; } }

.verticaly-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.cursor-pointer {
  cursor: pointer; }

.img-cover {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.mx--gutter {
  margin-left: -15px;
  margin-right: -15px; }

.border-radius {
  border-radius: 0.25rem; }
  .border-radius-lg {
    border-radius: 0.3rem; }
  .border-radius-sm {
    border-radius: 0.2rem; }
  .border-radius-none {
    border-radius: 0; }

.border-none {
  border: none; }

.border-bottom {
  border-bottom: 2px solid #f4f8fa; }

.border {
  border: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-top {
  border-top: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-bottom {
  border-bottom: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-left {
  border-left: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-right {
  border-right: 2px solid rgba(239, 244, 247, 0.5) !important; }

.border-top-none {
  border-top: none !important; }

.border-bottom-none {
  border-bottom: none !important; }

@media (min-width: 576px) {
  .border-sm {
    border: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-top-sm {
    border-top: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-bottom-sm {
    border-bottom: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-left-sm {
    border-left: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-right-sm {
    border-right: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-top-sm-none {
    border-top: none !important; }
  .border-bottom-sm-none {
    border-bottom: none !important; } }

@media (min-width: 768px) {
  .border-md {
    border: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-top-md {
    border-top: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-bottom-md {
    border-bottom: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-left-md {
    border-left: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-right-md {
    border-right: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-top-md-none {
    border-top: none !important; }
  .border-bottom-md-none {
    border-bottom: none !important; } }

@media (min-width: 992px) {
  .border-lg {
    border: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-top-lg {
    border-top: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-bottom-lg {
    border-bottom: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-left-lg {
    border-left: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-right-lg {
    border-right: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-top-lg-none {
    border-top: none !important; }
  .border-bottom-lg-none {
    border-bottom: none !important; } }

@media (min-width: 1240px) {
  .border-xl {
    border: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-top-xl {
    border-top: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-bottom-xl {
    border-bottom: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-left-xl {
    border-left: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-right-xl {
    border-right: 2px solid rgba(239, 244, 247, 0.5) !important; }
  .border-top-xl-none {
    border-top: none !important; }
  .border-bottom-xl-none {
    border-bottom: none !important; } }

.border-gray-150 {
  border-color: #f2f6f8 !important; }

.border-gray-200 {
  border-color: #f4f8fa !important; }

.border-gray-300 {
  border-color: #eff4f7 !important; }

.border-gray-350 {
  border-color: #e3eaee !important; }

.box-shadow {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07); }

.box-shadow-lg {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.14); }

.m--0 {
  margin: 0 !important; }

.mt--0,
.my--0 {
  margin-top: 0 !important; }

.mr--0,
.mx--0 {
  margin-right: 0 !important; }

.mb--0,
.my--0 {
  margin-bottom: 0 !important; }

.ml--0,
.mx--0 {
  margin-left: 0 !important; }

.m--1 {
  margin: -0.25rem !important; }

.mt--1,
.my--1 {
  margin-top: -0.25rem !important; }

.mr--1,
.mx--1 {
  margin-right: -0.25rem !important; }

.mb--1,
.my--1 {
  margin-bottom: -0.25rem !important; }

.ml--1,
.mx--1 {
  margin-left: -0.25rem !important; }

.m--2 {
  margin: -0.5rem !important; }

.mt--2,
.my--2 {
  margin-top: -0.5rem !important; }

.mr--2,
.mx--2 {
  margin-right: -0.5rem !important; }

.mb--2,
.my--2 {
  margin-bottom: -0.5rem !important; }

.ml--2,
.mx--2 {
  margin-left: -0.5rem !important; }

.m--3 {
  margin: -1rem !important; }

.mt--3,
.my--3 {
  margin-top: -1rem !important; }

.mr--3,
.mx--3 {
  margin-right: -1rem !important; }

.mb--3,
.my--3 {
  margin-bottom: -1rem !important; }

.ml--3,
.mx--3 {
  margin-left: -1rem !important; }

.m--4 {
  margin: -1.5rem !important; }

.mt--4,
.my--4 {
  margin-top: -1.5rem !important; }

.mr--4,
.mx--4 {
  margin-right: -1.5rem !important; }

.mb--4,
.my--4 {
  margin-bottom: -1.5rem !important; }

.ml--4,
.mx--4 {
  margin-left: -1.5rem !important; }

.m--5 {
  margin: -3rem !important; }

.mt--5,
.my--5 {
  margin-top: -3rem !important; }

.mr--5,
.mx--5 {
  margin-right: -3rem !important; }

.mb--5,
.my--5 {
  margin-bottom: -3rem !important; }

.ml--5,
.mx--5 {
  margin-left: -3rem !important; }

.mt--border {
  margin-top: -2px; }

.mr--border {
  margin-right: -2px; }

.mb--border {
  margin-bottom: -2px; }

.ml--border {
  margin-left: -2px; }

@media (min-width: 576px) {
  .m-sm--0 {
    margin: 0 !important; }
  .mt-sm--0,
  .my-sm--0 {
    margin-top: 0 !important; }
  .mr-sm--0,
  .mx-sm--0 {
    margin-right: 0 !important; }
  .mb-sm--0,
  .my-sm--0 {
    margin-bottom: 0 !important; }
  .ml-sm--0,
  .mx-sm--0 {
    margin-left: 0 !important; }
  .m-sm--1 {
    margin: -0.25rem !important; }
  .mt-sm--1,
  .my-sm--1 {
    margin-top: -0.25rem !important; }
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: -0.25rem !important; }
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: -0.25rem !important; }
  .m-sm--2 {
    margin: -0.5rem !important; }
  .mt-sm--2,
  .my-sm--2 {
    margin-top: -0.5rem !important; }
  .mr-sm--2,
  .mx-sm--2 {
    margin-right: -0.5rem !important; }
  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm--2,
  .mx-sm--2 {
    margin-left: -0.5rem !important; }
  .m-sm--3 {
    margin: -1rem !important; }
  .mt-sm--3,
  .my-sm--3 {
    margin-top: -1rem !important; }
  .mr-sm--3,
  .mx-sm--3 {
    margin-right: -1rem !important; }
  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: -1rem !important; }
  .ml-sm--3,
  .mx-sm--3 {
    margin-left: -1rem !important; }
  .m-sm--4 {
    margin: -1.5rem !important; }
  .mt-sm--4,
  .my-sm--4 {
    margin-top: -1.5rem !important; }
  .mr-sm--4,
  .mx-sm--4 {
    margin-right: -1.5rem !important; }
  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm--4,
  .mx-sm--4 {
    margin-left: -1.5rem !important; }
  .m-sm--5 {
    margin: -3rem !important; }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: -3rem !important; }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: -3rem !important; }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: -3rem !important; }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: -3rem !important; }
  .mt-sm--border {
    margin-top: -2px; }
  .mr-sm--border {
    margin-right: -2px; }
  .mb-sm--border {
    margin-bottom: -2px; }
  .ml-sm--border {
    margin-left: -2px; } }

@media (min-width: 768px) {
  .m-md--0 {
    margin: 0 !important; }
  .mt-md--0,
  .my-md--0 {
    margin-top: 0 !important; }
  .mr-md--0,
  .mx-md--0 {
    margin-right: 0 !important; }
  .mb-md--0,
  .my-md--0 {
    margin-bottom: 0 !important; }
  .ml-md--0,
  .mx-md--0 {
    margin-left: 0 !important; }
  .m-md--1 {
    margin: -0.25rem !important; }
  .mt-md--1,
  .my-md--1 {
    margin-top: -0.25rem !important; }
  .mr-md--1,
  .mx-md--1 {
    margin-right: -0.25rem !important; }
  .mb-md--1,
  .my-md--1 {
    margin-bottom: -0.25rem !important; }
  .ml-md--1,
  .mx-md--1 {
    margin-left: -0.25rem !important; }
  .m-md--2 {
    margin: -0.5rem !important; }
  .mt-md--2,
  .my-md--2 {
    margin-top: -0.5rem !important; }
  .mr-md--2,
  .mx-md--2 {
    margin-right: -0.5rem !important; }
  .mb-md--2,
  .my-md--2 {
    margin-bottom: -0.5rem !important; }
  .ml-md--2,
  .mx-md--2 {
    margin-left: -0.5rem !important; }
  .m-md--3 {
    margin: -1rem !important; }
  .mt-md--3,
  .my-md--3 {
    margin-top: -1rem !important; }
  .mr-md--3,
  .mx-md--3 {
    margin-right: -1rem !important; }
  .mb-md--3,
  .my-md--3 {
    margin-bottom: -1rem !important; }
  .ml-md--3,
  .mx-md--3 {
    margin-left: -1rem !important; }
  .m-md--4 {
    margin: -1.5rem !important; }
  .mt-md--4,
  .my-md--4 {
    margin-top: -1.5rem !important; }
  .mr-md--4,
  .mx-md--4 {
    margin-right: -1.5rem !important; }
  .mb-md--4,
  .my-md--4 {
    margin-bottom: -1.5rem !important; }
  .ml-md--4,
  .mx-md--4 {
    margin-left: -1.5rem !important; }
  .m-md--5 {
    margin: -3rem !important; }
  .mt-md--5,
  .my-md--5 {
    margin-top: -3rem !important; }
  .mr-md--5,
  .mx-md--5 {
    margin-right: -3rem !important; }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: -3rem !important; }
  .ml-md--5,
  .mx-md--5 {
    margin-left: -3rem !important; }
  .mt-md--border {
    margin-top: -2px; }
  .mr-md--border {
    margin-right: -2px; }
  .mb-md--border {
    margin-bottom: -2px; }
  .ml-md--border {
    margin-left: -2px; } }

@media (min-width: 992px) {
  .m-lg--0 {
    margin: 0 !important; }
  .mt-lg--0,
  .my-lg--0 {
    margin-top: 0 !important; }
  .mr-lg--0,
  .mx-lg--0 {
    margin-right: 0 !important; }
  .mb-lg--0,
  .my-lg--0 {
    margin-bottom: 0 !important; }
  .ml-lg--0,
  .mx-lg--0 {
    margin-left: 0 !important; }
  .m-lg--1 {
    margin: -0.25rem !important; }
  .mt-lg--1,
  .my-lg--1 {
    margin-top: -0.25rem !important; }
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: -0.25rem !important; }
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: -0.25rem !important; }
  .m-lg--2 {
    margin: -0.5rem !important; }
  .mt-lg--2,
  .my-lg--2 {
    margin-top: -0.5rem !important; }
  .mr-lg--2,
  .mx-lg--2 {
    margin-right: -0.5rem !important; }
  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg--2,
  .mx-lg--2 {
    margin-left: -0.5rem !important; }
  .m-lg--3 {
    margin: -1rem !important; }
  .mt-lg--3,
  .my-lg--3 {
    margin-top: -1rem !important; }
  .mr-lg--3,
  .mx-lg--3 {
    margin-right: -1rem !important; }
  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: -1rem !important; }
  .ml-lg--3,
  .mx-lg--3 {
    margin-left: -1rem !important; }
  .m-lg--4 {
    margin: -1.5rem !important; }
  .mt-lg--4,
  .my-lg--4 {
    margin-top: -1.5rem !important; }
  .mr-lg--4,
  .mx-lg--4 {
    margin-right: -1.5rem !important; }
  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg--4,
  .mx-lg--4 {
    margin-left: -1.5rem !important; }
  .m-lg--5 {
    margin: -3rem !important; }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: -3rem !important; }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: -3rem !important; }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: -3rem !important; }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: -3rem !important; }
  .mt-lg--border {
    margin-top: -2px; }
  .mr-lg--border {
    margin-right: -2px; }
  .mb-lg--border {
    margin-bottom: -2px; }
  .ml-lg--border {
    margin-left: -2px; } }

@media (min-width: 1240px) {
  .m-xl--0 {
    margin: 0 !important; }
  .mt-xl--0,
  .my-xl--0 {
    margin-top: 0 !important; }
  .mr-xl--0,
  .mx-xl--0 {
    margin-right: 0 !important; }
  .mb-xl--0,
  .my-xl--0 {
    margin-bottom: 0 !important; }
  .ml-xl--0,
  .mx-xl--0 {
    margin-left: 0 !important; }
  .m-xl--1 {
    margin: -0.25rem !important; }
  .mt-xl--1,
  .my-xl--1 {
    margin-top: -0.25rem !important; }
  .mr-xl--1,
  .mx-xl--1 {
    margin-right: -0.25rem !important; }
  .mb-xl--1,
  .my-xl--1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl--1,
  .mx-xl--1 {
    margin-left: -0.25rem !important; }
  .m-xl--2 {
    margin: -0.5rem !important; }
  .mt-xl--2,
  .my-xl--2 {
    margin-top: -0.5rem !important; }
  .mr-xl--2,
  .mx-xl--2 {
    margin-right: -0.5rem !important; }
  .mb-xl--2,
  .my-xl--2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl--2,
  .mx-xl--2 {
    margin-left: -0.5rem !important; }
  .m-xl--3 {
    margin: -1rem !important; }
  .mt-xl--3,
  .my-xl--3 {
    margin-top: -1rem !important; }
  .mr-xl--3,
  .mx-xl--3 {
    margin-right: -1rem !important; }
  .mb-xl--3,
  .my-xl--3 {
    margin-bottom: -1rem !important; }
  .ml-xl--3,
  .mx-xl--3 {
    margin-left: -1rem !important; }
  .m-xl--4 {
    margin: -1.5rem !important; }
  .mt-xl--4,
  .my-xl--4 {
    margin-top: -1.5rem !important; }
  .mr-xl--4,
  .mx-xl--4 {
    margin-right: -1.5rem !important; }
  .mb-xl--4,
  .my-xl--4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl--4,
  .mx-xl--4 {
    margin-left: -1.5rem !important; }
  .m-xl--5 {
    margin: -3rem !important; }
  .mt-xl--5,
  .my-xl--5 {
    margin-top: -3rem !important; }
  .mr-xl--5,
  .mx-xl--5 {
    margin-right: -3rem !important; }
  .mb-xl--5,
  .my-xl--5 {
    margin-bottom: -3rem !important; }
  .ml-xl--5,
  .mx-xl--5 {
    margin-left: -3rem !important; }
  .mt-xl--border {
    margin-top: -2px; }
  .mr-xl--border {
    margin-right: -2px; }
  .mb-xl--border {
    margin-bottom: -2px; }
  .ml-xl--border {
    margin-left: -2px; } }

.dottedBorder, .dottedBorder__inner {
  position: relative; }
  .dottedBorder::before, .dottedBorder::after, .dottedBorder__inner::before, .dottedBorder__inner::after {
    content: '';
    position: absolute;
    display: block; }

.dottedBorder::before, .dottedBorder::after {
  left: 0;
  right: 1px;
  height: 3px;
  background: transparent url("../../img/tip-bottom.png") repeat-x top left; }

.dottedBorder::before {
  top: 0; }

.dottedBorder::after {
  bottom: 0; }

.dottedBorder__inner::before, .dottedBorder__inner::after {
  top: 0;
  bottom: 1px;
  width: 3px;
  background: transparent url("../../img/tip-side.png") repeat-y top center; }

.dottedBorder__inner::before {
  left: 0; }

.dottedBorder__inner::after {
  right: 0; }

.dottedBorder--bottom::before {
  display: none; }

.dottedBorder--top {
  position: relative;
  position: relative; }
  .dottedBorder--top::before {
    content: '';
    position: absolute;
    left: 0;
    right: 1px;
    top: 0;
    height: 3px;
    background: transparent url("../../img/tip-bottom.png") repeat-x top left; }

.dottedBorder--bottom {
  position: relative; }
  .dottedBorder--bottom::after {
    content: '';
    position: absolute;
    left: 0;
    right: 1px;
    bottom: 0;
    height: 3px;
    background: transparent url("../../img/tip-bottom.png") repeat-x top left; }

.dottedBorder--left {
  position: relative; }

.dottedBorder--right {
  position: relative; }

.google-link,
.apple-link {
  display: inline-block;
  width: 130px;
  height: 40px;
  background-size: 100% auto;
  border-radius: 0.25rem; }
  .google-link span,
  .apple-link span {
    visibility: hidden; }

.google-link {
  background: transparent url("../../svg/google-store-svg.svg") no-repeat center center; }

.apple-link {
  background: transparent url("../../svg/apple-store-svg.svg") no-repeat center center; }

.zigZag {
  position: relative; }
  .zigZag::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 13px;
    background: linear-gradient(-45deg, #f9fbfc 7px, #eff4f7 7px, #eff4f7 9px, transparent 0), linear-gradient(45deg, #f9fbfc 7px, #eff4f7 7px, #eff4f7 9px, transparent 0);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 20px 20px; }

/**
 * Custom elements styles
 */
html,
body,
.smooth-container {
  scroll-behavior: smooth; }

.formBody {
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  background: #eff4f7; }
  .formBody__footer {
    margin-top: auto;
    padding-bottom: 60px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05); }

::-moz-selection {
  background-color: #73df78;
  color: #fff; }

::selection {
  background-color: #73df78;
  color: #fff; }

.lazyloaded {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  will-change: opacity; }
  .lazyloaded.loaded {
    opacity: 1; }

.box {
  border-radius: 0.25rem;
  padding: 40px 28px; }
  .box--sloth {
    background-color: #f6fff3; }
    @media (min-width: 576px) {
      .box--sloth {
        background: #f6fff3 url("../../img/lenochod-box.png") no-repeat right bottom; } }

.arrowBox {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  padding: 10px 15px;
  border: 2px solid #eff4f7;
  border-radius: 0.25rem;
  background-color: #f9fbfc;
  font-size: 0.875rem;
  line-height: 1.5; }
  .arrowBox__icon {
    margin-bottom: 8px; }
  .arrowBox:not(.arrowBox--noArrow)::before, .arrowBox:not(.arrowBox--noArrow)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent; }
  .arrowBox:not(.arrowBox--noArrow)::before {
    top: -12px;
    left: 25px;
    border-bottom-color: #eff4f7;
    border-width: 0 10px 12px 10px; }
  .arrowBox:not(.arrowBox--noArrow)::after {
    top: -9px;
    left: 28px;
    border-bottom-color: #f9fbfc;
    border-width: 0 7px 9px 7px; }
  @media (min-width: 768px) {
    .arrowBox {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-align: center;
              align-items: center; }
      .arrowBox__icon {
        -webkit-box-flex: 0;
                flex: 0 0 50px;
        padding-right: 15px;
        margin-bottom: 0; }
      .arrowBox--lg {
        padding: 15px 30px; }
        .arrowBox--lg .arrowBox__icon {
          flex-basis: 70px; } }
  .arrowBox p {
    margin-bottom: 0; }

.btn-close {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  background: #73df78;
  color: #fff;
  font-size: 1.875rem;
  line-height: 30px;
  border: none;
  text-align: center;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  will-change: background; }
  .btn-close:hover {
    background: #f53c3c; }
  @media (min-width: 576px) {
    .btn-close {
      position: absolute;
      top: -15px;
      right: -15px; } }

.colArrow {
  position: relative; }
  .colArrow:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 25px;
    background: transparent url("../../svg/right-arrow.svg") no-repeat center center;
    background-size: 100% auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media (min-width: 992px) {
      .colArrow:after {
        bottom: auto;
        left: auto;
        top: 30px;
        right: -12px;
        -webkit-transform: none;
                transform: none; } }

.bg-sloth {
  background: #eff4f7 url("../../img/lenochod2.png") no-repeat left top;
  background-size: 150px auto; }
  @media (min-width: 768px) {
    .bg-sloth {
      background-size: 200px auto; } }
  @media (min-width: 1240px) {
    .bg-sloth {
      background-size: 300px auto; } }

@media (min-width: 992px) {
  .bg-mobiles {
    background: transparent url("../../img/mobiles.png") no-repeat 50vw center;
    background-size: auto 100%; } }

.nav-pills {
  font-weight: 700;
  margin-left: -4px;
  margin-right: -4px;
  font-size: 1.25rem; }
  .nav-pills .nav-link {
    margin-left: 4px;
    margin-right: 4px;
    background: #eff4f7;
    -webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
    transition: background .15s ease-in-out, color .15s ease-in-out;
    will-change: backhround, color; }

.faqLinks {
  padding-left: 0; }
  .faqLinks li {
    list-style: none;
    border-bottom: 2px solid #f4f8fa; }
  .faqLinks a {
    display: inline-block;
    color: #222a30; }

.mediaLogo {
  height: 100px; }

.socialLink {
  display: inline-block;
  max-width: 82px;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 1240px) {
    .socialLink {
      margin-left: 70px; } }

.rotate {
  -webkit-animation: rotate 1.5s ease-in-out infinite;
  animation: rotate 1.5s ease-in-out infinite;
  -webkit-animation-fill-mode: forward;
  animation-fill-mode: forward; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.breadcrumb {
  margin-top: 10px; }
  .breadcrumb a {
    font-weight: 700; }

.alert {
  padding: 0; }
  .alert, .alert__inner {
    position: relative; }
    .alert::before, .alert::after, .alert__inner::before, .alert__inner::after {
      content: '';
      position: absolute;
      display: block; }
  .alert::before, .alert::after {
    left: 0;
    right: 1px;
    height: 3px;
    background: transparent url("../../img/tip-bottom.png") repeat-x top left; }
  .alert::before {
    top: 0; }
  .alert::after {
    bottom: 0; }
  .alert__inner::before, .alert__inner::after {
    top: 0;
    bottom: 1px;
    width: 3px;
    background: transparent url("../../img/tip-side.png") repeat-y top center; }
  .alert__inner::before {
    left: 0; }
  .alert__inner::after {
    right: 0; }
  .alert--bottom::before {
    display: none; }
  .alert__inner {
    padding: 15px 25px; }
  .alert-primary, .alert-success {
    background: #f6fff3;
    color: #222a30; }
    .alert-primary .alert__inner, .alert-success .alert__inner {
      background: transparent url("../../img/cashbot-icon.png") no-repeat 25px center;
      padding-left: 85px; }
  .alert-danger {
    color: #222a30; }
    .alert-danger .alert__inner {
      background: transparent url("../../img/cashbot-sad-icon-bigger.png") no-repeat 25px center;
      background-size: 35px auto;
      padding-left: 85px; }
  .alert-warning {
    background: #fff9f3;
    color: #222a30; }
  .alert--plain {
    padding-top: 0.6875em;
    padding-bottom: 0.6875em; }
    .alert--plain::before, .alert--plain::after {
      display: none; }
  .alert img {
    vertical-align: text-top; }

.circlePlot {
  position: relative;
  width: 258px;
  height: 258px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem; }
  .circlePlot__svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    .circlePlot__svg--stripes {
      background-image: linear-gradient(135deg, #73df78 25%, #60b864 25%, #60b864 50%, #73df78 50%, #73df78 75%, #60b864 75%, #60b864 100%);
      background-size: 22.63px 22.63px;
      -webkit-clip-path: circle(49% at 50% 50%);
              clip-path: circle(49% at 50% 50%); }
    .circlePlot__svg::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-image: linear-gradient(135deg, #73df78 25%, #60b864 25%, #60b864 50%, #73df78 50%, #73df78 75%, #60b864 75%, #60b864 100%);
      background-size: 22.63px 22.63px; }
.circlePlot__svg__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    -webkit-clip-path: circle(49% at 50% 50%);
    clip-path: circle(49% at 50% 50%);
}

    .circlePlot__svg__wrap .circlePlot__svg {
        position: static;
        -webkit-clip-path: none !important;
        clip-path: none !important;
    }
  .circlePlot__bg {
    stroke: #dee8ef; }
  .circlePlot__bar {
    stroke: #73df78; }
    .circlePlot__bar__below {
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(0.1deg);
              transform: rotate(0.1deg); }
    .circlePlot__bar--gray-800 {
      stroke: #222a30; }
    .circlePlot__bar--warning {
      stroke: #ffc107; }
    .circlePlot__bar--info {
      stroke: #007bff; }
    .circlePlot__bar--orange {
      stroke: #f8ad5c; }
    .circlePlot__bar--primary {
      stroke: #73df78; }
  .circlePlot__inner {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 52px;
    position: relative;
    z-index: 2; }
  .circlePlot--small {
    width: 65px;
    height: 65px; }
    .circlePlot--small .circlePlot__inner {
      padding: 0; }

.plotLegend {
  max-width: 370px;
  margin: 0 auto 24px; }
  .plotLegend__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    text-align: left; }
  .plotLegend__label::before {
    content: '';
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    background: #73df78;
    border-radius: 2px;
    margin-right: 0.625em; }
  .plotLegend__label--lg::before {
    width: 1.125em;
    height: 1.125em;
    margin-right: .5em;
    margin-bottom: -0.1875em; }
  .plotLegend__label--gray-800::before {
    background: #222a30; }
  .plotLegend__label--warning::before {
    background: #ffc107; }
  .plotLegend__label--info::before {
    background: #007bff; }
  .plotLegend__label--orange::before {
    background: #f8ad5c; }
  .plotLegend__label--stripes::before {
    background-image: linear-gradient(135deg, #73df78 25%, #60b864 25%, #60b864 50%, #73df78 50%, #73df78 75%, #60b864 75%, #60b864 100%);
    background-size: 8.49px 8.49px; }
  .plotLegend__value {
    -webkit-box-flex: 0;
            flex: 0 0 100px;
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
    margin-left: auto; }

.status--checked {
  color: #73df78; }
  .status--checked::before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 1em;
    height: 1.2em;
    margin-right: 0.3125em;
    background: transparent url("../../svg/check-green.svg") no-repeat center center;
    background-size: 0.8125em auto; }

.status--failed {
  color: #f53c3c; }
  .status--failed::before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 1em;
    height: 1.2em;
    margin-right: 0.3125em;
    background: transparent url("../../svg/invalid.svg") no-repeat center center;
    background-size: 0.8125em auto; }

.checked {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #73df78 url("../../svg/check-white.svg") no-repeat center center;
  background-size: 0.875em auto;
  border: 2px solid #73df78;
  -webkit-transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .checked {
      -webkit-transition: none;
      transition: none; } }
  .checked--empty {
    background: #f4f8fa;
    border-color: #eff4f7; }

.imgChecked {
  position: relative;
  display: inline-block;
  margin-bottom: 18px; }
  .imgChecked:after {
    content: '';
    position: absolute;
    right: -.75em;
    bottom: -.75em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #73df78 url("../../svg/check-white.svg") no-repeat center center;
    background-size: 0.875em auto; }

.task {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  min-height: 120px;
  padding: 15px;
  position: relative;
  border-radius: 0.25rem;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .task {
      padding-left: 27px;
      padding-right: 27px; } }
  .task--finished {
    background: #f6fff3;
    color: #73df78; }
  .task__number {
    position: absolute;
    top: 5px;
    left: 15px;
    color: rgba(215, 224, 234, 0.8); }

.numberedSteps {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: top;
          align-items: top;
  padding-left: 0;
  font-weight: 700; }
  .numberedSteps__number {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 53px;
    height: 45px;
    margin-right: 15px;
    background: transparent url("../../img/blob-gray-bordered.png") no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    color: #222a30; }
  .numberedSteps__step {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin-top: 15px;
    color: #73df78; }
    .numberedSteps__step:first-child {
      margin-top: 0; }
    .numberedSteps__step--gray {
      color: #222a30;
      font-weight: 400; }
      .numberedSteps__step--gray .numberedSteps__number {
        font-weight: 700;
        background-image: url("../../img/blob-gray.png"); }
    .numberedSteps__step--active {
      color: #222a30; }
      .numberedSteps__step--active .numberedSteps__number {
        color: #fff;
        background-image: url("../../img/blob-green.png"); }
  @media (min-width: 576px) {
    .numberedSteps__number {
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 1;
      margin-left: -22.5px;
      margin-right: 0; }
    .numberedSteps__step {
      -webkit-box-flex: 0;
              flex: 0 0 33%;
      text-align: center;
      padding-top: 50px;
      margin-top: 0;
      position: relative; }
      .numberedSteps__step::before, .numberedSteps__step::after {
        content: '';
        position: absolute;
        top: 24px;
        z-index: 0;
        width: 50%;
        height: 3px;
        background: transparent url("../../img/tip-bottom.png") repeat-x center center; }
      .numberedSteps__step::before {
        left: 0; }
      .numberedSteps__step::after {
        right: 0; }
      .numberedSteps__step:first-child::before, .numberedSteps__step:last-child::after {
        display: none; } }
  .numberedSteps--v2 {
    line-height: 1.4; }
    @media (min-width: 576px) {
      .numberedSteps--v2 .numberedSteps__step {
        padding-top: 52px; }
        .numberedSteps--v2 .numberedSteps__step::after {
          display: none !important; }
        .numberedSteps--v2 .numberedSteps__step:not(:first-child)::before {
          right: 0;
          width: 40%;
          height: 1px;
          border-bottom: 1px dashed #434F58;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    @media (min-width: 992px) {
      .numberedSteps--v2 .numberedSteps__step {
        flex-basis: 21.4%; } }
    .numberedSteps--v2 .numberedSteps__step--title {
      display: none; }
      @media (min-width: 768px) {
        .numberedSteps--v2 .numberedSteps__step--title {
          display: block;
          padding: .5rem 3rem; } }
    .numberedSteps--v2 .numberedSteps__number {
      width: 50px;
      height: 42px;
      font-size: 1.25rem; }

.borderedBox {
  position: relative;
  border: 2px solid #eff4f7;
  border-radius: 0.25rem;
  padding: 15px; }
  .borderedBox__title {
    padding: 4px 15px;
    margin: -17px -17px 40px;
    text-align: center;
    background: #73df78;
    color: #fff;
    border-radius: 0.25rem 0.25rem 0 0;
    font-size: 1.125rem; }
  .borderedBox__header {
    background: #f1fcf1;
    border-bottom: 2px solid #eff4f7;
    padding: 28px 15px;
    font-size: 1.5rem;
    font-weight: 300; }
    @media (max-width: 1200px) {
      .borderedBox__header {
        font-size: calc(1.275rem + 0.3vw) ; } }
  .borderedBox__labels {
    position: absolute;
    top: 0;
    right: 0; }
    .borderedBox__labels--left {
      right: auto;
      left: 0; }
  .borderedBox__label {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 0.25rem;
    background: #f1fcf1;
    color: #61b646;
    font-style: italic;
    font-size: 0.875rem; }
    .borderedBox__label--warning {
      background: #feebeb;
      color: #f8ad5c; }
  @media (min-width: 768px) {
    .borderedBox {
      padding: 30px; }
      .borderedBox__title {
        margin: -32px -32px 40px; } }
  .borderedBox--noPadded {
    padding: 0; }
    .borderedBox--noPadded .borderedBox__title {
      margin: -2px -2px 40px; }
  .borderedBox--active {
    background: #f6fff3; }

.dotted, .dotted__inner {
  position: relative; }
  .dotted::before, .dotted::after, .dotted__inner::before, .dotted__inner::after {
    content: '';
    position: absolute;
    display: block; }

.dotted::before, .dotted::after {
  left: 0;
  right: 1px;
  height: 3px;
  background: transparent url("../../img/tip-bottom.png") repeat-x top left; }

.dotted::before {
  top: 0; }

.dotted::after {
  bottom: 0; }

.dotted__inner::before, .dotted__inner::after {
  top: 0;
  bottom: 1px;
  width: 3px;
  background: transparent url("../../img/tip-side.png") repeat-y top center; }

.dotted__inner::before {
  left: 0; }

.dotted__inner::after {
  right: 0; }

.dotted--bottom::before {
  display: none; }

.switch {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  overflow: hidden; }
  .switch__side {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    overflow: auto;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform, opacity; }
    .switch__side--back {
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      -webkit-transform: scale(0.8, 0);
              transform: scale(0.8, 0);
      opacity: 0;
      margin-left: -100%; }
  .switch--switched .switch__side--front {
    -webkit-transform: scale(0.8, 0);
            transform: scale(0.8, 0);
    opacity: 0; }
  .switch--switched .switch__side--back {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; }

.iconBlob {
  display: inline-block;
  width: 3.3125em;
  height: 2.8125em;
  line-height: 2.8666666667em;
  background: transparent url("../../svg/blob.svg") no-repeat center center;
  background-size: 100% auto; }
  .iconBlob svg {
    max-width: 1.625em;
    height: auto; }

.socialIconLink {
  color: #222a30;
  text-decoration: underline; }
  .socialIconLink:hover {
    text-decoration: none; }
  .socialIconLink::before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.75em;
    width: 1.0625em;
    height: 1.25em;
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .socialIconLink--facebook::before {
    background-image: url("../../svg/facebook.svg");
    margin-right: 10px;
    margin-left: 2px; }
  .socialIconLink--linkedin::before {
    background-image: url("../../svg/linkedin.svg"); }
  .socialIconLink--twitter::before {
    background-image: url("../../svg/twitter.svg"); }

.progress-sm {
  height: 0.5rem; }

.row--arrows > [class*="col"]:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -44px;
  margin-left: -15px;
  margin-top: -12.5px;
  width: 30px;
  height: 25px;
  color: #e3eaee;
  background: transparent url("../../svg/double-arrow.svg") no-repeat center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 2.625rem;
  line-height: 0.7; }

@media (min-width: 992px) {
  .row--arrows > [class*="col"]:not(:first-child)::before {
    left: 0;
    top: 42.5px;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.greenBlob {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 5.1em;
  height: 4.3em;
  line-height: 1.26;
  background: transparent url("../../svg/shape-green.svg") no-repeat center center;
  background-size: 100% auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem; }
  .greenBlob svg polygon,
  .greenBlob svg square,
  .greenBlob svg path {
    fill: #fff; }
  .greenBlob .icon {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 2.25em;
    max-height: 2.15em; }
  .greenBlob polygon,
  .greenBlob square,
  .greenBlob path {
    fill: #fff; }

.badge {
  display: inline-block;
  width: 1.3333333333em;
  height: 1.3333333333em;
  line-height: 1.3333333333em;
  text-align: center;
  background: #73df78;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.2rem; }
  .badge-warning {
    width: auto;
    background-color: #fff9f3;
    color: #F48C24;
    white-space: nowrap;
    font-style: italic; }
  .badge-topRight {
    position: absolute;
    top: .75rem;
    right: .75rem; }

@media (min-width: 768px) {
  .modal-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .modal--padded .modal-header, .modal--padded .modal-body {
    padding-left: 4rem;
    padding-right: 4rem; } }

.cookiesModalOpened {
  overflow: auto; }

.tooltip-inner {
  box-shadow: 0px 0px 20px 0px rgba(38, 53, 60, 0.2); }

:not(.collapsed) > .colapseLabel-closed,
.collapsed > .colapseLabel-opened {
  display: none; }

/**
 * Forms + buttons styles
 */
.form-control--icon {
  padding-left: 53px;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-size: 1em auto; }
  .form-control--icon--mail {
    background-image: url("../../svg/at.svg"); }
  .form-control--icon--lock {
    background-image: url("../../svg/lock.svg"); }
  .form-control--icon--clip {
    background-image: url("../../svg/paper-clip.svg"); }
  .form-control--icon--user {
    background-image: url("../../svg/user2.svg"); }
  .form-control--icon--phone {
    background-image: url("../../svg/phone.svg"); }
  .form-control--icon--calendar {
    background-image: url("../../svg/calendar.svg"); }
  .form-control--icon--home {
    background-image: url("../../svg/home.svg"); }

.form-control--darkBorder {
  border-color: #e3eaee; }

.form-control--invisible {
  background: transparent;
  border: none; }
  .form-control--invisible:focus, .form-control--invisible:active {
    background: transparent;
    border: none; }

.form-control--adjustWidth {
  line-height: 1.26;
  height: 1.26em;
  display: inline-block;
  padding: 0;
  width: 0;
  -moz-appearance: textfield; }
  .form-control--adjustWidth::-webkit-outer-spin-button, .form-control--adjustWidth::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.form-control--display-2 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    .form-control--display-2 {
      font-size: calc(1.375rem + 1.5vw) ; } }

.form-control--hideSpinner {
  -moz-appearance: textfield; }
  .form-control--hideSpinner::-webkit-outer-spin-button, .form-control--hideSpinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.form-control.invalid {
  color: #f53c3c; }
  .form-control.invalid ~ .invalid-feedback {
    display: -webkit-box;
    display: flex; }

.form-control.valid ~ .valid-feedback {
  display: -webkit-box;
  display: flex; }

.formCopy {
  position: relative;
  cursor: pointer; }
  .formCopy__btn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    padding: 0.4375rem 1.875rem;
    font-size: 1rem;
    line-height: 1.26;
    border-radius: 0.25rem;
    font-weight: bold;
    -webkit-transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    will-change: color, background; }
    .formCopy__btn:hover {
      color: #212529;
      background-color: #ececec;
      border-color: #e6e5e5; }
    .formCopy__btn:focus, .formCopy__btn.focus {
      color: #212529;
      background-color: #ececec;
      border-color: #e6e5e5;
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
    .formCopy__btn.disabled, .formCopy__btn:disabled {
      color: #212529;
      background-color: #fff;
      border-color: #fff; }
    .formCopy__btn:not(:disabled):not(.disabled):active, .formCopy__btn:not(:disabled):not(.disabled).active,
    .show > .formCopy__btn.dropdown-toggle {
      color: #212529;
      background-color: #e6e5e5;
      border-color: #dfdfdf; }
      .formCopy__btn:not(:disabled):not(.disabled):active:focus, .formCopy__btn:not(:disabled):not(.disabled).active:focus,
      .show > .formCopy__btn.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .formCopy:hover .formCopy__btn {
    background: #e3eaee; }
  .formCopy__btn.active {
    background: #73df78 !important;
    color: #fff !important; }
  .formCopy .form-control {
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .formCopy .form-control {
        padding-top: 40px; } }

select.form-control:invalid {
  color: #cfd6d9;
  font-weight: normal; }

.searchInputGroup {
  position: relative; }
  .searchInputGroup .form-control {
    padding-right: 3.125em; }
  .searchInputGroup__submit {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 2.875em;
    height: 2.5em;
    background: transparent url("../../svg/search.svg") no-repeat center center;
    background-size: 1em auto;
    border: none; }
    .searchInputGroup__submit:focus {
      box-shadow: none;
      outline: none;
      background-color: #eff4f7; }
  .searchInputGroup .has-float-label--sm + .searchInputGroup__submit {
    width: 2.125em;
    height: 2.125em; }

::-ms-reveal {
  display: none; }

.passwordInputGroup {
  position: relative; }
  .passwordInputGroup .form-control {
    padding-right: 2.5em; }
  .passwordInputGroup__button {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 1rem;
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    background-color: transparent;
    border: none; }
    .passwordInputGroup__button svg {
      max-width: 70%; }
      .passwordInputGroup__button svg line {
        stroke-dashoffset: 525;
        -webkit-transition: stroke-dashoffset .15s ease-in-out;
        transition: stroke-dashoffset .15s ease-in-out;
        will-change: stroke-dashoffset; }
    .passwordInputGroup__button:focus {
      box-shadow: none;
      outline: none;
      background-color: #eff4f7; }
  .passwordInputGroup input[type="text"] ~ .passwordInputGroup__button svg line {
    stroke-dashoffset: 0; }
  @media (min-width: 992px) {
    .passwordInputGroup .has-feedback-right .passwordInputGroup__button {
      right: calc(50% + 2px); } }

.invalid-feedback,
.valid-feedback,
.form-control ~ .invalid-feedback,
.form-control ~ .valid-feedback {
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  top: auto;
  left: auto;
  min-height: calc(1.76em + 0.75rem + 4px);
  color: #222a30;
  font-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: 0.6428571429em center;
  background-size: auto 0.8571428571em;
  margin: 1.3571428571em 0 0;
  padding: 0.3571428571em 0.7142857143em 0.3571428571em 2.5714285714em;
  border-radius: 0.25rem; }
  .invalid-feedback::after,
  .valid-feedback::after,
  .form-control ~ .invalid-feedback::after,
  .form-control ~ .valid-feedback::after {
    display: none; }
  .invalid-feedback::before,
  .valid-feedback::before,
  .form-control ~ .invalid-feedback::before,
  .form-control ~ .valid-feedback::before {
    content: '';
    border-width: 0 calc(calc(1.76em + 0.75rem + 4px) / 2) 1.3571428571em;
    border-style: solid;
    border-color: transparent;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: calc(calc(1.76em + 0.75rem + 4px) / -2);
    font-size: inherit; }

.invalid-feedback,
.form-control ~ .invalid-feedback {
  background-color: #feebeb;
  background-image: url("../../svg/invalid.svg"); }
  .invalid-feedback::before,
  .form-control ~ .invalid-feedback::before {
    border-bottom-color: #feebeb; }

.valid-feedback,
.form-control ~ .valid-feedback {
  background-color: #f1fcf1;
  background-image: url("../../svg/valid.svg"); }
  .valid-feedback::before,
  .form-control ~ .valid-feedback::before {
    border-bottom-color: #f1fcf1; }

@media (min-width: 992px) {
  .form-group.has-feedback-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: start; }
    .form-group.has-feedback-right .form-control {
      -webkit-box-flex: 0;
              flex: 0 0 50%; }
      .form-group.has-feedback-right .form-control ~ .invalid-feedback,
      .form-group.has-feedback-right .form-control ~ .valid-feedback {
        -webkit-box-flex: 0;
                flex: 0 0 calc(50% - 1.3571428571em - 20/14*1em);
        margin: 2px 0; }
        .form-group.has-feedback-right .form-control ~ .invalid-feedback::before,
        .form-group.has-feedback-right .form-control ~ .valid-feedback::before {
          bottom: auto;
          left: auto;
          top: 0;
          right: 100%;
          margin-left: 0;
          border-width: calc(calc(1.76em + 0.75rem + 4px) / 2) 1.3571428571em calc(calc(1.76em + 0.75rem + 4px) / 2) 0; }
      .form-group.has-feedback-right .form-control ~ .invalid-feedback::before {
        border-bottom-color: transparent;
        border-right-color: #feebeb; }
      .form-group.has-feedback-right .form-control ~ .valid-feedback::before {
        border-bottom-color: transparent;
        border-right-color: #f1fcf1; } }

.formValidTip__icon {
  width: 1em;
  height: auto;
  margin-right: 0.3571428571em; }
  .formValidTip__icon path {
    fill: #d7e0ea;
    -webkit-transition: fill .15s ease-in-out;
    transition: fill .15s ease-in-out;
    will-change: fill; }

.formValidTip.valid .formValidTip__icon path {
  fill: #73df78; }

.has-float-label:not(.form-group) {
  margin-bottom: 0; }

.has-float-label .form-control + span {
  color: #222a30;
  left: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  max-width: 85%; }
  .has-float-label .form-control + span::after {
    top: 49%;
    height: 3px; }

.has-float-label .form-control:placeholder-shown:not(:focus) + span {
  top: calc(0.375rem + 2px);
  line-height: 1.76;
  font-weight: 400;
  font-size: 1rem; }

.has-float-label .form-control--icon + span {
  left: 53px; }

.has-float-label .form-control::-webkit-input-placeholder {
  color: transparent; }

.has-float-label .form-control::-moz-placeholder {
  color: transparent; }

.has-float-label .form-control:-ms-input-placeholder {
  color: transparent; }

.has-float-label .form-control:-moz-placeholder {
  color: transparent; }

.has-float-label--sm .form-control:placeholder-shown:not(:focus) + span {
  top: .35em; }

.custom-control-inline,
.custom-control {
  padding-left: 0; }

.custom-control-label {
  padding-left: 1.875rem; }
  .custom-control-label::before {
    border-color: #eff4f7;
    top: 3px;
    left: 0;
    -webkit-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out;
    will-change: border; }
  .custom-control-label::after {
    width: 8px;
    height: 8px;
    background: #222a30 !important;
    border-radius: 50%;
    left: 6px;
    top: 9px;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    will-change: opacity; }

.custom-checkbox .custom-control-label::after {
  width: 12px;
  height: 10px;
  left: 4px;
  top: 8px;
  background: transparent url("../../svg/check.svg") no-repeat center center !important;
  background-size: 100% auto !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #73df78;
  background: none; }

.custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1; }

.custom-switch .custom-control-label {
  padding-left: 0;
  padding-right: 3.5rem; }
  .custom-switch .custom-control-label::before {
    left: auto;
    right: 0;
    top: 0;
    background-color: #e3eaee;
    border: none;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::before {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-label::after {
    top: 3px;
    right: 22px;
    left: auto;
    width: 14px;
    height: 14px;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: #fff !important;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }

.custom-switch input:checked + .custom-control-label::before {
  background-color: #73df78; }

.custom-switch input:checked + .custom-control-label::after {
  -webkit-transform: translateX(22px);
          transform: translateX(22px); }

.choices {
  z-index: 999; }
  .choices__inner {
    border-width: 2px;
    padding: 6px 0.375rem 0;
    line-height: 1.5; }
  .choices__list--dropdown {
    border-width: 2px; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted {
      background: #f4f8fa; }
  .choices.is-focused .choices__inner,
  .choices.is-open .choices__inner,
  .choices.is-open .choices__list--dropdown {
    border-color: #73df78; }
  .choices.is-open:not(.is-flipped) .choices__inner {
    border-bottom-color: #fff; }
  .choices.is-open.is-flipped .choices__inner {
    border-top-color: #fff; }
  .choices__list--multiple .choices__item {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 700;
    border: none !important;
    line-height: 1.76; }

.collapsing .choices__list {
  display: none; }

.inputsInline .form-control {
  display: inline-block;
  width: 50px; }

.inputsInline .invalid-feedback::before,
.inputsInline .valid-feedback::before {
  left: calc(calc(calc(1.76em + 0.75rem + 4px) / 2) + 4px); }

.inputsInline__loader {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 5px; }
  .inputsInline__loader__loading, .inputsInline__loader__check {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    will-change: opacity; }
  .inputsInline__loader[data-loader-state="loading"] .inputsInline__loader__loading {
    opacity: 1; }
  .inputsInline__loader[data-loader-state="done"] .inputsInline__loader__check {
    opacity: 1; }

.uploader {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 14px;
  cursor: pointer; }
  .uploader, .uploader__inner {
    position: relative; }
    .uploader::before, .uploader::after, .uploader__inner::before, .uploader__inner::after {
      content: '';
      position: absolute;
      display: block; }
  .uploader::before, .uploader::after {
    left: 0;
    right: 1px;
    height: 3px;
    background: transparent url("../../img/tip-bottom.png") repeat-x top left; }
  .uploader::before {
    top: 0; }
  .uploader::after {
    bottom: 0; }
  .uploader__inner::before, .uploader__inner::after {
    top: 0;
    bottom: 1px;
    width: 3px;
    background: transparent url("../../img/tip-side.png") repeat-y top center; }
  .uploader__inner::before {
    left: 0; }
  .uploader__inner::after {
    right: 0; }
  .uploader--bottom::before {
    display: none; }
  .uploader__inner {
    padding: 22px 11px; }
  .uploader__inner--padded {
    padding: 26px 30px; }
  .uploader--fixedHeight .uploader__inner {
    min-height: 200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .uploader-lg .uploader__inner {
    min-height: 250px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .uploader:focus, .uploader.active {
    outline: none; }
    .uploader:focus::before, .uploader:focus::after, .uploader.active::before, .uploader.active::after {
      background-image: url("../../img/tip-bottom-active.png"); }
    .uploader:focus .uploader__inner::before, .uploader:focus .uploader__inner::after, .uploader.active .uploader__inner::before, .uploader.active .uploader__inner::after {
      background-image: url("../../img/tip-side-active.png"); }
  .uploader__document {
    display: inline-block;
    padding: 3px;
    width: 26px;
    height: 34px;
    border: 2px solid #d7e0ea;
    border-radius: 4px;
    background: transparent url("../../svg/paper-clip.svg") no-repeat center center;
    background-size: auto 16px; }
    .uploader__document--id {
      width: 40px;
      height: 26px;
      margin-bottom: 8px;
      background-image: url("../../svg/user.svg"); }
    .uploader__document--attachment {
      border: none;
      width: 30px;
      height: 30px;
      background-size: 30px auto;
      background-image: url("../../img/upload-attachment.png"); }
    .uploader__document--fileUpload, .uploader__document--fileDownload {
      border: none;
      background-size: 26px auto;
      background-image: url("../../img/upload-gray.png"); }
    .uploader__document--fileDownload {
      background-image: url("../../img/download-gray-bigger.png"); }
    .uploader__document--pdf {
      border: none;
      background-size: contain;
      background-image: url("../../img/pdf.png"); }
    .uploader__document--img {
      width: 50px;
      height: 34px;
      border: none;
      padding: 0; }
      .uploader__document--img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .uploader__document--loading {
      width: 34px;
      background-image: url("../../img/cashbot-icon.png");
      background-size: auto 26px;
      border: none;
      -webkit-animation: rotate 1.5s ease-in-out infinite;
      animation: rotate 1.5s ease-in-out infinite;
      -webkit-animation-fill-mode: forward;
      animation-fill-mode: forward; }

.btn, .gReview-btn {
  font-weight: 700; }
  .btn-md {
    padding: 0.28125rem 1.0625rem;
    font-size: 1.125rem;
    line-height: 1.76;
    border-radius: 0.25rem; }
  .btn-primary {
    color: #fff; }
    .btn-primary:hover {
      background-color: #222a30;
      border-color: #222a30;
      color: #fff; }
  .btn-outline-primary {
    color: #222a30;
    border-color: #a2eaa5;
    -webkit-transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    will-change: color, background; }
    .btn-outline-primary:hover {
      background-color: #73df78;
      color: #fff; }
      .btn-outline-primary:hover svg {
        fill: #fff; }
  .btn-outline-light {
    border-color: #f4f8fa;
    color: #73df78; }
    .btn-outline-light:hover {
      background-color: #73df78 !important;
      border-color: #73df78 !important;
      color: #fff; }
      .btn-outline-light:hover svg {
        fill: #fff; }
  .btn-light.disabled {
    color: #fff; }
  .btn-plus {
    padding-left: 60px;
    background-image: url("../../svg/plus.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 1.2em auto; }
  .btn-bulb {
    padding-left: 60px;
    background-image: url("../../img/bulb-white.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 1.2em auto; }
  .btn-caret::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 2px 8px;
    border-width: 4px 0 4px 5px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform; }
    @media (prefers-reduced-motion: reduce) {
      .btn-caret::after {
        -webkit-transition: none;
        transition: none; } }
  .btn-caret:hover::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  .btn-menu-dots {
    width: 25px;
    padding: 10px 15px;
    background: transparent url("../../svg/menu-dots.svg") no-repeat center center;
    background-size: 25px auto; }
  .btn-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    background: #73df78;
    color: #fff;
    font-size: 1.875rem;
    line-height: 30px;
    border: none;
    text-align: center;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    will-change: background; }
    .btn-close:hover {
      background: #f53c3c; }
    .btn-close-sm {
      background-color: transparent;
      color: #73df78;
      top: 15px;
      right: 15px;
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .btn-close-sm {
          -webkit-transition: none;
          transition: none; } }
      .btn-close-sm:hover {
        background-color: transparent;
        color: #f53c3c; }
    .btn-close--noBg {
      font-size: 2.625rem; }
      .btn-close--noBg:not(:hover) {
        background: transparent;
        color: #222a30; }
    .btn-close--icon {
      background: none; }
      .btn-close--icon:hover {
        background: none; }
  .btn-back {
    position: relative;
    padding-right: 0;
    padding-left: 16px;
    color: #73df78;
    text-decoration: underline; }
    .btn-back:hover {
      color: #73df78;
      text-decoration: none; }
    .btn-back::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 0.4444444444em;
      height: 0.7222222222em;
      margin-top: -0.3333333333em;
      background: transparent url("../../svg/caret.svg") no-repeat center center;
      background-size: auto 100%; }
  .btn svg, .gReview-btn svg,
  .btn img,
  .gReview-btn img {
    width: 0.8em;
    height: auto;
    vertical-align: baseline;
    -webkit-transition: fill .15s ease-in-out;
    transition: fill .15s ease-in-out;
    will-change: fill; }
    .btn svg.btn-icon-lg, .gReview-btn svg.btn-icon-lg,
    .btn img.btn-icon-lg,
    .gReview-btn img.btn-icon-lg {
      width: 1.5rem; }
  .btn[disabled], .gReview-btn[disabled],
  .btn .disabled,
  .gReview-btn .disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6; }
  .btn__collapseArrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .25s ease-in-out !important;
    transition: -webkit-transform .25s ease-in-out !important;
    transition: transform .25s ease-in-out !important;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out !important;
    will-change: transform !important; }
  .btn[aria-expanded="true"] .btn__collapseArrow, .gReview-btn[aria-expanded="true"] .btn__collapseArrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .btn-logo {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 70px; }
    .btn-logo:not(:disabled):not(.disabled):hover, .btn-logo:not(:disabled):not(.disabled):active, .btn-logo:not(:disabled):not(.disabled).active {
      background-color: #e3eaee; }
    .btn-logo img, .btn-logo svg {
      width: auto; }
  .btn-reset {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0; }
    .btn-reset svg {
      width: initial;
      height: initial; }

.noUi-horizontal {
  height: 10px;
  margin: 19px 0;
  background: #eff4f7;
  border: none;
  border-radius: 0.25rem 0 0 0.25rem; }
  .noUi-horizontal .noUi-handle {
    width: 47px;
    height: 47px;
    top: -18.5px;
    right: -23.5px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer; }
    .noUi-horizontal .noUi-handle::after {
      display: none; }
    .noUi-horizontal .noUi-handle::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      background: #73df78;
      -webkit-transition: -webkit-transform .15s ease-in-out;
      transition: -webkit-transform .15s ease-in-out;
      transition: transform .15s ease-in-out;
      transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }
    .noUi-horizontal .noUi-handle:focus {
      outline: none; }
      .noUi-horizontal .noUi-handle:focus::before {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
                transform: translateX(-50%) translateY(-50%) scale(1.2); }
  .noUi-horizontal .noUi-pips {
    padding-top: 0; }
    .noUi-horizontal .noUi-pips .noUi-marker-large {
      margin-top: -7px;
      height: 49px;
      background: #eff4f7; }
      .noUi-horizontal .noUi-pips .noUi-marker-large .noUi-marker__bar {
        display: none;
        position: absolute;
        background: #d5dee3;
        top: -3px;
        right: 0;
        height: 10px; }
      .noUi-horizontal .noUi-pips .noUi-marker-large:first-child .noUi-marker__bar {
        right: auto;
        left: 0; }
      .noUi-horizontal .noUi-pips .noUi-marker-large.inactive {
        background: #d5dee3; }
        .noUi-horizontal .noUi-pips .noUi-marker-large.inactive .noUi-marker__bar {
          display: block; }
    .noUi-horizontal .noUi-pips .noUi-value-horizontal {
      top: 30px;
      color: #000;
      font-size: 0.875rem; }
      .noUi-horizontal .noUi-pips .noUi-value-horizontal.active {
        font-weight: 700; }
      .noUi-horizontal .noUi-pips .noUi-value-horizontal.inactive {
        color: #d5dee3; }
      @media (min-width: 576px) {
        .noUi-horizontal .noUi-pips .noUi-value-horizontal {
          font-size: 1.125rem; } }

.noUi--twoLinesPips {
  margin-bottom: 70px; }

@media (max-width: 991.98px) {
  .noUi--twoLinesPips {
    margin-top: 85px; }
  .noUi-horizontal.noUi--twoLinesPips .noUi-pips .noUi-marker-large:nth-child(4n + 3) {
    top: -42px; }
    .noUi-horizontal.noUi--twoLinesPips .noUi-pips .noUi-marker-large:nth-child(4n + 3) .noUi-marker__bar {
      top: auto;
      bottom: 0; }
  .noUi-horizontal.noUi--twoLinesPips .noUi-pips .noUi-value:nth-child(4n) {
    top: -85px; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .noUi-horizontal.noUi--twoLinesPips .noUi-pips .noUi-value:nth-child(4n) {
      top: -98px; } }

.noUi--fourLinesPips {
  margin-bottom: 94px;
  margin-top: 109px; }
  .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-marker-large:nth-child(4n + 3) {
    top: -42px; }
    .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-marker-large:nth-child(4n + 3) .noUi-marker__bar {
      top: auto;
      bottom: 0; }
  .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-value:nth-child(4n) {
    top: -85px; }
    @media (min-width: 576px) {
      .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-value:nth-child(4n) {
        top: -98px; } }
  .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-value-horizontal {
    font-size: 0.875rem; }
  .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-marker-large:nth-child(8n - 1) {
    top: -66px;
    height: 73px; }
    @media (min-width: 768px) {
      .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-marker-large:nth-child(8n - 1) {
        top: -42px;
        height: 49px; } }
  .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-value:nth-child(8n) {
    top: -109px; }
    @media (min-width: 768px) {
      .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-value:nth-child(8n) {
        top: -85px; } }
  .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-marker-large:nth-child(8n + 5) {
    height: 73px; }
    @media (min-width: 768px) {
      .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-marker-large:nth-child(8n + 5) {
        height: 49px; } }
  .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-value:nth-child(8n + 6) {
    top: 54px; }
    @media (min-width: 768px) {
      .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-value:nth-child(8n + 6) {
        top: 30px; } }
  @media (min-width: 576px) {
    .noUi--fourLinesPips.noUi-horizontal .noUi-pips .noUi-value:nth-child(8n + 4) {
      top: -85px; } }

.noUi--firstLastPip.noUi-horizontal .noUi-value-horizontal ~ .noUi-value-horizontal:not(:last-of-type) {
  display: none; }

.noUi--firstLastPip.noUi-horizontal .noUi-marker-horizontal:not(:first-of-type):not(:nth-last-of-type(2)) {
  height: 20px; }

/**
 * Typography
 */
html.wf-loading * {
  color: transparent !important; }

.text-gray-100 {
  color: #f6fff3 !important; }

.text-gray-200 {
  color: #f4f8fa !important; }

.text-gray-300 {
  color: #eff4f7 !important; }

.text-gray-400 {
  color: #9fa9b3 !important; }

.text-gray-500 {
  color: #d7e0ea !important; }

.text-gray-600 {
  color: #cfd6d9 !important; }

.text-gray-700 {
  color: #434F58 !important; }

.text-gray-800 {
  color: #222a30 !important; }

.text-gray-900 {
  color: #212529 !important; }

.text-black {
  color: #000 !important; }

.font-size-normal {
  font-size: 1.125rem; }

.font-size-xl {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .font-size-xl {
      font-size: calc(1.275rem + 0.3vw) ; } }

.font-size-lg {
  font-size: 1.25rem; }

.font-size-sm {
  font-size: 1rem; }

.font-size-xs {
  font-size: 0.875rem; }

.font-size-xxs {
  font-size: 0.75rem; }

.line-height-xs {
  line-height: 1; }

.line-height-sm {
  line-height: 1.26; }

.line-height-md {
  line-height: 1.4; }

.line-height-base {
  line-height: 1.76; }

.line-height-lg {
  line-height: 1.5; }

.line-height-xl {
  line-height: 1.9; }

.font-weight-semibold {
  font-weight: 500; }

.link-underline {
  text-decoration: underline; }
  .link-underline:hover {
    text-decoration: none; }
  .link-underline-none {
    text-decoration: none; }
    .link-underline-none:hover {
      text-decoration: underline; }
  .link-underline-never {
    text-decoration: none; }
    .link-underline-never:hover {
      text-decoration: none; }
  .link-underline-allways {
    text-decoration: underline; }
    .link-underline-allways:hover {
      text-decoration: underline; }

.text-wrap {
  white-space: normal; }

.text-oneliner {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all; }

.arrowList {
  padding-left: 0; }
  .arrowList li {
    list-style: none;
    padding-left: 35px;
    margin-bottom: 8px;
    background: transparent url("../../img/li-arrow.png") no-repeat 0 0.3333333333em; }

.numberList {
  padding-left: 0; }
  .numberList li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    counter-increment: numberList; }
    .numberList li::before {
      content: counter(numberList) ".";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      color: #73df78;
      font-weight: 700; }

.greenDotList {
  padding-left: 20px; }
  .greenDotList li::marker {
    color: #73df78; }
  .greenDotList--inline {
    padding-left: 0; }
    .greenDotList--inline li {
      list-style: none; }
      .greenDotList--inline li::before {
        content: '';
        display: inline-block;
        width: 0.375em;
        height: 0.375em;
        margin-top: -0.1875em;
        margin-right: 0.5em;
        border-radius: 50%;
        background-color: #73df78;
        vertical-align: middle; }

.list-inline--separators li:not(:first-child)::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1.25em;
  width: 2px;
  margin-right: 1em;
  background: #d7e0ea; }

.numberItem {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 1.5;
  font-size: 1.25rem; }
  .numberItem__number {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent url("../../img/dot.png") no-repeat top left;
    text-align: center;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0; }

/**
 * Tables style
 */
.table:not([class*="font-size"]) {
  font-size: 1rem; }

.table th,
.table td {
  padding-left: 15px;
  padding-right: 15px;
  border-color: #eff4f7;
  border-style: solid;
  border-width: 0 0 2px 0; }

.table thead td,
.table thead th {
  border-width: 2px 0; }

.table-bordered {
  border: none;
  overflow: hidden;
  box-shadow: 0 0 0 2px #eff4f7;
  border-radius: 0.25rem; }
  .table-bordered th,
  .table-bordered td {
    border-width: 2px 0 0 0; }
  .table-bordered tr:first-child > th,
  .table-bordered tr:first-child > td {
    border-top: none; }

.table-striped:not(.table-striped-contra) tbody tr:nth-of-type(odd) {
  background: none; }

.table-striped:not(.table-striped-contra) thead td,
.table-striped:not(.table-striped-contra) thead th,
.table-striped:not(.table-striped-contra) tbody tr:nth-of-type(even) {
  background: #f4f8fa; }

.table-striped-white tbody tr:nth-of-type(odd) {
  background: #fff; }

.table.border-top {
  border-top-color: #eff4f7 !important; }

/**
 * Navbar
 */
.hamburger {
  line-height: 1.26;
  margin-top: -4px; }

.navbar {
  background: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.14);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  height: 80px; }
  .navbar--app {
    border-top: 1px solid #eff4f7; }
  @media (min-width: 992px) {
    .navbar {
      height: 110px; }
      .navbar--app {
        height: 101px; } }
  .navbar__menu {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 1rem; }
    @media (min-width: 992px) {
      .navbar__menu {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
                justify-content: flex-end; } }
    .navbar__menu__item {
      list-style: none;
      display: block;
      border-top: 2px solid #eff4f7; }
      .navbar__menu__item--icon {
        margin: 5px 0; }
      .navbar__menu__item__icon {
        display: inline-block;
        height: 1.1em;
        width: auto;
        margin-right: 5px;
        vertical-align: text-top; }
      .navbar__menu__item a {
        display: inline-block;
        padding: 12px 10px 5px;
        color: #222a30;
        -webkit-transition: color .15s ease-in-out, background .15s ease-in-out;
        transition: color .15s ease-in-out, background .15s ease-in-out;
        will-change: color, background; }
      .navbar__menu__item.active a,
      .navbar__menu__item a.active,
      .navbar__menu__item a:hover {
        color: #73df78;
        text-decoration: none; }
      @media (min-width: 992px) {
        .navbar__menu__item {
          position: relative;
          margin: 0 6px;
          border-top: none; }
          .navbar__menu__item a {
            padding-top: 5px;
            background: #fff; }
          .navbar__menu__item:hover > a {
            background: #f9fbfc; }
          .navbar__menu__item--icon {
            height: 100px;
            margin: 0;
            border-right: 2px solid #eff4f7;
            vertical-align: top;
            text-align: center;
            font-size: 0.8125rem; }
            .navbar__menu__item--icon:first-child {
              border-left: 2px solid #eff4f7; }
            .navbar__menu__item--icon > a {
              display: -webkit-box;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                      flex-flow: column;
              -webkit-box-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                      align-items: center;
              padding: 10px 13px;
              height: 100%; }
          .navbar__menu__item__icon {
            height: 2.3076923077em;
            margin: 0 auto 10px;
            display: block; }
          .navbar__menu__item__caret::after {
            content: '';
            display: inline-block;
            margin-left: 2px;
            width: 0;
            height: 0;
            margin-left: 4px;
            border-width: 0 4px 5px 4px;
            border-color: transparent transparent #222a30 transparent;
            border-style: solid;
            vertical-align: middle;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
            -webkit-transition: border-color .25s ease-in-out, -webkit-transform .25s ease-in-out;
            transition: border-color .25s ease-in-out, -webkit-transform .25s ease-in-out;
            transition: transform .25s ease-in-out, border-color .25s ease-in-out;
            transition: transform .25s ease-in-out, border-color .25s ease-in-out, -webkit-transform .25s ease-in-out;
            will-change: transform, border-color; }
          .navbar__menu__item:hover .navbar__menu__item__caret::after {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          .navbar__menu__item > a:hover .navbar__menu__item__caret::after {
            border-bottom-color: #73df78; } }
      @media (min-width: 1240px) {
        .navbar__menu__item--icon > a {
          padding-left: 15px;
          padding-right: 15px; } }
  .navbar__submenu {
    list-style: none;
    padding: 5px 0; }
    .navbar__submenu__item > a {
      padding-top: 2px;
      padding-bottom: 2px; }
    @media (min-width: 992px) {
      .navbar__submenu {
        position: absolute;
        top: 100%;
        left: -2px;
        right: -2px;
        z-index: -2;
        border: 2px solid #eff4f7;
        background: #fff;
        text-align: left;
        padding: 0;
        pointer-events: none;
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transform: translateY(-100%) scale(0.8);
                transform: translateY(-100%) scale(0.8);
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        will-change: transform, opacity; } }
  @media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .navbar__submenu {
      -webkit-transition: none;
      transition: none; } }
    @media (min-width: 992px) {
        .navbar__submenu__item:not(:first-child) {
          border-top: 2px solid #eff4f7; }
        .navbar__submenu__item > a {
          padding: 13px;
          display: block; }
        .navbar__submenu__item.active > a,
        .navbar__submenu__item a.active,
        .navbar__submenu__item a:hover {
          background: #f9fbfc; } }
  .navbar__menu__item:hover > .navbar__submenu {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto; }
  .navbar__call {
    display: inline-block;
    text-align: left;
    color: #222a30;
    padding-left: 45px;
    background: transparent url("../../svg/phone.svg") no-repeat left center;
    background-size: 30px auto;
    font-size: 0.875rem; }
    .navbar__call--tiny {
      padding-left: 0;
      background: none; }
    .navbar__call__phone {
      color: #73df78; }
    .navbar__call:hover {
      color: #222a30;
      text-decoration: none; }
      .navbar__call:hover .navbar__call__phone {
        text-decoration: underline; }

@media (max-width: 991.98px) {
  .navbar {
    height: 60px; }
  .topMenu {
    background: #fff;
    position: fixed;
    top: -10000px;
    left: 0;
    right: 0;
    padding-top: 10px;
    opacity: 0;
    box-shadow: 0 20px 32px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: opacity .25s ease-in-out, top .01s .25s;
    transition: opacity .25s ease-in-out, top .01s .25s;
    will-change: opacity, top; }
    .topMenu > .row {
      margin-left: 0;
      margin-right: 0; }
  .topMenuOpened .topMenu {
    top: 60px;
    -webkit-transition: opacity .25s ease-in-out, top .01s .0s;
    transition: opacity .25s ease-in-out, top .01s .0s;
    opacity: 1; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  .navbar .btn, .navbar .gReview-btn {
    font-size: 0.875rem;
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .navbar .navbar__menu {
    font-size: 0.875rem; }
    .navbar .navbar__menu__item {
      margin-left: 0;
      margin-right: 0; }
  .navbar .navbar__btns {
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
  @media (min-width: 992px) and (max-width: 1239.98px) and (min-width: 1240px) {
    .navbar .navbar__btns {
      padding-right: 15px; } }

@media (min-width: 992px) {
  .navbar--small {
    height: 50px; }
    .navbar--small .btn, .navbar--small .gReview-btn {
      font-size: 0.875rem;
      padding-left: 8px !important;
      padding-right: 8px !important; }
    .navbar--small .navbar__logo {
      max-width: 100px; }
    .navbar--small .navbar__btns {
      -webkit-box-flex: 0;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding-right: 0;
      margin-top: 0 !important;
      margin-bottom: 0 !important; } }
    @media (min-width: 992px) and (min-width: 1240px) {
      .navbar--small .navbar__btns {
        padding-right: 15px; } }

@media (min-width: 992px) {
    .navbar--small .navbar__menuCol {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      -webkit-box-flex: 0;
              flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .navbar--small .navbar__menu {
      font-size: 0.875rem; }
      .navbar--small .navbar__menu__item {
        margin-left: 0;
        margin-right: 0; }
    .navbar--small .navbar__phone {
      display: none; } }

.anchor {
  display: block;
  position: relative;
  z-index: 1;
  top: -60px;
  left: 0; }
  @media (min-width: 992px) {
    .anchor {
      top: -50px; } }

/**
 * Hero section
 */
.hero {
  position: relative;
  overflow: hidden; }
  .hero__container {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .hero__container {
        padding-top: 90px; } }
  .hero__sloth {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 40vw;
    display: none; }
    @media (min-width: 768px) {
      .hero__sloth {
        display: block; } }
  .hero__tv {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 0.875rem; }
    .hero__tv:hover {
      color: inherit; }
  @media (min-width: 576px) {
    .hero__sloth {
      max-width: 30vw; } }
  @media (min-width: 992px) {
    .hero__sloth {
      max-width: 20vw; } }
  @media (min-width: 1240px) {
    .hero__sloth {
      max-width: 300px; } }

/**
 * Tabs
 */
.nav {
  font-weight: 700;
  font-size: 1.25rem; }
  .nav-pills {
    margin-left: -4px;
    margin-right: -4px; }
    .nav-pills .nav-link {
      margin-left: 4px;
      margin-right: 4px;
      background: #eff4f7;
      -webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
      transition: background .15s ease-in-out, color .15s ease-in-out;
      will-change: backhround, color; }
  .nav.nav-tabs {
    border-bottom: none;
    background: none; }
    .nav.nav-tabs .nav-item {
      margin-left: -2px; }
      .nav.nav-tabs .nav-item:first-child {
        margin-left: 0; }
        .nav.nav-tabs .nav-item:first-child .nav-link {
          border-left: 2px solid #e3eaee; }
          .nav.nav-tabs .nav-item:first-child .nav-link.active {
            border-left-color: #fff; }
    .nav.nav-tabs .nav-link {
      position: relative;
      border-color: #e3eaee;
      border-bottom: none;
      background: #eff4f7;
      color: #222a30;
      font-weight: 700;
      -webkit-transition: color .15s ease-in-out;
      transition: color .15s ease-in-out;
      will-change: color;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 1rem; }
      .nav.nav-tabs .nav-link::before {
        display: none; }
      .nav.nav-tabs .nav-link:focus, .nav.nav-tabs .nav-link.active:hover {
        color: #222a30; }
      .nav.nav-tabs .nav-link:hover {
        color: #73df78; }
      .nav.nav-tabs .nav-link.active {
        background: #fff;
        border-color: #fff;
        z-index: 1; }
      @media (min-width: 992px) {
        .nav.nav-tabs .nav-link {
          padding-left: 38px;
          padding-right: 38px;
          font-size: 1.25rem; } }
      .nav.nav-tabs .nav-link:not(.disabled):not(.active):focus, .nav.nav-tabs .nav-link:not(.disabled):not(.active):hover {
        border-color: #e3eaee; }
    .nav.nav-tabs--small {
      -webkit-box-pack: center;
              justify-content: center;
      border-bottom: 2px solid #eff4f7;
      position: relative;
      z-index: 1; }
      .nav.nav-tabs--small .nav-link {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        background: #f9fbfc;
        border-color: #eff4f7 !important;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        will-change: border-color, color, background;
        -webkit-transition: border-color 0.25s ease-in-out, color 0.15s ease-in-out, background 0.25s ease-in-out;
        transition: border-color 0.25s ease-in-out, color 0.15s ease-in-out, background 0.25s ease-in-out;
        font-size: 1rem; }
        @media (prefers-reduced-motion: reduce) {
          .nav.nav-tabs--small .nav-link {
            -webkit-transition: none;
            transition: none; } }
        .nav.nav-tabs--small .nav-link.active {
          border-bottom-color: transparent !important; }
        @media (min-width: 992px) {
          .nav.nav-tabs--small .nav-link {
            padding-left: 60px;
            padding-right: 60px; } }
    .nav.nav-tabs--main {
      -webkit-box-pack: start;
              justify-content: flex-start;
      margin-bottom: -2px; }
      .nav.nav-tabs--main .nav-link {
        padding-top: 12px;
        padding-bottom: 12px; }
      .nav.nav-tabs--main .nav-item:first-child > a {
        border-left: none !important; }

.tabs__responsive.tabs__nav_link {
  font-size: 1.125rem; }
  .tabs__responsive.tabs__nav_link.is__active {
    color: #73df78 !important; }

.tabs.style__vertical .tabs__content {
  border: none !important;
  border-bottom: 2px solid #f4f8fa !important; }

.tabs.style__vertical .tabs__nav_link.is__active {
  color: #73df78 !important; }

@media (min-width: 992px) {
  .tabs.style__vertical .tabs__content.is__active {
    width: 45%;
    margin-left: 5%;
    padding: 40px 50px 34px;
    border-radius: 0.25rem; }
  .tabs.style__vertical .tabs__nav {
    -webkit-box-flex: 0;
            flex: 0 0 50%; }
  .tabs.style__vertical .tabs__nav .tabs__nav_link {
    padding: 15px 10px 15px 35px;
    border: none;
    border-bottom: 2px solid #f4f8fa;
    background: none; }
    .tabs.style__vertical .tabs__nav .tabs__nav_link.is__active {
      background: transparent url("../../img/li-arrow.png") no-repeat left center; }
  .tabs.style__vertical .tabs__content.is__active {
    border-bottom: none;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.14); } }

.bigTabs {
  margin-bottom: 1px; }
  .bigTabs__tab {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    min-height: 100%;
    margin: 2px 0;
    padding: 20px 30px;
    background: #f4f8fa;
    line-height: 1.26;
    font-weight: 700;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    will-change: background; }
    .bigTabs__tab:hover, .bigTabs__tab--active {
      background: #fff;
      text-decoration: none; }
    .bigTabs__tab__img {
      width: 30px;
      margin-right: 16px;
      text-align: center; }
  @media (min-width: 768px) {
    .bigTabs {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-pack: stretch;
              justify-content: stretch;
      -webkit-box-align: stretch;
              align-items: stretch;
      margin-bottom: 0; }
      .bigTabs__tab {
        margin: 0 1px;
        padding-top: 30px;
        padding-bottom: 30px; }
        .bigTabs__tab--active {
          margin-left: -2px;
          margin-right: -2px; }
        .bigTabs__tab:first-child {
          margin-left: 0;
          border-top-left-radius: 0.25rem; }
          .bigTabs__tab:first-child.bigTabs__tab--active {
            margin-left: 0; }
        .bigTabs__tab:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem; }
        .bigTabs__tab__img {
          width: auto; } }
  @media (min-width: 992px) {
    .bigTabs__tab {
      padding-left: 40px;
      padding-right: 40px; } }

/**
 * Statistics
 */
.statistics {
  text-align: center; }
  .statistics__numbers {
    font-weight: 700; }
  .statistics__number {
    background: #fff;
    display: inline-block;
    line-height: 2;
    font-size: 1.875rem;
    border-radius: 0.25rem;
    padding-left: 0.2380952381em;
    padding-right: 0.2380952381em; }
    @media (min-width: 576px) {
      .statistics__number {
        font-size: 2.625rem; } }
  .statistics__value {
    display: inline-block;
    padding: 0 2px 10px;
    background: transparent url("../../svg/line.svg") no-repeat bottom center;
    background-size: 100% auto; }

/**
 * Google review banner
 */
.gReview {
  position: fixed;
  width: calc(100% - 24px);
  max-width: 344px;
  left: auto;
  right: 12px;
  bottom: 12px;
  z-index: 1030;
  padding: 10px;
  background-color: #F2FBEF;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
  .gReview-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: .5rem;
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: 1.1;
    font-size: 1rem;
    text-decoration: underline;
    color: #73df78; }
    .gReview-btn:hover {
      color: #73df78; }
    .gReview-btn svg,
    .gReview-btn img {
      width: initial;
      height: initial; }
    .gReview-btn svg {
      margin-left: auto;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .gReview-btn svg {
          -webkit-transition: none;
          transition: none; } }
    @media (min-width: 576px) {
      .gReview-btn {
        font-size: 1.0625rem; } }
  .gReview-content {
    display: none;
    margin-top: -30px;
    padding: 0 14px 8px 8px;
    font-size: 0.9375rem; }
  .gReview-title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center; }
  .gReview-stars {
    display: -webkit-box;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }

.zsiq_floatmain.siq_bR {
  bottom: 90px; }

.siqembed.zsiq-newtheme.siq_rht {
  bottom: 0;
  right: 0; }

.gReview-opened .gReview-toggleBtn {
  width: auto;
  margin-left: auto; }
  .gReview-opened .gReview-toggleBtn svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .gReview-opened .gReview-toggleBtn img, .gReview-opened .gReview-toggleBtn span {
    display: none; }

.gReview-opened .gReview-content {
  display: block; }

.gReview-opened .zsiq_floatmain.siq_bR {
  bottom: 258px; }

/**
 * Step form styles
 */
.formProgress {
  height: 6px;
  background: #d7e0ea;
  border-radius: 0.25rem;
  margin-bottom: 40px; }
  .formProgress__bar {
    background: #73df78;
    border-radius: inherit;
    height: inherit;
    width: 0;
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
    will-change: width; }
    .formProgress__bar[data-step="1"] {
      width: 14.2857142857%; }
    .formProgress__bar[data-step="2"] {
      width: 28.5714285714%; }
    .formProgress__bar[data-step="3"] {
      width: 42.8571428571%; }
    .formProgress__bar[data-step="4"] {
      width: 57.1428571429%; }
    .formProgress__bar[data-step="5"] {
      width: 71.4285714286%; }
    .formProgress__bar[data-step="6"] {
      width: 85.7142857143%; }
    .formProgress__bar[data-step="7"] {
      width: 100%; }

.formContainer {
  border-radius: 0.25rem;
  background: #fff;
  padding: 15px; }
  .formContainer--green {
    background: #f6fff3; }
  .formContainer--sm-padded {
    padding: 1.5rem; }
  @media (min-width: 992px) {
    .formContainer {
      padding: 30px 40px 50px; } }

.formStickySubmit {
  max-width: calc(100vw - 30px);
  margin: -0.25rem auto 24px;
  padding: 20px 15px;
  border-radius: 0 0 0.25rem 0.25rem;
  background: #fff; }
  @media (min-width: 576px) {
    .formStickySubmit {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: none;
      margin: 30px 0 0;
      border-radius: 0;
      border-bottom: 1px solid #e3eaee; } }

.form-text {
  position: relative; }
  .form-text::before, .form-text::after {
    content: '';
    position: absolute;
    left: 0;
    right: 1px;
    display: block; }
  .form-text::before {
    top: 0;
    height: 14px;
    background: transparent url("../../img/tip-top.png") no-repeat top left; }
  .form-text::after {
    bottom: 0;
    height: 3px;
    background: transparent url("../../img/tip-bottom.png") repeat-x top left; }
  .form-text__inner {
    padding: 33px 23px 4px; }
    .form-text__inner::before, .form-text__inner::after {
      content: '';
      position: absolute;
      top: 18px;
      bottom: 0;
      width: 3px;
      background: transparent url("../../img/tip-side.png") repeat-y center top; }
    .form-text__inner::before {
      left: 0; }
    .form-text__inner::after {
      right: 0; }

.form-group + .form-text {
  margin-top: -10px; }

/**
 * App form styles
 */
.appContainer {
  border-radius: 0.25rem;
  background: #fff;
  padding: 15px; }
  .appContainer-inner {
    margin: -15px; }
  @media (min-width: 576px) {
    .appContainer--padded {
      padding: 30px; }
      .appContainer--padded .appContainer-inner {
        margin: -30px; } }

.bigTabs + .appContainer {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
