/*for debugging*/
/*colors*/
/*secondaries*/
/* create */
/*login*/
/* fonts */
/*shadows*/
/*buttons*/
/*inputs*/
/*cards*/
/*chips*/
/*lists*/
/*tables*/
/* mixin for multiline */
/* adapted from http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/ */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: ttrounds;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bold; }

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]):not([data-toggle]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):not([data-toggle]):hover, a:not([href]):not([tabindex]):not([data-toggle]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):not([data-toggle]):focus {
    outline: 0; }

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;
  -ms-overflow-style: scrollbar; }

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: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 600px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 900px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1500px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs,
.col-xxs-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 350px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxs-first {
    order: -1; }

  .order-xxs-last {
    order: 13; }

  .order-xxs-0 {
    order: 0; }

  .order-xxs-1 {
    order: 1; }

  .order-xxs-2 {
    order: 2; }

  .order-xxs-3 {
    order: 3; }

  .order-xxs-4 {
    order: 4; }

  .order-xxs-5 {
    order: 5; }

  .order-xxs-6 {
    order: 6; }

  .order-xxs-7 {
    order: 7; }

  .order-xxs-8 {
    order: 8; }

  .order-xxs-9 {
    order: 9; }

  .order-xxs-10 {
    order: 10; }

  .order-xxs-11 {
    order: 11; }

  .order-xxs-12 {
    order: 12; }

  .offset-xxs-0 {
    margin-left: 0; }

  .offset-xxs-1 {
    margin-left: 8.3333333333%; }

  .offset-xxs-2 {
    margin-left: 16.6666666667%; }

  .offset-xxs-3 {
    margin-left: 25%; }

  .offset-xxs-4 {
    margin-left: 33.3333333333%; }

  .offset-xxs-5 {
    margin-left: 41.6666666667%; }

  .offset-xxs-6 {
    margin-left: 50%; }

  .offset-xxs-7 {
    margin-left: 58.3333333333%; }

  .offset-xxs-8 {
    margin-left: 66.6666666667%; }

  .offset-xxs-9 {
    margin-left: 75%; }

  .offset-xxs-10 {
    margin-left: 83.3333333333%; }

  .offset-xxs-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 400px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xs-first {
    order: -1; }

  .order-xs-last {
    order: 13; }

  .order-xs-0 {
    order: 0; }

  .order-xs-1 {
    order: 1; }

  .order-xs-2 {
    order: 2; }

  .order-xs-3 {
    order: 3; }

  .order-xs-4 {
    order: 4; }

  .order-xs-5 {
    order: 5; }

  .order-xs-6 {
    order: 6; }

  .order-xs-7 {
    order: 7; }

  .order-xs-8 {
    order: 8; }

  .order-xs-9 {
    order: 9; }

  .order-xs-10 {
    order: 10; }

  .order-xs-11 {
    order: 11; }

  .order-xs-12 {
    order: 12; }

  .offset-xs-0 {
    margin-left: 0; }

  .offset-xs-1 {
    margin-left: 8.3333333333%; }

  .offset-xs-2 {
    margin-left: 16.6666666667%; }

  .offset-xs-3 {
    margin-left: 25%; }

  .offset-xs-4 {
    margin-left: 33.3333333333%; }

  .offset-xs-5 {
    margin-left: 41.6666666667%; }

  .offset-xs-6 {
    margin-left: 50%; }

  .offset-xs-7 {
    margin-left: 58.3333333333%; }

  .offset-xs-8 {
    margin-left: 66.6666666667%; }

  .offset-xs-9 {
    margin-left: 75%; }

  .offset-xs-10 {
    margin-left: 83.3333333333%; }

  .offset-xs-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 900px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1500px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 350px) {
  .d-xxs-none {
    display: none !important; }

  .d-xxs-inline {
    display: inline !important; }

  .d-xxs-inline-block {
    display: inline-block !important; }

  .d-xxs-block {
    display: block !important; }

  .d-xxs-table {
    display: table !important; }

  .d-xxs-table-row {
    display: table-row !important; }

  .d-xxs-table-cell {
    display: table-cell !important; }

  .d-xxs-flex {
    display: flex !important; }

  .d-xxs-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 400px) {
  .d-xs-none {
    display: none !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-block {
    display: block !important; }

  .d-xs-table {
    display: table !important; }

  .d-xs-table-row {
    display: table-row !important; }

  .d-xs-table-cell {
    display: table-cell !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 600px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 900px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1500px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 350px) {
  .flex-xxs-row {
    flex-direction: row !important; }

  .flex-xxs-column {
    flex-direction: column !important; }

  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxs-wrap {
    flex-wrap: wrap !important; }

  .flex-xxs-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxs-fill {
    flex: 1 1 auto !important; }

  .flex-xxs-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxs-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxs-start {
    justify-content: flex-start !important; }

  .justify-content-xxs-end {
    justify-content: flex-end !important; }

  .justify-content-xxs-center {
    justify-content: center !important; }

  .justify-content-xxs-between {
    justify-content: space-between !important; }

  .justify-content-xxs-around {
    justify-content: space-around !important; }

  .align-items-xxs-start {
    align-items: flex-start !important; }

  .align-items-xxs-end {
    align-items: flex-end !important; }

  .align-items-xxs-center {
    align-items: center !important; }

  .align-items-xxs-baseline {
    align-items: baseline !important; }

  .align-items-xxs-stretch {
    align-items: stretch !important; }

  .align-content-xxs-start {
    align-content: flex-start !important; }

  .align-content-xxs-end {
    align-content: flex-end !important; }

  .align-content-xxs-center {
    align-content: center !important; }

  .align-content-xxs-between {
    align-content: space-between !important; }

  .align-content-xxs-around {
    align-content: space-around !important; }

  .align-content-xxs-stretch {
    align-content: stretch !important; }

  .align-self-xxs-auto {
    align-self: auto !important; }

  .align-self-xxs-start {
    align-self: flex-start !important; }

  .align-self-xxs-end {
    align-self: flex-end !important; }

  .align-self-xxs-center {
    align-self: center !important; }

  .align-self-xxs-baseline {
    align-self: baseline !important; }

  .align-self-xxs-stretch {
    align-self: stretch !important; } }
@media (min-width: 400px) {
  .flex-xs-row {
    flex-direction: row !important; }

  .flex-xs-column {
    flex-direction: column !important; }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xs-wrap {
    flex-wrap: wrap !important; }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xs-fill {
    flex: 1 1 auto !important; }

  .flex-xs-grow-0 {
    flex-grow: 0 !important; }

  .flex-xs-grow-1 {
    flex-grow: 1 !important; }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xs-start {
    justify-content: flex-start !important; }

  .justify-content-xs-end {
    justify-content: flex-end !important; }

  .justify-content-xs-center {
    justify-content: center !important; }

  .justify-content-xs-between {
    justify-content: space-between !important; }

  .justify-content-xs-around {
    justify-content: space-around !important; }

  .align-items-xs-start {
    align-items: flex-start !important; }

  .align-items-xs-end {
    align-items: flex-end !important; }

  .align-items-xs-center {
    align-items: center !important; }

  .align-items-xs-baseline {
    align-items: baseline !important; }

  .align-items-xs-stretch {
    align-items: stretch !important; }

  .align-content-xs-start {
    align-content: flex-start !important; }

  .align-content-xs-end {
    align-content: flex-end !important; }

  .align-content-xs-center {
    align-content: center !important; }

  .align-content-xs-between {
    align-content: space-between !important; }

  .align-content-xs-around {
    align-content: space-around !important; }

  .align-content-xs-stretch {
    align-content: stretch !important; }

  .align-self-xs-auto {
    align-self: auto !important; }

  .align-self-xs-start {
    align-self: flex-start !important; }

  .align-self-xs-end {
    align-self: flex-end !important; }

  .align-self-xs-center {
    align-self: center !important; }

  .align-self-xs-baseline {
    align-self: baseline !important; }

  .align-self-xs-stretch {
    align-self: stretch !important; } }
@media (min-width: 600px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 900px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1500px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #333333; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: ttrounds;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 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: #333333; }

.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: #333333; }

.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: #333333; }

.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: #333333; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #333333;
  border-radius: 0.25rem; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.modal .modal-content {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
.modal .modal-header {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: justify;
  padding: 1rem 2rem; }
  .modal .modal-header p {
    margin: 0; }
.modal .modal-logo {
  max-width: 100%;
  max-height: 4.5rem;
  margin-bottom: 1rem; }
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  margin: 0;
  padding: 10px;
  font-size: 1.1rem;
  cursor: pointer;
  color: #9b9b9b; }
  .modal .close:hover, .modal .close:focus {
    color: #333333;
    outline: none; }

.modal-backdrop.show {
  opacity: 0.65; }

/*for debugging*/
/*colors*/
/*secondaries*/
/* create */
/*login*/
/* fonts */
/*shadows*/
/*buttons*/
/*inputs*/
/*cards*/
/*chips*/
/*lists*/
/*tables*/
/*!
 * jquery-confirm v3.3.0 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@keyframes jconfirm-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important; }

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden; }
  .jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .4s; }
    .jconfirm .jconfirm-bg.jconfirm-bg-h {
      opacity: 0 !important; }
  .jconfirm .jconfirm-scrollpane {
    perspective: 500px;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%; }
  .jconfirm .jconfirm-row {
    display: table-row;
    width: 100%; }
  .jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle; }
  .jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0; }
  .jconfirm .jconfirm-box-container {
    transition: transform; }
    .jconfirm .jconfirm-box-container.jconfirm-no-transition {
      transition: none !important; }
  .jconfirm .jconfirm-box {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: none;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; }
@keyframes type-blue {
  1%, 100% {
    border-color: #3c7ae6; }
  50% {
    border-color: #6999ec; } }
@keyframes type-green {
  1%, 100% {
    border-color: #6EB43C; }
  50% {
    border-color: #88c85b; } }
@keyframes type-red {
  1%, 100% {
    border-color: #D0021B; }
  50% {
    border-color: #fd0826; } }
@keyframes type-orange {
  1%, 100% {
    border-color: #FFD91A; }
  50% {
    border-color: #ffe14d; } }
@keyframes type-purple {
  1%, 100% {
    border-color: #8C19FF; }
  50% {
    border-color: #a64cff; } }
@keyframes type-dark {
  1%, 100% {
    border-color: #34495e; }
  50% {
    border-color: #46637f; } }
    .jconfirm .jconfirm-box.jconfirm-type-animated {
      animation-duration: 2s;
      animation-iteration-count: infinite; }
    .jconfirm .jconfirm-box.jconfirm-type-blue {
      border-top: solid 7px #3c7ae6;
      animation-name: type-blue; }
    .jconfirm .jconfirm-box.jconfirm-type-green {
      border-top: solid 7px #6EB43C;
      animation-name: type-green; }
    .jconfirm .jconfirm-box.jconfirm-type-red {
      border-top: solid 7px #D0021B;
      animation-name: type-red; }
    .jconfirm .jconfirm-box.jconfirm-type-orange {
      border-top: solid 7px #FFD91A;
      animation-name: type-orange; }
    .jconfirm .jconfirm-box.jconfirm-type-purple {
      border-top: solid 7px #8C19FF;
      animation-name: type-purple; }
    .jconfirm .jconfirm-box.jconfirm-type-dark {
      border-top: solid 7px #34495e;
      animation-name: type-dark; }
    .jconfirm .jconfirm-box.loading {
      height: 120px; }
      .jconfirm .jconfirm-box.loading:before {
        content: '';
        position: absolute;
        left: 0;
        background: white;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 10px;
        z-index: 1; }
      .jconfirm .jconfirm-box.loading:after {
        opacity: 0.6;
        content: '';
        height: 30px;
        width: 30px;
        border: solid 3px transparent;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        border-radius: 50%;
        animation: jconfirm-spin 1s infinite linear;
        border-bottom-color: dodgerblue;
        top: 50%;
        margin-top: -15px;
        z-index: 2; }
    .jconfirm .jconfirm-box div.jconfirm-closeIcon {
      height: 20px;
      width: 20px;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      opacity: .6;
      text-align: center;
      font-size: 27px !important;
      line-height: 14px !important;
      display: none;
      z-index: 1; }
      .jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
        display: none; }
      .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
        font-size: 16px; }
      .jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
        font-size: 16px; }
      .jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
        font-size: 16px; }
      .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
        opacity: 1; }
    .jconfirm .jconfirm-box div.jconfirm-title-c {
      display: block;
      font-size: 22px;
      line-height: 20px;
      user-select: none;
      cursor: default;
      padding-bottom: 15px; }
      .jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
        cursor: move; }
      .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
        font-size: inherit;
        display: inline-block;
        vertical-align: middle; }
        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
          vertical-align: middle; }
        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
          display: none; }
      .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
        user-select: none;
        font-size: inherit;
        font-family: inherit;
        display: inline-block;
        vertical-align: middle; }
        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
          display: none; }
    .jconfirm .jconfirm-box div.jconfirm-content-pane {
      margin-bottom: 15px;
      height: auto;
      transition: height .4s ease-in;
      display: inline-block;
      width: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto; }
      .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
        overflow-y: hidden; }
      .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
        width: 3px; }
      .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1); }
      .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 3px; }
      .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
        overflow: auto; }
        .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
          max-width: 100%;
          height: auto; }
        .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
          display: none; }
    .jconfirm .jconfirm-box .jconfirm-buttons {
      padding-bottom: 11px; }
      .jconfirm .jconfirm-box .jconfirm-buttons > button {
        margin-bottom: 4px;
        margin-left: 2px;
        margin-right: 2px; }
      .jconfirm .jconfirm-box .jconfirm-buttons button {
        display: inline-block;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        min-height: 1em;
        transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
        -webkit-tap-highlight-color: transparent;
        border: none;
        background-image: none; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
          background-color: #3c7ae6;
          color: #FFF;
          text-shadow: none;
          transition: background .2s; }
          .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
            background-color: #1854bd;
            color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
          background-color: #6EB43C;
          color: #FFF;
          text-shadow: none;
          transition: background .2s; }
          .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
            background-color: #4b7b29;
            color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
          background-color: #D0021B;
          color: #FFF;
          text-shadow: none;
          transition: background .2s; }
          .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
            background-color: #840111;
            color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
          background-color: #FFD91A;
          color: #FFF;
          text-shadow: none;
          transition: background .2s; }
          .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
            background-color: #cdab00;
            color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
          background-color: #ecf0f1;
          color: #000;
          text-shadow: none;
          transition: background .2s; }
          .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
            background-color: #bdc3c7;
            color: #000; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
          background-color: #8C19FF;
          color: #FFF;
          text-shadow: none;
          transition: background .2s; }
          .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
            background-color: #6600cc;
            color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
          background-color: #34495e;
          color: #FFF;
          text-shadow: none;
          transition: background .2s; }
          .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
            background-color: #2c3e50;
            color: #FFF; }
    .jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
      color: #D0021B !important; }
    .jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
      color: #3c7ae6 !important; }
    .jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
      color: #6EB43C !important; }
    .jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
      color: #8C19FF !important; }
    .jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
      color: #FFD91A !important; }
    .jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
      color: #34495e !important; }
  .jconfirm .jconfirm-clear {
    clear: both; }
  .jconfirm.jconfirm-rtl {
    direction: rtl; }
    .jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
      left: 5px;
      right: auto; }
  .jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: .2; }
  .jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px; }
    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
      margin-right: 8px;
      margin-left: 0px; }
    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
      float: right; }
      .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        text-shadow: none; }
      .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
        box-shadow: none;
        color: #333; }
        .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
          background: #ddd; }
  .jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px; }
  .jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: darkslategray;
    opacity: .4; }
  .jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #444;
    border-radius: 5px;
    color: white; }
    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
      margin-right: 8px;
      margin-left: 0px; }
    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
      float: right; }
      .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
        border: none;
        background-image: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        text-shadow: none;
        transition: background .1s;
        color: white; }
      .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
        box-shadow: none;
        color: #fff;
        background: none; }
        .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
          background: #666; }
  .jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px; }
  .jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0); }
  .jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0); }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0); }
  20%, 80% {
    transform: translate3d(4px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-8px, 0, 0); }
  40%, 60% {
    transform: translate3d(8px, 0, 0); } }
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 0px red; }
  50% {
    box-shadow: 0 0 30px red; } }
/*Transition rules*/
.jconfirm {
  perspective: 400px; }
  .jconfirm .jconfirm-box {
    opacity: 1;
    transition-property: all; }
    .jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
      opacity: 0; }
    .jconfirm .jconfirm-box.jconfirm-animation-rotate {
      transform: rotate(90deg); }
    .jconfirm .jconfirm-box.jconfirm-animation-rotatex {
      transform: rotateX(90deg);
      transform-origin: center; }
    .jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
      transform: rotateX(-90deg);
      transform-origin: center; }
    .jconfirm .jconfirm-box.jconfirm-animation-rotatey {
      transform: rotatey(90deg);
      transform-origin: center; }
    .jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
      transform: rotatey(-90deg);
      transform-origin: center; }
    .jconfirm .jconfirm-box.jconfirm-animation-scaley {
      transform: scaley(1.5);
      transform-origin: center; }
    .jconfirm .jconfirm-box.jconfirm-animation-scalex {
      transform: scalex(1.5);
      transform-origin: center; }
    .jconfirm .jconfirm-box.jconfirm-animation-top {
      transform: translate(0px, -100px); }
    .jconfirm .jconfirm-box.jconfirm-animation-left {
      transform: translate(-100px, 0px); }
    .jconfirm .jconfirm-box.jconfirm-animation-right {
      transform: translate(100px, 0px); }
    .jconfirm .jconfirm-box.jconfirm-animation-bottom {
      transform: translate(0px, 100px); }
    .jconfirm .jconfirm-box.jconfirm-animation-zoom {
      transform: scale(1.2); }
    .jconfirm .jconfirm-box.jconfirm-animation-scale {
      transform: scale(0.5); }
    .jconfirm .jconfirm-box.jconfirm-animation-none {
      visibility: hidden; }

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95); }
.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent; }
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
    border: none; }
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
    border: none; }
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: none; }
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
    border: none; }
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
    border: none; }
  .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
    border: none; }
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: white; }
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: normal; }
    .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
      padding-bottom: 25px; }
    .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
      margin-right: 8px;
      margin-left: 0px; }
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px; }
  .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: white; }
  .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center; }
    .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
      font-size: 16px;
      border-radius: 2px;
      background: #303f53;
      text-shadow: none;
      border: none;
      color: white;
      padding: 10px;
      min-width: 100px; }
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67); }
.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px; }
  .jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px; }
  .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87); }
  .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold; }
  .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87); }
  .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: right; }
    .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
      text-transform: uppercase;
      font-weight: 500; }
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21); }
.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0; }
  .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px; }
  .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87); }
  .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px; }
  .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
    padding: 0px 15px; }
  .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0px;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px; }
    .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
      font-weight: 500; }
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6; }
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px; }
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    right: 15px; }
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
    .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
      transition: transform .5s;
      transform: scale(0);
      display: block;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 10px;
      font-size: 69px;
      color: #aaa; }
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 25px; }
  .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center; }
    .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
      font-weight: bold;
      text-transform: uppercase;
      transition: background .1s;
      padding: 10px 20px; }
    .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
      margin-left: 4px; }
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  transform: scale(1); }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-6 {
  margin-top: 4rem !important; }

.mt-7 {
  margin-top: 5rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

.mb-7 {
  margin-bottom: 5rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.ml-6 {
  margin-left: 4rem !important; }

.ml-7 {
  margin-left: 5rem !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mr-6 {
  margin-right: 4rem !important; }

.mr-7 {
  margin-right: 5rem !important; }

.mr-auto {
  margin-right: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.ma-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.ma-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.ma-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.ma-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.ma-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.ma-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.ma-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.ma-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.ma-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.pt-0 {
  padding-top: 0!important; }

.pt-1 {
  padding-top: 0.25rem!important; }

.pt-2 {
  padding-top: 0.5rem!important; }

.pt-3 {
  padding-top: 1rem!important; }

.pt-4 {
  padding-top: 1.5rem!important; }

.pt-5 {
  padding-top: 3rem!important; }

.pt-6 {
  padding-top: 4rem!important; }

.pt-7 {
  padding-top: 5rem!important; }

.pt-auto {
  padding-top: auto!important; }

.pb-0 {
  padding-bottom: 0!important; }

.pb-1 {
  padding-bottom: 0.25rem!important; }

.pb-2 {
  padding-bottom: 0.5rem!important; }

.pb-3 {
  padding-bottom: 1rem!important; }

.pb-4 {
  padding-bottom: 1.5rem!important; }

.pb-5 {
  padding-bottom: 3rem!important; }

.pb-6 {
  padding-bottom: 4rem!important; }

.pb-7 {
  padding-bottom: 5rem!important; }

.pb-auto {
  padding-bottom: auto!important; }

.pl-0 {
  padding-left: 0!important; }

.pl-1 {
  padding-left: 0.25rem!important; }

.pl-2 {
  padding-left: 0.5rem!important; }

.pl-3 {
  padding-left: 1rem!important; }

.pl-4 {
  padding-left: 1.5rem!important; }

.pl-5 {
  padding-left: 3rem!important; }

.pl-6 {
  padding-left: 4rem!important; }

.pl-7 {
  padding-left: 5rem!important; }

.pl-auto {
  padding-left: auto!important; }

.pr-0 {
  padding-right: 0!important; }

.pr-1 {
  padding-right: 0.25rem!important; }

.pr-2 {
  padding-right: 0.5rem!important; }

.pr-3 {
  padding-right: 1rem!important; }

.pr-4 {
  padding-right: 1.5rem!important; }

.pr-5 {
  padding-right: 3rem!important; }

.pr-6 {
  padding-right: 4rem!important; }

.pr-7 {
  padding-right: 5rem!important; }

.pr-auto {
  padding-right: auto!important; }

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important; }

.py-1 {
  padding-top: 0.25rem!important;
  padding-bottom: 0.25rem!important; }

.py-2 {
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important; }

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important; }

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important; }

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important; }

.py-6 {
  padding-top: 4rem!important;
  padding-bottom: 4rem!important; }

.py-7 {
  padding-top: 5rem!important;
  padding-bottom: 5rem!important; }

.py-auto {
  padding-top: auto!important;
  padding-bottom: auto!important; }

.px-0 {
  padding-left: 0!important;
  padding-right: 0!important; }

.px-1 {
  padding-left: 0.25rem!important;
  padding-right: 0.25rem!important; }

.px-2 {
  padding-left: 0.5rem!important;
  padding-right: 0.5rem!important; }

.px-3 {
  padding-left: 1rem!important;
  padding-right: 1rem!important; }

.px-4 {
  padding-left: 1.5rem!important;
  padding-right: 1.5rem!important; }

.px-5 {
  padding-left: 3rem!important;
  padding-right: 3rem!important; }

.px-6 {
  padding-left: 4rem!important;
  padding-right: 4rem!important; }

.px-7 {
  padding-left: 5rem!important;
  padding-right: 5rem!important; }

.px-auto {
  padding-left: auto!important;
  padding-right: auto!important; }

.pa-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  padding-left: 0!important;
  padding-right: 0!important; }

.pa-1 {
  padding-top: 0.25rem!important;
  padding-bottom: 0.25rem!important;
  padding-left: 0.25rem!important;
  padding-right: 0.25rem!important; }

.pa-2 {
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
  padding-left: 0.5rem!important;
  padding-right: 0.5rem!important; }

.pa-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important; }

.pa-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
  padding-left: 1.5rem!important;
  padding-right: 1.5rem!important; }

.pa-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
  padding-left: 3rem!important;
  padding-right: 3rem!important; }

.pa-6 {
  padding-top: 4rem!important;
  padding-bottom: 4rem!important;
  padding-left: 4rem!important;
  padding-right: 4rem!important; }

.pa-7 {
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
  padding-left: 5rem!important;
  padding-right: 5rem!important; }

.pa-auto {
  padding-top: auto!important;
  padding-bottom: auto!important;
  padding-left: auto!important;
  padding-right: auto!important; }

/*com breakpoints*/
@media (min-width: 0) {
  .mt-mi-0 {
    margin-top: 0 !important; } }
@media (min-width: 350px) {
  .mt-xxs-0 {
    margin-top: 0 !important; } }
@media (min-width: 400px) {
  .mt-xs-0 {
    margin-top: 0 !important; } }
@media (min-width: 600px) {
  .mt-sm-0 {
    margin-top: 0 !important; } }
@media (min-width: 900px) {
  .mt-md-0 {
    margin-top: 0 !important; } }
@media (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important; } }
@media (min-width: 1500px) {
  .mt-xl-0 {
    margin-top: 0 !important; } }
@media (min-width: 0) {
  .mt-mi-1 {
    margin-top: 0.25rem !important; } }
@media (min-width: 350px) {
  .mt-xxs-1 {
    margin-top: 0.25rem !important; } }
@media (min-width: 400px) {
  .mt-xs-1 {
    margin-top: 0.25rem !important; } }
@media (min-width: 600px) {
  .mt-sm-1 {
    margin-top: 0.25rem !important; } }
@media (min-width: 900px) {
  .mt-md-1 {
    margin-top: 0.25rem !important; } }
@media (min-width: 1200px) {
  .mt-lg-1 {
    margin-top: 0.25rem !important; } }
@media (min-width: 1500px) {
  .mt-xl-1 {
    margin-top: 0.25rem !important; } }
@media (min-width: 0) {
  .mt-mi-2 {
    margin-top: 0.5rem !important; } }
@media (min-width: 350px) {
  .mt-xxs-2 {
    margin-top: 0.5rem !important; } }
@media (min-width: 400px) {
  .mt-xs-2 {
    margin-top: 0.5rem !important; } }
@media (min-width: 600px) {
  .mt-sm-2 {
    margin-top: 0.5rem !important; } }
@media (min-width: 900px) {
  .mt-md-2 {
    margin-top: 0.5rem !important; } }
@media (min-width: 1200px) {
  .mt-lg-2 {
    margin-top: 0.5rem !important; } }
@media (min-width: 1500px) {
  .mt-xl-2 {
    margin-top: 0.5rem !important; } }
@media (min-width: 0) {
  .mt-mi-3 {
    margin-top: 1rem !important; } }
@media (min-width: 350px) {
  .mt-xxs-3 {
    margin-top: 1rem !important; } }
@media (min-width: 400px) {
  .mt-xs-3 {
    margin-top: 1rem !important; } }
@media (min-width: 600px) {
  .mt-sm-3 {
    margin-top: 1rem !important; } }
@media (min-width: 900px) {
  .mt-md-3 {
    margin-top: 1rem !important; } }
@media (min-width: 1200px) {
  .mt-lg-3 {
    margin-top: 1rem !important; } }
@media (min-width: 1500px) {
  .mt-xl-3 {
    margin-top: 1rem !important; } }
@media (min-width: 0) {
  .mt-mi-4 {
    margin-top: 1.5rem !important; } }
@media (min-width: 350px) {
  .mt-xxs-4 {
    margin-top: 1.5rem !important; } }
@media (min-width: 400px) {
  .mt-xs-4 {
    margin-top: 1.5rem !important; } }
@media (min-width: 600px) {
  .mt-sm-4 {
    margin-top: 1.5rem !important; } }
@media (min-width: 900px) {
  .mt-md-4 {
    margin-top: 1.5rem !important; } }
@media (min-width: 1200px) {
  .mt-lg-4 {
    margin-top: 1.5rem !important; } }
@media (min-width: 1500px) {
  .mt-xl-4 {
    margin-top: 1.5rem !important; } }
@media (min-width: 0) {
  .mt-mi-5 {
    margin-top: 3rem !important; } }
@media (min-width: 350px) {
  .mt-xxs-5 {
    margin-top: 3rem !important; } }
@media (min-width: 400px) {
  .mt-xs-5 {
    margin-top: 3rem !important; } }
@media (min-width: 600px) {
  .mt-sm-5 {
    margin-top: 3rem !important; } }
@media (min-width: 900px) {
  .mt-md-5 {
    margin-top: 3rem !important; } }
@media (min-width: 1200px) {
  .mt-lg-5 {
    margin-top: 3rem !important; } }
@media (min-width: 1500px) {
  .mt-xl-5 {
    margin-top: 3rem !important; } }
@media (min-width: 0) {
  .mt-mi-6 {
    margin-top: 4rem !important; } }
@media (min-width: 350px) {
  .mt-xxs-6 {
    margin-top: 4rem !important; } }
@media (min-width: 400px) {
  .mt-xs-6 {
    margin-top: 4rem !important; } }
@media (min-width: 600px) {
  .mt-sm-6 {
    margin-top: 4rem !important; } }
@media (min-width: 900px) {
  .mt-md-6 {
    margin-top: 4rem !important; } }
@media (min-width: 1200px) {
  .mt-lg-6 {
    margin-top: 4rem !important; } }
@media (min-width: 1500px) {
  .mt-xl-6 {
    margin-top: 4rem !important; } }
@media (min-width: 0) {
  .mt-mi-7 {
    margin-top: 5rem !important; } }
@media (min-width: 350px) {
  .mt-xxs-7 {
    margin-top: 5rem !important; } }
@media (min-width: 400px) {
  .mt-xs-7 {
    margin-top: 5rem !important; } }
@media (min-width: 600px) {
  .mt-sm-7 {
    margin-top: 5rem !important; } }
@media (min-width: 900px) {
  .mt-md-7 {
    margin-top: 5rem !important; } }
@media (min-width: 1200px) {
  .mt-lg-7 {
    margin-top: 5rem !important; } }
@media (min-width: 1500px) {
  .mt-xl-7 {
    margin-top: 5rem !important; } }
@media (min-width: 0) {
  .mt-mi-auto {
    margin-top: auto !important; } }
@media (min-width: 350px) {
  .mt-xxs-auto {
    margin-top: auto !important; } }
@media (min-width: 400px) {
  .mt-xs-auto {
    margin-top: auto !important; } }
@media (min-width: 600px) {
  .mt-sm-auto {
    margin-top: auto !important; } }
@media (min-width: 900px) {
  .mt-md-auto {
    margin-top: auto !important; } }
@media (min-width: 1200px) {
  .mt-lg-auto {
    margin-top: auto !important; } }
@media (min-width: 1500px) {
  .mt-xl-auto {
    margin-top: auto !important; } }
@media (min-width: 0) {
  .mb-mi-0 {
    margin-bottom: 0 !important; } }
@media (min-width: 350px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important; } }
@media (min-width: 400px) {
  .mb-xs-0 {
    margin-bottom: 0 !important; } }
@media (min-width: 600px) {
  .mb-sm-0 {
    margin-bottom: 0 !important; } }
@media (min-width: 900px) {
  .mb-md-0 {
    margin-bottom: 0 !important; } }
@media (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0 !important; } }
@media (min-width: 1500px) {
  .mb-xl-0 {
    margin-bottom: 0 !important; } }
@media (min-width: 0) {
  .mb-mi-1 {
    margin-bottom: 0.25rem !important; } }
@media (min-width: 350px) {
  .mb-xxs-1 {
    margin-bottom: 0.25rem !important; } }
@media (min-width: 400px) {
  .mb-xs-1 {
    margin-bottom: 0.25rem !important; } }
@media (min-width: 600px) {
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; } }
@media (min-width: 900px) {
  .mb-md-1 {
    margin-bottom: 0.25rem !important; } }
@media (min-width: 1200px) {
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; } }
@media (min-width: 1500px) {
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; } }
@media (min-width: 0) {
  .mb-mi-2 {
    margin-bottom: 0.5rem !important; } }
@media (min-width: 350px) {
  .mb-xxs-2 {
    margin-bottom: 0.5rem !important; } }
@media (min-width: 400px) {
  .mb-xs-2 {
    margin-bottom: 0.5rem !important; } }
@media (min-width: 600px) {
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; } }
@media (min-width: 900px) {
  .mb-md-2 {
    margin-bottom: 0.5rem !important; } }
@media (min-width: 1200px) {
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; } }
@media (min-width: 1500px) {
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; } }
@media (min-width: 0) {
  .mb-mi-3 {
    margin-bottom: 1rem !important; } }
@media (min-width: 350px) {
  .mb-xxs-3 {
    margin-bottom: 1rem !important; } }
@media (min-width: 400px) {
  .mb-xs-3 {
    margin-bottom: 1rem !important; } }
@media (min-width: 600px) {
  .mb-sm-3 {
    margin-bottom: 1rem !important; } }
@media (min-width: 900px) {
  .mb-md-3 {
    margin-bottom: 1rem !important; } }
@media (min-width: 1200px) {
  .mb-lg-3 {
    margin-bottom: 1rem !important; } }
@media (min-width: 1500px) {
  .mb-xl-3 {
    margin-bottom: 1rem !important; } }
@media (min-width: 0) {
  .mb-mi-4 {
    margin-bottom: 1.5rem !important; } }
@media (min-width: 350px) {
  .mb-xxs-4 {
    margin-bottom: 1.5rem !important; } }
@media (min-width: 400px) {
  .mb-xs-4 {
    margin-bottom: 1.5rem !important; } }
@media (min-width: 600px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; } }
@media (min-width: 900px) {
  .mb-md-4 {
    margin-bottom: 1.5rem !important; } }
@media (min-width: 1200px) {
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; } }
@media (min-width: 1500px) {
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; } }
@media (min-width: 0) {
  .mb-mi-5 {
    margin-bottom: 3rem !important; } }
@media (min-width: 350px) {
  .mb-xxs-5 {
    margin-bottom: 3rem !important; } }
@media (min-width: 400px) {
  .mb-xs-5 {
    margin-bottom: 3rem !important; } }
@media (min-width: 600px) {
  .mb-sm-5 {
    margin-bottom: 3rem !important; } }
@media (min-width: 900px) {
  .mb-md-5 {
    margin-bottom: 3rem !important; } }
@media (min-width: 1200px) {
  .mb-lg-5 {
    margin-bottom: 3rem !important; } }
@media (min-width: 1500px) {
  .mb-xl-5 {
    margin-bottom: 3rem !important; } }
@media (min-width: 0) {
  .mb-mi-6 {
    margin-bottom: 4rem !important; } }
@media (min-width: 350px) {
  .mb-xxs-6 {
    margin-bottom: 4rem !important; } }
@media (min-width: 400px) {
  .mb-xs-6 {
    margin-bottom: 4rem !important; } }
@media (min-width: 600px) {
  .mb-sm-6 {
    margin-bottom: 4rem !important; } }
@media (min-width: 900px) {
  .mb-md-6 {
    margin-bottom: 4rem !important; } }
@media (min-width: 1200px) {
  .mb-lg-6 {
    margin-bottom: 4rem !important; } }
@media (min-width: 1500px) {
  .mb-xl-6 {
    margin-bottom: 4rem !important; } }
@media (min-width: 0) {
  .mb-mi-7 {
    margin-bottom: 5rem !important; } }
@media (min-width: 350px) {
  .mb-xxs-7 {
    margin-bottom: 5rem !important; } }
@media (min-width: 400px) {
  .mb-xs-7 {
    margin-bottom: 5rem !important; } }
@media (min-width: 600px) {
  .mb-sm-7 {
    margin-bottom: 5rem !important; } }
@media (min-width: 900px) {
  .mb-md-7 {
    margin-bottom: 5rem !important; } }
@media (min-width: 1200px) {
  .mb-lg-7 {
    margin-bottom: 5rem !important; } }
@media (min-width: 1500px) {
  .mb-xl-7 {
    margin-bottom: 5rem !important; } }
@media (min-width: 0) {
  .mb-mi-auto {
    margin-bottom: auto !important; } }
@media (min-width: 350px) {
  .mb-xxs-auto {
    margin-bottom: auto !important; } }
@media (min-width: 400px) {
  .mb-xs-auto {
    margin-bottom: auto !important; } }
@media (min-width: 600px) {
  .mb-sm-auto {
    margin-bottom: auto !important; } }
@media (min-width: 900px) {
  .mb-md-auto {
    margin-bottom: auto !important; } }
@media (min-width: 1200px) {
  .mb-lg-auto {
    margin-bottom: auto !important; } }
@media (min-width: 1500px) {
  .mb-xl-auto {
    margin-bottom: auto !important; } }
@media (min-width: 0) {
  .ml-mi-0 {
    margin-left: 0 !important; } }
@media (min-width: 350px) {
  .ml-xxs-0 {
    margin-left: 0 !important; } }
@media (min-width: 400px) {
  .ml-xs-0 {
    margin-left: 0 !important; } }
@media (min-width: 600px) {
  .ml-sm-0 {
    margin-left: 0 !important; } }
@media (min-width: 900px) {
  .ml-md-0 {
    margin-left: 0 !important; } }
@media (min-width: 1200px) {
  .ml-lg-0 {
    margin-left: 0 !important; } }
@media (min-width: 1500px) {
  .ml-xl-0 {
    margin-left: 0 !important; } }
@media (min-width: 0) {
  .ml-mi-1 {
    margin-left: 0.25rem !important; } }
@media (min-width: 350px) {
  .ml-xxs-1 {
    margin-left: 0.25rem !important; } }
@media (min-width: 400px) {
  .ml-xs-1 {
    margin-left: 0.25rem !important; } }
@media (min-width: 600px) {
  .ml-sm-1 {
    margin-left: 0.25rem !important; } }
@media (min-width: 900px) {
  .ml-md-1 {
    margin-left: 0.25rem !important; } }
@media (min-width: 1200px) {
  .ml-lg-1 {
    margin-left: 0.25rem !important; } }
@media (min-width: 1500px) {
  .ml-xl-1 {
    margin-left: 0.25rem !important; } }
@media (min-width: 0) {
  .ml-mi-2 {
    margin-left: 0.5rem !important; } }
@media (min-width: 350px) {
  .ml-xxs-2 {
    margin-left: 0.5rem !important; } }
@media (min-width: 400px) {
  .ml-xs-2 {
    margin-left: 0.5rem !important; } }
@media (min-width: 600px) {
  .ml-sm-2 {
    margin-left: 0.5rem !important; } }
@media (min-width: 900px) {
  .ml-md-2 {
    margin-left: 0.5rem !important; } }
@media (min-width: 1200px) {
  .ml-lg-2 {
    margin-left: 0.5rem !important; } }
@media (min-width: 1500px) {
  .ml-xl-2 {
    margin-left: 0.5rem !important; } }
@media (min-width: 0) {
  .ml-mi-3 {
    margin-left: 1rem !important; } }
@media (min-width: 350px) {
  .ml-xxs-3 {
    margin-left: 1rem !important; } }
@media (min-width: 400px) {
  .ml-xs-3 {
    margin-left: 1rem !important; } }
@media (min-width: 600px) {
  .ml-sm-3 {
    margin-left: 1rem !important; } }
@media (min-width: 900px) {
  .ml-md-3 {
    margin-left: 1rem !important; } }
@media (min-width: 1200px) {
  .ml-lg-3 {
    margin-left: 1rem !important; } }
@media (min-width: 1500px) {
  .ml-xl-3 {
    margin-left: 1rem !important; } }
@media (min-width: 0) {
  .ml-mi-4 {
    margin-left: 1.5rem !important; } }
@media (min-width: 350px) {
  .ml-xxs-4 {
    margin-left: 1.5rem !important; } }
@media (min-width: 400px) {
  .ml-xs-4 {
    margin-left: 1.5rem !important; } }
@media (min-width: 600px) {
  .ml-sm-4 {
    margin-left: 1.5rem !important; } }
@media (min-width: 900px) {
  .ml-md-4 {
    margin-left: 1.5rem !important; } }
@media (min-width: 1200px) {
  .ml-lg-4 {
    margin-left: 1.5rem !important; } }
@media (min-width: 1500px) {
  .ml-xl-4 {
    margin-left: 1.5rem !important; } }
@media (min-width: 0) {
  .ml-mi-5 {
    margin-left: 3rem !important; } }
@media (min-width: 350px) {
  .ml-xxs-5 {
    margin-left: 3rem !important; } }
@media (min-width: 400px) {
  .ml-xs-5 {
    margin-left: 3rem !important; } }
@media (min-width: 600px) {
  .ml-sm-5 {
    margin-left: 3rem !important; } }
@media (min-width: 900px) {
  .ml-md-5 {
    margin-left: 3rem !important; } }
@media (min-width: 1200px) {
  .ml-lg-5 {
    margin-left: 3rem !important; } }
@media (min-width: 1500px) {
  .ml-xl-5 {
    margin-left: 3rem !important; } }
@media (min-width: 0) {
  .ml-mi-6 {
    margin-left: 4rem !important; } }
@media (min-width: 350px) {
  .ml-xxs-6 {
    margin-left: 4rem !important; } }
@media (min-width: 400px) {
  .ml-xs-6 {
    margin-left: 4rem !important; } }
@media (min-width: 600px) {
  .ml-sm-6 {
    margin-left: 4rem !important; } }
@media (min-width: 900px) {
  .ml-md-6 {
    margin-left: 4rem !important; } }
@media (min-width: 1200px) {
  .ml-lg-6 {
    margin-left: 4rem !important; } }
@media (min-width: 1500px) {
  .ml-xl-6 {
    margin-left: 4rem !important; } }
@media (min-width: 0) {
  .ml-mi-7 {
    margin-left: 5rem !important; } }
@media (min-width: 350px) {
  .ml-xxs-7 {
    margin-left: 5rem !important; } }
@media (min-width: 400px) {
  .ml-xs-7 {
    margin-left: 5rem !important; } }
@media (min-width: 600px) {
  .ml-sm-7 {
    margin-left: 5rem !important; } }
@media (min-width: 900px) {
  .ml-md-7 {
    margin-left: 5rem !important; } }
@media (min-width: 1200px) {
  .ml-lg-7 {
    margin-left: 5rem !important; } }
@media (min-width: 1500px) {
  .ml-xl-7 {
    margin-left: 5rem !important; } }
@media (min-width: 0) {
  .ml-mi-auto {
    margin-left: auto !important; } }
@media (min-width: 350px) {
  .ml-xxs-auto {
    margin-left: auto !important; } }
@media (min-width: 400px) {
  .ml-xs-auto {
    margin-left: auto !important; } }
@media (min-width: 600px) {
  .ml-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 900px) {
  .ml-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .ml-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1500px) {
  .ml-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 0) {
  .mr-mi-0 {
    margin-right: 0 !important; } }
@media (min-width: 350px) {
  .mr-xxs-0 {
    margin-right: 0 !important; } }
@media (min-width: 400px) {
  .mr-xs-0 {
    margin-right: 0 !important; } }
@media (min-width: 600px) {
  .mr-sm-0 {
    margin-right: 0 !important; } }
@media (min-width: 900px) {
  .mr-md-0 {
    margin-right: 0 !important; } }
@media (min-width: 1200px) {
  .mr-lg-0 {
    margin-right: 0 !important; } }
@media (min-width: 1500px) {
  .mr-xl-0 {
    margin-right: 0 !important; } }
@media (min-width: 0) {
  .mr-mi-1 {
    margin-right: 0.25rem !important; } }
@media (min-width: 350px) {
  .mr-xxs-1 {
    margin-right: 0.25rem !important; } }
@media (min-width: 400px) {
  .mr-xs-1 {
    margin-right: 0.25rem !important; } }
@media (min-width: 600px) {
  .mr-sm-1 {
    margin-right: 0.25rem !important; } }
@media (min-width: 900px) {
  .mr-md-1 {
    margin-right: 0.25rem !important; } }
@media (min-width: 1200px) {
  .mr-lg-1 {
    margin-right: 0.25rem !important; } }
@media (min-width: 1500px) {
  .mr-xl-1 {
    margin-right: 0.25rem !important; } }
@media (min-width: 0) {
  .mr-mi-2 {
    margin-right: 0.5rem !important; } }
@media (min-width: 350px) {
  .mr-xxs-2 {
    margin-right: 0.5rem !important; } }
@media (min-width: 400px) {
  .mr-xs-2 {
    margin-right: 0.5rem !important; } }
@media (min-width: 600px) {
  .mr-sm-2 {
    margin-right: 0.5rem !important; } }
@media (min-width: 900px) {
  .mr-md-2 {
    margin-right: 0.5rem !important; } }
@media (min-width: 1200px) {
  .mr-lg-2 {
    margin-right: 0.5rem !important; } }
@media (min-width: 1500px) {
  .mr-xl-2 {
    margin-right: 0.5rem !important; } }
@media (min-width: 0) {
  .mr-mi-3 {
    margin-right: 1rem !important; } }
@media (min-width: 350px) {
  .mr-xxs-3 {
    margin-right: 1rem !important; } }
@media (min-width: 400px) {
  .mr-xs-3 {
    margin-right: 1rem !important; } }
@media (min-width: 600px) {
  .mr-sm-3 {
    margin-right: 1rem !important; } }
@media (min-width: 900px) {
  .mr-md-3 {
    margin-right: 1rem !important; } }
@media (min-width: 1200px) {
  .mr-lg-3 {
    margin-right: 1rem !important; } }
@media (min-width: 1500px) {
  .mr-xl-3 {
    margin-right: 1rem !important; } }
@media (min-width: 0) {
  .mr-mi-4 {
    margin-right: 1.5rem !important; } }
@media (min-width: 350px) {
  .mr-xxs-4 {
    margin-right: 1.5rem !important; } }
@media (min-width: 400px) {
  .mr-xs-4 {
    margin-right: 1.5rem !important; } }
@media (min-width: 600px) {
  .mr-sm-4 {
    margin-right: 1.5rem !important; } }
@media (min-width: 900px) {
  .mr-md-4 {
    margin-right: 1.5rem !important; } }
@media (min-width: 1200px) {
  .mr-lg-4 {
    margin-right: 1.5rem !important; } }
@media (min-width: 1500px) {
  .mr-xl-4 {
    margin-right: 1.5rem !important; } }
@media (min-width: 0) {
  .mr-mi-5 {
    margin-right: 3rem !important; } }
@media (min-width: 350px) {
  .mr-xxs-5 {
    margin-right: 3rem !important; } }
@media (min-width: 400px) {
  .mr-xs-5 {
    margin-right: 3rem !important; } }
@media (min-width: 600px) {
  .mr-sm-5 {
    margin-right: 3rem !important; } }
@media (min-width: 900px) {
  .mr-md-5 {
    margin-right: 3rem !important; } }
@media (min-width: 1200px) {
  .mr-lg-5 {
    margin-right: 3rem !important; } }
@media (min-width: 1500px) {
  .mr-xl-5 {
    margin-right: 3rem !important; } }
@media (min-width: 0) {
  .mr-mi-6 {
    margin-right: 4rem !important; } }
@media (min-width: 350px) {
  .mr-xxs-6 {
    margin-right: 4rem !important; } }
@media (min-width: 400px) {
  .mr-xs-6 {
    margin-right: 4rem !important; } }
@media (min-width: 600px) {
  .mr-sm-6 {
    margin-right: 4rem !important; } }
@media (min-width: 900px) {
  .mr-md-6 {
    margin-right: 4rem !important; } }
@media (min-width: 1200px) {
  .mr-lg-6 {
    margin-right: 4rem !important; } }
@media (min-width: 1500px) {
  .mr-xl-6 {
    margin-right: 4rem !important; } }
@media (min-width: 0) {
  .mr-mi-7 {
    margin-right: 5rem !important; } }
@media (min-width: 350px) {
  .mr-xxs-7 {
    margin-right: 5rem !important; } }
@media (min-width: 400px) {
  .mr-xs-7 {
    margin-right: 5rem !important; } }
@media (min-width: 600px) {
  .mr-sm-7 {
    margin-right: 5rem !important; } }
@media (min-width: 900px) {
  .mr-md-7 {
    margin-right: 5rem !important; } }
@media (min-width: 1200px) {
  .mr-lg-7 {
    margin-right: 5rem !important; } }
@media (min-width: 1500px) {
  .mr-xl-7 {
    margin-right: 5rem !important; } }
@media (min-width: 0) {
  .mr-mi-auto {
    margin-right: auto !important; } }
@media (min-width: 350px) {
  .mr-xxs-auto {
    margin-right: auto !important; } }
@media (min-width: 400px) {
  .mr-xs-auto {
    margin-right: auto !important; } }
@media (min-width: 600px) {
  .mr-sm-auto {
    margin-right: auto !important; } }
@media (min-width: 900px) {
  .mr-md-auto {
    margin-right: auto !important; } }
@media (min-width: 1200px) {
  .mr-lg-auto {
    margin-right: auto !important; } }
@media (min-width: 1500px) {
  .mr-xl-auto {
    margin-right: auto !important; } }
@media (min-width: 0) {
  .my-mi-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 350px) {
  .my-xxs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 400px) {
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 600px) {
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 900px) {
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 1200px) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 1500px) {
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 0) {
  .my-mi-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }
@media (min-width: 350px) {
  .my-xxs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }
@media (min-width: 400px) {
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }
@media (min-width: 600px) {
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }
@media (min-width: 900px) {
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }
@media (min-width: 1200px) {
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }
@media (min-width: 1500px) {
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }
@media (min-width: 0) {
  .my-mi-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }
@media (min-width: 350px) {
  .my-xxs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }
@media (min-width: 400px) {
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }
@media (min-width: 600px) {
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }
@media (min-width: 900px) {
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }
@media (min-width: 1200px) {
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }
@media (min-width: 1500px) {
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }
@media (min-width: 0) {
  .my-mi-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }
@media (min-width: 350px) {
  .my-xxs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }
@media (min-width: 400px) {
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }
@media (min-width: 600px) {
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }
@media (min-width: 900px) {
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }
@media (min-width: 1200px) {
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }
@media (min-width: 1500px) {
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }
@media (min-width: 0) {
  .my-mi-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }
@media (min-width: 350px) {
  .my-xxs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }
@media (min-width: 400px) {
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }
@media (min-width: 600px) {
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }
@media (min-width: 900px) {
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }
@media (min-width: 1200px) {
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }
@media (min-width: 1500px) {
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }
@media (min-width: 0) {
  .my-mi-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }
@media (min-width: 350px) {
  .my-xxs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }
@media (min-width: 400px) {
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }
@media (min-width: 600px) {
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }
@media (min-width: 900px) {
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }
@media (min-width: 1200px) {
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }
@media (min-width: 1500px) {
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }
@media (min-width: 0) {
  .my-mi-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }
@media (min-width: 350px) {
  .my-xxs-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }
@media (min-width: 400px) {
  .my-xs-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }
@media (min-width: 600px) {
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }
@media (min-width: 900px) {
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }
@media (min-width: 1200px) {
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }
@media (min-width: 1500px) {
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }
@media (min-width: 0) {
  .my-mi-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }
@media (min-width: 350px) {
  .my-xxs-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }
@media (min-width: 400px) {
  .my-xs-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }
@media (min-width: 600px) {
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }
@media (min-width: 900px) {
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }
@media (min-width: 1200px) {
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }
@media (min-width: 1500px) {
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; } }
@media (min-width: 0) {
  .my-mi-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 350px) {
  .my-xxs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 400px) {
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 600px) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 900px) {
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 1200px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 1500px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 0) {
  .mx-mi-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 350px) {
  .mx-xxs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 400px) {
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 600px) {
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 900px) {
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 1200px) {
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 1500px) {
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 0) {
  .mx-mi-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 350px) {
  .mx-xxs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 400px) {
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 600px) {
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 900px) {
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 1200px) {
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 1500px) {
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 0) {
  .mx-mi-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 350px) {
  .mx-xxs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 400px) {
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 600px) {
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 900px) {
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 1200px) {
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 1500px) {
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 0) {
  .mx-mi-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 350px) {
  .mx-xxs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 400px) {
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 600px) {
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 900px) {
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 1200px) {
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 1500px) {
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 0) {
  .mx-mi-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 350px) {
  .mx-xxs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 400px) {
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 600px) {
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 900px) {
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 1200px) {
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 1500px) {
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 0) {
  .mx-mi-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 350px) {
  .mx-xxs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 400px) {
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 600px) {
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 900px) {
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 1200px) {
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 1500px) {
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 0) {
  .mx-mi-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 350px) {
  .mx-xxs-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 400px) {
  .mx-xs-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 600px) {
  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 900px) {
  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 1200px) {
  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 1500px) {
  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 0) {
  .mx-mi-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 350px) {
  .mx-xxs-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 400px) {
  .mx-xs-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 600px) {
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 900px) {
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 1200px) {
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 1500px) {
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 0) {
  .mx-mi-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 350px) {
  .mx-xxs-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 400px) {
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 600px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 900px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 1200px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 1500px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 0) {
  .ma-mi-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 350px) {
  .ma-xxs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 400px) {
  .ma-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 600px) {
  .ma-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 900px) {
  .ma-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 1200px) {
  .ma-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 1500px) {
  .ma-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 0) {
  .ma-mi-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 350px) {
  .ma-xxs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 400px) {
  .ma-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 600px) {
  .ma-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 900px) {
  .ma-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 1200px) {
  .ma-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 1500px) {
  .ma-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; } }
@media (min-width: 0) {
  .ma-mi-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 350px) {
  .ma-xxs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 400px) {
  .ma-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 600px) {
  .ma-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 900px) {
  .ma-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 1200px) {
  .ma-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 1500px) {
  .ma-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; } }
@media (min-width: 0) {
  .ma-mi-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 350px) {
  .ma-xxs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 400px) {
  .ma-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 600px) {
  .ma-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 900px) {
  .ma-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 1200px) {
  .ma-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 1500px) {
  .ma-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; } }
@media (min-width: 0) {
  .ma-mi-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 350px) {
  .ma-xxs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 400px) {
  .ma-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 600px) {
  .ma-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 900px) {
  .ma-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 1200px) {
  .ma-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 1500px) {
  .ma-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; } }
@media (min-width: 0) {
  .ma-mi-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 350px) {
  .ma-xxs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 400px) {
  .ma-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 600px) {
  .ma-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 900px) {
  .ma-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 1200px) {
  .ma-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 1500px) {
  .ma-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important; } }
@media (min-width: 0) {
  .ma-mi-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 350px) {
  .ma-xxs-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 400px) {
  .ma-xs-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 600px) {
  .ma-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 900px) {
  .ma-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 1200px) {
  .ma-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 1500px) {
  .ma-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important; } }
@media (min-width: 0) {
  .ma-mi-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 350px) {
  .ma-xxs-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 400px) {
  .ma-xs-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 600px) {
  .ma-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 900px) {
  .ma-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 1200px) {
  .ma-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 1500px) {
  .ma-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
    margin-right: 5rem !important; } }
@media (min-width: 0) {
  .ma-mi-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 350px) {
  .ma-xxs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 400px) {
  .ma-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 600px) {
  .ma-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 900px) {
  .ma-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 1200px) {
  .ma-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 1500px) {
  .ma-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (min-width: 0) {
  .pt-mi-0 {
    padding-top: 0 !important; } }
@media (min-width: 350px) {
  .pt-xxs-0 {
    padding-top: 0 !important; } }
@media (min-width: 400px) {
  .pt-xs-0 {
    padding-top: 0 !important; } }
@media (min-width: 600px) {
  .pt-sm-0 {
    padding-top: 0 !important; } }
@media (min-width: 900px) {
  .pt-md-0 {
    padding-top: 0 !important; } }
@media (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0 !important; } }
@media (min-width: 1500px) {
  .pt-xl-0 {
    padding-top: 0 !important; } }
@media (min-width: 0) {
  .pt-mi-1 {
    padding-top: 0.25rem !important; } }
@media (min-width: 350px) {
  .pt-xxs-1 {
    padding-top: 0.25rem !important; } }
@media (min-width: 400px) {
  .pt-xs-1 {
    padding-top: 0.25rem !important; } }
@media (min-width: 600px) {
  .pt-sm-1 {
    padding-top: 0.25rem !important; } }
@media (min-width: 900px) {
  .pt-md-1 {
    padding-top: 0.25rem !important; } }
@media (min-width: 1200px) {
  .pt-lg-1 {
    padding-top: 0.25rem !important; } }
@media (min-width: 1500px) {
  .pt-xl-1 {
    padding-top: 0.25rem !important; } }
@media (min-width: 0) {
  .pt-mi-2 {
    padding-top: 0.5rem !important; } }
@media (min-width: 350px) {
  .pt-xxs-2 {
    padding-top: 0.5rem !important; } }
@media (min-width: 400px) {
  .pt-xs-2 {
    padding-top: 0.5rem !important; } }
@media (min-width: 600px) {
  .pt-sm-2 {
    padding-top: 0.5rem !important; } }
@media (min-width: 900px) {
  .pt-md-2 {
    padding-top: 0.5rem !important; } }
@media (min-width: 1200px) {
  .pt-lg-2 {
    padding-top: 0.5rem !important; } }
@media (min-width: 1500px) {
  .pt-xl-2 {
    padding-top: 0.5rem !important; } }
@media (min-width: 0) {
  .pt-mi-3 {
    padding-top: 1rem !important; } }
@media (min-width: 350px) {
  .pt-xxs-3 {
    padding-top: 1rem !important; } }
@media (min-width: 400px) {
  .pt-xs-3 {
    padding-top: 1rem !important; } }
@media (min-width: 600px) {
  .pt-sm-3 {
    padding-top: 1rem !important; } }
@media (min-width: 900px) {
  .pt-md-3 {
    padding-top: 1rem !important; } }
@media (min-width: 1200px) {
  .pt-lg-3 {
    padding-top: 1rem !important; } }
@media (min-width: 1500px) {
  .pt-xl-3 {
    padding-top: 1rem !important; } }
@media (min-width: 0) {
  .pt-mi-4 {
    padding-top: 1.5rem !important; } }
@media (min-width: 350px) {
  .pt-xxs-4 {
    padding-top: 1.5rem !important; } }
@media (min-width: 400px) {
  .pt-xs-4 {
    padding-top: 1.5rem !important; } }
@media (min-width: 600px) {
  .pt-sm-4 {
    padding-top: 1.5rem !important; } }
@media (min-width: 900px) {
  .pt-md-4 {
    padding-top: 1.5rem !important; } }
@media (min-width: 1200px) {
  .pt-lg-4 {
    padding-top: 1.5rem !important; } }
@media (min-width: 1500px) {
  .pt-xl-4 {
    padding-top: 1.5rem !important; } }
@media (min-width: 0) {
  .pt-mi-5 {
    padding-top: 3rem !important; } }
@media (min-width: 350px) {
  .pt-xxs-5 {
    padding-top: 3rem !important; } }
@media (min-width: 400px) {
  .pt-xs-5 {
    padding-top: 3rem !important; } }
@media (min-width: 600px) {
  .pt-sm-5 {
    padding-top: 3rem !important; } }
@media (min-width: 900px) {
  .pt-md-5 {
    padding-top: 3rem !important; } }
@media (min-width: 1200px) {
  .pt-lg-5 {
    padding-top: 3rem !important; } }
@media (min-width: 1500px) {
  .pt-xl-5 {
    padding-top: 3rem !important; } }
@media (min-width: 0) {
  .pt-mi-6 {
    padding-top: 4rem !important; } }
@media (min-width: 350px) {
  .pt-xxs-6 {
    padding-top: 4rem !important; } }
@media (min-width: 400px) {
  .pt-xs-6 {
    padding-top: 4rem !important; } }
@media (min-width: 600px) {
  .pt-sm-6 {
    padding-top: 4rem !important; } }
@media (min-width: 900px) {
  .pt-md-6 {
    padding-top: 4rem !important; } }
@media (min-width: 1200px) {
  .pt-lg-6 {
    padding-top: 4rem !important; } }
@media (min-width: 1500px) {
  .pt-xl-6 {
    padding-top: 4rem !important; } }
@media (min-width: 0) {
  .pt-mi-7 {
    padding-top: 5rem !important; } }
@media (min-width: 350px) {
  .pt-xxs-7 {
    padding-top: 5rem !important; } }
@media (min-width: 400px) {
  .pt-xs-7 {
    padding-top: 5rem !important; } }
@media (min-width: 600px) {
  .pt-sm-7 {
    padding-top: 5rem !important; } }
@media (min-width: 900px) {
  .pt-md-7 {
    padding-top: 5rem !important; } }
@media (min-width: 1200px) {
  .pt-lg-7 {
    padding-top: 5rem !important; } }
@media (min-width: 1500px) {
  .pt-xl-7 {
    padding-top: 5rem !important; } }
@media (min-width: 0) {
  .pt-mi-auto {
    padding-top: auto !important; } }
@media (min-width: 350px) {
  .pt-xxs-auto {
    padding-top: auto !important; } }
@media (min-width: 400px) {
  .pt-xs-auto {
    padding-top: auto !important; } }
@media (min-width: 600px) {
  .pt-sm-auto {
    padding-top: auto !important; } }
@media (min-width: 900px) {
  .pt-md-auto {
    padding-top: auto !important; } }
@media (min-width: 1200px) {
  .pt-lg-auto {
    padding-top: auto !important; } }
@media (min-width: 1500px) {
  .pt-xl-auto {
    padding-top: auto !important; } }
@media (min-width: 0) {
  .pb-mi-0 {
    padding-bottom: 0 !important; } }
@media (min-width: 350px) {
  .pb-xxs-0 {
    padding-bottom: 0 !important; } }
@media (min-width: 400px) {
  .pb-xs-0 {
    padding-bottom: 0 !important; } }
@media (min-width: 600px) {
  .pb-sm-0 {
    padding-bottom: 0 !important; } }
@media (min-width: 900px) {
  .pb-md-0 {
    padding-bottom: 0 !important; } }
@media (min-width: 1200px) {
  .pb-lg-0 {
    padding-bottom: 0 !important; } }
@media (min-width: 1500px) {
  .pb-xl-0 {
    padding-bottom: 0 !important; } }
@media (min-width: 0) {
  .pb-mi-1 {
    padding-bottom: 0.25rem !important; } }
@media (min-width: 350px) {
  .pb-xxs-1 {
    padding-bottom: 0.25rem !important; } }
@media (min-width: 400px) {
  .pb-xs-1 {
    padding-bottom: 0.25rem !important; } }
@media (min-width: 600px) {
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; } }
@media (min-width: 900px) {
  .pb-md-1 {
    padding-bottom: 0.25rem !important; } }
@media (min-width: 1200px) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; } }
@media (min-width: 1500px) {
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; } }
@media (min-width: 0) {
  .pb-mi-2 {
    padding-bottom: 0.5rem !important; } }
@media (min-width: 350px) {
  .pb-xxs-2 {
    padding-bottom: 0.5rem !important; } }
@media (min-width: 400px) {
  .pb-xs-2 {
    padding-bottom: 0.5rem !important; } }
@media (min-width: 600px) {
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; } }
@media (min-width: 900px) {
  .pb-md-2 {
    padding-bottom: 0.5rem !important; } }
@media (min-width: 1200px) {
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; } }
@media (min-width: 1500px) {
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; } }
@media (min-width: 0) {
  .pb-mi-3 {
    padding-bottom: 1rem !important; } }
@media (min-width: 350px) {
  .pb-xxs-3 {
    padding-bottom: 1rem !important; } }
@media (min-width: 400px) {
  .pb-xs-3 {
    padding-bottom: 1rem !important; } }
@media (min-width: 600px) {
  .pb-sm-3 {
    padding-bottom: 1rem !important; } }
@media (min-width: 900px) {
  .pb-md-3 {
    padding-bottom: 1rem !important; } }
@media (min-width: 1200px) {
  .pb-lg-3 {
    padding-bottom: 1rem !important; } }
@media (min-width: 1500px) {
  .pb-xl-3 {
    padding-bottom: 1rem !important; } }
@media (min-width: 0) {
  .pb-mi-4 {
    padding-bottom: 1.5rem !important; } }
@media (min-width: 350px) {
  .pb-xxs-4 {
    padding-bottom: 1.5rem !important; } }
@media (min-width: 400px) {
  .pb-xs-4 {
    padding-bottom: 1.5rem !important; } }
@media (min-width: 600px) {
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; } }
@media (min-width: 900px) {
  .pb-md-4 {
    padding-bottom: 1.5rem !important; } }
@media (min-width: 1200px) {
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; } }
@media (min-width: 1500px) {
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; } }
@media (min-width: 0) {
  .pb-mi-5 {
    padding-bottom: 3rem !important; } }
@media (min-width: 350px) {
  .pb-xxs-5 {
    padding-bottom: 3rem !important; } }
@media (min-width: 400px) {
  .pb-xs-5 {
    padding-bottom: 3rem !important; } }
@media (min-width: 600px) {
  .pb-sm-5 {
    padding-bottom: 3rem !important; } }
@media (min-width: 900px) {
  .pb-md-5 {
    padding-bottom: 3rem !important; } }
@media (min-width: 1200px) {
  .pb-lg-5 {
    padding-bottom: 3rem !important; } }
@media (min-width: 1500px) {
  .pb-xl-5 {
    padding-bottom: 3rem !important; } }
@media (min-width: 0) {
  .pb-mi-6 {
    padding-bottom: 4rem !important; } }
@media (min-width: 350px) {
  .pb-xxs-6 {
    padding-bottom: 4rem !important; } }
@media (min-width: 400px) {
  .pb-xs-6 {
    padding-bottom: 4rem !important; } }
@media (min-width: 600px) {
  .pb-sm-6 {
    padding-bottom: 4rem !important; } }
@media (min-width: 900px) {
  .pb-md-6 {
    padding-bottom: 4rem !important; } }
@media (min-width: 1200px) {
  .pb-lg-6 {
    padding-bottom: 4rem !important; } }
@media (min-width: 1500px) {
  .pb-xl-6 {
    padding-bottom: 4rem !important; } }
@media (min-width: 0) {
  .pb-mi-7 {
    padding-bottom: 5rem !important; } }
@media (min-width: 350px) {
  .pb-xxs-7 {
    padding-bottom: 5rem !important; } }
@media (min-width: 400px) {
  .pb-xs-7 {
    padding-bottom: 5rem !important; } }
@media (min-width: 600px) {
  .pb-sm-7 {
    padding-bottom: 5rem !important; } }
@media (min-width: 900px) {
  .pb-md-7 {
    padding-bottom: 5rem !important; } }
@media (min-width: 1200px) {
  .pb-lg-7 {
    padding-bottom: 5rem !important; } }
@media (min-width: 1500px) {
  .pb-xl-7 {
    padding-bottom: 5rem !important; } }
@media (min-width: 0) {
  .pb-mi-auto {
    padding-bottom: auto !important; } }
@media (min-width: 350px) {
  .pb-xxs-auto {
    padding-bottom: auto !important; } }
@media (min-width: 400px) {
  .pb-xs-auto {
    padding-bottom: auto !important; } }
@media (min-width: 600px) {
  .pb-sm-auto {
    padding-bottom: auto !important; } }
@media (min-width: 900px) {
  .pb-md-auto {
    padding-bottom: auto !important; } }
@media (min-width: 1200px) {
  .pb-lg-auto {
    padding-bottom: auto !important; } }
@media (min-width: 1500px) {
  .pb-xl-auto {
    padding-bottom: auto !important; } }
@media (min-width: 0) {
  .pl-mi-0 {
    padding-left: 0 !important; } }
@media (min-width: 350px) {
  .pl-xxs-0 {
    padding-left: 0 !important; } }
@media (min-width: 400px) {
  .pl-xs-0 {
    padding-left: 0 !important; } }
@media (min-width: 600px) {
  .pl-sm-0 {
    padding-left: 0 !important; } }
@media (min-width: 900px) {
  .pl-md-0 {
    padding-left: 0 !important; } }
@media (min-width: 1200px) {
  .pl-lg-0 {
    padding-left: 0 !important; } }
@media (min-width: 1500px) {
  .pl-xl-0 {
    padding-left: 0 !important; } }
@media (min-width: 0) {
  .pl-mi-1 {
    padding-left: 0.25rem !important; } }
@media (min-width: 350px) {
  .pl-xxs-1 {
    padding-left: 0.25rem !important; } }
@media (min-width: 400px) {
  .pl-xs-1 {
    padding-left: 0.25rem !important; } }
@media (min-width: 600px) {
  .pl-sm-1 {
    padding-left: 0.25rem !important; } }
@media (min-width: 900px) {
  .pl-md-1 {
    padding-left: 0.25rem !important; } }
@media (min-width: 1200px) {
  .pl-lg-1 {
    padding-left: 0.25rem !important; } }
@media (min-width: 1500px) {
  .pl-xl-1 {
    padding-left: 0.25rem !important; } }
@media (min-width: 0) {
  .pl-mi-2 {
    padding-left: 0.5rem !important; } }
@media (min-width: 350px) {
  .pl-xxs-2 {
    padding-left: 0.5rem !important; } }
@media (min-width: 400px) {
  .pl-xs-2 {
    padding-left: 0.5rem !important; } }
@media (min-width: 600px) {
  .pl-sm-2 {
    padding-left: 0.5rem !important; } }
@media (min-width: 900px) {
  .pl-md-2 {
    padding-left: 0.5rem !important; } }
@media (min-width: 1200px) {
  .pl-lg-2 {
    padding-left: 0.5rem !important; } }
@media (min-width: 1500px) {
  .pl-xl-2 {
    padding-left: 0.5rem !important; } }
@media (min-width: 0) {
  .pl-mi-3 {
    padding-left: 1rem !important; } }
@media (min-width: 350px) {
  .pl-xxs-3 {
    padding-left: 1rem !important; } }
@media (min-width: 400px) {
  .pl-xs-3 {
    padding-left: 1rem !important; } }
@media (min-width: 600px) {
  .pl-sm-3 {
    padding-left: 1rem !important; } }
@media (min-width: 900px) {
  .pl-md-3 {
    padding-left: 1rem !important; } }
@media (min-width: 1200px) {
  .pl-lg-3 {
    padding-left: 1rem !important; } }
@media (min-width: 1500px) {
  .pl-xl-3 {
    padding-left: 1rem !important; } }
@media (min-width: 0) {
  .pl-mi-4 {
    padding-left: 1.5rem !important; } }
@media (min-width: 350px) {
  .pl-xxs-4 {
    padding-left: 1.5rem !important; } }
@media (min-width: 400px) {
  .pl-xs-4 {
    padding-left: 1.5rem !important; } }
@media (min-width: 600px) {
  .pl-sm-4 {
    padding-left: 1.5rem !important; } }
@media (min-width: 900px) {
  .pl-md-4 {
    padding-left: 1.5rem !important; } }
@media (min-width: 1200px) {
  .pl-lg-4 {
    padding-left: 1.5rem !important; } }
@media (min-width: 1500px) {
  .pl-xl-4 {
    padding-left: 1.5rem !important; } }
@media (min-width: 0) {
  .pl-mi-5 {
    padding-left: 3rem !important; } }
@media (min-width: 350px) {
  .pl-xxs-5 {
    padding-left: 3rem !important; } }
@media (min-width: 400px) {
  .pl-xs-5 {
    padding-left: 3rem !important; } }
@media (min-width: 600px) {
  .pl-sm-5 {
    padding-left: 3rem !important; } }
@media (min-width: 900px) {
  .pl-md-5 {
    padding-left: 3rem !important; } }
@media (min-width: 1200px) {
  .pl-lg-5 {
    padding-left: 3rem !important; } }
@media (min-width: 1500px) {
  .pl-xl-5 {
    padding-left: 3rem !important; } }
@media (min-width: 0) {
  .pl-mi-6 {
    padding-left: 4rem !important; } }
@media (min-width: 350px) {
  .pl-xxs-6 {
    padding-left: 4rem !important; } }
@media (min-width: 400px) {
  .pl-xs-6 {
    padding-left: 4rem !important; } }
@media (min-width: 600px) {
  .pl-sm-6 {
    padding-left: 4rem !important; } }
@media (min-width: 900px) {
  .pl-md-6 {
    padding-left: 4rem !important; } }
@media (min-width: 1200px) {
  .pl-lg-6 {
    padding-left: 4rem !important; } }
@media (min-width: 1500px) {
  .pl-xl-6 {
    padding-left: 4rem !important; } }
@media (min-width: 0) {
  .pl-mi-7 {
    padding-left: 5rem !important; } }
@media (min-width: 350px) {
  .pl-xxs-7 {
    padding-left: 5rem !important; } }
@media (min-width: 400px) {
  .pl-xs-7 {
    padding-left: 5rem !important; } }
@media (min-width: 600px) {
  .pl-sm-7 {
    padding-left: 5rem !important; } }
@media (min-width: 900px) {
  .pl-md-7 {
    padding-left: 5rem !important; } }
@media (min-width: 1200px) {
  .pl-lg-7 {
    padding-left: 5rem !important; } }
@media (min-width: 1500px) {
  .pl-xl-7 {
    padding-left: 5rem !important; } }
@media (min-width: 0) {
  .pl-mi-auto {
    padding-left: auto !important; } }
@media (min-width: 350px) {
  .pl-xxs-auto {
    padding-left: auto !important; } }
@media (min-width: 400px) {
  .pl-xs-auto {
    padding-left: auto !important; } }
@media (min-width: 600px) {
  .pl-sm-auto {
    padding-left: auto !important; } }
@media (min-width: 900px) {
  .pl-md-auto {
    padding-left: auto !important; } }
@media (min-width: 1200px) {
  .pl-lg-auto {
    padding-left: auto !important; } }
@media (min-width: 1500px) {
  .pl-xl-auto {
    padding-left: auto !important; } }
@media (min-width: 0) {
  .pr-mi-0 {
    padding-right: 0 !important; } }
@media (min-width: 350px) {
  .pr-xxs-0 {
    padding-right: 0 !important; } }
@media (min-width: 400px) {
  .pr-xs-0 {
    padding-right: 0 !important; } }
@media (min-width: 600px) {
  .pr-sm-0 {
    padding-right: 0 !important; } }
@media (min-width: 900px) {
  .pr-md-0 {
    padding-right: 0 !important; } }
@media (min-width: 1200px) {
  .pr-lg-0 {
    padding-right: 0 !important; } }
@media (min-width: 1500px) {
  .pr-xl-0 {
    padding-right: 0 !important; } }
@media (min-width: 0) {
  .pr-mi-1 {
    padding-right: 0.25rem !important; } }
@media (min-width: 350px) {
  .pr-xxs-1 {
    padding-right: 0.25rem !important; } }
@media (min-width: 400px) {
  .pr-xs-1 {
    padding-right: 0.25rem !important; } }
@media (min-width: 600px) {
  .pr-sm-1 {
    padding-right: 0.25rem !important; } }
@media (min-width: 900px) {
  .pr-md-1 {
    padding-right: 0.25rem !important; } }
@media (min-width: 1200px) {
  .pr-lg-1 {
    padding-right: 0.25rem !important; } }
@media (min-width: 1500px) {
  .pr-xl-1 {
    padding-right: 0.25rem !important; } }
@media (min-width: 0) {
  .pr-mi-2 {
    padding-right: 0.5rem !important; } }
@media (min-width: 350px) {
  .pr-xxs-2 {
    padding-right: 0.5rem !important; } }
@media (min-width: 400px) {
  .pr-xs-2 {
    padding-right: 0.5rem !important; } }
@media (min-width: 600px) {
  .pr-sm-2 {
    padding-right: 0.5rem !important; } }
@media (min-width: 900px) {
  .pr-md-2 {
    padding-right: 0.5rem !important; } }
@media (min-width: 1200px) {
  .pr-lg-2 {
    padding-right: 0.5rem !important; } }
@media (min-width: 1500px) {
  .pr-xl-2 {
    padding-right: 0.5rem !important; } }
@media (min-width: 0) {
  .pr-mi-3 {
    padding-right: 1rem !important; } }
@media (min-width: 350px) {
  .pr-xxs-3 {
    padding-right: 1rem !important; } }
@media (min-width: 400px) {
  .pr-xs-3 {
    padding-right: 1rem !important; } }
@media (min-width: 600px) {
  .pr-sm-3 {
    padding-right: 1rem !important; } }
@media (min-width: 900px) {
  .pr-md-3 {
    padding-right: 1rem !important; } }
@media (min-width: 1200px) {
  .pr-lg-3 {
    padding-right: 1rem !important; } }
@media (min-width: 1500px) {
  .pr-xl-3 {
    padding-right: 1rem !important; } }
@media (min-width: 0) {
  .pr-mi-4 {
    padding-right: 1.5rem !important; } }
@media (min-width: 350px) {
  .pr-xxs-4 {
    padding-right: 1.5rem !important; } }
@media (min-width: 400px) {
  .pr-xs-4 {
    padding-right: 1.5rem !important; } }
@media (min-width: 600px) {
  .pr-sm-4 {
    padding-right: 1.5rem !important; } }
@media (min-width: 900px) {
  .pr-md-4 {
    padding-right: 1.5rem !important; } }
@media (min-width: 1200px) {
  .pr-lg-4 {
    padding-right: 1.5rem !important; } }
@media (min-width: 1500px) {
  .pr-xl-4 {
    padding-right: 1.5rem !important; } }
@media (min-width: 0) {
  .pr-mi-5 {
    padding-right: 3rem !important; } }
@media (min-width: 350px) {
  .pr-xxs-5 {
    padding-right: 3rem !important; } }
@media (min-width: 400px) {
  .pr-xs-5 {
    padding-right: 3rem !important; } }
@media (min-width: 600px) {
  .pr-sm-5 {
    padding-right: 3rem !important; } }
@media (min-width: 900px) {
  .pr-md-5 {
    padding-right: 3rem !important; } }
@media (min-width: 1200px) {
  .pr-lg-5 {
    padding-right: 3rem !important; } }
@media (min-width: 1500px) {
  .pr-xl-5 {
    padding-right: 3rem !important; } }
@media (min-width: 0) {
  .pr-mi-6 {
    padding-right: 4rem !important; } }
@media (min-width: 350px) {
  .pr-xxs-6 {
    padding-right: 4rem !important; } }
@media (min-width: 400px) {
  .pr-xs-6 {
    padding-right: 4rem !important; } }
@media (min-width: 600px) {
  .pr-sm-6 {
    padding-right: 4rem !important; } }
@media (min-width: 900px) {
  .pr-md-6 {
    padding-right: 4rem !important; } }
@media (min-width: 1200px) {
  .pr-lg-6 {
    padding-right: 4rem !important; } }
@media (min-width: 1500px) {
  .pr-xl-6 {
    padding-right: 4rem !important; } }
@media (min-width: 0) {
  .pr-mi-7 {
    padding-right: 5rem !important; } }
@media (min-width: 350px) {
  .pr-xxs-7 {
    padding-right: 5rem !important; } }
@media (min-width: 400px) {
  .pr-xs-7 {
    padding-right: 5rem !important; } }
@media (min-width: 600px) {
  .pr-sm-7 {
    padding-right: 5rem !important; } }
@media (min-width: 900px) {
  .pr-md-7 {
    padding-right: 5rem !important; } }
@media (min-width: 1200px) {
  .pr-lg-7 {
    padding-right: 5rem !important; } }
@media (min-width: 1500px) {
  .pr-xl-7 {
    padding-right: 5rem !important; } }
@media (min-width: 0) {
  .pr-mi-auto {
    padding-right: auto !important; } }
@media (min-width: 350px) {
  .pr-xxs-auto {
    padding-right: auto !important; } }
@media (min-width: 400px) {
  .pr-xs-auto {
    padding-right: auto !important; } }
@media (min-width: 600px) {
  .pr-sm-auto {
    padding-right: auto !important; } }
@media (min-width: 900px) {
  .pr-md-auto {
    padding-right: auto !important; } }
@media (min-width: 1200px) {
  .pr-lg-auto {
    padding-right: auto !important; } }
@media (min-width: 1500px) {
  .pr-xl-auto {
    padding-right: auto !important; } }
@media (min-width: 0) {
  .py-mi-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 350px) {
  .py-xxs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 400px) {
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 600px) {
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 900px) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 1200px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 1500px) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 0) {
  .py-mi-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }
@media (min-width: 350px) {
  .py-xxs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }
@media (min-width: 400px) {
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }
@media (min-width: 600px) {
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }
@media (min-width: 900px) {
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }
@media (min-width: 1200px) {
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }
@media (min-width: 1500px) {
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }
@media (min-width: 0) {
  .py-mi-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }
@media (min-width: 350px) {
  .py-xxs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }
@media (min-width: 400px) {
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }
@media (min-width: 600px) {
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }
@media (min-width: 900px) {
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }
@media (min-width: 1200px) {
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }
@media (min-width: 1500px) {
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }
@media (min-width: 0) {
  .py-mi-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }
@media (min-width: 350px) {
  .py-xxs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }
@media (min-width: 400px) {
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }
@media (min-width: 600px) {
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }
@media (min-width: 900px) {
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }
@media (min-width: 1200px) {
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }
@media (min-width: 1500px) {
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }
@media (min-width: 0) {
  .py-mi-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }
@media (min-width: 350px) {
  .py-xxs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }
@media (min-width: 400px) {
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }
@media (min-width: 600px) {
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }
@media (min-width: 900px) {
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }
@media (min-width: 1200px) {
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }
@media (min-width: 1500px) {
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }
@media (min-width: 0) {
  .py-mi-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
@media (min-width: 350px) {
  .py-xxs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
@media (min-width: 400px) {
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
@media (min-width: 600px) {
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
@media (min-width: 900px) {
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
@media (min-width: 1200px) {
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
@media (min-width: 1500px) {
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
@media (min-width: 0) {
  .py-mi-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }
@media (min-width: 350px) {
  .py-xxs-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }
@media (min-width: 400px) {
  .py-xs-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }
@media (min-width: 600px) {
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }
@media (min-width: 900px) {
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }
@media (min-width: 1200px) {
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }
@media (min-width: 1500px) {
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; } }
@media (min-width: 0) {
  .py-mi-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }
@media (min-width: 350px) {
  .py-xxs-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }
@media (min-width: 400px) {
  .py-xs-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }
@media (min-width: 600px) {
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }
@media (min-width: 900px) {
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }
@media (min-width: 1200px) {
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }
@media (min-width: 1500px) {
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }
@media (min-width: 0) {
  .py-mi-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; } }
@media (min-width: 350px) {
  .py-xxs-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; } }
@media (min-width: 400px) {
  .py-xs-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; } }
@media (min-width: 600px) {
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; } }
@media (min-width: 900px) {
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; } }
@media (min-width: 1200px) {
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; } }
@media (min-width: 1500px) {
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; } }
@media (min-width: 0) {
  .px-mi-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 350px) {
  .px-xxs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 400px) {
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 600px) {
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 900px) {
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 1200px) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 1500px) {
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 0) {
  .px-mi-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 350px) {
  .px-xxs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 400px) {
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 600px) {
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 900px) {
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 1200px) {
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 1500px) {
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 0) {
  .px-mi-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 350px) {
  .px-xxs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 400px) {
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 600px) {
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 900px) {
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 1200px) {
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 1500px) {
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 0) {
  .px-mi-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 350px) {
  .px-xxs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 400px) {
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 600px) {
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 900px) {
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 1200px) {
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 1500px) {
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 0) {
  .px-mi-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 350px) {
  .px-xxs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 400px) {
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 600px) {
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 900px) {
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 1200px) {
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 1500px) {
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 0) {
  .px-mi-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 350px) {
  .px-xxs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 400px) {
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 600px) {
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 900px) {
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 1200px) {
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 1500px) {
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 0) {
  .px-mi-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 350px) {
  .px-xxs-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 400px) {
  .px-xs-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 600px) {
  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 900px) {
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 1200px) {
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 1500px) {
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 0) {
  .px-mi-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 350px) {
  .px-xxs-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 400px) {
  .px-xs-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 600px) {
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 900px) {
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 1200px) {
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 1500px) {
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 0) {
  .px-mi-auto {
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 350px) {
  .px-xxs-auto {
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 400px) {
  .px-xs-auto {
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 600px) {
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 900px) {
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 1200px) {
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 1500px) {
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 0) {
  .pa-mi-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 350px) {
  .pa-xxs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 400px) {
  .pa-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 600px) {
  .pa-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 900px) {
  .pa-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 1200px) {
  .pa-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 1500px) {
  .pa-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 0) {
  .pa-mi-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 350px) {
  .pa-xxs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 400px) {
  .pa-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 600px) {
  .pa-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 900px) {
  .pa-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 1200px) {
  .pa-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 1500px) {
  .pa-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }
@media (min-width: 0) {
  .pa-mi-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 350px) {
  .pa-xxs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 400px) {
  .pa-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 600px) {
  .pa-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 900px) {
  .pa-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 1200px) {
  .pa-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 1500px) {
  .pa-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; } }
@media (min-width: 0) {
  .pa-mi-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 350px) {
  .pa-xxs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 400px) {
  .pa-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 600px) {
  .pa-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 900px) {
  .pa-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 1200px) {
  .pa-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 1500px) {
  .pa-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
@media (min-width: 0) {
  .pa-mi-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 350px) {
  .pa-xxs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 400px) {
  .pa-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 600px) {
  .pa-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 900px) {
  .pa-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 1200px) {
  .pa-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 1500px) {
  .pa-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
@media (min-width: 0) {
  .pa-mi-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 350px) {
  .pa-xxs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 400px) {
  .pa-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 600px) {
  .pa-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 900px) {
  .pa-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 1200px) {
  .pa-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 1500px) {
  .pa-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }
@media (min-width: 0) {
  .pa-mi-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 350px) {
  .pa-xxs-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 400px) {
  .pa-xs-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 600px) {
  .pa-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 900px) {
  .pa-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 1200px) {
  .pa-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 1500px) {
  .pa-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important; } }
@media (min-width: 0) {
  .pa-mi-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 350px) {
  .pa-xxs-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 400px) {
  .pa-xs-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 600px) {
  .pa-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 900px) {
  .pa-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 1200px) {
  .pa-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 1500px) {
  .pa-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important; } }
@media (min-width: 0) {
  .pa-mi-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 350px) {
  .pa-xxs-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 400px) {
  .pa-xs-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 600px) {
  .pa-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 900px) {
  .pa-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 1200px) {
  .pa-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: auto !important;
    padding-right: auto !important; } }
@media (min-width: 1500px) {
  .pa-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: auto !important;
    padding-right: auto !important; } }
@font-face {
  src: url(../../myfont/opensans_300.ttf);
  font-family: "opensans";
  font-weight: 300;
  font-style: normal; }
@font-face {
  src: url(../../myfont/opensans_400.ttf);
  font-family: "opensans";
  font-weight: 400;
  font-style: normal; }
@font-face {
  src: url(../../myfont/opensans_600.ttf);
  font-family: "opensans";
  font-weight: 700;
  font-style: normal; }
html, body {
  font-family: opensans, "Open Sans", Futura, Sans-Serif;
  font-weight: 300;
  font-size: 17px; }

.main-title {
  text-align: left;
  font-weight: 700;
  padding-bottom: 0.15rem;
  font-size: 1.5rem;
  margin: 0; }

.sub-title {
  text-align: left;
  font-weight: 400;
  font-size: 1rem; }

.section-title {
  font-size: 1.5rem;
  font-weight: 700; }

.col-title {
  color: #3c7ae6;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400; }

@-webkit-keyframes right-pulse-arrow {
  0% {
    margin-left: 0; }
  100% {
    margin-left: 0.5rem; } }
@keyframes right-pulse-arrow {
  0% {
    margin-left: 0; }
  100% {
    margin-left: 0.5rem; } }
@-webkit-keyframes left-pulse-arrow {
  0% {
    margin-right: 0; }
  100% {
    margin-right: 0.5rem; } }
@keyframes left-pulse-arrow {
  0% {
    margin-right: 0; }
  100% {
    margin-right: 0.5rem; } }
.flex-h-center {
  justify-content: center; }

.flex-col {
  display: flex;
  flex-direction: column; }

@media (max-width: 899.98px) {
  .md-up {
    display: none !important; } }

@media (min-width: 900px) {
  .sm-down {
    display: none !important; } }

.text-center {
  text-align: center; }

.page-header {
  background-color: #1b3666;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .page-header.register {
    background-image: none;
    background-position: right center;
    background-size: auto 5rem;
    height: 9rem;
    background: none;
    padding: 2rem 15px; }
    .page-header.register .main-brand {
      height: 4rem;
      max-height: 4rem;
      align-self: center;
      max-width: 100%; }
      .page-header.register .main-brand a {
        max-width: 100%;
        display: inline-block; }
      .page-header.register .main-brand img {
        height: 100%;
        max-width: 100%; }
  .page-header.login {
    background-image: none;
    background-position: right center;
    background-size: 30rem auto;
    height: 0; }
    .page-header.login .main-brand {
      height: -1rem;
      max-height: 4rem;
      align-self: center;
      max-width: 100%; }
      .page-header.login .main-brand a {
        max-width: 100%;
        display: inline-block; }
      .page-header.login .main-brand img {
        height: 100%;
        max-width: 100%; }
  .page-header .header-wrapper {
    width: 95rem;
    max-width: 95%;
    height: 100%; }

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden; }

.container-fluid[class*="-container"] {
  display: flex;
  flex-direction: column; }

.page-wrapper {
  width: 75rem;
  max-width: 100%; }

.content-box {
  width: 25rem;
  max-width: 90%;
  text-align: center;
  border-radius: 2rem;
  position: relative;
  padding: 3.5rem 2rem 3rem 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.help-options {
  text-align: left;
  margin-bottom: 2.5rem; }
  .help-options > .btn-inline {
    font-size: 0.9rem; }

.main-button {
  text-align: center; }

.loading-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  flex-direction: column; }
  .loading-bg .loading-content {
    width: 50%;
    text-align: center; }
  .loading-bg .loading-text {
    color: #ffffff;
    font-size: 18px; }
  .loading-bg .spinner {
    color: #FFD91A; }

*::-webkit-scrollbar {
  -webkit-appearance: none; }
  *::-webkit-scrollbar:vertical {
    width: 6px; }
  *::-webkit-scrollbar:horizontal {
    height: 6px; }

*::-webkit-scrollbar-track {
  background-color: transparent; }

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.48); }

.accent-link {
  color: #3c7ae6;
  font-size: 1.25rem;
  display: inline-block;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid transparent; }
  .accent-link:hover {
    text-decoration: none;
    color: #3c7ae6;
    border-bottom-color: #eff3fa; }
    .accent-link:hover svg path {
      fill: #3c7ae6; }
  .accent-link:focus {
    outline: none;
    color: #3c7ae6;
    border-bottom-color: #eff3fa; }
    .accent-link:focus svg path {
      fill: #3c7ae6; }
  .accent-link.right:hover svg {
    animation-name: right-pulse-arrow;
    animation-direction: alternate;
    animation-duration: 0.75s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .accent-link.left:hover svg {
    animation-name: left-pulse-arrow;
    animation-direction: alternate;
    animation-duration: 0.75s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .accent-link.right:focus svg {
    animation-name: right-pulse-arrow;
    animation-direction: alternate;
    animation-duration: 0.75s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .accent-link.left:focus svg {
    animation-name: left-pulse-arrow;
    animation-direction: alternate;
    animation-duration: 0.75s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

.light-link {
  color: #ffffff;
  font-weight: 300;
  z-index: 1;
  display: inline-block;
  position: relative; }
  .light-link::after {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    width: 0%;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  @media (hover: hover) {
    .light-link:hover {
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      .light-link:hover::after {
        opacity: 1;
        width: calc(100% + 2px); } }
  @media (hover: none) {
    .light-link:focus {
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      .light-link:focus::after {
        opacity: 1;
        width: calc(100% + 2px); } }
  .light-link:focus {
    outline: none; }
  .light-link::after {
    background-color: #1b3666; }
  .light-link:hover {
    text-decoration: none;
    color: #ffffff; }
  .light-link:focus {
    outline: none; }

.dark-link {
  color: #333333;
  font-weight: 300;
  z-index: 1;
  display: inline-block;
  position: relative; }
  .dark-link::after {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    width: 0%;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  @media (hover: hover) {
    .dark-link:hover {
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      .dark-link:hover::after {
        opacity: 1;
        width: calc(100% + 2px); } }
  @media (hover: none) {
    .dark-link:focus {
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      .dark-link:focus::after {
        opacity: 1;
        width: calc(100% + 2px); } }
  .dark-link:focus {
    outline: none; }
  .dark-link::after {
    background-color: #1b3666; }
  .dark-link:hover {
    text-decoration: none;
    color: #ffffff; }
  .dark-link:focus {
    outline: none; }

.dark-link.disabled {
  color: #333333;
  font-weight: 300;
  z-index: 1;
  display: inline-block;
  transition: none; }
  .dark-link.disabled:hover {
    color: #333333;
    font-weight: 300;
    z-index: 1;
    display: inline-block; }

.btn-cornered {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.15rem 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  z-index: 1; }
  .btn-cornered:not(:disabled) {
    position: relative;
    cursor: pointer; }
    .btn-cornered:not(:disabled)::after {
      content: "";
      position: absolute;
      height: calc(100% + 2px);
      left: 50%;
      top: 50%;
      width: 0%;
      z-index: -1;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      opacity: .5;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    @media (hover: hover) {
      .btn-cornered:not(:disabled):hover {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
        .btn-cornered:not(:disabled):hover::after {
          opacity: 1;
          width: calc(100% + 2px); } }
    @media (hover: none) {
      .btn-cornered:not(:disabled):focus {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
        .btn-cornered:not(:disabled):focus::after {
          opacity: 1;
          width: calc(100% + 2px); } }
    .btn-cornered:not(:disabled):focus {
      outline: none; }
  .btn-cornered:hover {
    text-decoration: none; }
  .btn-cornered.accent {
    color: #ffffff;
    background-color: #1b3666; }
    @media (hover: none) {
      .btn-cornered.accent:not(:disabled):focus {
        border-color: #172e57; } }
    @media (hover: hover) {
      .btn-cornered.accent:not(:disabled):hover {
        border-color: #172e57; } }
    .btn-cornered.accent::after {
      background: #172e57; }
  .btn-cornered.warning {
    color: #ffffff;
    background-color: #FFD91A; }
    @media (hover: none) {
      .btn-cornered.warning:not(:disabled):focus {
        border-color: #d9b816; } }
    @media (hover: hover) {
      .btn-cornered.warning:not(:disabled):hover {
        border-color: #d9b816; } }
    .btn-cornered.warning::after {
      background: #d9b816; }
  .btn-cornered.danger {
    color: #ffffff;
    background-color: #D0021B; }
    @media (hover: none) {
      .btn-cornered.danger:not(:disabled):focus {
        border-color: #b10217; } }
    @media (hover: hover) {
      .btn-cornered.danger:not(:disabled):hover {
        border-color: #b10217; } }
    .btn-cornered.danger::after {
      background: #b10217; }
  .btn-cornered.purple {
    color: #ffffff;
    background-color: #8C19FF; }
    @media (hover: none) {
      .btn-cornered.purple:not(:disabled):focus {
        border-color: #7715d9; } }
    @media (hover: hover) {
      .btn-cornered.purple:not(:disabled):hover {
        border-color: #7715d9; } }
    .btn-cornered.purple::after {
      background: #7715d9; }
  .btn-cornered.success {
    color: #ffffff;
    background-color: #6EB43C; }
    @media (hover: none) {
      .btn-cornered.success:not(:disabled):focus {
        border-color: #5e9933; } }
    @media (hover: hover) {
      .btn-cornered.success:not(:disabled):hover {
        border-color: #5e9933; } }
    .btn-cornered.success::after {
      background: #5e9933; }
  .btn-cornered.info {
    color: #ffffff;
    background-color: #3c7ae6; }
    @media (hover: none) {
      .btn-cornered.info:not(:disabled):focus {
        border-color: #3368c4; } }
    @media (hover: hover) {
      .btn-cornered.info:not(:disabled):hover {
        border-color: #3368c4; } }
    .btn-cornered.info::after {
      background: #3368c4; }
  .btn-cornered:disabled {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4); }

.btn-inline {
  padding: 0.15rem 0.5rem;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  z-index: 1;
  background: transparent;
  border-color: transparent;
  color: inherit; }
  .btn-inline:not(:disabled):not([disabled]) {
    position: relative;
    cursor: pointer; }
    .btn-inline:not(:disabled):not([disabled])::after {
      content: "";
      position: absolute;
      height: calc(100% + 2px);
      left: 50%;
      top: 50%;
      width: 0%;
      z-index: -1;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      opacity: .5;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    @media (hover: hover) {
      .btn-inline:not(:disabled):not([disabled]):hover {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
        .btn-inline:not(:disabled):not([disabled]):hover::after {
          opacity: 1;
          width: calc(100% + 2px); } }
    @media (hover: none) {
      .btn-inline:not(:disabled):not([disabled]):focus {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
        .btn-inline:not(:disabled):not([disabled]):focus::after {
          opacity: 1;
          width: calc(100% + 2px); } }
    .btn-inline:not(:disabled):not([disabled]):focus {
      outline: none; }
    @media (hover: none) {
      .btn-inline:not(:disabled):not([disabled]):not(:disabled):focus {
        text-decoration: none;
        color: inherit; } }
    @media (hover: hover) {
      .btn-inline:not(:disabled):not([disabled]):not(:disabled):hover {
        text-decoration: none;
        color: inherit; } }
  .btn-inline::after {
    background: rgba(0, 0, 0, 0.2); }
  .btn-inline.accent {
    color: #1b3666; }
  .btn-inline:disabled, .btn-inline[disabled] {
    color: rgba(0, 0, 0, 0.4);
    text-decoration-line: line-through; }

.btn-outlined {
  padding: 0.15rem 1.25rem;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  z-index: 1;
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 300;
  border-radius: 1rem;
  font-weight: 500; }
  .btn-outlined:not(:disabled) {
    position: relative;
    cursor: pointer; }
    .btn-outlined:not(:disabled)::after {
      content: "";
      position: absolute;
      height: calc(100% + 2px);
      left: 50%;
      top: 50%;
      width: 0%;
      z-index: -1;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      opacity: .5;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    @media (hover: hover) {
      .btn-outlined:not(:disabled):hover {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
        .btn-outlined:not(:disabled):hover::after {
          opacity: 1;
          width: calc(100% + 2px); } }
    @media (hover: none) {
      .btn-outlined:not(:disabled):focus {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
        .btn-outlined:not(:disabled):focus::after {
          opacity: 1;
          width: calc(100% + 2px); } }
    .btn-outlined:not(:disabled):focus {
      outline: none; }
  .btn-outlined:disabled {
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #9b9b9b !important;
    border-color: #9b9b9b !important; }
  @media (hover: none) {
    .btn-outlined:not(:disabled):focus {
      text-decoration: none;
      border-color: #ffffff;
      color: #1b3666; } }
  @media (hover: hover) {
    .btn-outlined:not(:disabled):hover {
      text-decoration: none;
      border-color: #ffffff;
      color: #1b3666; } }
  .btn-outlined::after {
    background: #ffffff;
    cursor: pointer;
    border-radius: 1rem; }
  .btn-outlined.accent {
    color: #1b3666;
    border-color: #1b3666; }
    @media (hover: none) {
      .btn-outlined.accent:not(:disabled):focus {
        color: #ffffff; } }
    @media (hover: hover) {
      .btn-outlined.accent:not(:disabled):hover {
        color: #ffffff; } }
    .btn-outlined.accent::after {
      color: #ffffff;
      background-color: #1b3666; }
  .btn-outlined.warning {
    color: #FFD91A;
    border-color: #FFD91A; }
    @media (hover: none) {
      .btn-outlined.warning:not(:disabled):focus {
        color: #ffffff; } }
    @media (hover: hover) {
      .btn-outlined.warning:not(:disabled):hover {
        color: #ffffff; } }
    .btn-outlined.warning::after {
      color: #ffffff;
      background-color: #FFD91A; }
  .btn-outlined.danger {
    color: #D0021B;
    border-color: #D0021B; }
    @media (hover: none) {
      .btn-outlined.danger:not(:disabled):focus {
        color: #ffffff; } }
    @media (hover: hover) {
      .btn-outlined.danger:not(:disabled):hover {
        color: #ffffff; } }
    .btn-outlined.danger::after {
      color: #ffffff;
      background-color: #D0021B; }
  .btn-outlined.purple {
    color: #8C19FF;
    border-color: #8C19FF; }
    @media (hover: none) {
      .btn-outlined.purple:not(:disabled):focus {
        color: #ffffff; } }
    @media (hover: hover) {
      .btn-outlined.purple:not(:disabled):hover {
        color: #ffffff; } }
    .btn-outlined.purple::after {
      color: #ffffff;
      background-color: #8C19FF; }
  .btn-outlined.success {
    color: #6EB43C;
    border-color: #6EB43C; }
    @media (hover: none) {
      .btn-outlined.success:not(:disabled):focus {
        color: #ffffff; } }
    @media (hover: hover) {
      .btn-outlined.success:not(:disabled):hover {
        color: #ffffff; } }
    .btn-outlined.success::after {
      color: #ffffff;
      background-color: #6EB43C; }
  .btn-outlined.info {
    color: #3c7ae6;
    border-color: #3c7ae6; }
    @media (hover: none) {
      .btn-outlined.info:not(:disabled):focus {
        color: #ffffff; } }
    @media (hover: hover) {
      .btn-outlined.info:not(:disabled):hover {
        color: #ffffff; } }
    .btn-outlined.info::after {
      color: #ffffff;
      background-color: #3c7ae6; }

.btn-rounded {
  padding: 0.15rem 1.25rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 1rem;
  display: inline-block;
  text-align: center;
  z-index: 1;
  font-weight: 700; }
  .btn-rounded::after {
    cursor: pointer;
    border-radius: 1rem; }
  .btn-rounded:not(:disabled) {
    position: relative;
    cursor: pointer;
    color: #333333;
    background-color: #cbcbcb;
    border-color: #cbcbcb; }
    .btn-rounded:not(:disabled)::after {
      content: "";
      position: absolute;
      height: calc(100% + 2px);
      left: 50%;
      top: 50%;
      width: 0%;
      z-index: -1;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      opacity: .5;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    @media (hover: hover) {
      .btn-rounded:not(:disabled):hover {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
        .btn-rounded:not(:disabled):hover::after {
          opacity: 1;
          width: calc(100% + 2px); } }
    @media (hover: none) {
      .btn-rounded:not(:disabled):focus {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
        .btn-rounded:not(:disabled):focus::after {
          opacity: 1;
          width: calc(100% + 2px); } }
    .btn-rounded:not(:disabled):focus {
      outline: none; }
    .btn-rounded:not(:disabled)::after {
      background: #adadad; }
  .btn-rounded:disabled {
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #9b9b9b !important;
    border-color: #9b9b9b !important; }
  @media (hover: none) {
    .btn-rounded:not(:disabled):focus {
      text-decoration: none; } }
  @media (hover: hover) {
    .btn-rounded:not(:disabled):hover {
      text-decoration: none; } }
  .btn-rounded.accent {
    color: #ffffff;
    background-color: #3c7ae6;
    border-color: #3c7ae6; }
    @media (hover: none) {
      .btn-rounded.accent:not(:disabled):focus {
        border-color: #3368c4; } }
    @media (hover: hover) {
      .btn-rounded.accent:not(:disabled):hover {
        border-color: #3368c4; } }
    .btn-rounded.accent::after {
      background: #3368c4; }
  .btn-rounded.warning {
    color: #ffffff;
    background-color: #FFD91A; }
    @media (hover: none) {
      .btn-rounded.warning:not(:disabled):focus {
        border-color: #d9b816; } }
    @media (hover: hover) {
      .btn-rounded.warning:not(:disabled):hover {
        border-color: #d9b816; } }
    .btn-rounded.warning::after {
      background: #d9b816; }
  .btn-rounded.danger {
    color: #ffffff;
    background-color: #D0021B; }
    @media (hover: none) {
      .btn-rounded.danger:not(:disabled):focus {
        border-color: #b10217; } }
    @media (hover: hover) {
      .btn-rounded.danger:not(:disabled):hover {
        border-color: #b10217; } }
    .btn-rounded.danger::after {
      background: #b10217; }
  .btn-rounded.purple {
    color: #ffffff;
    background-color: #8C19FF; }
    @media (hover: none) {
      .btn-rounded.purple:not(:disabled):focus {
        border-color: #7715d9; } }
    @media (hover: hover) {
      .btn-rounded.purple:not(:disabled):hover {
        border-color: #7715d9; } }
    .btn-rounded.purple::after {
      background: #7715d9; }
  .btn-rounded.success {
    color: #ffffff;
    background-color: #6EB43C; }
    @media (hover: none) {
      .btn-rounded.success:not(:disabled):focus {
        border-color: #5e9933; } }
    @media (hover: hover) {
      .btn-rounded.success:not(:disabled):hover {
        border-color: #5e9933; } }
    .btn-rounded.success::after {
      background: #5e9933; }
  .btn-rounded.info {
    color: #ffffff;
    background-color: #3c7ae6; }
    @media (hover: none) {
      .btn-rounded.info:not(:disabled):focus {
        border-color: #3368c4; } }
    @media (hover: hover) {
      .btn-rounded.info:not(:disabled):hover {
        border-color: #3368c4; } }
    .btn-rounded.info::after {
      background: #3368c4; }
  .btn-rounded:disabled {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4); }

select.readonly {
  pointer-events: none; }

.form-invisible {
  border: none;
  border-bottom: 2px solid transparent;
  font-weight: 300;
  height: 1.75rem; }
  .form-invisible:focus {
    outline: none;
    border-bottom-color: #1b3666; }

.form-discrete {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  font-weight: 300;
  border-radius: .25rem .25rem 0 0;
  padding: 0.25rem 0.5rem;
  line-height: 1.25; }
  .form-discrete.thin {
    border-bottom-width: 1px; }
  .form-discrete:focus {
    outline: none;
    border-bottom-color: #1b3666; }

.form-discrete.light {
  background-color: #efefef; }

.md-form-group {
  width: 100%;
  position: relative;
  border-radius: .25rem .25rem 0 0;
  margin-bottom: .5rem;
  display: inline-block; }
  .md-form-group.id-form {
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-bottom: 0; }
    .md-form-group.id-form .lead-i {
      width: 1.75rem;
      height: 2rem;
      display: flex;
      align-items: center;
      position: absolute; }
    .md-form-group.id-form svg, .md-form-group.id-form i {
      margin-left: 0.5rem;
      font-size: 0.75rem; }
    .md-form-group.id-form [class*="form-"] {
      text-indent: 1rem;
      min-width: 5rem; }
  .md-form-group.auto-grow {
    width: auto;
    display: inline-block; }
  .md-form-group.icon-l .lead-i {
    width: 2.25rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    position: absolute; }
  .md-form-group.icon-l svg, .md-form-group.icon-l i {
    margin-left: 0.5rem; }
  .md-form-group.icon-l .control-label {
    left: 2.25rem; }
  .md-form-group.icon-l [class*="form-"] {
    text-indent: 1.75rem; }
  .md-form-group.icon-t .trail-i {
    z-index: 2;
    position: absolute;
    right: 0;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    top: 0.5rem;
    cursor: pointer;
    color: #1b3666; }
    .md-form-group.icon-t .trail-i:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    .md-form-group.icon-t .trail-i:focus {
      outline: none;
      background-color: rgba(0, 0, 0, 0.3); }
  .md-form-group.icon-t svg, .md-form-group.icon-t i {
    width: 1.5rem;
    margin: 0 0.25rem; }
  .md-form-group.icon-t [class*="form-"] {
    padding-right: 2.25rem; }
  .md-form-group.bandeira .control-label {
    left: 90px;
    font-size: 0.8rem;
    transform: translateY(-0.7rem); }
  .md-form-group:not(.icon-l):not(.bandeira) .control-label {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    left: 0; }
  .md-form-group.no-label {
    min-height: 2rem; }
    .md-form-group.no-label [class*="form-"] {
      height: 2rem;
      padding-top: 0.25rem; }
    .md-form-group.no-label.icon-l .lead-i {
      height: 2rem; }
  .md-form-group:not(.no-label) {
    min-height: 2.75rem; }
    .md-form-group:not(.no-label) [class*="form-"] {
      min-height: 2.75rem;
      padding-top: 1.05rem; }
  .md-form-group svg, .md-form-group i {
    font-size: 1.25rem;
    color: #1b3666;
    z-index: 2;
    position: relative; }
    .md-form-group svg[class*="hashtag"], .md-form-group i[class*="hashtag"] {
      font-size: 0.75rem; }
  .md-form-group .control-label {
    position: absolute;
    margin: 0;
    padding-top: .75rem;
    top: 0;
    z-index: 3;
    transition: all 0.2s ease-in;
    cursor: text;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .md-form-group [class*="form-"] {
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding-bottom: .2rem;
    resize: none; }
    .md-form-group [class*="form-"].valid {
      border-bottom-color: #3c7ae6; }
      .md-form-group [class*="form-"].valid ~ .control-label {
        color: #3c7ae6; }
    .md-form-group [class*="form-"]:focus ~ .control-label {
      font-size: 0.8rem;
      transform: translateY(-0.7rem); }
    .md-form-group [class*="form-"]:focus:not(:valid):not(.valid) {
      border-bottom-color: #D0021B; }
      .md-form-group [class*="form-"]:focus:not(:valid):not(.valid) ~ .control-label {
        color: #D0021B; }
    .md-form-group [class*="form-"]:focus:valid {
      border-bottom-color: #3c7ae6; }
      .md-form-group [class*="form-"]:focus:valid ~ .control-label {
        color: #3c7ae6; }
    .md-form-group [class*="form-"]:focus.valid {
      border-bottom-color: #3c7ae6; }
      .md-form-group [class*="form-"]:focus.valid ~ .control-label {
        color: #3c7ae6; }
    .md-form-group [class*="form-"].dirty ~ .control-label {
      font-size: 0.8rem;
      transform: translateY(-0.7rem); }
    .md-form-group [class*="form-"]:not(:focus) {
      border-bottom-color: #9b9b9b; }
      .md-form-group [class*="form-"]:not(:focus) ~ .control-label {
        color: #9b9b9b; }
    .md-form-group [class*="form-"]:disabled {
      border-bottom-color: #cbcbcb; }
      .md-form-group [class*="form-"]:disabled ~ .control-label {
        cursor: not-allowed; }
    .md-form-group [class*="form-"]:not(select):read-only ~ .control-label {
      cursor: not-allowed; }
  .md-form-group.dark-mode > .control-label {
    font-weight: 300; }
  .md-form-group.dark-mode > .form-discrete {
    background: #1b3666 !important;
    color: #ffffff !important;
    font-weight: 500;
    filter: none;
    border-radius: 0; }
    .md-form-group.dark-mode > .form-discrete:-webkit-autofill, .md-form-group.dark-mode > .form-discrete:-webkit-autofill:hover, .md-form-group.dark-mode > .form-discrete:-webkit-autofill:focus, .md-form-group.dark-mode > .form-discrete:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #1b3666 inset !important;
      -webkit-text-fill-color: #ffffff !important;
      font-size: initial; }
    .md-form-group.dark-mode > .form-discrete.valid {
      border-bottom-color: #6EB43C; }
      .md-form-group.dark-mode > .form-discrete.valid + .control-label {
        color: #6EB43C; }
    .md-form-group.dark-mode > .form-discrete:focus + .control-label {
      font-size: 0.8rem;
      transform: translateY(-1rem); }
    .md-form-group.dark-mode > .form-discrete:focus:not(:valid):not(.valid) {
      border-bottom-color: #D0021B; }
      .md-form-group.dark-mode > .form-discrete:focus:not(:valid):not(.valid) + .control-label {
        color: #D0021B; }
    .md-form-group.dark-mode > .form-discrete:focus:valid {
      border-bottom-color: #6EB43C; }
      .md-form-group.dark-mode > .form-discrete:focus:valid + .control-label {
        color: #6EB43C; }
    .md-form-group.dark-mode > .form-discrete:focus.valid {
      border-bottom-color: #6EB43C; }
      .md-form-group.dark-mode > .form-discrete:focus.valid + .control-label {
        color: #6EB43C; }
    .md-form-group.dark-mode > .form-discrete.dirty + .control-label {
      font-size: 0.8rem;
      transform: translateY(-1rem); }
    .md-form-group.dark-mode > .form-discrete:not(:focus) {
      border-bottom-color: #ffffff; }
      .md-form-group.dark-mode > .form-discrete:not(:focus) + .control-label {
        color: #ffffff; }
  .md-form-group.dark-mode > .trail-i > * {
    color: #ffffff; }

.radio-form-group {
  width: 100%;
  display: flex;
  margin-bottom: .5rem; }
  .radio-form-group input[type=radio] {
    position: absolute;
    opacity: 0;
    left: -99999px; }
    .radio-form-group input[type=radio]:focus + .radio-label {
      border-bottom: 2px solid #1b3666; }
    .radio-form-group input[type=radio]:checked + .radio-label {
      border-bottom: 2px solid #3c7ae6;
      background-color: #eff3fa; }
  .radio-form-group .radio-label {
    background-color: #efefef;
    border-bottom: 2px solid #9b9b9b;
    flex: 1;
    padding: 0.25rem 0.5rem;
    text-align: center;
    cursor: pointer;
    margin: 0; }
    .radio-form-group .radio-label:first-of-type {
      border-top-left-radius: .25rem; }
    .radio-form-group .radio-label:last-of-type {
      border-top-right-radius: .25rem; }
    .radio-form-group .radio-label:not(:last-of-type) {
      border-right: 1px solid #9b9b9b; }

.chip {
  border-radius: 2rem;
  border: 1px solid #9b9b9b;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
  line-height: 2rem;
  max-width: 100%;
  padding: 0.25rem 0.75rem;
  color: inherit; }
  .chip:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: inherit;
    text-decoration: none; }
  .chip .lead-i {
    left: 0;
    font-size: 20px;
    display: block;
    width: 20px;
    margin-right: 7px;
    color: #cbcbcb; }
  .chip .chip-text {
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chip .trail-i {
    right: 0;
    font-size: 16px;
    display: block;
    width: 16px;
    margin-left: 7px; }

.link-list {
  padding: 0;
  margin: 0; }
  .link-list .list-item {
    list-style: none; }
    .link-list .list-item > a {
      display: flex;
      align-items: center;
      padding: 0.5rem 1rem;
      cursor: pointer;
      color: inherit;
      border-radius: 3rem; }
      .link-list .list-item > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        text-decoration: none; }
    .link-list .list-item .lead-i {
      font-size: 2.25rem;
      max-width: 2.25rem;
      margin-right: 0.75rem;
      display: block; }
      .link-list .list-item .lead-i.fa-user-circle {
        color: #cbcbcb; }
      .link-list .list-item .lead-i .fa-circle {
        color: #FFD91A; }
      .link-list .list-item .lead-i .fa-layers-text {
        color: #1b3666;
        font-weight: 700; }
    .link-list .list-item .list-item-text {
      width: calc(100% - 3rem);
      display: flex;
      flex-direction: column;
      text-align: left; }
      .link-list .list-item .list-item-text .title {
        font-weight: 400; }
      .link-list .list-item .list-item-text .subtitle {
        color: #9b9b9b;
        font-size: 0.9rem; }

/*# sourceMappingURL=main.css.map */
