@charset "UTF-8";

/* src/styles.css */
.management-desc,
.blog-desc,
.desc,
.committee-paragraph {
  margin-bottom: 14px;
  text-align: justify !important;
  line-height: 1.85;
}
.committee-content-wrap {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}
.content-list li {
  text-align: justify;
}
.widget-archives .active > a,
.widget-archives a.active {
  color: #ff5421 !important;
  display: inline-block;
}
#rs-categories.home9-style .team-members-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#rs-categories.home9-style .team-members-row > [class*=col-] {
  display: flex;
}
#rs-categories.home9-style .team-members-row .categories-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#rs-categories.home9-style .team-members-row .categories-items .image-content {
  flex: 1;
}
@media (max-width: 991.98px) {
  #rs-categories.home9-style .team-members-row > [class*=col-] {
    display: block;
  }
  #rs-categories.home9-style .team-members-row .categories-items {
    height: auto;
  }
}

/* src/assets/css/bootstrap.min.css */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
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;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -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-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: .3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: .25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled,
.btn:disabled {
  opacity: .65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: .5rem;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  transition: opacity .15s linear;
}
@media (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 .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-transform .15s ease-in-out;
  transition:
    transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-transform .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: .25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: .75rem;
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: .75rem;
}
@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem;
}
.toast:not(:last-child) {
  margin-bottom: .75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.toast-body {
  padding: .75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer > * {
  margin: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: .9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem;
}
.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px);
}
.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem;
}
.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem;
}
.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px);
}
.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem;
}
.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: .2rem !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-lg {
  border-radius: .3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width:576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width:768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width:992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width:1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}
.pl-2,
.px-2 {
  padding-left: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important;
}
.m-n2 {
  margin: -.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important;
  }
  .m-sm-n2 {
    margin: -.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important;
  }
  .m-md-n2 {
    margin: -.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important;
  }
  .m-lg-n2 {
    margin: -.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important;
  }
  .m-xl-n2 {
    margin: -.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* src/assets/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont3e6e.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* src/assets/css/animate.css */
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  animation-duration: 15s;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* src/assets/css/owl.carousel.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* src/assets/css/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* src/assets/css/off-canvas.css */
.rs-offcanvas-link {
}
a.nav-expander {
  background: transparent;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  margin-right: 0;
  padding: 0;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: auto;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
a.nav-expander:hover {
  cursor: pointer;
}
nav.right_menu_togle {
  background: rgba(0, 0, 0, 0.9);
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -23em;
  font-size: 15px;
  top: 0;
  width: 23em;
  z-index: 2000;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
.nav-expanded nav {
  right: 0 !important;
}
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
.right_menu_togle .close-btn {
  overflow: hidden;
  padding: 35px 10px 20px;
}
.right_menu_togle .canvas-logo {
  padding-left: 24px;
  padding-bottom: 20px;
}
.right_menu_togle .search-wrap {
  padding: 20px 24px 0;
  position: relative;
}
.right_menu_togle .search-wrap label {
  display: block;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.right_menu_togle .search-wrap input,
.right_menu_togle .search-wrap button {
  border: none;
  outline: none;
}
.right_menu_togle .search-wrap input {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 7px 25px;
  margin-top: 6px;
}
.right_menu_togle .search-wrap button {
  position: absolute;
  right: 40px;
  background: transparent;
  cursor: pointer;
  bottom: 7px;
  font-size: 18px;
}
span#nav-close {
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 26px;
  border: 3px solid #fff;
  border-radius: 50%;
  float: right;
  font-weight: bold;
}
.sidebarnav_menu.main-menu li.menu-item-has-children:before {
  position: absolute;
  content: "\f078";
  font-family: FontAwesome;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  right: 8px;
  top: 5px;
  cursor: pointer;
  z-index: 999;
  text-align: center;
  font-size: 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li.menu-item-has-children.open:before {
  content: "\f077";
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li.menu-item-has-children ul {
  display: none;
}
.sidebarnav_menu.main-menu li.menu-item-has-children ul li a {
  display: block;
  padding: 8px 45px;
  font-size: 14px;
}
.sidebarnav_menu.main-menu li ul li:hover a,
.sidebarnav_menu.main-menu li ul li.active a {
  background: rgba(0, 0, 0, 0.15) !important;
}
.sidebarnav_menu.main-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  position: relative;
  display: block;
}
.sidebarnav_menu.main-menu .list-unstyled li:last-child {
  border-bottom: 0;
}
.sidebarnav_menu.main-menu .list-unstyled {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebarnav_menu.main-menu .list-unstyled li {
  border: 0;
}
.sidebarnav_menu.main-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 8px 24px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li ul li a {
  padding: 8px 0 8px 40px;
}
.sidebarnav_menu.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.sidebarnav_menu.main-menu a .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 8px;
}
.sidebarnav_menu.main-menu a:hover .caret {
  border-top-color: #4f5963;
}
.sidebarnav_menu.main-menu li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sidebarnav_menu.main-menu li.open > a:hover > .caret {
  border-bottom-color: #4f5963;
}
.icon:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "\f105";
}
.sidebarnav_menu.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebarnav_menu.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}
.sidebar_nav.navbar {
  position: absolute;
  min-height: auto;
  margin-bottom: 0;
  border: 0;
}
.rs-menu.rs-menu-close,
.sidebar_nav.navbar-inverse {
  background: transparent;
}

/* src/assets/fonts/linea-fonts.css */
@font-face {
  font-family: "linea-basic-10";
  src: url("./media/linea-basic-10.eot");
  src:
    url("./media/linea-basic-10d41d.eot?#iefix") format("embedded-opentype"),
    url("./media/linea-basic-10.woff") format("woff"),
    url("./media/linea-basic-10.ttf") format("truetype"),
    url("./media/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 700 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
  content: "a";
}
.icon-basic-alarm:before {
  content: "b";
}
.icon-basic-anchor:before {
  content: "c";
}
.icon-basic-anticlockwise:before {
  content: "d";
}
.icon-basic-archive:before {
  content: "e";
}
.icon-basic-archive-full:before {
  content: "f";
}
.icon-basic-ban:before {
  content: "g";
}
.icon-basic-battery-charge:before {
  content: "h";
}
.icon-basic-battery-empty:before {
  content: "i";
}
.icon-basic-battery-full:before {
  content: "j";
}
.icon-basic-battery-half:before {
  content: "k";
}
.icon-basic-bolt:before {
  content: "l";
}
.icon-basic-book:before {
  content: "m";
}
.icon-basic-book-pen:before {
  content: "n";
}
.icon-basic-book-pencil:before {
  content: "o";
}
.icon-basic-bookmark:before {
  content: "p";
}
.icon-basic-calculator:before {
  content: "q";
}
.icon-basic-calendar:before {
  content: "r";
}
.icon-basic-cards-diamonds:before {
  content: "s";
}
.icon-basic-cards-hearts:before {
  content: "t";
}
.icon-basic-case:before {
  content: "u";
}
.icon-basic-chronometer:before {
  content: "v";
}
.icon-basic-clessidre:before {
  content: "w";
}
.icon-basic-clock:before {
  content: "x";
}
.icon-basic-clockwise:before {
  content: "y";
}
.icon-basic-cloud:before {
  content: "z";
}
.icon-basic-clubs:before {
  content: "A";
}
.icon-basic-compass:before {
  content: "B";
}
.icon-basic-cup:before {
  content: "C";
}
.icon-basic-diamonds:before {
  content: "D";
}
.icon-basic-display:before {
  content: "E";
}
.icon-basic-download:before {
  content: "F";
}
.icon-basic-exclamation:before {
  content: "G";
}
.icon-basic-eye:before {
  content: "H";
}
.icon-basic-eye-closed:before {
  content: "I";
}
.icon-basic-female:before {
  content: "J";
}
.icon-basic-flag1:before {
  content: "K";
}
.icon-basic-flag2:before {
  content: "L";
}
.icon-basic-floppydisk:before {
  content: "M";
}
.icon-basic-folder:before {
  content: "N";
}
.icon-basic-folder-multiple:before {
  content: "O";
}
.icon-basic-gear:before {
  content: "P";
}
.icon-basic-geolocalize-01:before {
  content: "Q";
}
.icon-basic-geolocalize-05:before {
  content: "R";
}
.icon-basic-globe:before {
  content: "S";
}
.icon-basic-gunsight:before {
  content: "T";
}
.icon-basic-hammer:before {
  content: "U";
}
.icon-basic-headset:before {
  content: "V";
}
.icon-basic-heart:before {
  content: "W";
}
.icon-basic-heart-broken:before {
  content: "X";
}
.icon-basic-helm:before {
  content: "Y";
}
.icon-basic-home:before {
  content: "Z";
}
.icon-basic-info:before {
  content: "0";
}
.icon-basic-ipod:before {
  content: "1";
}
.icon-basic-joypad:before {
  content: "2";
}
.icon-basic-key:before {
  content: "3";
}
.icon-basic-keyboard:before {
  content: "4";
}
.icon-basic-laptop:before {
  content: "5";
}
.icon-basic-life-buoy:before {
  content: "6";
}
.icon-basic-lightbulb:before {
  content: "7";
}
.icon-basic-link:before {
  content: "8";
}
.icon-basic-lock:before {
  content: "9";
}
.icon-basic-lock-open:before {
  content: "!";
}
.icon-basic-magic-mouse:before {
  content: '"';
}
.icon-basic-magnifier:before {
  content: "#";
}
.icon-basic-magnifier-minus:before {
  content: "$";
}
.icon-basic-magnifier-plus:before {
  content: "%";
}
.icon-basic-mail:before {
  content: "&";
}
.icon-basic-mail-multiple:before {
  content: "'";
}
.icon-basic-mail-open:before {
  content: "(";
}
.icon-basic-mail-open-text:before {
  content: ")";
}
.icon-basic-male:before {
  content: "*";
}
.icon-basic-map:before {
  content: "+";
}
.icon-basic-message:before {
  content: ",";
}
.icon-basic-message-multiple:before {
  content: "-";
}
.icon-basic-message-txt:before {
  content: ".";
}
.icon-basic-mixer2:before {
  content: "/";
}
.icon-basic-mouse:before {
  content: ":";
}
.icon-basic-notebook:before {
  content: ";";
}
.icon-basic-notebook-pen:before {
  content: "<";
}
.icon-basic-notebook-pencil:before {
  content: "=";
}
.icon-basic-paperplane:before {
  content: ">";
}
.icon-basic-pencil-ruler:before {
  content: "?";
}
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.icon-basic-photo:before {
  content: "[";
}
.icon-basic-picture:before {
  content: "]";
}
.icon-basic-picture-multiple:before {
  content: "^";
}
.icon-basic-pin1:before {
  content: "_";
}
.icon-basic-pin2:before {
  content: "`";
}
.icon-basic-postcard:before {
  content: "{";
}
.icon-basic-postcard-multiple:before {
  content: "|";
}
.icon-basic-printer:before {
  content: "}";
}
.icon-basic-question:before {
  content: "~";
}
.icon-basic-rss:before {
  content: "\\";
}
.icon-basic-server:before {
  content: "\e000";
}
.icon-basic-server2:before {
  content: "\e001";
}
.icon-basic-server-cloud:before {
  content: "\e002";
}
.icon-basic-server-download:before {
  content: "\e003";
}
.icon-basic-server-upload:before {
  content: "\e004";
}
.icon-basic-settings:before {
  content: "\e005";
}
.icon-basic-share:before {
  content: "\e006";
}
.icon-basic-sheet:before {
  content: "\e007";
}
.icon-basic-sheet-multiple:before {
  content: "\e008";
}
.icon-basic-sheet-pen:before {
  content: "\e009";
}
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.icon-basic-sheet-txt:before {
  content: "\e00b";
}
.icon-basic-signs:before {
  content: "\e00c";
}
.icon-basic-smartphone:before {
  content: "\e00d";
}
.icon-basic-spades:before {
  content: "\e00e";
}
.icon-basic-spread:before {
  content: "\e00f";
}
.icon-basic-spread-bookmark:before {
  content: "\e010";
}
.icon-basic-spread-text:before {
  content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.icon-basic-star:before {
  content: "\e013";
}
.icon-basic-tablet:before {
  content: "\e014";
}
.icon-basic-target:before {
  content: "\e015";
}
.icon-basic-todo:before {
  content: "\e016";
}
.icon-basic-todo-pen:before {
  content: "\e017";
}
.icon-basic-todo-pencil:before {
  content: "\e018";
}
.icon-basic-todo-txt:before {
  content: "\e019";
}
.icon-basic-todolist-pen:before {
  content: "\e01a";
}
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.icon-basic-trashcan:before {
  content: "\e01c";
}
.icon-basic-trashcan-full:before {
  content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.icon-basic-upload:before {
  content: "\e020";
}
.icon-basic-usb:before {
  content: "\e021";
}
.icon-basic-video:before {
  content: "\e022";
}
.icon-basic-watch:before {
  content: "\e023";
}
.icon-basic-webpage:before {
  content: "\e024";
}
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.icon-basic-webpage-multiple:before {
  content: "\e026";
}
.icon-basic-webpage-txt:before {
  content: "\e027";
}
.icon-basic-world:before {
  content: "\e028";
}

/* src/assets/fonts/flaticon.css */
@font-face {
  font-family: "Flaticon";
  src: url("./media/Flaticon.eot");
  src:
    url("./media/Flaticond41d.eot?#iefix") format("embedded-opentype"),
    url("./media/Flaticon.woff2") format("woff2"),
    url("./media/Flaticon.woff") format("woff"),
    url("./media/Flaticon.ttf") format("truetype"),
    url("./media/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./media/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}
.flaticon-graphic:before {
  content: "\f100";
}
.flaticon-bulb:before {
  content: "\f101";
}
.flaticon-heart:before {
  content: "\f102";
}
.flaticon-money:before {
  content: "\f103";
}
.flaticon-money-1:before {
  content: "\f104";
}
.flaticon-analysis:before {
  content: "\f105";
}
.flaticon-money-2:before {
  content: "\f106";
}
.flaticon-headset:before {
  content: "\f107";
}
.flaticon-law:before {
  content: "\f108";
}
.flaticon-document:before {
  content: "\f109";
}
.flaticon-idea:before {
  content: "\f10a";
}
.flaticon-career:before {
  content: "\f10b";
}
.flaticon-target:before {
  content: "\f10c";
}
.flaticon-speed:before {
  content: "\f10d";
}
.flaticon-admin:before {
  content: "\f10e";
}
.flaticon-tax:before {
  content: "\f10f";
}
.flaticon-diamond:before {
  content: "\f110";
}
.flaticon-partnership:before {
  content: "\f111";
}
.flaticon-growth:before {
  content: "\f112";
}
.flaticon-sales:before {
  content: "\f113";
}
.flaticon-sale:before {
  content: "\f114";
}
.flaticon-whiteboard:before {
  content: "\f115";
}
.flaticon-pen:before {
  content: "\f116";
}
.flaticon-best:before {
  content: "\f117";
}
.flaticon-umbrella:before {
  content: "\f118";
}
.flaticon-dashboard:before {
  content: "\f119";
}
.flaticon-gear:before {
  content: "\f11a";
}
.flaticon-pyramid:before {
  content: "\f11b";
}
.flaticon-business-and-finance:before {
  content: "\f11c";
}
.flaticon-flower:before {
  content: "\f11d";
}
.flaticon-chart:before {
  content: "\f11e";
}
.flaticon-timer:before {
  content: "\f11f";
}
.flaticon-banknote:before {
  content: "\f120";
}
.flaticon-maze:before {
  content: "\f121";
}
.flaticon-suitcase:before {
  content: "\f122";
}
.flaticon-chess-piece:before {
  content: "\f123";
}
.flaticon-puzzle-pieces:before {
  content: "\f124";
}
.flaticon-profits:before {
  content: "\f125";
}
.flaticon-pie-chart:before {
  content: "\f126";
}
.flaticon-computer:before {
  content: "\f127";
}
.flaticon-clock:before {
  content: "\f128";
}
.flaticon-time-call:before {
  content: "\f129";
}
.flaticon-phone:before {
  content: "\f12a";
}
.flaticon-call:before {
  content: "\f12b";
}
.flaticon-email:before {
  content: "\f12c";
}
.flaticon-location:before {
  content: "\f12d";
}
.flaticon-send:before {
  content: "\f12e";
}
.flaticon-bag:before {
  content: "\f12f";
}
.flaticon-supermarket:before {
  content: "\f130";
}
.flaticon-basket:before {
  content: "\f131";
}
.flaticon-shopping-bag:before {
  content: "\f132";
}
.flaticon-right-arrow:before {
  content: "\f133";
}
.flaticon-left-arrow:before {
  content: "\f134";
}
.flaticon-back:before {
  content: "\f135";
}
.flaticon-right-arrow-1:before {
  content: "\f136";
}
.flaticon-next:before {
  content: "\f137";
}
.flaticon-back-1:before {
  content: "\f138";
}
.flaticon-arrow:before {
  content: "\f139";
}
.flaticon-upload:before {
  content: "\f13a";
}
.flaticon-back-2:before {
  content: "\f13b";
}
.flaticon-next-1:before {
  content: "\f13c";
}
.flaticon-ui:before {
  content: "\f13d";
}
.flaticon-back-3:before {
  content: "\f13e";
}
.flaticon-next-2:before {
  content: "\f13f";
}
.flaticon-back-4:before {
  content: "\f140";
}
.flaticon-play-button:before {
  content: "\f141";
}
.flaticon-play-button-1:before {
  content: "\f142";
}
.flaticon-picture:before {
  content: "\f143";
}
.flaticon-image:before {
  content: "\f144";
}
.flaticon-gallery:before {
  content: "\f145";
}
.flaticon-pictures:before {
  content: "\f146";
}
.flaticon-unlink:before {
  content: "\f147";
}
.flaticon-link:before {
  content: "\f148";
}
.flaticon-link-1:before {
  content: "\f149";
}
.flaticon-link-2:before {
  content: "\f14a";
}
.flaticon-speaker:before {
  content: "\f14b";
}
.flaticon-speaker-1:before {
  content: "\f14c";
}
.flaticon-picture-1:before {
  content: "\f14d";
}
.flaticon-picture-2:before {
  content: "\f14e";
}
.flaticon-quotes:before {
  content: "\f14f";
}
.flaticon-right-quote:before {
  content: "\f150";
}
.flaticon-phrase:before {
  content: "\f151";
}
.flaticon-error:before {
  content: "\f152";
}
.flaticon-close-circular-button-of-a-cross:before {
  content: "\f153";
}
.flaticon-add-circular-button:before {
  content: "\f154";
}
.flaticon-cross:before {
  content: "\f155";
}
.flaticon-search:before {
  content: "\f156";
}
.flaticon-shopping-bag-1:before {
  content: "\f157";
}
.flaticon-eye:before {
  content: "\f158";
}
.flaticon-user:before {
  content: "\f159";
}
.flaticon-user-1:before {
  content: "\f15a";
}
.flaticon-clock-1:before {
  content: "\f15b";
}
.flaticon-comment:before {
  content: "\f15c";
}
.flaticon-folder:before {
  content: "\f15d";
}
.flaticon-price-tag:before {
  content: "\f15e";
}

/* src/assets/css/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family:
    Arial,
    Baskerville,
    monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* src/assets/css/rsmenu-main.css */
.rs-topbar-part {
  background: transparent;
  padding: 15px 0;
}
.rs-topbar-part .rs-contact-info {
  display: flex;
}
.rs-topbar-part .rs-contact-info .contact-part {
  display: inline-block;
  margin-right: 25px;
}
.rs-topbar-part .rs-contact-info .contact-part i {
  margin-right: 10px;
}
.rs-topbar-part .rs-contact-info .contact-part i:before {
  font-size: 15px;
  color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part a {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part .address {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part:last-child {
  margin: 0;
}
.rs-topbar-part .topbar-sl-share .icon-part {
  color: #0b2ba7;
}
.rs-topbar-part .topbar-sl-share .icon-part li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
}
.rs-topbar-part .topbar-sl-share .icon-part li a i {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.rs-topbar-part .topbar-sl-share .icon-part li:last-child {
  margin: 0;
}
.main-menu {
  position: relative;
}
.main-menu::after {
  display: block;
  clear: both;
  content: "";
}
.rs-menu {
  float: left;
  clear: both;
  width: 100%;
  font-size: 0;
}
.rs-menu ul,
.rs-menu li,
.rs-menu p,
.rs-menu a,
.rs-menu div,
.rs-menu i {
  border: 0;
  margin: 0;
  padding: 0;
}
.rs-menu li {
  display: block;
  position: relative;
}
.rs-menu a {
  display: block;
  padding: 16px;
}
.rs-menu .row {
  float: left;
  width: 100%;
  position: relative;
}
.rs-header .menu-area .logo-area {
  position: relative;
  width: 150px;
  height: 96px;
  line-height: 96px;
}
.rs-header .menu-area .logo-area img {
  max-width: 100%;
  max-height: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 45px;
  padding: 0;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease 0s;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  height: 96px;
  line-height: 96px;
  padding: 0;
  color: #fff;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #ffa000;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0 !important;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.rs-header .menu-area .main-menu .rs-menu ul li.active a,
.rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #ffa000;
}
.rs-menu ul ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #111111;
}
.rs-menu ul ul.visible,
.rs-menu ul .rs-mega-menu ul.visible ul.sub-menu {
  display: block;
  z-index: 110;
}
.rs-menu li:hover > ul.mega-menu > li > ul {
  position: relative;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background-color: #ffffff;
  margin: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  z-index: 99;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding: 10px 30px;
  height: unset;
  text-transform: capitalize;
  line-height: unset;
  color: #0a0a0a;
  font-weight: 400;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ffa000 !important;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #ffa000 !important;
}
.rs-menu a {
  color: #bbb;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rs-menu li i {
  margin-right: 10px;
  font-size: 16px;
  transform: translate3d(0, 0, 0);
}
.nav-menu .rs-mega-menu > a span:after,
.nav-menu > .menu-item-has-children > a span:after {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  margin: 2px 0 0 5px;
}
.mega-menu h1,
.mega-menu h2,
.mega-menu h3 {
  margin-bottom: 24px;
}
.rs-menu li {
  font-size: 14px;
}
.rs-menu .sub-menu li a {
  padding: 10px 14px;
}
.rs-menu ul ul a {
  font-size: 15px;
  text-align: left;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu {
  position: absolute;
  left: 0;
  background-color: #ffffff;
  min-width: 700px;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu {
  display: block;
  position: relative;
  width: auto;
  padding: 0;
  min-height: initial;
  box-shadow: none;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu li,
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu a {
  width: 100%;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu {
  width: 33%;
  float: left;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu .sub-menu {
  box-shadow: none;
  text-align: left;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu .sub-menu .menu-title {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  color: #0a0a0a;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu:hover .sub-menu .menu-title {
  color: #043d72;
}
.expand-btn {
  float: right;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  top: 50%;
  transform: translateY(-50%);
}
.expand-btn span {
  display: inline-block;
  margin-right: 20px;
}
.expand-btn span a {
  padding: 0;
}
.expand-btn span a i:before {
  font-size: 15px;
  margin: 0;
}
.expand-btn span a.nav-expander i {
  font-weight: 700;
}
.expand-btn span a.nav-expander i:before {
  font-size: 21px;
  margin-left: 20px;
}
.expand-btn span:last-child {
  margin: 0;
}
.expand-btn .header-btn {
  padding: 10px 40px;
  background: #ffa000;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}
.expand-btn .header-btn:hover {
  background: #fff;
  color: #333333;
}
.expand-btn .offcanvas-icon li span {
  background: #fff;
  height: 2px;
  width: 20px;
  display: block !important;
  margin: 0 0 4px 0 !important;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  list-style: none;
}
.expand-btn .offcanvas-icon li span:last-child {
  margin: 0 !important;
}
.expand-btn .offcanvas-icon:hover li span:nth-child(1) {
  width: 10px;
}
.expand-btn .offcanvas-icon:hover li span:nth-child(2) {
  width: 15px;
  transform: rotate(180deg);
}
.nav-expanded {
  position: relative;
}
.nav-expanded nav {
  right: 0 !important;
}
.off-wrap {
  position: absolute;
  width: 100%;
  background: #000;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.nav-expanded .off-wrap {
  opacity: 0.5;
  z-index: 99;
}
.nav-menu ul {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .rs-menu {
    height: auto !important;
  }
  .rs-menu li {
    display: inline-block;
  }
  .nav-menu .rs-mega-menu {
    position: static;
  }
  .rs-menu ul ul.visible {
    visibility: hidden;
    opacity: 0;
  }
  .nav-menu .menu-item-has-children > span,
  .nav-menu .rs-mega-menu > span {
    display: none;
  }
  .rs-menu-toggle {
    display: none;
  }
  .nav-menu div.sub-menu-close {
    display: none;
  }
  .rs-menu li:active > ul,
  .rs-menu li:focus > ul,
  .rs-menu li:hover > ul,
  .rs-menu li:hover > ul.mega-menu > li > ul,
  .rs-menu li:hover ul.mega-menu .sub-menu {
    display: block;
    z-index: 17;
  }
  .rs-menu ul ul li > ul {
    left: auto;
    right: 100%;
  }
  .rs-menu ul ul ul {
    top: 0;
  }
  .rs-menu ul ul {
    width: auto;
  }
  .rs-menu ul ul a {
    width: 260px;
  }
  .nav-menu .mega-menu li div.mega-menu-innner .single-magemenu {
    width: 25%;
    float: left;
    padding: 0 12px;
  }
  .rs-header .menu-area.menu-sticky {
    transition: all 0.3s ease 0s;
  }
  .rs-header .menu-area.menu-sticky.sticky {
    background: #fff;
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    border: none;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .rs-header .menu-area.sticky .main-menu .rs-menu ul li > a {
    color: #161616;
  }
  .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item > a {
    color: #ffa000;
  }
  .rs-header .menu-area.sticky .expand-btn .header-btn:hover {
    background: #161616;
    color: #fff;
  }
  .rs-menu ul ul {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transform: scaleY(0);
    transform-origin: 0 0 0;
  }
  .rs-menu li:active > ul,
  .rs-menu li:focus > ul,
  .rs-menu li:hover > ul,
  .rs-menu li:hover > ul.mega-menu > li > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: scaleY(1);
  }
  ul.mega-menu .sub-menu {
    transform: unset;
  }
  .rs-menu li:hover ul.mega-menu .sub-menu {
    transform: unset;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
}
@media only screen and (max-width: 991px) {
  .rs-header .menu-area .logo-area {
    position: absolute;
    z-index: 1;
  }
  .rs-header .expand-btn {
    display: none;
  }
  .rs-menu {
    position: absolute;
    z-index: 999;
  }
  .rs-menu .row [class*=col-] {
    float: left !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nav-menu > li > a {
    border-bottom: 1px solid #131313;
    text-align: left;
  }
  .nav-menu > li:last-child a {
    border-bottom: none;
  }
  .rs-menu ul ul {
    display: none;
  }
  .nav-menu div.sub-menu-close {
    float: left;
    width: 100%;
    cursor: pointer;
    background: #f6f3ed;
    color: #000;
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .nav-menu div.sub-menu-close i {
    font-size: 16px;
    margin-right: 5px;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
    background: #fff;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: block !important;
    margin-right: 0 !important;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 70px !important;
    line-height: 70px !important;
    padding: 0 0 0 20px !important;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    padding: 15px 0 0 !important;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 0 0 20px !important;
  }
  .rs-menu .rs-mega-menu .sub-menu div.sub-menu-close {
    display: none;
  }
  .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu {
    min-width: unset;
    width: 100%;
  }
  .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu ul.sub-menu {
    padding: 0;
  }
  .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu {
    width: 100% !important;
    padding: 0 !important;
  }
  .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu ul.sub-menu {
    box-shadow: none;
  }
  .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
    padding: 10px 15px;
  }
  .nav-menu > .menu-item-has-children > span.rs-menu-parent {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 69px;
    line-height: 69px;
    width: 45px;
    text-align: center;
    cursor: pointer;
    background: #ddd;
    z-index: 9;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {
    display: block;
    position: absolute;
    background: #ddd;
    right: 0;
    top: 0;
    height: 47px;
    line-height: 47px;
    width: 45px;
    text-align: center;
    cursor: pointer;
    border-left: none;
    z-index: 9;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .nav-menu span.rs-menu-parent i {
    margin: 0;
  }
  .rs-menu-close {
    height: 0;
    overflow: hidden !important;
  }
  .rs-menu-toggle {
    display: block;
    text-align: right;
    position: relative;
    height: 90px;
    line-height: 90px;
    cursor: pointer;
    color: #333 !important;
    font-size: 22px;
    text-transform: uppercase;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 1080px) {
  .nav-menu > li > a i {
    display: none;
  }
}

/* src/assets/css/rs-spacing.css */
.padding-0 {
  padding: 0;
}
.margin-0 {
  margin: 0;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 1px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-11 {
  padding-top: 11px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-13 {
  padding-top: 13px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-17 {
  padding-top: 17px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-19 {
  padding-top: 19px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-21 {
  padding-top: 21px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-23 {
  padding-top: 23px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-27 {
  padding-top: 27px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-29 {
  padding-top: 29px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-31 {
  padding-top: 31px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-33 {
  padding-top: 33px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-37 {
  padding-top: 37px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-39 {
  padding-top: 39px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-41 {
  padding-top: 41px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-43 {
  padding-top: 43px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-47 {
  padding-top: 47px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-49 {
  padding-top: 49px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-51 {
  padding-top: 51px;
}
.pt-52 {
  padding-top: 52px;
}
.pt-53 {
  padding-top: 53px;
}
.pt-54 {
  padding-top: 54px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-56 {
  padding-top: 56px;
}
.pt-57 {
  padding-top: 57px;
}
.pt-58 {
  padding-top: 58px;
}
.pt-59 {
  padding-top: 59px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-61 {
  padding-top: 61px;
}
.pt-62 {
  padding-top: 62px;
}
.pt-63 {
  padding-top: 63px;
}
.pt-64 {
  padding-top: 64px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-66 {
  padding-top: 66px;
}
.pt-67 {
  padding-top: 67px;
}
.pt-68 {
  padding-top: 68px;
}
.pt-69 {
  padding-top: 69px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-71 {
  padding-top: 71px;
}
.pt-72 {
  padding-top: 72px;
}
.pt-73 {
  padding-top: 73px;
}
.pt-74 {
  padding-top: 74px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-76 {
  padding-top: 76px;
}
.pt-77 {
  padding-top: 77px;
}
.pt-78 {
  padding-top: 78px;
}
.pt-79 {
  padding-top: 79px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-81 {
  padding-top: 81px;
}
.pt-82 {
  padding-top: 82px;
}
.pt-83 {
  padding-top: 83px;
}
.pt-84 {
  padding-top: 84px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-86 {
  padding-top: 86px;
}
.pt-87 {
  padding-top: 87px;
}
.pt-88 {
  padding-top: 88px;
}
.pt-89 {
  padding-top: 89px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-91 {
  padding-top: 91px;
}
.pt-92 {
  padding-top: 92px;
}
.pt-93 {
  padding-top: 93px;
}
.pt-94 {
  padding-top: 94px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-96 {
  padding-top: 96px;
}
.pt-97 {
  padding-top: 97px;
}
.pt-98 {
  padding-top: 98px;
}
.pt-99 {
  padding-top: 99px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-101 {
  padding-top: 101px;
}
.pt-102 {
  padding-top: 102px;
}
.pt-103 {
  padding-top: 103px;
}
.pt-104 {
  padding-top: 104px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-106 {
  padding-top: 106px;
}
.pt-107 {
  padding-top: 107px;
}
.pt-108 {
  padding-top: 108px;
}
.pt-109 {
  padding-top: 109px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-111 {
  padding-top: 111px;
}
.pt-112 {
  padding-top: 112px;
}
.pt-113 {
  padding-top: 113px;
}
.pt-114 {
  padding-top: 114px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-116 {
  padding-top: 116px;
}
.pt-117 {
  padding-top: 117px;
}
.pt-118 {
  padding-top: 118px;
}
.pt-119 {
  padding-top: 119px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-121 {
  padding-top: 121px;
}
.pt-122 {
  padding-top: 122px;
}
.pt-123 {
  padding-top: 123px;
}
.pt-124 {
  padding-top: 124px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-126 {
  padding-top: 126px;
}
.pt-127 {
  padding-top: 127px;
}
.pt-128 {
  padding-top: 128px;
}
.pt-129 {
  padding-top: 129px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-131 {
  padding-top: 131px;
}
.pt-132 {
  padding-top: 132px;
}
.pt-133 {
  padding-top: 133px;
}
.pt-134 {
  padding-top: 134px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-136 {
  padding-top: 136px;
}
.pt-137 {
  padding-top: 137px;
}
.pt-138 {
  padding-top: 138px;
}
.pt-139 {
  padding-top: 139px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-141 {
  padding-top: 141px;
}
.pt-142 {
  padding-top: 142px;
}
.pt-143 {
  padding-top: 143px;
}
.pt-144 {
  padding-top: 144px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-146 {
  padding-top: 146px;
}
.pt-147 {
  padding-top: 147px;
}
.pt-148 {
  padding-top: 148px;
}
.pt-149 {
  padding-top: 149px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-151 {
  padding-top: 151px;
}
.pt-152 {
  padding-top: 152px;
}
.pt-153 {
  padding-top: 153px;
}
.pt-154 {
  padding-top: 154px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-156 {
  padding-top: 156px;
}
.pt-157 {
  padding-top: 157px;
}
.pt-158 {
  padding-top: 158px;
}
.pt-159 {
  padding-top: 159px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-161 {
  padding-top: 161px;
}
.pt-162 {
  padding-top: 162px;
}
.pt-163 {
  padding-top: 163px;
}
.pt-164 {
  padding-top: 164px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-166 {
  padding-top: 166px;
}
.pt-167 {
  padding-top: 167px;
}
.pt-168 {
  padding-top: 168px;
}
.pt-169 {
  padding-top: 169px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-171 {
  padding-top: 171px;
}
.pt-172 {
  padding-top: 172px;
}
.pt-173 {
  padding-top: 173px;
}
.pt-174 {
  padding-top: 174px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-176 {
  padding-top: 176px;
}
.pt-177 {
  padding-top: 177px;
}
.pt-178 {
  padding-top: 178px;
}
.pt-179 {
  padding-top: 179px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-181 {
  padding-top: 181px;
}
.pt-182 {
  padding-top: 182px;
}
.pt-183 {
  padding-top: 183px;
}
.pt-184 {
  padding-top: 184px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-186 {
  padding-top: 186px;
}
.pt-187 {
  padding-top: 187px;
}
.pt-188 {
  padding-top: 188px;
}
.pt-189 {
  padding-top: 189px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-191 {
  padding-top: 191px;
}
.pt-192 {
  padding-top: 192px;
}
.pt-193 {
  padding-top: 193px;
}
.pt-194 {
  padding-top: 194px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-196 {
  padding-top: 196px;
}
.pt-197 {
  padding-top: 197px;
}
.pt-198 {
  padding-top: 198px;
}
.pt-199 {
  padding-top: 199px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-11 {
  padding-bottom: 11px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-13 {
  padding-bottom: 13px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-17 {
  padding-bottom: 17px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-19 {
  padding-bottom: 19px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-21 {
  padding-bottom: 21px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-23 {
  padding-bottom: 23px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-27 {
  padding-bottom: 27px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-29 {
  padding-bottom: 29px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-31 {
  padding-bottom: 31px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-33 {
  padding-bottom: 33px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-37 {
  padding-bottom: 37px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-39 {
  padding-bottom: 39px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-41 {
  padding-bottom: 41px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-43 {
  padding-bottom: 43px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-47 {
  padding-bottom: 47px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-49 {
  padding-bottom: 49px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-51 {
  padding-bottom: 51px;
}
.pb-52 {
  padding-bottom: 52px;
}
.pb-53 {
  padding-bottom: 53px;
}
.pb-54 {
  padding-bottom: 54px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pb-57 {
  padding-bottom: 57px;
}
.pb-58 {
  padding-bottom: 58px;
}
.pb-59 {
  padding-bottom: 59px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-61 {
  padding-bottom: 61px;
}
.pb-62 {
  padding-bottom: 62px;
}
.pb-63 {
  padding-bottom: 63px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-66 {
  padding-bottom: 66px;
}
.pb-67 {
  padding-bottom: 67px;
}
.pb-68 {
  padding-bottom: 68px;
}
.pb-69 {
  padding-bottom: 69px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-71 {
  padding-bottom: 71px;
}
.pb-72 {
  padding-bottom: 72px;
}
.pb-73 {
  padding-bottom: 73px;
}
.pb-74 {
  padding-bottom: 74px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-76 {
  padding-bottom: 76px;
}
.pb-77 {
  padding-bottom: 77px;
}
.pb-78 {
  padding-bottom: 78px;
}
.pb-79 {
  padding-bottom: 79px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-81 {
  padding-bottom: 81px;
}
.pb-82 {
  padding-bottom: 82px;
}
.pb-83 {
  padding-bottom: 83px;
}
.pb-84 {
  padding-bottom: 84px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-86 {
  padding-bottom: 86px;
}
.pb-87 {
  padding-bottom: 87px;
}
.pb-88 {
  padding-bottom: 88px;
}
.pb-89 {
  padding-bottom: 89px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-91 {
  padding-bottom: 91px;
}
.pb-92 {
  padding-bottom: 92px;
}
.pb-93 {
  padding-bottom: 93px;
}
.pb-94 {
  padding-bottom: 94px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-96 {
  padding-bottom: 96px;
}
.pb-97 {
  padding-bottom: 97px;
}
.pb-98 {
  padding-bottom: 98px;
}
.pb-99 {
  padding-bottom: 99px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-101 {
  padding-bottom: 101px;
}
.pb-102 {
  padding-bottom: 102px;
}
.pb-104 {
  padding-bottom: 104px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-106 {
  padding-bottom: 106px;
}
.pb-107 {
  padding-bottom: 107px;
}
.pb-108 {
  padding-bottom: 108px;
}
.pb-109 {
  padding-bottom: 109px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-111 {
  padding-bottom: 111px;
}
.pb-112 {
  padding-bottom: 112px;
}
.pb-113 {
  padding-bottom: 113px;
}
.pb-114 {
  padding-bottom: 114px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-116 {
  padding-bottom: 116px;
}
.pb-117 {
  padding-bottom: 117px;
}
.pb-118 {
  padding-bottom: 118px;
}
.pb-119 {
  padding-bottom: 119px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-121 {
  padding-bottom: 121px;
}
.pb-122 {
  padding-bottom: 122px;
}
.pb-123 {
  padding-bottom: 123px;
}
.pb-124 {
  padding-bottom: 124px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-126 {
  padding-bottom: 126px;
}
.pb-127 {
  padding-bottom: 127px;
}
.pb-128 {
  padding-bottom: 128px;
}
.pb-129 {
  padding-bottom: 129px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-131 {
  padding-bottom: 131px;
}
.pb-132 {
  padding-bottom: 132px;
}
.pb-133 {
  padding-bottom: 133px;
}
.pb-134 {
  padding-bottom: 134px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-136 {
  padding-bottom: 136px;
}
.pb-137 {
  padding-bottom: 137px;
}
.pb-138 {
  padding-bottom: 138px;
}
.pb-139 {
  padding-bottom: 139px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-141 {
  padding-bottom: 141px;
}
.pb-142 {
  padding-bottom: 142px;
}
.pb-143 {
  padding-bottom: 143px;
}
.pb-144 {
  padding-bottom: 144px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-146 {
  padding-bottom: 146px;
}
.pb-147 {
  padding-bottom: 147px;
}
.pb-148 {
  padding-bottom: 148px;
}
.pb-149 {
  padding-bottom: 149px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-151 {
  padding-bottom: 151px;
}
.pb-152 {
  padding-bottom: 152px;
}
.pb-153 {
  padding-bottom: 153px;
}
.pb-154 {
  padding-bottom: 154px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-156 {
  padding-bottom: 156px;
}
.pb-157 {
  padding-bottom: 157px;
}
.pb-158 {
  padding-bottom: 158px;
}
.pb-159 {
  padding-bottom: 159px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-161 {
  padding-bottom: 161px;
}
.pb-162 {
  padding-bottom: 162px;
}
.pb-163 {
  padding-bottom: 163px;
}
.pb-164 {
  padding-bottom: 164px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-166 {
  padding-bottom: 166px;
}
.pb-167 {
  padding-bottom: 167px;
}
.pb-168 {
  padding-bottom: 168px;
}
.pb-169 {
  padding-bottom: 169px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-171 {
  padding-bottom: 171px;
}
.pb-172 {
  padding-bottom: 172px;
}
.pb-173 {
  padding-bottom: 173px;
}
.pb-174 {
  padding-bottom: 174px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-176 {
  padding-bottom: 176px;
}
.pb-177 {
  padding-bottom: 177px;
}
.pb-178 {
  padding-bottom: 178px;
}
.pb-179 {
  padding-bottom: 179px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-181 {
  padding-bottom: 181px;
}
.pb-182 {
  padding-bottom: 182px;
}
.pb-183 {
  padding-bottom: 183px;
}
.pb-184 {
  padding-bottom: 184px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-186 {
  padding-bottom: 186px;
}
.pb-187 {
  padding-bottom: 187px;
}
.pb-188 {
  padding-bottom: 188px;
}
.pb-189 {
  padding-bottom: 189px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-191 {
  padding-bottom: 191px;
}
.pb-192 {
  padding-bottom: 192px;
}
.pb-193 {
  padding-bottom: 193px;
}
.pb-194 {
  padding-bottom: 194px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-196 {
  padding-bottom: 196px;
}
.pb-197 {
  padding-bottom: 197px;
}
.pb-198 {
  padding-bottom: 198px;
}
.pb-199 {
  padding-bottom: 199px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 1px;
}
.pr-2 {
  padding-right: 2px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-11 {
  padding-right: 11px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-13 {
  padding-right: 13px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-17 {
  padding-right: 17px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-19 {
  padding-right: 19px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-21 {
  padding-right: 21px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-23 {
  padding-right: 23px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-27 {
  padding-right: 27px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-29 {
  padding-right: 29px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-31 {
  padding-right: 31px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-33 {
  padding-right: 33px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-37 {
  padding-right: 37px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-39 {
  padding-right: 39px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-41 {
  padding-right: 41px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-43 {
  padding-right: 43px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-47 {
  padding-right: 47px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-49 {
  padding-right: 49px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-51 {
  padding-right: 51px;
}
.pr-52 {
  padding-right: 52px;
}
.pr-53 {
  padding-right: 53px;
}
.pr-54 {
  padding-right: 54px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-56 {
  padding-right: 56px;
}
.pr-57 {
  padding-right: 57px;
}
.pr-58 {
  padding-right: 58px;
}
.pr-59 {
  padding-right: 59px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-61 {
  padding-right: 61px;
}
.pr-62 {
  padding-right: 62px;
}
.pr-63 {
  padding-right: 63px;
}
.pr-64 {
  padding-right: 64px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-66 {
  padding-right: 66px;
}
.pr-67 {
  padding-right: 67px;
}
.pr-68 {
  padding-right: 68px;
}
.pr-69 {
  padding-right: 69px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-71 {
  padding-right: 71px;
}
.pr-72 {
  padding-right: 72px;
}
.pr-73 {
  padding-right: 73px;
}
.pr-74 {
  padding-right: 74px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-76 {
  padding-right: 76px;
}
.pr-77 {
  padding-right: 77px;
}
.pr-78 {
  padding-right: 78px;
}
.pr-79 {
  padding-right: 79px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-81 {
  padding-right: 81px;
}
.pr-82 {
  padding-right: 82px;
}
.pr-83 {
  padding-right: 83px;
}
.pr-84 {
  padding-right: 84px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-86 {
  padding-right: 86px;
}
.pr-87 {
  padding-right: 87px;
}
.pr-88 {
  padding-right: 88px;
}
.pr-89 {
  padding-right: 89px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-91 {
  padding-right: 91px;
}
.pr-92 {
  padding-right: 92px;
}
.pr-93 {
  padding-right: 93px;
}
.pr-94 {
  padding-right: 94px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-96 {
  padding-right: 96px;
}
.pr-97 {
  padding-right: 97px;
}
.pr-98 {
  padding-right: 98px;
}
.pr-99 {
  padding-right: 99px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-101 {
  padding-right: 101px;
}
.pr-102 {
  padding-right: 102px;
}
.pr-104 {
  padding-right: 104px;
}
.pr-105 {
  padding-right: 105px;
}
.pr-106 {
  padding-right: 106px;
}
.pr-107 {
  padding-right: 107px;
}
.pr-108 {
  padding-right: 108px;
}
.pr-109 {
  padding-right: 109px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-111 {
  padding-right: 111px;
}
.pr-112 {
  padding-right: 112px;
}
.pr-113 {
  padding-right: 113px;
}
.pr-114 {
  padding-right: 114px;
}
.pr-115 {
  padding-right: 115px;
}
.pr-116 {
  padding-right: 116px;
}
.pr-117 {
  padding-right: 117px;
}
.pr-118 {
  padding-right: 118px;
}
.pr-119 {
  padding-right: 119px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-121 {
  padding-right: 121px;
}
.pr-122 {
  padding-right: 122px;
}
.pr-123 {
  padding-right: 123px;
}
.pr-124 {
  padding-right: 124px;
}
.pr-125 {
  padding-right: 125px;
}
.pr-126 {
  padding-right: 126px;
}
.pr-127 {
  padding-right: 127px;
}
.pr-128 {
  padding-right: 128px;
}
.pr-129 {
  padding-right: 129px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-131 {
  padding-right: 131px;
}
.pr-132 {
  padding-right: 132px;
}
.pr-133 {
  padding-right: 133px;
}
.pr-134 {
  padding-right: 134px;
}
.pr-135 {
  padding-right: 135px;
}
.pr-136 {
  padding-right: 136px;
}
.pr-137 {
  padding-right: 137px;
}
.pr-138 {
  padding-right: 138px;
}
.pr-139 {
  padding-right: 139px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-141 {
  padding-right: 141px;
}
.pr-142 {
  padding-right: 142px;
}
.pr-143 {
  padding-right: 143px;
}
.pr-144 {
  padding-right: 144px;
}
.pr-145 {
  padding-right: 145px;
}
.pr-146 {
  padding-right: 146px;
}
.pr-147 {
  padding-right: 147px;
}
.pr-148 {
  padding-right: 148px;
}
.pr-149 {
  padding-right: 149px;
}
.pr-150 {
  padding-right: 150px;
}
.pr-151 {
  padding-right: 151px;
}
.pr-152 {
  padding-right: 152px;
}
.pr-153 {
  padding-right: 153px;
}
.pr-154 {
  padding-right: 154px;
}
.pr-155 {
  padding-right: 155px;
}
.pr-156 {
  padding-right: 156px;
}
.pr-157 {
  padding-right: 157px;
}
.pr-158 {
  padding-right: 158px;
}
.pr-159 {
  padding-right: 159px;
}
.pr-160 {
  padding-right: 160px;
}
.pr-161 {
  padding-right: 161px;
}
.pr-162 {
  padding-right: 162px;
}
.pr-163 {
  padding-right: 163px;
}
.pr-164 {
  padding-right: 164px;
}
.pr-165 {
  padding-right: 165px;
}
.pr-166 {
  padding-right: 166px;
}
.pr-167 {
  padding-right: 167px;
}
.pr-168 {
  padding-right: 168px;
}
.pr-169 {
  padding-right: 169px;
}
.pr-170 {
  padding-right: 170px;
}
.pr-171 {
  padding-right: 171px;
}
.pr-172 {
  padding-right: 172px;
}
.pr-173 {
  padding-right: 173px;
}
.pr-174 {
  padding-right: 174px;
}
.pr-175 {
  padding-right: 175px;
}
.pr-176 {
  padding-right: 176px;
}
.pr-177 {
  padding-right: 177px;
}
.pr-178 {
  padding-right: 178px;
}
.pr-179 {
  padding-right: 179px;
}
.pr-180 {
  padding-right: 180px;
}
.pr-181 {
  padding-right: 181px;
}
.pr-182 {
  padding-right: 182px;
}
.pr-183 {
  padding-right: 183px;
}
.pr-184 {
  padding-right: 184px;
}
.pr-185 {
  padding-right: 185px;
}
.pr-186 {
  padding-right: 186px;
}
.pr-187 {
  padding-right: 187px;
}
.pr-188 {
  padding-right: 188px;
}
.pr-189 {
  padding-right: 189px;
}
.pr-190 {
  padding-right: 190px;
}
.pr-191 {
  padding-right: 191px;
}
.pr-192 {
  padding-right: 192px;
}
.pr-193 {
  padding-right: 193px;
}
.pr-194 {
  padding-right: 194px;
}
.pr-195 {
  padding-right: 195px;
}
.pr-196 {
  padding-right: 196px;
}
.pr-197 {
  padding-right: 197px;
}
.pr-198 {
  padding-right: 198px;
}
.pr-199 {
  padding-right: 199px;
}
.pr-200 {
  padding-right: 200px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 1px;
}
.pl-2 {
  padding-left: 2px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-11 {
  padding-left: 11px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-13 {
  padding-left: 13px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-17 {
  padding-left: 17px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-19 {
  padding-left: 19px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-21 {
  padding-left: 21px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-23 {
  padding-left: 23px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-27 {
  padding-left: 27px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-29 {
  padding-left: 29px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-31 {
  padding-left: 31px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-33 {
  padding-left: 33px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-37 {
  padding-left: 37px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-39 {
  padding-left: 39px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-41 {
  padding-left: 41px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-43 {
  padding-left: 43px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-47 {
  padding-left: 47px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-49 {
  padding-left: 49px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-51 {
  padding-left: 51px;
}
.pl-52 {
  padding-left: 52px;
}
.pl-53 {
  padding-left: 53px;
}
.pl-54 {
  padding-left: 54px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-56 {
  padding-left: 56px;
}
.pl-57 {
  padding-left: 57px;
}
.pl-58 {
  padding-left: 58px;
}
.pl-59 {
  padding-left: 59px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-61 {
  padding-left: 61px;
}
.pl-62 {
  padding-left: 62px;
}
.pl-63 {
  padding-left: 63px;
}
.pl-64 {
  padding-left: 64px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-66 {
  padding-left: 66px;
}
.pl-67 {
  padding-left: 67px;
}
.pl-68 {
  padding-left: 68px;
}
.pl-69 {
  padding-left: 69px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-71 {
  padding-left: 71px;
}
.pl-72 {
  padding-left: 72px;
}
.pl-73 {
  padding-left: 73px;
}
.pl-74 {
  padding-left: 74px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-76 {
  padding-left: 76px;
}
.pl-77 {
  padding-left: 77px;
}
.pl-78 {
  padding-left: 78px;
}
.pl-79 {
  padding-left: 79px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-81 {
  padding-left: 81px;
}
.pl-82 {
  padding-left: 82px;
}
.pl-83 {
  padding-left: 83px;
}
.pl-84 {
  padding-left: 84px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-86 {
  padding-left: 86px;
}
.pl-87 {
  padding-left: 87px;
}
.pl-88 {
  padding-left: 88px;
}
.pl-89 {
  padding-left: 89px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-91 {
  padding-left: 91px;
}
.pl-92 {
  padding-left: 92px;
}
.pl-93 {
  padding-left: 93px;
}
.pl-94 {
  padding-left: 94px;
}
.pl-95 {
  padding-left: 95px;
}
.pl-96 {
  padding-left: 96px;
}
.pl-97 {
  padding-left: 97px;
}
.pl-98 {
  padding-left: 98px;
}
.pl-99 {
  padding-left: 99px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-101 {
  padding-left: 101px;
}
.pl-102 {
  padding-left: 102px;
}
.pb-103 {
  padding-bottom: 103px;
}
.pl-104 {
  padding-left: 104px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-106 {
  padding-left: 106px;
}
.pl-107 {
  padding-left: 107px;
}
.pl-108 {
  padding-left: 108px;
}
.pl-109 {
  padding-left: 109px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-111 {
  padding-left: 111px;
}
.pl-112 {
  padding-left: 112px;
}
.pl-113 {
  padding-left: 113px;
}
.pl-114 {
  padding-left: 114px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-116 {
  padding-left: 116px;
}
.pl-117 {
  padding-left: 117px;
}
.pl-118 {
  padding-left: 118px;
}
.pl-119 {
  padding-left: 119px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-121 {
  padding-left: 121px;
}
.pl-122 {
  padding-left: 122px;
}
.pl-123 {
  padding-left: 123px;
}
.pl-124 {
  padding-left: 124px;
}
.pl-125 {
  padding-left: 125px;
}
.pl-126 {
  padding-left: 126px;
}
.pl-127 {
  padding-left: 127px;
}
.pl-128 {
  padding-left: 128px;
}
.pl-129 {
  padding-left: 129px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-131 {
  padding-left: 131px;
}
.pl-132 {
  padding-left: 132px;
}
.pl-133 {
  padding-left: 133px;
}
.pl-134 {
  padding-left: 134px;
}
.pl-135 {
  padding-left: 135px;
}
.pl-136 {
  padding-left: 136px;
}
.pl-137 {
  padding-left: 137px;
}
.pl-138 {
  padding-left: 138px;
}
.pl-139 {
  padding-left: 139px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-141 {
  padding-left: 141px;
}
.pl-142 {
  padding-left: 142px;
}
.pl-143 {
  padding-left: 143px;
}
.pl-144 {
  padding-left: 144px;
}
.pl-145 {
  padding-left: 145px;
}
.pl-146 {
  padding-left: 146px;
}
.pl-147 {
  padding-left: 147px;
}
.pl-148 {
  padding-left: 148px;
}
.pl-149 {
  padding-left: 149px;
}
.pl-150 {
  padding-left: 150px;
}
.pl-151 {
  padding-left: 151px;
}
.pl-152 {
  padding-left: 152px;
}
.pl-153 {
  padding-left: 153px;
}
.pl-154 {
  padding-left: 154px;
}
.pl-155 {
  padding-left: 155px;
}
.pl-156 {
  padding-left: 156px;
}
.pl-157 {
  padding-left: 157px;
}
.pl-158 {
  padding-left: 158px;
}
.pl-159 {
  padding-left: 159px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-161 {
  padding-left: 161px;
}
.pl-162 {
  padding-left: 162px;
}
.pl-163 {
  padding-left: 163px;
}
.pl-164 {
  padding-left: 164px;
}
.pl-165 {
  padding-left: 165px;
}
.pl-166 {
  padding-left: 166px;
}
.pl-167 {
  padding-left: 167px;
}
.pl-168 {
  padding-left: 168px;
}
.pl-169 {
  padding-left: 169px;
}
.pl-170 {
  padding-left: 170px;
}
.pl-171 {
  padding-left: 171px;
}
.pl-172 {
  padding-left: 172px;
}
.pl-173 {
  padding-left: 173px;
}
.pl-174 {
  padding-left: 174px;
}
.pl-175 {
  padding-left: 175px;
}
.pl-176 {
  padding-left: 176px;
}
.pl-177 {
  padding-left: 177px;
}
.pl-178 {
  padding-left: 178px;
}
.pl-179 {
  padding-left: 179px;
}
.pl-180 {
  padding-left: 180px;
}
.pl-181 {
  padding-left: 181px;
}
.pl-182 {
  padding-left: 182px;
}
.pl-183 {
  padding-left: 183px;
}
.pl-184 {
  padding-left: 184px;
}
.pl-185 {
  padding-left: 185px;
}
.pl-186 {
  padding-left: 186px;
}
.pl-187 {
  padding-left: 187px;
}
.pl-188 {
  padding-left: 188px;
}
.pl-189 {
  padding-left: 189px;
}
.pl-190 {
  padding-left: 190px;
}
.pl-191 {
  padding-left: 191px;
}
.pl-192 {
  padding-left: 192px;
}
.pl-193 {
  padding-left: 193px;
}
.pl-194 {
  padding-left: 194px;
}
.pl-195 {
  padding-left: 195px;
}
.pl-196 {
  padding-left: 196px;
}
.pl-197 {
  padding-left: 197px;
}
.pl-198 {
  padding-left: 198px;
}
.pl-199 {
  padding-left: 199px;
}
.pl-200 {
  padding-left: 200px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-11 {
  margin-top: 11px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-13 {
  margin-top: 13px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-17 {
  margin-top: 17px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-19 {
  margin-top: 19px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-21 {
  margin-top: 21px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-23 {
  margin-top: 23px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-27 {
  margin-top: 27px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-29 {
  margin-top: 29px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-31 {
  margin-top: 31px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-33 {
  margin-top: 33px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-37 {
  margin-top: 37px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-39 {
  margin-top: 39px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-41 {
  margin-top: 41px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-43 {
  margin-top: 43px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-47 {
  margin-top: 47px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-49 {
  margin-top: 49px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-51 {
  margin-top: 51px;
}
.mt-52 {
  margin-top: 52px;
}
.mt-53 {
  margin-top: 53px;
}
.mt-54 {
  margin-top: 54px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-57 {
  margin-top: 57px;
}
.mt-58 {
  margin-top: 58px;
}
.mt-59 {
  margin-top: 59px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-61 {
  margin-top: 61px;
}
.mt-62 {
  margin-top: 62px;
}
.mt-63 {
  margin-top: 63px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-66 {
  margin-top: 66px;
}
.mt-67 {
  margin-top: 67px;
}
.mt-68 {
  margin-top: 68px;
}
.mt-69 {
  margin-top: 69px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-71 {
  margin-top: 71px;
}
.mt-72 {
  margin-top: 72px;
}
.mt-73 {
  margin-top: 73px;
}
.mt-74 {
  margin-top: 74px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-76 {
  margin-top: 76px;
}
.mt-77 {
  margin-top: 77px;
}
.mt-78 {
  margin-top: 78px;
}
.mt-79 {
  margin-top: 79px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-81 {
  margin-top: 81px;
}
.mt-82 {
  margin-top: 82px;
}
.mt-83 {
  margin-top: 83px;
}
.mt-84 {
  margin-top: 84px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-86 {
  margin-top: 86px;
}
.mt-87 {
  margin-top: 87px;
}
.mt-88 {
  margin-top: 88px;
}
.mt-89 {
  margin-top: 89px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-91 {
  margin-top: 91px;
}
.mt-92 {
  margin-top: 92px;
}
.mt-93 {
  margin-top: 93px;
}
.mt-94 {
  margin-top: 94px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-96 {
  margin-top: 96px;
}
.mt-97 {
  margin-top: 97px;
}
.mt-98 {
  margin-top: 98px;
}
.mt-99 {
  margin-top: 99px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-101 {
  margin-top: 101px;
}
.mt-102 {
  margin-top: 102px;
}
.mt-103 {
  margin-top: 103px;
}
.mt-104 {
  margin-top: 104px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-106 {
  margin-top: 106px;
}
.mt-107 {
  margin-top: 107px;
}
.mt-108 {
  margin-top: 108px;
}
.mt-109 {
  margin-top: 109px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-111 {
  margin-top: 111px;
}
.mt-112 {
  margin-top: 112px;
}
.mt-113 {
  margin-top: 113px;
}
.mt-114 {
  margin-top: 114px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-116 {
  margin-top: 116px;
}
.mt-117 {
  margin-top: 117px;
}
.mt-118 {
  margin-top: 118px;
}
.mt-119 {
  margin-top: 119px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-121 {
  margin-top: 121px;
}
.mt-122 {
  margin-top: 122px;
}
.mt-123 {
  margin-top: 123px;
}
.mt-124 {
  margin-top: 124px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-126 {
  margin-top: 126px;
}
.mt-127 {
  margin-top: 127px;
}
.mt-128 {
  margin-top: 128px;
}
.mt-129 {
  margin-top: 129px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-131 {
  margin-top: 131px;
}
.mt-132 {
  margin-top: 132px;
}
.mt-133 {
  margin-top: 133px;
}
.mt-134 {
  margin-top: 134px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-136 {
  margin-top: 136px;
}
.mt-137 {
  margin-top: 137px;
}
.mt-138 {
  margin-top: 138px;
}
.mt-139 {
  margin-top: 139px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-141 {
  margin-top: 141px;
}
.mt-142 {
  margin-top: 142px;
}
.mt-143 {
  margin-top: 143px;
}
.mt-144 {
  margin-top: 144px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-146 {
  margin-top: 146px;
}
.mt-147 {
  margin-top: 147px;
}
.mt-148 {
  margin-top: 148px;
}
.mt-149 {
  margin-top: 149px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-151 {
  margin-top: 151px;
}
.mt-152 {
  margin-top: 152px;
}
.mt-153 {
  margin-top: 153px;
}
.mt-154 {
  margin-top: 154px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-156 {
  margin-top: 156px;
}
.mt-157 {
  margin-top: 157px;
}
.mt-158 {
  margin-top: 158px;
}
.mt-159 {
  margin-top: 159px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-161 {
  margin-top: 161px;
}
.mt-162 {
  margin-top: 162px;
}
.mt-163 {
  margin-top: 163px;
}
.mt-164 {
  margin-top: 164px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-166 {
  margin-top: 166px;
}
.mt-167 {
  margin-top: 167px;
}
.mt-168 {
  margin-top: 168px;
}
.mt-169 {
  margin-top: 169px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-171 {
  margin-top: 171px;
}
.mt-172 {
  margin-top: 172px;
}
.mt-173 {
  margin-top: 173px;
}
.mt-174 {
  margin-top: 174px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-176 {
  margin-top: 176px;
}
.mt-177 {
  margin-top: 177px;
}
.mt-178 {
  margin-top: 178px;
}
.mt-179 {
  margin-top: 179px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-181 {
  margin-top: 181px;
}
.mt-182 {
  margin-top: 182px;
}
.mt-183 {
  margin-top: 183px;
}
.mt-184 {
  margin-top: 184px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-186 {
  margin-top: 186px;
}
.mt-187 {
  margin-top: 187px;
}
.mt-188 {
  margin-top: 188px;
}
.mt-189 {
  margin-top: 189px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-191 {
  margin-top: 191px;
}
.mt-192 {
  margin-top: 192px;
}
.mt-193 {
  margin-top: 193px;
}
.mt-194 {
  margin-top: 194px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-196 {
  margin-top: 196px;
}
.mt-197 {
  margin-top: 197px;
}
.mt-198 {
  margin-top: 198px;
}
.mt-199 {
  margin-top: 199px;
}
.mt-200 {
  margin-top: 200px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-11 {
  margin-bottom: 11px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-13 {
  margin-bottom: 13px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-17 {
  margin-bottom: 17px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-19 {
  margin-bottom: 19px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-21 {
  margin-bottom: 21px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-23 {
  margin-bottom: 23px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-27 {
  margin-bottom: 27px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-29 {
  margin-bottom: 29px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-31 {
  margin-bottom: 31px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-33 {
  margin-bottom: 33px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-37 {
  margin-bottom: 37px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-39 {
  margin-bottom: 39px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-41 {
  margin-bottom: 41px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-43 {
  margin-bottom: 43px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-47 {
  margin-bottom: 47px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-49 {
  margin-bottom: 49px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-51 {
  margin-bottom: 51px;
}
.mb-52 {
  margin-bottom: 52px;
}
.mb-53 {
  margin-bottom: 53px;
}
.mb-54 {
  margin-bottom: 54px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-57 {
  margin-bottom: 57px;
}
.mb-58 {
  margin-bottom: 58px;
}
.mb-59 {
  margin-bottom: 59px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-61 {
  margin-bottom: 61px;
}
.mb-62 {
  margin-bottom: 62px;
}
.mb-63 {
  margin-bottom: 63px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-66 {
  margin-bottom: 66px;
}
.mb-67 {
  margin-bottom: 67px;
}
.mb-68 {
  margin-bottom: 68px;
}
.mb-69 {
  margin-bottom: 69px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-71 {
  margin-bottom: 71px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mb-73 {
  margin-bottom: 73px;
}
.mb-74 {
  margin-bottom: 74px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-76 {
  margin-bottom: 76px;
}
.mb-77 {
  margin-bottom: 77px;
}
.mb-78 {
  margin-bottom: 78px;
}
.mb-79 {
  margin-bottom: 79px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-81 {
  margin-bottom: 81px;
}
.mb-82 {
  margin-bottom: 82px;
}
.mb-83 {
  margin-bottom: 83px;
}
.mb-84 {
  margin-bottom: 84px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-86 {
  margin-bottom: 86px;
}
.mb-87 {
  margin-bottom: 87px;
}
.mb-88 {
  margin-bottom: 88px;
}
.mb-89 {
  margin-bottom: 89px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-91 {
  margin-bottom: 91px;
}
.mb-92 {
  margin-bottom: 92px;
}
.mb-93 {
  margin-bottom: 93px;
}
.mb-94 {
  margin-bottom: 94px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-96 {
  margin-bottom: 96px;
}
.mb-97 {
  margin-bottom: 97px;
}
.mb-98 {
  margin-bottom: 98px;
}
.mb-99 {
  margin-bottom: 99px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-101 {
  margin-bottom: 101px;
}
.mb-102 {
  margin-bottom: 102px;
}
.mb-103 {
  margin-bottom: 103px;
}
.mb-104 {
  margin-bottom: 104px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-106 {
  margin-bottom: 106px;
}
.mb-107 {
  margin-bottom: 107px;
}
.mb-108 {
  margin-bottom: 108px;
}
.mb-109 {
  margin-bottom: 109px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-111 {
  margin-bottom: 111px;
}
.mb-112 {
  margin-bottom: 112px;
}
.mb-113 {
  margin-bottom: 113px;
}
.mb-114 {
  margin-bottom: 114px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-116 {
  margin-bottom: 116px;
}
.mb-117 {
  margin-bottom: 117px;
}
.mb-118 {
  margin-bottom: 118px;
}
.mb-119 {
  margin-bottom: 119px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-121 {
  margin-bottom: 121px;
}
.mb-122 {
  margin-bottom: 122px;
}
.mb-123 {
  margin-bottom: 123px;
}
.mb-124 {
  margin-bottom: 124px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-126 {
  margin-bottom: 126px;
}
.mb-127 {
  margin-bottom: 127px;
}
.mb-128 {
  margin-bottom: 128px;
}
.mb-129 {
  margin-bottom: 129px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-131 {
  margin-bottom: 131px;
}
.mb-132 {
  margin-bottom: 132px;
}
.mb-133 {
  margin-bottom: 133px;
}
.mb-134 {
  margin-bottom: 134px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-136 {
  margin-bottom: 136px;
}
.mb-137 {
  margin-bottom: 137px;
}
.mb-138 {
  margin-bottom: 138px;
}
.mb-139 {
  margin-bottom: 139px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-141 {
  margin-bottom: 141px;
}
.mb-142 {
  margin-bottom: 142px;
}
.mb-143 {
  margin-bottom: 143px;
}
.mb-144 {
  margin-bottom: 144px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-146 {
  margin-bottom: 146px;
}
.mb-147 {
  margin-bottom: 147px;
}
.mb-148 {
  margin-bottom: 148px;
}
.mb-149 {
  margin-bottom: 149px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-151 {
  margin-bottom: 151px;
}
.mb-152 {
  margin-bottom: 152px;
}
.mb-153 {
  margin-bottom: 153px;
}
.mb-154 {
  margin-bottom: 154px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-156 {
  margin-bottom: 156px;
}
.mb-157 {
  margin-bottom: 157px;
}
.mb-158 {
  margin-bottom: 158px;
}
.mb-159 {
  margin-bottom: 159px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-161 {
  margin-bottom: 161px;
}
.mb-162 {
  margin-bottom: 162px;
}
.mb-163 {
  margin-bottom: 163px;
}
.mb-164 {
  margin-bottom: 164px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-166 {
  margin-bottom: 166px;
}
.mb-167 {
  margin-bottom: 167px;
}
.mb-168 {
  margin-bottom: 168px;
}
.mb-169 {
  margin-bottom: 169px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-171 {
  margin-bottom: 171px;
}
.mb-172 {
  margin-bottom: 172px;
}
.mb-173 {
  margin-bottom: 173px;
}
.mb-174 {
  margin-bottom: 174px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-176 {
  margin-bottom: 176px;
}
.mb-177 {
  margin-bottom: 177px;
}
.mb-178 {
  margin-bottom: 178px;
}
.mb-179 {
  margin-bottom: 179px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-181 {
  margin-bottom: 181px;
}
.mb-182 {
  margin-bottom: 182px;
}
.mb-183 {
  margin-bottom: 183px;
}
.mb-184 {
  margin-bottom: 184px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-186 {
  margin-bottom: 186px;
}
.mb-187 {
  margin-bottom: 187px;
}
.mb-188 {
  margin-bottom: 188px;
}
.mb-189 {
  margin-bottom: 189px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-191 {
  margin-bottom: 191px;
}
.mb-192 {
  margin-bottom: 192px;
}
.mb-193 {
  margin-bottom: 193px;
}
.mb-194 {
  margin-bottom: 194px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-196 {
  margin-bottom: 196px;
}
.mb-197 {
  margin-bottom: 197px;
}
.mb-198 {
  margin-bottom: 198px;
}
.mb-199 {
  margin-bottom: 199px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 1px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-11 {
  margin-right: 11px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-13 {
  margin-right: 13px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-17 {
  margin-right: 17px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-19 {
  margin-right: 19px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-21 {
  margin-right: 21px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-23 {
  margin-right: 23px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-27 {
  margin-right: 27px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-29 {
  margin-right: 29px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-31 {
  margin-right: 31px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-33 {
  margin-right: 33px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-37 {
  margin-right: 37px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-39 {
  margin-right: 39px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-41 {
  margin-right: 41px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-43 {
  margin-right: 43px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-47 {
  margin-right: 47px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-49 {
  margin-right: 49px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-51 {
  margin-right: 51px;
}
.mr-52 {
  margin-right: 52px;
}
.mr-53 {
  margin-right: 53px;
}
.mr-54 {
  margin-right: 54px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-56 {
  margin-right: 56px;
}
.mr-57 {
  margin-right: 57px;
}
.mr-58 {
  margin-right: 58px;
}
.mr-59 {
  margin-right: 59px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-61 {
  margin-right: 61px;
}
.mr-62 {
  margin-right: 62px;
}
.mr-63 {
  margin-right: 63px;
}
.mr-64 {
  margin-right: 64px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-66 {
  margin-right: 66px;
}
.mr-67 {
  margin-right: 67px;
}
.mr-68 {
  margin-right: 68px;
}
.mr-69 {
  margin-right: 69px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-71 {
  margin-right: 71px;
}
.mr-72 {
  margin-right: 72px;
}
.mr-73 {
  margin-right: 73px;
}
.mr-74 {
  margin-right: 74px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-76 {
  margin-right: 76px;
}
.mr-77 {
  margin-right: 77px;
}
.mr-78 {
  margin-right: 78px;
}
.mr-79 {
  margin-right: 79px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-81 {
  margin-right: 81px;
}
.mr-82 {
  margin-right: 82px;
}
.mr-83 {
  margin-right: 83px;
}
.mr-84 {
  margin-right: 84px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-86 {
  margin-right: 86px;
}
.mr-87 {
  margin-right: 87px;
}
.mr-88 {
  margin-right: 88px;
}
.mr-89 {
  margin-right: 89px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-91 {
  margin-right: 91px;
}
.mr-92 {
  margin-right: 92px;
}
.mr-93 {
  margin-right: 93px;
}
.mr-94 {
  margin-right: 94px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-96 {
  margin-right: 96px;
}
.mr-97 {
  margin-right: 97px;
}
.mr-98 {
  margin-right: 98px;
}
.mr-99 {
  margin-right: 99px;
}
.mr-100 {
  margin-right: 100px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 1px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-11 {
  margin-left: 11px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-13 {
  margin-left: 13px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-17 {
  margin-left: 17px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-19 {
  margin-left: 19px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-21 {
  margin-left: 21px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-23 {
  margin-left: 23px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-27 {
  margin-left: 27px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-29 {
  margin-left: 29px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-31 {
  margin-left: 31px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-33 {
  margin-left: 33px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-37 {
  margin-left: 37px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-39 {
  margin-left: 39px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-41 {
  margin-left: 41px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-43 {
  margin-left: 43px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-47 {
  margin-left: 47px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-49 {
  margin-left: 49px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-51 {
  margin-left: 51px;
}
.ml-52 {
  margin-left: 52px;
}
.ml-53 {
  margin-left: 53px;
}
.ml-54 {
  margin-left: 54px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-56 {
  margin-left: 56px;
}
.ml-57 {
  margin-left: 57px;
}
.ml-58 {
  margin-left: 58px;
}
.ml-59 {
  margin-left: 59px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-61 {
  margin-left: 61px;
}
.ml-62 {
  margin-left: 62px;
}
.ml-63 {
  margin-left: 63px;
}
.ml-64 {
  margin-left: 64px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-66 {
  margin-left: 66px;
}
.ml-67 {
  margin-left: 67px;
}
.ml-68 {
  margin-left: 68px;
}
.ml-69 {
  margin-left: 69px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-71 {
  margin-left: 71px;
}
.ml-72 {
  margin-left: 72px;
}
.ml-73 {
  margin-left: 73px;
}
.ml-74 {
  margin-left: 74px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-76 {
  margin-left: 76px;
}
.ml-77 {
  margin-left: 77px;
}
.ml-78 {
  margin-left: 78px;
}
.ml-79 {
  margin-left: 79px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-81 {
  margin-left: 81px;
}
.ml-82 {
  margin-left: 82px;
}
.ml-83 {
  margin-left: 83px;
}
.ml-84 {
  margin-left: 84px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-86 {
  margin-left: 86px;
}
.ml-87 {
  margin-left: 87px;
}
.ml-88 {
  margin-left: 88px;
}
.ml-89 {
  margin-left: 89px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-91 {
  margin-left: 91px;
}
.ml-92 {
  margin-left: 92px;
}
.ml-93 {
  margin-left: 93px;
}
.ml-94 {
  margin-left: 94px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-96 {
  margin-left: 96px;
}
.ml-97 {
  margin-left: 97px;
}
.ml-98 {
  margin-left: 98px;
}
.ml-99 {
  margin-left: 99px;
}
.ml-100 {
  margin-left: 100px;
}
.mt--1 {
  margin-top: -1px;
}
.mt--2 {
  margin-top: -2px;
}
.mt--3 {
  margin-top: -3px;
}
.mt--4 {
  margin-top: -4px;
}
.mt--5 {
  margin-top: -5px;
}
.mt--6 {
  margin-top: -6px;
}
.mt--7 {
  margin-top: -7px;
}
.mt--8 {
  margin-top: -8px;
}
.mt--9 {
  margin-top: -9px;
}
.mt--10 {
  margin-top: -10px;
}
.mt--11 {
  margin-top: -11px;
}
.mt--12 {
  margin-top: -12px;
}
.mt--13 {
  margin-top: -13px;
}
.mt--14 {
  margin-top: -14px;
}
.mt--15 {
  margin-top: -15px;
}
.mt--16 {
  margin-top: -16px;
}
.mt--17 {
  margin-top: -17px;
}
.mt--18 {
  margin-top: -18px;
}
.mt--19 {
  margin-top: -19px;
}
.mt--20 {
  margin-top: -20px;
}
.mt--21 {
  margin-top: -21px;
}
.mt--22 {
  margin-top: -22px;
}
.mt--23 {
  margin-top: -23px;
}
.mt--24 {
  margin-top: -24px;
}
.mt--25 {
  margin-top: -25px;
}
.mt--26 {
  margin-top: -26px;
}
.mt--27 {
  margin-top: -27px;
}
.mt--28 {
  margin-top: -28px;
}
.mt--29 {
  margin-top: -29px;
}
.mt--30 {
  margin-top: -30px;
}
.mt--31 {
  margin-top: -31px;
}
.mt--32 {
  margin-top: -32px;
}
.mt--33 {
  margin-top: -33px;
}
.mt--34 {
  margin-top: -34px;
}
.mt--35 {
  margin-top: -35px;
}
.mt--36 {
  margin-top: -36px;
}
.mt--37 {
  margin-top: -37px;
}
.mt--38 {
  margin-top: -38px;
}
.mt--39 {
  margin-top: -39px;
}
.mt--40 {
  margin-top: -40px;
}
.mt--41 {
  margin-top: -41px;
}
.mt--42 {
  margin-top: -42px;
}
.mt--43 {
  margin-top: -43px;
}
.mt--44 {
  margin-top: -44px;
}
.mt--45 {
  margin-top: -45px;
}
.mt--46 {
  margin-top: -46px;
}
.mt--47 {
  margin-top: -47px;
}
.mt--48 {
  margin-top: -48px;
}
.mt--49 {
  margin-top: -49px;
}
.mt--50 {
  margin-top: -50px;
}
.mt--51 {
  margin-top: -51px;
}
.mt--52 {
  margin-top: -52px;
}
.mt--53 {
  margin-top: -53px;
}
.mt--54 {
  margin-top: -54px;
}
.mt--55 {
  margin-top: -55px;
}
.mt--56 {
  margin-top: -56px;
}
.mt--57 {
  margin-top: -57px;
}
.mt--58 {
  margin-top: -58px;
}
.mt--59 {
  margin-top: -59px;
}
.mt--60 {
  margin-top: -60px;
}
.mt--61 {
  margin-top: -61px;
}
.mt--62 {
  margin-top: -62px;
}
.mt--63 {
  margin-top: -63px;
}
.mt--64 {
  margin-top: -64px;
}
.mt--65 {
  margin-top: -65px;
}
.mt--66 {
  margin-top: -66px;
}
.mt--67 {
  margin-top: -67px;
}
.mt--68 {
  margin-top: -68px;
}
.mt--69 {
  margin-top: -69px;
}
.mt--70 {
  margin-top: -70px;
}
.mt--71 {
  margin-top: -71px;
}
.mt--72 {
  margin-top: -72px;
}
.mt--73 {
  margin-top: -73px;
}
.mt--74 {
  margin-top: -74px;
}
.mt--75 {
  margin-top: -75px;
}
.mt--76 {
  margin-top: -76px;
}
.mt--77 {
  margin-top: -77px;
}
.mt--78 {
  margin-top: -78px;
}
.mt--79 {
  margin-top: -79px;
}
.mt--80 {
  margin-top: -80px;
}
.mt--81 {
  margin-top: -81px;
}
.mt--82 {
  margin-top: -82px;
}
.mt--83 {
  margin-top: -83px;
}
.mt--84 {
  margin-top: -84px;
}
.mt--85 {
  margin-top: -85px;
}
.mt--86 {
  margin-top: -86px;
}
.mt--87 {
  margin-top: -87px;
}
.mt--88 {
  margin-top: -88px;
}
.mt--89 {
  margin-top: -89px;
}
.mt--90 {
  margin-top: -90px;
}
.mt--91 {
  margin-top: -91px;
}
.mt--92 {
  margin-top: -92px;
}
.mt--93 {
  margin-top: -93px;
}
.mt--94 {
  margin-top: -94px;
}
.mt--95 {
  margin-top: -95px;
}
.mt--96 {
  margin-top: -96px;
}
.mt--97 {
  margin-top: -97px;
}
.mt--98 {
  margin-top: -98px;
}
.mt--99 {
  margin-top: -99px;
}
.mt--100 {
  margin-top: -100px;
}
.mt--101 {
  margin-top: -101px;
}
.mt--102 {
  margin-top: -102px;
}
.mt--103 {
  margin-top: -103px;
}
.mt--104 {
  margin-top: -104px;
}
.mt--105 {
  margin-top: -105px;
}
.mt--106 {
  margin-top: -106px;
}
.mt--107 {
  margin-top: -107px;
}
.mt--108 {
  margin-top: -108px;
}
.mt--109 {
  margin-top: -109px;
}
.mt--110 {
  margin-top: -110px;
}
.mt--111 {
  margin-top: -111px;
}
.mt--112 {
  margin-top: -112px;
}
.mt--113 {
  margin-top: -113px;
}
.mt--114 {
  margin-top: -114px;
}
.mt--115 {
  margin-top: -115px;
}
.mt--116 {
  margin-top: -116px;
}
.mt--117 {
  margin-top: -117px;
}
.mt--118 {
  margin-top: -118px;
}
.mt--119 {
  margin-top: -119px;
}
.mt--120 {
  margin-top: -120px;
}
.mt--121 {
  margin-top: -121px;
}
.mt--122 {
  margin-top: -122px;
}
.mt--123 {
  margin-top: -123px;
}
.mt--124 {
  margin-top: -124px;
}
.mt--125 {
  margin-top: -125px;
}
.mt--126 {
  margin-top: -126px;
}
.mt--127 {
  margin-top: -127px;
}
.mt--128 {
  margin-top: -128px;
}
.mt--129 {
  margin-top: -129px;
}
.mt--130 {
  margin-top: -130px;
}
.mt--131 {
  margin-top: -131px;
}
.mt--132 {
  margin-top: -132px;
}
.mt--133 {
  margin-top: -133px;
}
.mt--134 {
  margin-top: -134px;
}
.mt--135 {
  margin-top: -135px;
}
.mt--136 {
  margin-top: -136px;
}
.mt--137 {
  margin-top: -137px;
}
.mt--138 {
  margin-top: -138px;
}
.mt--139 {
  margin-top: -139px;
}
.mt--140 {
  margin-top: -140px;
}
.mt--141 {
  margin-top: -141px;
}
.mt--142 {
  margin-top: -142px;
}
.mt--143 {
  margin-top: -143px;
}
.mt--144 {
  margin-top: -144px;
}
.mt--145 {
  margin-top: -145px;
}
.mt--146 {
  margin-top: -146px;
}
.mt--147 {
  margin-top: -147px;
}
.mt--148 {
  margin-top: -148px;
}
.mt--149 {
  margin-top: -149px;
}
.mt--150 {
  margin-top: -150px;
}
.mt--151 {
  margin-top: -151px;
}
.mt--152 {
  margin-top: -152px;
}
.mt--153 {
  margin-top: -153px;
}
.mt--154 {
  margin-top: -154px;
}
.mt--155 {
  margin-top: -155px;
}
.mt--156 {
  margin-top: -156px;
}
.mt--157 {
  margin-top: -157px;
}
.mt--158 {
  margin-top: -158px;
}
.mt--159 {
  margin-top: -159px;
}
.mt--160 {
  margin-top: -160px;
}
.mt--161 {
  margin-top: -161px;
}
.mt--162 {
  margin-top: -162px;
}
.mt--163 {
  margin-top: -163px;
}
.mt--164 {
  margin-top: -164px;
}
.mt--165 {
  margin-top: -165px;
}
.mt--166 {
  margin-top: -166px;
}
.mt--167 {
  margin-top: -167px;
}
.mt--168 {
  margin-top: -168px;
}
.mt--169 {
  margin-top: -169px;
}
.mt--170 {
  margin-top: -170px;
}
.mt--171 {
  margin-top: -171px;
}
.mt--172 {
  margin-top: -172px;
}
.mt--173 {
  margin-top: -173px;
}
.mt--174 {
  margin-top: -174px;
}
.mt--175 {
  margin-top: -175px;
}
.mt--176 {
  margin-top: -176px;
}
.mt--177 {
  margin-top: -177px;
}
.mt--178 {
  margin-top: -178px;
}
.mt--179 {
  margin-top: -179px;
}
.mt--180 {
  margin-top: -180px;
}
.mt--181 {
  margin-top: -181px;
}
.mt--182 {
  margin-top: -182px;
}
.mt--183 {
  margin-top: -183px;
}
.mt--184 {
  margin-top: -184px;
}
.mt--185 {
  margin-top: -185px;
}
.mt--186 {
  margin-top: -186px;
}
.mt--187 {
  margin-top: -187px;
}
.mt--188 {
  margin-top: -188px;
}
.mt--189 {
  margin-top: -189px;
}
.mt--190 {
  margin-top: -190px;
}
.mt--191 {
  margin-top: -191px;
}
.mt--192 {
  margin-top: -192px;
}
.mt--193 {
  margin-top: -193px;
}
.mt--194 {
  margin-top: -194px;
}
.mt--195 {
  margin-top: -195px;
}
.mt--196 {
  margin-top: -196px;
}
.mt--197 {
  margin-top: -197px;
}
.mt--198 {
  margin-top: -198px;
}
.mt--199 {
  margin-top: -199px;
}
.mt--200 {
  margin-top: -200px;
}
.mb--1 {
  margin-bottom: -1px;
}
.mb--2 {
  margin-bottom: -2px;
}
.mb--3 {
  margin-bottom: -3px;
}
.mb--4 {
  margin-bottom: -4px;
}
.mb--5 {
  margin-bottom: -5px;
}
.mb--6 {
  margin-bottom: -6px;
}
.mb--7 {
  margin-bottom: -7px;
}
.mb--8 {
  margin-bottom: -8px;
}
.mb--9 {
  margin-bottom: -9px;
}
.mb--10 {
  margin-bottom: -10px;
}
.mb--11 {
  margin-bottom: -11px;
}
.mb--12 {
  margin-bottom: -12px;
}
.mb--13 {
  margin-bottom: -13px;
}
.mb--14 {
  margin-bottom: -14px;
}
.mb--15 {
  margin-bottom: -15px;
}
.mb--16 {
  margin-bottom: -16px;
}
.mb--17 {
  margin-bottom: -17px;
}
.mb--18 {
  margin-bottom: -18px;
}
.mb--19 {
  margin-bottom: -19px;
}
.mb--20 {
  margin-bottom: -20px;
}
.mb--21 {
  margin-bottom: -21px;
}
.mb--22 {
  margin-bottom: -22px;
}
.mb--23 {
  margin-bottom: -23px;
}
.mb--24 {
  margin-bottom: -24px;
}
.mb--25 {
  margin-bottom: -25px;
}
.mb--26 {
  margin-bottom: -26px;
}
.mb--27 {
  margin-bottom: -27px;
}
.mb--28 {
  margin-bottom: -28px;
}
.mb--29 {
  margin-bottom: -29px;
}
.mb--30 {
  margin-bottom: -30px;
}
.mb--31 {
  margin-bottom: -31px;
}
.mb--32 {
  margin-bottom: -32px;
}
.mb--33 {
  margin-bottom: -33px;
}
.mb--34 {
  margin-bottom: -34px;
}
.mb--35 {
  margin-bottom: -35px;
}
.mb--36 {
  margin-bottom: -36px;
}
.mb--37 {
  margin-bottom: -37px;
}
.mb--38 {
  margin-bottom: -38px;
}
.mb--39 {
  margin-bottom: -39px;
}
.mb--40 {
  margin-bottom: -40px;
}
.mb--41 {
  margin-bottom: -41px;
}
.mb--42 {
  margin-bottom: -42px;
}
.mb--43 {
  margin-bottom: -43px;
}
.mb--44 {
  margin-bottom: -44px;
}
.mb--45 {
  margin-bottom: -45px;
}
.mb--46 {
  margin-bottom: -46px;
}
.mb--47 {
  margin-bottom: -47px;
}
.mb--48 {
  margin-bottom: -48px;
}
.mb--49 {
  margin-bottom: -49px;
}
.mb--50 {
  margin-bottom: -50px;
}
.mb--51 {
  margin-bottom: -51px;
}
.mb--52 {
  margin-bottom: -52px;
}
.mb--53 {
  margin-bottom: -53px;
}
.mb--54 {
  margin-bottom: -54px;
}
.mb--55 {
  margin-bottom: -55px;
}
.mb--56 {
  margin-bottom: -56px;
}
.mb--57 {
  margin-bottom: -57px;
}
.mb--58 {
  margin-bottom: -58px;
}
.mb--59 {
  margin-bottom: -59px;
}
.mb--60 {
  margin-bottom: -60px;
}
.mb--61 {
  margin-bottom: -61px;
}
.mb--62 {
  margin-bottom: -62px;
}
.mb--63 {
  margin-bottom: -63px;
}
.mb--64 {
  margin-bottom: -64px;
}
.mb--65 {
  margin-bottom: -65px;
}
.mb--66 {
  margin-bottom: -66px;
}
.mb--67 {
  margin-bottom: -67px;
}
.mb--68 {
  margin-bottom: -68px;
}
.mb--69 {
  margin-bottom: -69px;
}
.mb--70 {
  margin-bottom: -70px;
}
.mb--71 {
  margin-bottom: -71px;
}
.mb--72 {
  margin-bottom: -72px;
}
.mb--73 {
  margin-bottom: -73px;
}
.mb--74 {
  margin-bottom: -74px;
}
.mb--75 {
  margin-bottom: -75px;
}
.mb--76 {
  margin-bottom: -76px;
}
.mb--77 {
  margin-bottom: -77px;
}
.mb--78 {
  margin-bottom: -78px;
}
.mb--79 {
  margin-bottom: -79px;
}
.mb--80 {
  margin-bottom: -80px;
}
.mb--81 {
  margin-bottom: -81px;
}
.mb--82 {
  margin-bottom: -82px;
}
.mb--83 {
  margin-bottom: -83px;
}
.mb--84 {
  margin-bottom: -84px;
}
.mb--85 {
  margin-bottom: -85px;
}
.mb--86 {
  margin-bottom: -86px;
}
.mb--87 {
  margin-bottom: -87px;
}
.mb--88 {
  margin-bottom: -88px;
}
.mb--89 {
  margin-bottom: -89px;
}
.mb--90 {
  margin-bottom: -90px;
}
.mb--91 {
  margin-bottom: -91px;
}
.mb--92 {
  margin-bottom: -92px;
}
.mb--93 {
  margin-bottom: -93px;
}
.mb--94 {
  margin-bottom: -94px;
}
.mb--95 {
  margin-bottom: -95px;
}
.mb--96 {
  margin-bottom: -96px;
}
.mb--97 {
  margin-bottom: -97px;
}
.mb--98 {
  margin-bottom: -98px;
}
.mb--99 {
  margin-bottom: -99px;
}
.mb--100 {
  margin-bottom: -100px;
}
.mb--101 {
  margin-bottom: -101px;
}
.mb--102 {
  margin-bottom: -102px;
}
.mb--103 {
  margin-bottom: -103px;
}
.mb--104 {
  margin-bottom: -104px;
}
.mb--105 {
  margin-bottom: -105px;
}
.mb--106 {
  margin-bottom: -106px;
}
.mb--107 {
  margin-bottom: -107px;
}
.mb--108 {
  margin-bottom: -108px;
}
.mb--109 {
  margin-bottom: -109px;
}
.mb--110 {
  margin-bottom: -110px;
}
.mb--111 {
  margin-bottom: -111px;
}
.mb--112 {
  margin-bottom: -112px;
}
.mb--113 {
  margin-bottom: -113px;
}
.mb--114 {
  margin-bottom: -114px;
}
.mb--115 {
  margin-bottom: -115px;
}
.mb--116 {
  margin-bottom: -116px;
}
.mb--117 {
  margin-bottom: -117px;
}
.mb--118 {
  margin-bottom: -118px;
}
.mb--119 {
  margin-bottom: -119px;
}
.mb--120 {
  margin-bottom: -120px;
}
.mb--121 {
  margin-bottom: -121px;
}
.mb--122 {
  margin-bottom: -122px;
}
.mb--123 {
  margin-bottom: -123px;
}
.mb--124 {
  margin-bottom: -124px;
}
.mb--125 {
  margin-bottom: -125px;
}
.mb--126 {
  margin-bottom: -126px;
}
.mb--127 {
  margin-bottom: -127px;
}
.mb--128 {
  margin-bottom: -128px;
}
.mb--129 {
  margin-bottom: -129px;
}
.mb--130 {
  margin-bottom: -130px;
}
.mb--131 {
  margin-bottom: -131px;
}
.mb--132 {
  margin-bottom: -132px;
}
.mb--133 {
  margin-bottom: -133px;
}
.mb--134 {
  margin-bottom: -134px;
}
.mb--135 {
  margin-bottom: -135px;
}
.mb--136 {
  margin-bottom: -136px;
}
.mb--137 {
  margin-bottom: -137px;
}
.mb--138 {
  margin-bottom: -138px;
}
.mb--139 {
  margin-bottom: -139px;
}
.mb--140 {
  margin-bottom: -140px;
}
.mb--141 {
  margin-bottom: -141px;
}
.mb--142 {
  margin-bottom: -142px;
}
.mb--143 {
  margin-bottom: -143px;
}
.mb--144 {
  margin-bottom: -144px;
}
.mb--145 {
  margin-bottom: -145px;
}
.mb--146 {
  margin-bottom: -146px;
}
.mb--147 {
  margin-bottom: -147px;
}
.mb--148 {
  margin-bottom: -148px;
}
.mb--149 {
  margin-bottom: -149px;
}
.mb--150 {
  margin-bottom: -150px;
}
.mb--151 {
  margin-bottom: -151px;
}
.mb--152 {
  margin-bottom: -152px;
}
.mb--153 {
  margin-bottom: -153px;
}
.mb--154 {
  margin-bottom: -154px;
}
.mb--155 {
  margin-bottom: -155px;
}
.mb--156 {
  margin-bottom: -156px;
}
.mb--157 {
  margin-bottom: -157px;
}
.mb--158 {
  margin-bottom: -158px;
}
.mb--159 {
  margin-bottom: -159px;
}
.mb--160 {
  margin-bottom: -160px;
}
.mb--161 {
  margin-bottom: -161px;
}
.mb--162 {
  margin-bottom: -162px;
}
.mb--163 {
  margin-bottom: -163px;
}
.mb--164 {
  margin-bottom: -164px;
}
.mb--165 {
  margin-bottom: -165px;
}
.mb--166 {
  margin-bottom: -166px;
}
.mb--167 {
  margin-bottom: -167px;
}
.mb--168 {
  margin-bottom: -168px;
}
.mb--169 {
  margin-bottom: -169px;
}
.mb--170 {
  margin-bottom: -170px;
}
.mb--171 {
  margin-bottom: -171px;
}
.mb--172 {
  margin-bottom: -172px;
}
.mb--173 {
  margin-bottom: -173px;
}
.mb--174 {
  margin-bottom: -174px;
}
.mb--175 {
  margin-bottom: -175px;
}
.mb--176 {
  margin-bottom: -176px;
}
.mb--177 {
  margin-bottom: -177px;
}
.mb--178 {
  margin-bottom: -178px;
}
.mb--179 {
  margin-bottom: -179px;
}
.mb--180 {
  margin-bottom: -180px;
}
.mb--181 {
  margin-bottom: -181px;
}
.mb--182 {
  margin-bottom: -182px;
}
.mb--183 {
  margin-bottom: -183px;
}
.mb--184 {
  margin-bottom: -184px;
}
.mb--185 {
  margin-bottom: -185px;
}
.mb--186 {
  margin-bottom: -186px;
}
.mb--187 {
  margin-bottom: -187px;
}
.mb--188 {
  margin-bottom: -188px;
}
.mb--189 {
  margin-bottom: -189px;
}
.mb--190 {
  margin-bottom: -190px;
}
.mb--191 {
  margin-bottom: -191px;
}
.mb--192 {
  margin-bottom: -192px;
}
.mb--193 {
  margin-bottom: -193px;
}
.mb--194 {
  margin-bottom: -194px;
}
.mb--195 {
  margin-bottom: -195px;
}
.mb--196 {
  margin-bottom: -196px;
}
.mb--197 {
  margin-bottom: -197px;
}
.mb--198 {
  margin-bottom: -198px;
}
.mb--199 {
  margin-bottom: -199px;
}
.mb--200 {
  margin-bottom: -200px;
}
.ml--1 {
  margin-left: -1px;
}
.ml--2 {
  margin-left: -2px;
}
.ml--3 {
  margin-left: -3px;
}
.ml--4 {
  margin-left: -4px;
}
.ml--5 {
  margin-left: -5px;
}
.ml--6 {
  margin-left: -6px;
}
.ml--7 {
  margin-left: -7px;
}
.ml--8 {
  margin-left: -8px;
}
.ml--9 {
  margin-left: -9px;
}
.ml--10 {
  margin-left: -10px;
}
.ml--11 {
  margin-left: -11px;
}
.ml--12 {
  margin-left: -12px;
}
.ml--13 {
  margin-left: -13px;
}
.ml--14 {
  margin-left: -14px;
}
.ml--15 {
  margin-left: -15px;
}
.ml--16 {
  margin-left: -16px;
}
.ml--17 {
  margin-left: -17px;
}
.ml--18 {
  margin-left: -18px;
}
.ml--19 {
  margin-left: -19px;
}
.ml--20 {
  margin-left: -20px;
}
.ml--21 {
  margin-left: -21px;
}
.ml--22 {
  margin-left: -22px;
}
.ml--23 {
  margin-left: -23px;
}
.ml--24 {
  margin-left: -24px;
}
.ml--25 {
  margin-left: -25px;
}
.ml--26 {
  margin-left: -26px;
}
.ml--27 {
  margin-left: -27px;
}
.ml--28 {
  margin-left: -28px;
}
.ml--29 {
  margin-left: -29px;
}
.ml--30 {
  margin-left: -30px;
}
.ml--31 {
  margin-left: -31px;
}
.ml--32 {
  margin-left: -32px;
}
.ml--33 {
  margin-left: -33px;
}
.ml--34 {
  margin-left: -34px;
}
.ml--35 {
  margin-left: -35px;
}
.ml--36 {
  margin-left: -36px;
}
.ml--37 {
  margin-left: -37px;
}
.ml--38 {
  margin-left: -38px;
}
.ml--39 {
  margin-left: -39px;
}
.ml--40 {
  margin-left: -40px;
}
.ml--41 {
  margin-left: -41px;
}
.ml--42 {
  margin-left: -42px;
}
.ml--43 {
  margin-left: -43px;
}
.ml--44 {
  margin-left: -44px;
}
.ml--45 {
  margin-left: -45px;
}
.ml--46 {
  margin-left: -46px;
}
.ml--47 {
  margin-left: -47px;
}
.ml--48 {
  margin-left: -48px;
}
.ml--49 {
  margin-left: -49px;
}
.ml--50 {
  margin-left: -50px;
}
.ml--51 {
  margin-left: -51px;
}
.ml--52 {
  margin-left: -52px;
}
.ml--53 {
  margin-left: -53px;
}
.ml--54 {
  margin-left: -54px;
}
.ml--55 {
  margin-left: -55px;
}
.ml--56 {
  margin-left: -56px;
}
.ml--57 {
  margin-left: -57px;
}
.ml--58 {
  margin-left: -58px;
}
.ml--59 {
  margin-left: -59px;
}
.ml--60 {
  margin-left: -60px;
}
.ml--61 {
  margin-left: -61px;
}
.ml--62 {
  margin-left: -62px;
}
.ml--63 {
  margin-left: -63px;
}
.ml--64 {
  margin-left: -64px;
}
.ml--65 {
  margin-left: -65px;
}
.ml--66 {
  margin-left: -66px;
}
.ml--67 {
  margin-left: -67px;
}
.ml--68 {
  margin-left: -68px;
}
.ml--69 {
  margin-left: -69px;
}
.ml--70 {
  margin-left: -70px;
}
.ml--71 {
  margin-left: -71px;
}
.ml--72 {
  margin-left: -72px;
}
.ml--73 {
  margin-left: -73px;
}
.ml--74 {
  margin-left: -74px;
}
.ml--75 {
  margin-left: -75px;
}
.ml--76 {
  margin-left: -76px;
}
.ml--77 {
  margin-left: -77px;
}
.ml--78 {
  margin-left: -78px;
}
.ml--79 {
  margin-left: -79px;
}
.ml--80 {
  margin-left: -80px;
}
.ml--81 {
  margin-left: -81px;
}
.ml--82 {
  margin-left: -82px;
}
.ml--83 {
  margin-left: -83px;
}
.ml--84 {
  margin-left: -84px;
}
.ml--85 {
  margin-left: -85px;
}
.ml--86 {
  margin-left: -86px;
}
.ml--87 {
  margin-left: -87px;
}
.ml--88 {
  margin-left: -88px;
}
.ml--89 {
  margin-left: -89px;
}
.ml--90 {
  margin-left: -90px;
}
.ml--91 {
  margin-left: -91px;
}
.ml--92 {
  margin-left: -92px;
}
.ml--93 {
  margin-left: -93px;
}
.ml--94 {
  margin-left: -94px;
}
.ml--95 {
  margin-left: -95px;
}
.ml--96 {
  margin-left: -96px;
}
.ml--97 {
  margin-left: -97px;
}
.ml--98 {
  margin-left: -98px;
}
.ml--99 {
  margin-left: -99px;
}
.ml--100 {
  margin-left: -100px;
}
.ml--101 {
  margin-left: -101px;
}
.ml--102 {
  margin-left: -102px;
}
.ml--103 {
  margin-left: -103px;
}
.ml--104 {
  margin-left: -104px;
}
.ml--105 {
  margin-left: -105px;
}
.ml--106 {
  margin-left: -106px;
}
.ml--107 {
  margin-left: -107px;
}
.ml--108 {
  margin-left: -108px;
}
.ml--109 {
  margin-left: -109px;
}
.ml--110 {
  margin-left: -110px;
}
.ml--111 {
  margin-left: -111px;
}
.ml--112 {
  margin-left: -112px;
}
.ml--113 {
  margin-left: -113px;
}
.ml--114 {
  margin-left: -114px;
}
.ml--115 {
  margin-left: -115px;
}
.ml--116 {
  margin-left: -116px;
}
.ml--117 {
  margin-left: -117px;
}
.ml--118 {
  margin-left: -118px;
}
.ml--119 {
  margin-left: -119px;
}
.ml--120 {
  margin-left: -120px;
}
.ml--121 {
  margin-left: -121px;
}
.ml--122 {
  margin-left: -122px;
}
.ml--123 {
  margin-left: -123px;
}
.ml--124 {
  margin-left: -124px;
}
.ml--125 {
  margin-left: -125px;
}
.ml--126 {
  margin-left: -126px;
}
.ml--127 {
  margin-left: -127px;
}
.ml--128 {
  margin-left: -128px;
}
.ml--129 {
  margin-left: -129px;
}
.ml--130 {
  margin-left: -130px;
}
.ml--131 {
  margin-left: -131px;
}
.ml--132 {
  margin-left: -132px;
}
.ml--133 {
  margin-left: -133px;
}
.ml--134 {
  margin-left: -134px;
}
.ml--135 {
  margin-left: -135px;
}
.ml--136 {
  margin-left: -136px;
}
.ml--137 {
  margin-left: -137px;
}
.ml--138 {
  margin-left: -138px;
}
.ml--139 {
  margin-left: -139px;
}
.ml--140 {
  margin-left: -140px;
}
.ml--141 {
  margin-left: -141px;
}
.ml--142 {
  margin-left: -142px;
}
.ml--143 {
  margin-left: -143px;
}
.ml--144 {
  margin-left: -144px;
}
.ml--145 {
  margin-left: -145px;
}
.ml--146 {
  margin-left: -146px;
}
.ml--147 {
  margin-left: -147px;
}
.ml--148 {
  margin-left: -148px;
}
.ml--149 {
  margin-left: -149px;
}
.ml--150 {
  margin-left: -150px;
}
.ml--151 {
  margin-left: -151px;
}
.ml--152 {
  margin-left: -152px;
}
.ml--153 {
  margin-left: -153px;
}
.ml--154 {
  margin-left: -154px;
}
.ml--155 {
  margin-left: -155px;
}
.ml--156 {
  margin-left: -156px;
}
.ml--157 {
  margin-left: -157px;
}
.ml--158 {
  margin-left: -158px;
}
.ml--159 {
  margin-left: -159px;
}
.ml--160 {
  margin-left: -160px;
}
.ml--161 {
  margin-left: -161px;
}
.ml--162 {
  margin-left: -162px;
}
.ml--163 {
  margin-left: -163px;
}
.ml--164 {
  margin-left: -164px;
}
.ml--165 {
  margin-left: -165px;
}
.ml--166 {
  margin-left: -166px;
}
.ml--167 {
  margin-left: -167px;
}
.ml--168 {
  margin-left: -168px;
}
.ml--169 {
  margin-left: -169px;
}
.ml--170 {
  margin-left: -170px;
}
.ml--171 {
  margin-left: -171px;
}
.ml--172 {
  margin-left: -172px;
}
.ml--173 {
  margin-left: -173px;
}
.ml--174 {
  margin-left: -174px;
}
.ml--175 {
  margin-left: -175px;
}
.ml--176 {
  margin-left: -176px;
}
.ml--177 {
  margin-left: -177px;
}
.ml--178 {
  margin-left: -178px;
}
.ml--179 {
  margin-left: -179px;
}
.ml--180 {
  margin-left: -180px;
}
.ml--181 {
  margin-left: -181px;
}
.ml--182 {
  margin-left: -182px;
}
.ml--183 {
  margin-left: -183px;
}
.ml--184 {
  margin-left: -184px;
}
.ml--185 {
  margin-left: -185px;
}
.ml--186 {
  margin-left: -186px;
}
.ml--187 {
  margin-left: -187px;
}
.ml--188 {
  margin-left: -188px;
}
.ml--189 {
  margin-left: -189px;
}
.ml--190 {
  margin-left: -190px;
}
.ml--191 {
  margin-left: -191px;
}
.ml--192 {
  margin-left: -192px;
}
.ml--193 {
  margin-left: -193px;
}
.ml--194 {
  margin-left: -194px;
}
.ml--195 {
  margin-left: -195px;
}
.ml--196 {
  margin-left: -196px;
}
.ml--197 {
  margin-left: -197px;
}
.ml--198 {
  margin-left: -198px;
}
.ml--199 {
  margin-left: -199px;
}
.ml--200 {
  margin-left: -200px;
}
.mr--1 {
  margin-right: -1px;
}
.mr--2 {
  margin-right: -2px;
}
.mr--3 {
  margin-right: -3px;
}
.mr--4 {
  margin-right: -4px;
}
.mr--5 {
  margin-right: -5px;
}
.mr--6 {
  margin-right: -6px;
}
.mr--7 {
  margin-right: -7px;
}
.mr--8 {
  margin-right: -8px;
}
.mr--9 {
  margin-right: -9px;
}
.mr--10 {
  margin-right: -10px;
}
.mr--11 {
  margin-right: -11px;
}
.mr--12 {
  margin-right: -12px;
}
.mr--13 {
  margin-right: -13px;
}
.mr--14 {
  margin-right: -14px;
}
.mr--15 {
  margin-right: -15px;
}
.mr--16 {
  margin-right: -16px;
}
.mr--17 {
  margin-right: -17px;
}
.mr--18 {
  margin-right: -18px;
}
.mr--19 {
  margin-right: -19px;
}
.mr--20 {
  margin-right: -20px;
}
.mr--21 {
  margin-right: -21px;
}
.mr--22 {
  margin-right: -22px;
}
.mr--23 {
  margin-right: -23px;
}
.mr--24 {
  margin-right: -24px;
}
.mr--25 {
  margin-right: -25px;
}
.mr--26 {
  margin-right: -26px;
}
.mr--27 {
  margin-right: -27px;
}
.mr--28 {
  margin-right: -28px;
}
.mr--29 {
  margin-right: -29px;
}
.mr--30 {
  margin-right: -30px;
}
.mr--31 {
  margin-right: -31px;
}
.mr--32 {
  margin-right: -32px;
}
.mr--33 {
  margin-right: -33px;
}
.mr--34 {
  margin-right: -34px;
}
.mr--35 {
  margin-right: -35px;
}
.mr--36 {
  margin-right: -36px;
}
.mr--37 {
  margin-right: -37px;
}
.mr--38 {
  margin-right: -38px;
}
.mr--39 {
  margin-right: -39px;
}
.mr--40 {
  margin-right: -40px;
}
.mr--41 {
  margin-right: -41px;
}
.mr--42 {
  margin-right: -42px;
}
.mr--43 {
  margin-right: -43px;
}
.mr--44 {
  margin-right: -44px;
}
.mr--45 {
  margin-right: -45px;
}
.mr--46 {
  margin-right: -46px;
}
.mr--47 {
  margin-right: -47px;
}
.mr--48 {
  margin-right: -48px;
}
.mr--49 {
  margin-right: -49px;
}
.mr--50 {
  margin-right: -50px;
}
.mr--51 {
  margin-right: -51px;
}
.mr--52 {
  margin-right: -52px;
}
.mr--53 {
  margin-right: -53px;
}
.mr--54 {
  margin-right: -54px;
}
.mr--55 {
  margin-right: -55px;
}
.mr--56 {
  margin-right: -56px;
}
.mr--57 {
  margin-right: -57px;
}
.mr--58 {
  margin-right: -58px;
}
.mr--59 {
  margin-right: -59px;
}
.mr--60 {
  margin-right: -60px;
}
.mr--61 {
  margin-right: -61px;
}
.mr--62 {
  margin-right: -62px;
}
.mr--63 {
  margin-right: -63px;
}
.mr--64 {
  margin-right: -64px;
}
.mr--65 {
  margin-right: -65px;
}
.mr--66 {
  margin-right: -66px;
}
.mr--67 {
  margin-right: -67px;
}
.mr--68 {
  margin-right: -68px;
}
.mr--69 {
  margin-right: -69px;
}
.mr--70 {
  margin-right: -70px;
}
.mr--71 {
  margin-right: -71px;
}
.mr--72 {
  margin-right: -72px;
}
.mr--73 {
  margin-right: -73px;
}
.mr--74 {
  margin-right: -74px;
}
.mr--75 {
  margin-right: -75px;
}
.mr--76 {
  margin-right: -76px;
}
.mr--77 {
  margin-right: -77px;
}
.mr--78 {
  margin-right: -78px;
}
.mr--79 {
  margin-right: -79px;
}
.mr--80 {
  margin-right: -80px;
}
.mr--81 {
  margin-right: -81px;
}
.mr--82 {
  margin-right: -82px;
}
.mr--83 {
  margin-right: -83px;
}
.mr--84 {
  margin-right: -84px;
}
.mr--85 {
  margin-right: -85px;
}
.mr--86 {
  margin-right: -86px;
}
.mr--87 {
  margin-right: -87px;
}
.mr--88 {
  margin-right: -88px;
}
.mr--89 {
  margin-right: -89px;
}
.mr--90 {
  margin-right: -90px;
}
.mr--91 {
  margin-right: -91px;
}
.mr--92 {
  margin-right: -92px;
}
.mr--93 {
  margin-right: -93px;
}
.mr--94 {
  margin-right: -94px;
}
.mr--95 {
  margin-right: -95px;
}
.mr--96 {
  margin-right: -96px;
}
.mr--97 {
  margin-right: -97px;
}
.mr--98 {
  margin-right: -98px;
}
.mr--99 {
  margin-right: -99px;
}
.mr--100 {
  margin-right: -100px;
}
.mr--101 {
  margin-right: -101px;
}
.mr--102 {
  margin-right: -102px;
}
.mr--103 {
  margin-right: -103px;
}
.mr--104 {
  margin-right: -104px;
}
.mr--105 {
  margin-right: -105px;
}
.mr--106 {
  margin-right: -106px;
}
.mr--107 {
  margin-right: -107px;
}
.mr--108 {
  margin-right: -108px;
}
.mr--109 {
  margin-right: -109px;
}
.mr--110 {
  margin-right: -110px;
}
.mr--111 {
  margin-right: -111px;
}
.mr--112 {
  margin-right: -112px;
}
.mr--113 {
  margin-right: -113px;
}
.mr--114 {
  margin-right: -114px;
}
.mr--115 {
  margin-right: -115px;
}
.mr--116 {
  margin-right: -116px;
}
.mr--117 {
  margin-right: -117px;
}
.mr--118 {
  margin-right: -118px;
}
.mr--119 {
  margin-right: -119px;
}
.mr--120 {
  margin-right: -120px;
}
.mr--121 {
  margin-right: -121px;
}
.mr--122 {
  margin-right: -122px;
}
.mr--123 {
  margin-right: -123px;
}
.mr--124 {
  margin-right: -124px;
}
.mr--125 {
  margin-right: -125px;
}
.mr--126 {
  margin-right: -126px;
}
.mr--127 {
  margin-right: -127px;
}
.mr--128 {
  margin-right: -128px;
}
.mr--129 {
  margin-right: -129px;
}
.mr--130 {
  margin-right: -130px;
}
.mr--131 {
  margin-right: -131px;
}
.mr--132 {
  margin-right: -132px;
}
.mr--133 {
  margin-right: -133px;
}
.mr--134 {
  margin-right: -134px;
}
.mr--135 {
  margin-right: -135px;
}
.mr--136 {
  margin-right: -136px;
}
.mr--137 {
  margin-right: -137px;
}
.mr--138 {
  margin-right: -138px;
}
.mr--139 {
  margin-right: -139px;
}
.mr--140 {
  margin-right: -140px;
}
.mr--141 {
  margin-right: -141px;
}
.mr--142 {
  margin-right: -142px;
}
.mr--143 {
  margin-right: -143px;
}
.mr--144 {
  margin-right: -144px;
}
.mr--145 {
  margin-right: -145px;
}
.mr--146 {
  margin-right: -146px;
}
.mr--147 {
  margin-right: -147px;
}
.mr--148 {
  margin-right: -148px;
}
.mr--149 {
  margin-right: -149px;
}
.mr--150 {
  margin-right: -150px;
}
.mr--151 {
  margin-right: -151px;
}
.mr--152 {
  margin-right: -152px;
}
.mr--153 {
  margin-right: -153px;
}
.mr--154 {
  margin-right: -154px;
}
.mr--155 {
  margin-right: -155px;
}
.mr--156 {
  margin-right: -156px;
}
.mr--157 {
  margin-right: -157px;
}
.mr--158 {
  margin-right: -158px;
}
.mr--159 {
  margin-right: -159px;
}
.mr--160 {
  margin-right: -160px;
}
.mr--161 {
  margin-right: -161px;
}
.mr--162 {
  margin-right: -162px;
}
.mr--163 {
  margin-right: -163px;
}
.mr--164 {
  margin-right: -164px;
}
.mr--165 {
  margin-right: -165px;
}
.mr--166 {
  margin-right: -166px;
}
.mr--167 {
  margin-right: -167px;
}
.mr--168 {
  margin-right: -168px;
}
.mr--169 {
  margin-right: -169px;
}
.mr--170 {
  margin-right: -170px;
}
.mr--171 {
  margin-right: -171px;
}
.mr--172 {
  margin-right: -172px;
}
.mr--173 {
  margin-right: -173px;
}
.mr--174 {
  margin-right: -174px;
}
.mr--175 {
  margin-right: -175px;
}
.mr--176 {
  margin-right: -176px;
}
.mr--177 {
  margin-right: -177px;
}
.mr--178 {
  margin-right: -178px;
}
.mr--179 {
  margin-right: -179px;
}
.mr--180 {
  margin-right: -180px;
}
.mr--181 {
  margin-right: -181px;
}
.mr--182 {
  margin-right: -182px;
}
.mr--183 {
  margin-right: -183px;
}
.mr--184 {
  margin-right: -184px;
}
.mr--185 {
  margin-right: -185px;
}
.mr--186 {
  margin-right: -186px;
}
.mr--187 {
  margin-right: -187px;
}
.mr--188 {
  margin-right: -188px;
}
.mr--189 {
  margin-right: -189px;
}
.mr--190 {
  margin-right: -190px;
}
.mr--191 {
  margin-right: -191px;
}
.mr--192 {
  margin-right: -192px;
}
.mr--193 {
  margin-right: -193px;
}
.mr--194 {
  margin-right: -194px;
}
.mr--195 {
  margin-right: -195px;
}
.mr--196 {
  margin-right: -196px;
}
.mr--197 {
  margin-right: -197px;
}
.mr--198 {
  margin-right: -198px;
}
.mr--199 {
  margin-right: -199px;
}
.mr--200 {
  margin-right: -200px;
}
@media only screen and (max-width:991px) {
  .md-padding-0 {
    padding: 0;
  }
  .md-margin-0 {
    margin: 0;
  }
  .md-pt-0 {
    padding-top: 0;
  }
  .md-pt-1 {
    padding-top: 1px;
  }
  .md-pt-2 {
    padding-top: 2px;
  }
  .md-pt-3 {
    padding-top: 3px;
  }
  .md-pt-4 {
    padding-top: 4px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pt-6 {
    padding-top: 6px;
  }
  .md-pt-7 {
    padding-top: 7px;
  }
  .md-pt-8 {
    padding-top: 8px;
  }
  .md-pt-9 {
    padding-top: 9px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pt-11 {
    padding-top: 11px;
  }
  .md-pt-12 {
    padding-top: 12px;
  }
  .md-pt-13 {
    padding-top: 13px;
  }
  .md-pt-14 {
    padding-top: 14px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pt-16 {
    padding-top: 16px;
  }
  .md-pt-17 {
    padding-top: 17px;
  }
  .md-pt-18 {
    padding-top: 18px;
  }
  .md-pt-19 {
    padding-top: 19px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pt-21 {
    padding-top: 21px;
  }
  .md-pt-22 {
    padding-top: 22px;
  }
  .md-pt-23 {
    padding-top: 23px;
  }
  .md-pt-24 {
    padding-top: 24px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pt-26 {
    padding-top: 26px;
  }
  .md-pt-27 {
    padding-top: 27px;
  }
  .md-pt-28 {
    padding-top: 28px;
  }
  .md-pt-29 {
    padding-top: 29px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pt-31 {
    padding-top: 31px;
  }
  .md-pt-32 {
    padding-top: 32px;
  }
  .md-pt-33 {
    padding-top: 33px;
  }
  .md-pt-34 {
    padding-top: 34px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pt-36 {
    padding-top: 36px;
  }
  .md-pt-37 {
    padding-top: 37px;
  }
  .md-pt-38 {
    padding-top: 38px;
  }
  .md-pt-39 {
    padding-top: 39px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pt-41 {
    padding-top: 41px;
  }
  .md-pt-42 {
    padding-top: 42px;
  }
  .md-pt-43 {
    padding-top: 43px;
  }
  .md-pt-44 {
    padding-top: 44px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pt-46 {
    padding-top: 46px;
  }
  .md-pt-47 {
    padding-top: 47px;
  }
  .md-pt-48 {
    padding-top: 48px;
  }
  .md-pt-49 {
    padding-top: 49px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pt-51 {
    padding-top: 51px;
  }
  .md-pt-52 {
    padding-top: 52px;
  }
  .md-pt-53 {
    padding-top: 53px;
  }
  .md-pt-54 {
    padding-top: 54px;
  }
  .md-pt-55 {
    padding-top: 55px;
  }
  .md-pt-56 {
    padding-top: 56px;
  }
  .md-pt-57 {
    padding-top: 57px;
  }
  .md-pt-58 {
    padding-top: 58px;
  }
  .md-pt-59 {
    padding-top: 59px;
  }
  .md-pt-60 {
    padding-top: 60px;
  }
  .md-pt-61 {
    padding-top: 61px;
  }
  .md-pt-62 {
    padding-top: 62px;
  }
  .md-pt-63 {
    padding-top: 63px;
  }
  .md-pt-64 {
    padding-top: 64px;
  }
  .md-pt-65 {
    padding-top: 65px;
  }
  .md-pt-66 {
    padding-top: 66px;
  }
  .md-pt-67 {
    padding-top: 67px;
  }
  .md-pt-68 {
    padding-top: 68px;
  }
  .md-pt-69 {
    padding-top: 69px;
  }
  .md-pt-70 {
    padding-top: 70px;
  }
  .md-pt-71 {
    padding-top: 71px;
  }
  .md-pt-72 {
    padding-top: 72px;
  }
  .md-pt-73 {
    padding-top: 73px;
  }
  .md-pt-74 {
    padding-top: 74px;
  }
  .md-pt-75 {
    padding-top: 75px;
  }
  .md-pt-76 {
    padding-top: 76px;
  }
  .md-pt-77 {
    padding-top: 77px;
  }
  .md-pt-78 {
    padding-top: 78px;
  }
  .md-pt-79 {
    padding-top: 79px;
  }
  .md-pt-80 {
    padding-top: 80px;
  }
  .md-pt-81 {
    padding-top: 81px;
  }
  .md-pt-82 {
    padding-top: 82px;
  }
  .md-pt-83 {
    padding-top: 83px;
  }
  .md-pt-84 {
    padding-top: 84px;
  }
  .md-pt-85 {
    padding-top: 85px;
  }
  .md-pt-86 {
    padding-top: 86px;
  }
  .md-pt-87 {
    padding-top: 87px;
  }
  .md-pt-88 {
    padding-top: 88px;
  }
  .md-pt-89 {
    padding-top: 89px;
  }
  .md-pt-90 {
    padding-top: 90px;
  }
  .md-pt-91 {
    padding-top: 91px;
  }
  .md-pt-92 {
    padding-top: 92px;
  }
  .md-pt-93 {
    padding-top: 93px;
  }
  .md-pt-94 {
    padding-top: 94px;
  }
  .md-pt-95 {
    padding-top: 95px;
  }
  .md-pt-96 {
    padding-top: 96px;
  }
  .md-pt-97 {
    padding-top: 97px;
  }
  .md-pt-98 {
    padding-top: 98px;
  }
  .md-pt-99 {
    padding-top: 99px;
  }
  .md-pt-100 {
    padding-top: 100px;
  }
  .md-pt-101 {
    padding-top: 101px;
  }
  .md-pt-102 {
    padding-top: 102px;
  }
  .md-pt-103 {
    padding-top: 103px;
  }
  .md-pt-104 {
    padding-top: 104px;
  }
  .md-pt-105 {
    padding-top: 105px;
  }
  .md-pt-106 {
    padding-top: 106px;
  }
  .md-pt-107 {
    padding-top: 107px;
  }
  .md-pt-108 {
    padding-top: 108px;
  }
  .md-pt-109 {
    padding-top: 109px;
  }
  .md-pt-110 {
    padding-top: 110px;
  }
  .md-pt-111 {
    padding-top: 111px;
  }
  .md-pt-112 {
    padding-top: 112px;
  }
  .md-pt-113 {
    padding-top: 113px;
  }
  .md-pt-114 {
    padding-top: 114px;
  }
  .md-pt-115 {
    padding-top: 115px;
  }
  .md-pt-116 {
    padding-top: 116px;
  }
  .md-pt-117 {
    padding-top: 117px;
  }
  .md-pt-118 {
    padding-top: 118px;
  }
  .md-pt-119 {
    padding-top: 119px;
  }
  .md-pt-120 {
    padding-top: 120px;
  }
  .md-pt-121 {
    padding-top: 121px;
  }
  .md-pt-122 {
    padding-top: 122px;
  }
  .md-pt-123 {
    padding-top: 123px;
  }
  .md-pt-124 {
    padding-top: 124px;
  }
  .md-pt-125 {
    padding-top: 125px;
  }
  .md-pt-126 {
    padding-top: 126px;
  }
  .md-pt-127 {
    padding-top: 127px;
  }
  .md-pt-128 {
    padding-top: 128px;
  }
  .md-pt-129 {
    padding-top: 129px;
  }
  .md-pt-130 {
    padding-top: 130px;
  }
  .md-pt-131 {
    padding-top: 131px;
  }
  .md-pt-132 {
    padding-top: 132px;
  }
  .md-pt-133 {
    padding-top: 133px;
  }
  .md-pt-134 {
    padding-top: 134px;
  }
  .md-pt-135 {
    padding-top: 135px;
  }
  .md-pt-136 {
    padding-top: 136px;
  }
  .md-pt-137 {
    padding-top: 137px;
  }
  .md-pt-138 {
    padding-top: 138px;
  }
  .md-pt-139 {
    padding-top: 139px;
  }
  .md-pt-140 {
    padding-top: 140px;
  }
  .md-pt-141 {
    padding-top: 141px;
  }
  .md-pt-142 {
    padding-top: 142px;
  }
  .md-pt-143 {
    padding-top: 143px;
  }
  .md-pt-144 {
    padding-top: 144px;
  }
  .md-pt-145 {
    padding-top: 145px;
  }
  .md-pt-146 {
    padding-top: 146px;
  }
  .md-pt-147 {
    padding-top: 147px;
  }
  .md-pt-148 {
    padding-top: 148px;
  }
  .md-pt-149 {
    padding-top: 149px;
  }
  .md-pt-150 {
    padding-top: 150px;
  }
  .md-pt-151 {
    padding-top: 151px;
  }
  .md-pt-152 {
    padding-top: 152px;
  }
  .md-pt-153 {
    padding-top: 153px;
  }
  .md-pt-154 {
    padding-top: 154px;
  }
  .md-pt-155 {
    padding-top: 155px;
  }
  .md-pt-156 {
    padding-top: 156px;
  }
  .md-pt-157 {
    padding-top: 157px;
  }
  .md-pt-158 {
    padding-top: 158px;
  }
  .md-pt-159 {
    padding-top: 159px;
  }
  .md-pt-160 {
    padding-top: 160px;
  }
  .md-pt-161 {
    padding-top: 161px;
  }
  .md-pt-162 {
    padding-top: 162px;
  }
  .md-pt-163 {
    padding-top: 163px;
  }
  .md-pt-164 {
    padding-top: 164px;
  }
  .md-pt-165 {
    padding-top: 165px;
  }
  .md-pt-166 {
    padding-top: 166px;
  }
  .md-pt-167 {
    padding-top: 167px;
  }
  .md-pt-168 {
    padding-top: 168px;
  }
  .md-pt-169 {
    padding-top: 169px;
  }
  .md-pt-170 {
    padding-top: 170px;
  }
  .md-pt-171 {
    padding-top: 171px;
  }
  .md-pt-172 {
    padding-top: 172px;
  }
  .md-pt-173 {
    padding-top: 173px;
  }
  .md-pt-174 {
    padding-top: 174px;
  }
  .md-pt-175 {
    padding-top: 175px;
  }
  .md-pt-176 {
    padding-top: 176px;
  }
  .md-pt-177 {
    padding-top: 177px;
  }
  .md-pt-178 {
    padding-top: 178px;
  }
  .md-pt-179 {
    padding-top: 179px;
  }
  .md-pt-180 {
    padding-top: 180px;
  }
  .md-pt-181 {
    padding-top: 181px;
  }
  .md-pt-182 {
    padding-top: 182px;
  }
  .md-pt-183 {
    padding-top: 183px;
  }
  .md-pt-184 {
    padding-top: 184px;
  }
  .md-pt-185 {
    padding-top: 185px;
  }
  .md-pt-186 {
    padding-top: 186px;
  }
  .md-pt-187 {
    padding-top: 187px;
  }
  .md-pt-188 {
    padding-top: 188px;
  }
  .md-pt-189 {
    padding-top: 189px;
  }
  .md-pt-190 {
    padding-top: 190px;
  }
  .md-pt-191 {
    padding-top: 191px;
  }
  .md-pt-192 {
    padding-top: 192px;
  }
  .md-pt-193 {
    padding-top: 193px;
  }
  .md-pt-194 {
    padding-top: 194px;
  }
  .md-pt-195 {
    padding-top: 195px;
  }
  .md-pt-196 {
    padding-top: 196px;
  }
  .md-pt-197 {
    padding-top: 197px;
  }
  .md-pt-198 {
    padding-top: 198px;
  }
  .md-pt-199 {
    padding-top: 199px;
  }
  .md-pt-200 {
    padding-top: 200px;
  }
  .md-pb-0 {
    padding-bottom: 0;
  }
  .md-pb-1 {
    padding-bottom: 1px;
  }
  .md-pb-2 {
    padding-bottom: 2px;
  }
  .md-pb-3 {
    padding-bottom: 3px;
  }
  .md-pb-4 {
    padding-bottom: 4px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pb-6 {
    padding-bottom: 6px;
  }
  .md-pb-7 {
    padding-bottom: 7px;
  }
  .md-pb-8 {
    padding-bottom: 8px;
  }
  .md-pb-9 {
    padding-bottom: 9px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pb-11 {
    padding-bottom: 11px;
  }
  .md-pb-12 {
    padding-bottom: 12px;
  }
  .md-pb-13 {
    padding-bottom: 13px;
  }
  .md-pb-14 {
    padding-bottom: 14px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pb-16 {
    padding-bottom: 16px;
  }
  .md-pb-17 {
    padding-bottom: 17px;
  }
  .md-pb-18 {
    padding-bottom: 18px;
  }
  .md-pb-19 {
    padding-bottom: 19px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pb-21 {
    padding-bottom: 21px;
  }
  .md-pb-22 {
    padding-bottom: 22px;
  }
  .md-pb-23 {
    padding-bottom: 23px;
  }
  .md-pb-24 {
    padding-bottom: 24px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pb-26 {
    padding-bottom: 26px;
  }
  .md-pb-27 {
    padding-bottom: 27px;
  }
  .md-pb-28 {
    padding-bottom: 28px;
  }
  .md-pb-29 {
    padding-bottom: 29px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pb-31 {
    padding-bottom: 31px;
  }
  .md-pb-32 {
    padding-bottom: 32px;
  }
  .md-pb-33 {
    padding-bottom: 33px;
  }
  .md-pb-34 {
    padding-bottom: 34px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pb-36 {
    padding-bottom: 36px;
  }
  .md-pb-37 {
    padding-bottom: 37px;
  }
  .md-pb-38 {
    padding-bottom: 38px;
  }
  .md-pb-39 {
    padding-bottom: 39px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pb-41 {
    padding-bottom: 41px;
  }
  .md-pb-42 {
    padding-bottom: 42px;
  }
  .md-pb-43 {
    padding-bottom: 43px;
  }
  .md-pb-44 {
    padding-bottom: 44px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pb-46 {
    padding-bottom: 46px;
  }
  .md-pb-47 {
    padding-bottom: 47px;
  }
  .md-pb-48 {
    padding-bottom: 48px;
  }
  .md-pb-49 {
    padding-bottom: 49px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-pb-51 {
    padding-bottom: 51px;
  }
  .md-pb-52 {
    padding-bottom: 52px;
  }
  .md-pb-53 {
    padding-bottom: 53px;
  }
  .md-pb-54 {
    padding-bottom: 54px;
  }
  .md-pb-55 {
    padding-bottom: 55px;
  }
  .md-pb-56 {
    padding-bottom: 56px;
  }
  .md-pb-57 {
    padding-bottom: 57px;
  }
  .md-pb-58 {
    padding-bottom: 58px;
  }
  .md-pb-59 {
    padding-bottom: 59px;
  }
  .md-pb-60 {
    padding-bottom: 60px;
  }
  .md-pb-61 {
    padding-bottom: 61px;
  }
  .md-pb-62 {
    padding-bottom: 62px;
  }
  .md-pb-63 {
    padding-bottom: 63px;
  }
  .md-pb-64 {
    padding-bottom: 64px;
  }
  .md-pb-65 {
    padding-bottom: 65px;
  }
  .md-pb-66 {
    padding-bottom: 66px;
  }
  .md-pb-67 {
    padding-bottom: 67px;
  }
  .md-pb-68 {
    padding-bottom: 68px;
  }
  .md-pb-69 {
    padding-bottom: 69px;
  }
  .md-pb-70 {
    padding-bottom: 70px;
  }
  .md-pb-71 {
    padding-bottom: 71px;
  }
  .md-pb-72 {
    padding-bottom: 72px;
  }
  .md-pb-73 {
    padding-bottom: 73px;
  }
  .md-pb-74 {
    padding-bottom: 74px;
  }
  .md-pb-75 {
    padding-bottom: 75px;
  }
  .md-pb-76 {
    padding-bottom: 76px;
  }
  .md-pb-77 {
    padding-bottom: 77px;
  }
  .md-pb-78 {
    padding-bottom: 78px;
  }
  .md-pb-79 {
    padding-bottom: 79px;
  }
  .md-pb-80 {
    padding-bottom: 80px;
  }
  .md-pb-81 {
    padding-bottom: 81px;
  }
  .md-pb-82 {
    padding-bottom: 82px;
  }
  .md-pb-83 {
    padding-bottom: 83px;
  }
  .md-pb-84 {
    padding-bottom: 84px;
  }
  .md-pb-85 {
    padding-bottom: 85px;
  }
  .md-pb-86 {
    padding-bottom: 86px;
  }
  .md-pb-87 {
    padding-bottom: 87px;
  }
  .md-pb-88 {
    padding-bottom: 88px;
  }
  .md-pb-89 {
    padding-bottom: 89px;
  }
  .md-pb-90 {
    padding-bottom: 90px;
  }
  .md-pb-91 {
    padding-bottom: 91px;
  }
  .md-pb-92 {
    padding-bottom: 92px;
  }
  .md-pb-93 {
    padding-bottom: 93px;
  }
  .md-pb-94 {
    padding-bottom: 94px;
  }
  .md-pb-95 {
    padding-bottom: 95px;
  }
  .md-pb-96 {
    padding-bottom: 96px;
  }
  .md-pb-97 {
    padding-bottom: 97px;
  }
  .md-pb-98 {
    padding-bottom: 98px;
  }
  .md-pb-99 {
    padding-bottom: 99px;
  }
  .md-pb-100 {
    padding-bottom: 100px;
  }
  .md-pb-101 {
    padding-bottom: 101px;
  }
  .md-pb-102 {
    padding-bottom: 102px;
  }
  .md-pb-104 {
    padding-bottom: 104px;
  }
  .md-pb-105 {
    padding-bottom: 105px;
  }
  .md-pb-106 {
    padding-bottom: 106px;
  }
  .md-pb-107 {
    padding-bottom: 107px;
  }
  .md-pb-108 {
    padding-bottom: 108px;
  }
  .md-pb-109 {
    padding-bottom: 109px;
  }
  .md-pb-110 {
    padding-bottom: 110px;
  }
  .md-pb-111 {
    padding-bottom: 111px;
  }
  .md-pb-112 {
    padding-bottom: 112px;
  }
  .md-pb-113 {
    padding-bottom: 113px;
  }
  .md-pb-114 {
    padding-bottom: 114px;
  }
  .md-pb-115 {
    padding-bottom: 115px;
  }
  .md-pb-116 {
    padding-bottom: 116px;
  }
  .md-pb-117 {
    padding-bottom: 117px;
  }
  .md-pb-118 {
    padding-bottom: 118px;
  }
  .md-pb-119 {
    padding-bottom: 119px;
  }
  .md-pb-120 {
    padding-bottom: 120px;
  }
  .md-pb-121 {
    padding-bottom: 121px;
  }
  .md-pb-122 {
    padding-bottom: 122px;
  }
  .md-pb-123 {
    padding-bottom: 123px;
  }
  .md-pb-124 {
    padding-bottom: 124px;
  }
  .md-pb-125 {
    padding-bottom: 125px;
  }
  .md-pb-126 {
    padding-bottom: 126px;
  }
  .md-pb-127 {
    padding-bottom: 127px;
  }
  .md-pb-128 {
    padding-bottom: 128px;
  }
  .md-pb-129 {
    padding-bottom: 129px;
  }
  .md-pb-130 {
    padding-bottom: 130px;
  }
  .md-pb-131 {
    padding-bottom: 131px;
  }
  .md-pb-132 {
    padding-bottom: 132px;
  }
  .md-pb-133 {
    padding-bottom: 133px;
  }
  .md-pb-134 {
    padding-bottom: 134px;
  }
  .md-pb-135 {
    padding-bottom: 135px;
  }
  .md-pb-136 {
    padding-bottom: 136px;
  }
  .md-pb-137 {
    padding-bottom: 137px;
  }
  .md-pb-138 {
    padding-bottom: 138px;
  }
  .md-pb-139 {
    padding-bottom: 139px;
  }
  .md-pb-140 {
    padding-bottom: 140px;
  }
  .md-pb-141 {
    padding-bottom: 141px;
  }
  .md-pb-142 {
    padding-bottom: 142px;
  }
  .md-pb-143 {
    padding-bottom: 143px;
  }
  .md-pb-144 {
    padding-bottom: 144px;
  }
  .md-pb-145 {
    padding-bottom: 145px;
  }
  .md-pb-146 {
    padding-bottom: 146px;
  }
  .md-pb-147 {
    padding-bottom: 147px;
  }
  .md-pb-148 {
    padding-bottom: 148px;
  }
  .md-pb-149 {
    padding-bottom: 149px;
  }
  .md-pb-150 {
    padding-bottom: 150px;
  }
  .md-pb-151 {
    padding-bottom: 151px;
  }
  .md-pb-152 {
    padding-bottom: 152px;
  }
  .md-pb-153 {
    padding-bottom: 153px;
  }
  .md-pb-154 {
    padding-bottom: 154px;
  }
  .md-pb-155 {
    padding-bottom: 155px;
  }
  .md-pb-156 {
    padding-bottom: 156px;
  }
  .md-pb-157 {
    padding-bottom: 157px;
  }
  .md-pb-158 {
    padding-bottom: 158px;
  }
  .md-pb-159 {
    padding-bottom: 159px;
  }
  .md-pb-160 {
    padding-bottom: 160px;
  }
  .md-pb-161 {
    padding-bottom: 161px;
  }
  .md-pb-162 {
    padding-bottom: 162px;
  }
  .md-pb-163 {
    padding-bottom: 163px;
  }
  .md-pb-164 {
    padding-bottom: 164px;
  }
  .md-pb-165 {
    padding-bottom: 165px;
  }
  .md-pb-166 {
    padding-bottom: 166px;
  }
  .md-pb-167 {
    padding-bottom: 167px;
  }
  .md-pb-168 {
    padding-bottom: 168px;
  }
  .md-pb-169 {
    padding-bottom: 169px;
  }
  .md-pb-170 {
    padding-bottom: 170px;
  }
  .md-pb-171 {
    padding-bottom: 171px;
  }
  .md-pb-172 {
    padding-bottom: 172px;
  }
  .md-pb-173 {
    padding-bottom: 173px;
  }
  .md-pb-174 {
    padding-bottom: 174px;
  }
  .md-pb-175 {
    padding-bottom: 175px;
  }
  .md-pb-176 {
    padding-bottom: 176px;
  }
  .md-pb-177 {
    padding-bottom: 177px;
  }
  .md-pb-178 {
    padding-bottom: 178px;
  }
  .md-pb-179 {
    padding-bottom: 179px;
  }
  .md-pb-180 {
    padding-bottom: 180px;
  }
  .md-pb-181 {
    padding-bottom: 181px;
  }
  .md-pb-182 {
    padding-bottom: 182px;
  }
  .md-pb-183 {
    padding-bottom: 183px;
  }
  .md-pb-184 {
    padding-bottom: 184px;
  }
  .md-pb-185 {
    padding-bottom: 185px;
  }
  .md-pb-186 {
    padding-bottom: 186px;
  }
  .md-pb-187 {
    padding-bottom: 187px;
  }
  .md-pb-188 {
    padding-bottom: 188px;
  }
  .md-pb-189 {
    padding-bottom: 189px;
  }
  .md-pb-190 {
    padding-bottom: 190px;
  }
  .md-pb-191 {
    padding-bottom: 191px;
  }
  .md-pb-192 {
    padding-bottom: 192px;
  }
  .md-pb-193 {
    padding-bottom: 193px;
  }
  .md-pb-194 {
    padding-bottom: 194px;
  }
  .md-pb-195 {
    padding-bottom: 195px;
  }
  .md-pb-196 {
    padding-bottom: 196px;
  }
  .md-pb-197 {
    padding-bottom: 197px;
  }
  .md-pb-198 {
    padding-bottom: 198px;
  }
  .md-pb-199 {
    padding-bottom: 199px;
  }
  .md-pb-200 {
    padding-bottom: 200px;
  }
  .md-pr-0 {
    padding-right: 0;
  }
  .md-pr-1 {
    padding-right: 1px;
  }
  .md-pr-2 {
    padding-right: 2px;
  }
  .md-pr-4 {
    padding-right: 4px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-pr-6 {
    padding-right: 6px;
  }
  .md-pr-7 {
    padding-right: 7px;
  }
  .md-pr-8 {
    padding-right: 8px;
  }
  .md-pr-9 {
    padding-right: 9px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-pr-11 {
    padding-right: 11px;
  }
  .md-pr-12 {
    padding-right: 12px;
  }
  .md-pr-13 {
    padding-right: 13px;
  }
  .md-pr-14 {
    padding-right: 14px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-pr-16 {
    padding-right: 16px;
  }
  .md-pr-17 {
    padding-right: 17px;
  }
  .md-pr-18 {
    padding-right: 18px;
  }
  .md-pr-19 {
    padding-right: 19px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-pr-21 {
    padding-right: 21px;
  }
  .md-pr-22 {
    padding-right: 22px;
  }
  .md-pr-23 {
    padding-right: 23px;
  }
  .md-pr-24 {
    padding-right: 24px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-pr-26 {
    padding-right: 26px;
  }
  .md-pr-27 {
    padding-right: 27px;
  }
  .md-pr-28 {
    padding-right: 28px;
  }
  .md-pr-29 {
    padding-right: 29px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-pr-31 {
    padding-right: 31px;
  }
  .md-pr-32 {
    padding-right: 32px;
  }
  .md-pr-33 {
    padding-right: 33px;
  }
  .md-pr-34 {
    padding-right: 34px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-pr-36 {
    padding-right: 36px;
  }
  .md-pr-37 {
    padding-right: 37px;
  }
  .md-pr-38 {
    padding-right: 38px;
  }
  .md-pr-39 {
    padding-right: 39px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-pr-41 {
    padding-right: 41px;
  }
  .md-pr-42 {
    padding-right: 42px;
  }
  .md-pr-43 {
    padding-right: 43px;
  }
  .md-pr-44 {
    padding-right: 44px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-pr-46 {
    padding-right: 46px;
  }
  .md-pr-47 {
    padding-right: 47px;
  }
  .md-pr-48 {
    padding-right: 48px;
  }
  .md-pr-49 {
    padding-right: 49px;
  }
  .md-pr-50 {
    padding-right: 50px;
  }
  .md-pr-51 {
    padding-right: 51px;
  }
  .md-pr-52 {
    padding-right: 52px;
  }
  .md-pr-53 {
    padding-right: 53px;
  }
  .md-pr-54 {
    padding-right: 54px;
  }
  .md-pr-55 {
    padding-right: 55px;
  }
  .md-pr-56 {
    padding-right: 56px;
  }
  .md-pr-57 {
    padding-right: 57px;
  }
  .md-pr-58 {
    padding-right: 58px;
  }
  .md-pr-59 {
    padding-right: 59px;
  }
  .md-pr-60 {
    padding-right: 60px;
  }
  .md-pr-61 {
    padding-right: 61px;
  }
  .md-pr-62 {
    padding-right: 62px;
  }
  .md-pr-63 {
    padding-right: 63px;
  }
  .md-pr-64 {
    padding-right: 64px;
  }
  .md-pr-65 {
    padding-right: 65px;
  }
  .md-pr-66 {
    padding-right: 66px;
  }
  .md-pr-67 {
    padding-right: 67px;
  }
  .md-pr-68 {
    padding-right: 68px;
  }
  .md-pr-69 {
    padding-right: 69px;
  }
  .md-pr-70 {
    padding-right: 70px;
  }
  .md-pr-71 {
    padding-right: 71px;
  }
  .md-pr-72 {
    padding-right: 72px;
  }
  .md-pr-73 {
    padding-right: 73px;
  }
  .md-pr-74 {
    padding-right: 74px;
  }
  .md-pr-75 {
    padding-right: 75px;
  }
  .md-pr-76 {
    padding-right: 76px;
  }
  .md-pr-77 {
    padding-right: 77px;
  }
  .md-pr-78 {
    padding-right: 78px;
  }
  .md-pr-79 {
    padding-right: 79px;
  }
  .md-pr-80 {
    padding-right: 80px;
  }
  .md-pr-81 {
    padding-right: 81px;
  }
  .md-pr-82 {
    padding-right: 82px;
  }
  .md-pr-83 {
    padding-right: 83px;
  }
  .md-pr-84 {
    padding-right: 84px;
  }
  .md-pr-85 {
    padding-right: 85px;
  }
  .md-pr-86 {
    padding-right: 86px;
  }
  .md-pr-87 {
    padding-right: 87px;
  }
  .md-pr-88 {
    padding-right: 88px;
  }
  .md-pr-89 {
    padding-right: 89px;
  }
  .md-pr-90 {
    padding-right: 90px;
  }
  .md-pr-91 {
    padding-right: 91px;
  }
  .md-pr-92 {
    padding-right: 92px;
  }
  .md-pr-93 {
    padding-right: 93px;
  }
  .md-pr-94 {
    padding-right: 94px;
  }
  .md-pr-95 {
    padding-right: 95px;
  }
  .md-pr-96 {
    padding-right: 96px;
  }
  .md-pr-97 {
    padding-right: 97px;
  }
  .md-pr-98 {
    padding-right: 98px;
  }
  .md-pr-99 {
    padding-right: 99px;
  }
  .md-pr-100 {
    padding-right: 100px;
  }
  .md-pr-101 {
    padding-right: 101px;
  }
  .md-pr-102 {
    padding-right: 102px;
  }
  .md-pr-104 {
    padding-right: 104px;
  }
  .md-pr-105 {
    padding-right: 105px;
  }
  .md-pr-106 {
    padding-right: 106px;
  }
  .md-pr-107 {
    padding-right: 107px;
  }
  .md-pr-108 {
    padding-right: 108px;
  }
  .md-pr-109 {
    padding-right: 109px;
  }
  .md-pr-110 {
    padding-right: 110px;
  }
  .md-pr-111 {
    padding-right: 111px;
  }
  .md-pr-112 {
    padding-right: 112px;
  }
  .md-pr-113 {
    padding-right: 113px;
  }
  .md-pr-114 {
    padding-right: 114px;
  }
  .md-pr-115 {
    padding-right: 115px;
  }
  .md-pr-116 {
    padding-right: 116px;
  }
  .md-pr-117 {
    padding-right: 117px;
  }
  .md-pr-118 {
    padding-right: 118px;
  }
  .md-pr-119 {
    padding-right: 119px;
  }
  .md-pr-120 {
    padding-right: 120px;
  }
  .md-pr-121 {
    padding-right: 121px;
  }
  .md-pr-122 {
    padding-right: 122px;
  }
  .md-pr-123 {
    padding-right: 123px;
  }
  .md-pr-124 {
    padding-right: 124px;
  }
  .md-pr-125 {
    padding-right: 125px;
  }
  .md-pr-126 {
    padding-right: 126px;
  }
  .md-pr-127 {
    padding-right: 127px;
  }
  .md-pr-128 {
    padding-right: 128px;
  }
  .md-pr-129 {
    padding-right: 129px;
  }
  .md-pr-130 {
    padding-right: 130px;
  }
  .md-pr-131 {
    padding-right: 131px;
  }
  .md-pr-132 {
    padding-right: 132px;
  }
  .md-pr-133 {
    padding-right: 133px;
  }
  .md-pr-134 {
    padding-right: 134px;
  }
  .md-pr-135 {
    padding-right: 135px;
  }
  .md-pr-136 {
    padding-right: 136px;
  }
  .md-pr-137 {
    padding-right: 137px;
  }
  .md-pr-138 {
    padding-right: 138px;
  }
  .md-pr-139 {
    padding-right: 139px;
  }
  .md-pr-140 {
    padding-right: 140px;
  }
  .md-pr-141 {
    padding-right: 141px;
  }
  .md-pr-142 {
    padding-right: 142px;
  }
  .md-pr-143 {
    padding-right: 143px;
  }
  .md-pr-144 {
    padding-right: 144px;
  }
  .md-pr-145 {
    padding-right: 145px;
  }
  .md-pr-146 {
    padding-right: 146px;
  }
  .md-pr-147 {
    padding-right: 147px;
  }
  .md-pr-148 {
    padding-right: 148px;
  }
  .md-pr-149 {
    padding-right: 149px;
  }
  .md-pr-150 {
    padding-right: 150px;
  }
  .md-pr-151 {
    padding-right: 151px;
  }
  .md-pr-152 {
    padding-right: 152px;
  }
  .md-pr-153 {
    padding-right: 153px;
  }
  .md-pr-154 {
    padding-right: 154px;
  }
  .md-pr-155 {
    padding-right: 155px;
  }
  .md-pr-156 {
    padding-right: 156px;
  }
  .md-pr-157 {
    padding-right: 157px;
  }
  .md-pr-158 {
    padding-right: 158px;
  }
  .md-pr-159 {
    padding-right: 159px;
  }
  .md-pr-160 {
    padding-right: 160px;
  }
  .md-pr-161 {
    padding-right: 161px;
  }
  .md-pr-162 {
    padding-right: 162px;
  }
  .md-pr-163 {
    padding-right: 163px;
  }
  .md-pr-164 {
    padding-right: 164px;
  }
  .md-pr-165 {
    padding-right: 165px;
  }
  .md-pr-166 {
    padding-right: 166px;
  }
  .md-pr-167 {
    padding-right: 167px;
  }
  .md-pr-168 {
    padding-right: 168px;
  }
  .md-pr-169 {
    padding-right: 169px;
  }
  .md-pr-170 {
    padding-right: 170px;
  }
  .md-pr-171 {
    padding-right: 171px;
  }
  .md-pr-172 {
    padding-right: 172px;
  }
  .md-pr-173 {
    padding-right: 173px;
  }
  .md-pr-174 {
    padding-right: 174px;
  }
  .md-pr-175 {
    padding-right: 175px;
  }
  .md-pr-176 {
    padding-right: 176px;
  }
  .md-pr-177 {
    padding-right: 177px;
  }
  .md-pr-178 {
    padding-right: 178px;
  }
  .md-pr-179 {
    padding-right: 179px;
  }
  .md-pr-180 {
    padding-right: 180px;
  }
  .md-pr-181 {
    padding-right: 181px;
  }
  .md-pr-182 {
    padding-right: 182px;
  }
  .md-pr-183 {
    padding-right: 183px;
  }
  .md-pr-184 {
    padding-right: 184px;
  }
  .md-pr-185 {
    padding-right: 185px;
  }
  .md-pr-186 {
    padding-right: 186px;
  }
  .md-pr-187 {
    padding-right: 187px;
  }
  .md-pr-188 {
    padding-right: 188px;
  }
  .md-pr-189 {
    padding-right: 189px;
  }
  .md-pr-190 {
    padding-right: 190px;
  }
  .md-pr-191 {
    padding-right: 191px;
  }
  .md-pr-192 {
    padding-right: 192px;
  }
  .md-pr-193 {
    padding-right: 193px;
  }
  .md-pr-194 {
    padding-right: 194px;
  }
  .md-pr-195 {
    padding-right: 195px;
  }
  .md-pr-196 {
    padding-right: 196px;
  }
  .md-pr-197 {
    padding-right: 197px;
  }
  .md-pr-198 {
    padding-right: 198px;
  }
  .md-pr-199 {
    padding-right: 199px;
  }
  .md-pr-200 {
    padding-right: 200px;
  }
  .md-pl-0 {
    padding-left: 0;
  }
  .md-pl-1 {
    padding-left: 1px;
  }
  .md-pl-2 {
    padding-left: 2px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .md-pl-4 {
    padding-left: 4px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pl-6 {
    padding-left: 6px;
  }
  .md-pl-7 {
    padding-left: 7px;
  }
  .md-pl-8 {
    padding-left: 8px;
  }
  .md-pl-9 {
    padding-left: 9px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pl-11 {
    padding-left: 11px;
  }
  .md-pl-12 {
    padding-left: 12px;
  }
  .md-pl-13 {
    padding-left: 13px;
  }
  .md-pl-14 {
    padding-left: 14px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pl-16 {
    padding-left: 16px;
  }
  .md-pl-17 {
    padding-left: 17px;
  }
  .md-pl-18 {
    padding-left: 18px;
  }
  .md-pl-19 {
    padding-left: 19px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pl-21 {
    padding-left: 21px;
  }
  .md-pl-22 {
    padding-left: 22px;
  }
  .md-pl-23 {
    padding-left: 23px;
  }
  .md-pl-24 {
    padding-left: 24px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pl-26 {
    padding-left: 26px;
  }
  .md-pl-27 {
    padding-left: 27px;
  }
  .md-pl-28 {
    padding-left: 28px;
  }
  .md-pl-29 {
    padding-left: 29px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pl-31 {
    padding-left: 31px;
  }
  .md-pl-32 {
    padding-left: 32px;
  }
  .md-pl-33 {
    padding-left: 33px;
  }
  .md-pl-34 {
    padding-left: 34px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pl-36 {
    padding-left: 36px;
  }
  .md-pl-37 {
    padding-left: 37px;
  }
  .md-pl-38 {
    padding-left: 38px;
  }
  .md-pl-39 {
    padding-left: 39px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pl-41 {
    padding-left: 41px;
  }
  .md-pl-42 {
    padding-left: 42px;
  }
  .md-pl-43 {
    padding-left: 43px;
  }
  .md-pl-44 {
    padding-left: 44px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pl-46 {
    padding-left: 46px;
  }
  .md-pl-47 {
    padding-left: 47px;
  }
  .md-pl-48 {
    padding-left: 48px;
  }
  .md-pl-49 {
    padding-left: 49px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
  .md-pl-51 {
    padding-left: 51px;
  }
  .md-pl-52 {
    padding-left: 52px;
  }
  .md-pl-53 {
    padding-left: 53px;
  }
  .md-pl-54 {
    padding-left: 54px;
  }
  .md-pl-55 {
    padding-left: 55px;
  }
  .md-pl-56 {
    padding-left: 56px;
  }
  .md-pl-57 {
    padding-left: 57px;
  }
  .md-pl-58 {
    padding-left: 58px;
  }
  .md-pl-59 {
    padding-left: 59px;
  }
  .md-pl-60 {
    padding-left: 60px;
  }
  .md-pl-61 {
    padding-left: 61px;
  }
  .md-pl-62 {
    padding-left: 62px;
  }
  .md-pl-63 {
    padding-left: 63px;
  }
  .md-pl-64 {
    padding-left: 64px;
  }
  .md-pl-65 {
    padding-left: 65px;
  }
  .md-pl-66 {
    padding-left: 66px;
  }
  .md-pl-67 {
    padding-left: 67px;
  }
  .md-pl-68 {
    padding-left: 68px;
  }
  .md-pl-69 {
    padding-left: 69px;
  }
  .md-pl-70 {
    padding-left: 70px;
  }
  .md-pl-71 {
    padding-left: 71px;
  }
  .md-pl-72 {
    padding-left: 72px;
  }
  .md-pl-73 {
    padding-left: 73px;
  }
  .md-pl-74 {
    padding-left: 74px;
  }
  .md-pl-75 {
    padding-left: 75px;
  }
  .md-pl-76 {
    padding-left: 76px;
  }
  .md-pl-77 {
    padding-left: 77px;
  }
  .md-pl-78 {
    padding-left: 78px;
  }
  .md-pl-79 {
    padding-left: 79px;
  }
  .md-pl-80 {
    padding-left: 80px;
  }
  .md-pl-81 {
    padding-left: 81px;
  }
  .md-pl-82 {
    padding-left: 82px;
  }
  .md-pl-83 {
    padding-left: 83px;
  }
  .md-pl-84 {
    padding-left: 84px;
  }
  .md-pl-85 {
    padding-left: 85px;
  }
  .md-pl-86 {
    padding-left: 86px;
  }
  .md-pl-87 {
    padding-left: 87px;
  }
  .md-pl-88 {
    padding-left: 88px;
  }
  .md-pl-89 {
    padding-left: 89px;
  }
  .md-pl-90 {
    padding-left: 90px;
  }
  .md-pl-91 {
    padding-left: 91px;
  }
  .md-pl-92 {
    padding-left: 92px;
  }
  .md-pl-93 {
    padding-left: 93px;
  }
  .md-pl-94 {
    padding-left: 94px;
  }
  .md-pl-95 {
    padding-left: 95px;
  }
  .md-pl-96 {
    padding-left: 96px;
  }
  .md-pl-97 {
    padding-left: 97px;
  }
  .md-pl-98 {
    padding-left: 98px;
  }
  .md-pl-99 {
    padding-left: 99px;
  }
  .md-pl-100 {
    padding-left: 100px;
  }
  .md-pl-101 {
    padding-left: 101px;
  }
  .md-pl-102 {
    padding-left: 102px;
  }
  .md-pb-103 {
    padding-bottom: 103px;
  }
  .md-pl-104 {
    padding-left: 104px;
  }
  .md-pl-105 {
    padding-left: 105px;
  }
  .md-pl-106 {
    padding-left: 106px;
  }
  .md-pl-107 {
    padding-left: 107px;
  }
  .md-pl-108 {
    padding-left: 108px;
  }
  .md-pl-109 {
    padding-left: 109px;
  }
  .md-pl-110 {
    padding-left: 110px;
  }
  .md-pl-111 {
    padding-left: 111px;
  }
  .md-pl-112 {
    padding-left: 112px;
  }
  .md-pl-113 {
    padding-left: 113px;
  }
  .md-pl-114 {
    padding-left: 114px;
  }
  .md-pl-115 {
    padding-left: 115px;
  }
  .md-pl-116 {
    padding-left: 116px;
  }
  .md-pl-117 {
    padding-left: 117px;
  }
  .md-pl-118 {
    padding-left: 118px;
  }
  .md-pl-119 {
    padding-left: 119px;
  }
  .md-pl-120 {
    padding-left: 120px;
  }
  .md-pl-121 {
    padding-left: 121px;
  }
  .md-pl-122 {
    padding-left: 122px;
  }
  .md-pl-123 {
    padding-left: 123px;
  }
  .md-pl-124 {
    padding-left: 124px;
  }
  .md-pl-125 {
    padding-left: 125px;
  }
  .md-pl-126 {
    padding-left: 126px;
  }
  .md-pl-127 {
    padding-left: 127px;
  }
  .md-pl-128 {
    padding-left: 128px;
  }
  .md-pl-129 {
    padding-left: 129px;
  }
  .md-pl-130 {
    padding-left: 130px;
  }
  .md-pl-131 {
    padding-left: 131px;
  }
  .md-pl-132 {
    padding-left: 132px;
  }
  .md-pl-133 {
    padding-left: 133px;
  }
  .md-pl-134 {
    padding-left: 134px;
  }
  .md-pl-135 {
    padding-left: 135px;
  }
  .md-pl-136 {
    padding-left: 136px;
  }
  .md-pl-137 {
    padding-left: 137px;
  }
  .md-pl-138 {
    padding-left: 138px;
  }
  .md-pl-139 {
    padding-left: 139px;
  }
  .md-pl-140 {
    padding-left: 140px;
  }
  .md-pl-141 {
    padding-left: 141px;
  }
  .md-pl-142 {
    padding-left: 142px;
  }
  .md-pl-143 {
    padding-left: 143px;
  }
  .md-pl-144 {
    padding-left: 144px;
  }
  .md-pl-145 {
    padding-left: 145px;
  }
  .md-pl-146 {
    padding-left: 146px;
  }
  .md-pl-147 {
    padding-left: 147px;
  }
  .md-pl-148 {
    padding-left: 148px;
  }
  .md-pl-149 {
    padding-left: 149px;
  }
  .md-pl-150 {
    padding-left: 150px;
  }
  .md-pl-151 {
    padding-left: 151px;
  }
  .md-pl-152 {
    padding-left: 152px;
  }
  .md-pl-153 {
    padding-left: 153px;
  }
  .md-pl-154 {
    padding-left: 154px;
  }
  .md-pl-155 {
    padding-left: 155px;
  }
  .md-pl-156 {
    padding-left: 156px;
  }
  .md-pl-157 {
    padding-left: 157px;
  }
  .md-pl-158 {
    padding-left: 158px;
  }
  .md-pl-159 {
    padding-left: 159px;
  }
  .md-pl-160 {
    padding-left: 160px;
  }
  .md-pl-161 {
    padding-left: 161px;
  }
  .md-pl-162 {
    padding-left: 162px;
  }
  .md-pl-163 {
    padding-left: 163px;
  }
  .md-pl-164 {
    padding-left: 164px;
  }
  .md-pl-165 {
    padding-left: 165px;
  }
  .md-pl-166 {
    padding-left: 166px;
  }
  .md-pl-167 {
    padding-left: 167px;
  }
  .md-pl-168 {
    padding-left: 168px;
  }
  .md-pl-169 {
    padding-left: 169px;
  }
  .md-pl-170 {
    padding-left: 170px;
  }
  .md-pl-171 {
    padding-left: 171px;
  }
  .md-pl-172 {
    padding-left: 172px;
  }
  .md-pl-173 {
    padding-left: 173px;
  }
  .md-pl-174 {
    padding-left: 174px;
  }
  .md-pl-175 {
    padding-left: 175px;
  }
  .md-pl-176 {
    padding-left: 176px;
  }
  .md-pl-177 {
    padding-left: 177px;
  }
  .md-pl-178 {
    padding-left: 178px;
  }
  .md-pl-179 {
    padding-left: 179px;
  }
  .md-pl-180 {
    padding-left: 180px;
  }
  .md-pl-181 {
    padding-left: 181px;
  }
  .md-pl-182 {
    padding-left: 182px;
  }
  .md-pl-183 {
    padding-left: 183px;
  }
  .md-pl-184 {
    padding-left: 184px;
  }
  .md-pl-185 {
    padding-left: 185px;
  }
  .md-pl-186 {
    padding-left: 186px;
  }
  .md-pl-187 {
    padding-left: 187px;
  }
  .md-pl-188 {
    padding-left: 188px;
  }
  .md-pl-189 {
    padding-left: 189px;
  }
  .md-pl-190 {
    padding-left: 190px;
  }
  .md-pl-191 {
    padding-left: 191px;
  }
  .md-pl-192 {
    padding-left: 192px;
  }
  .md-pl-193 {
    padding-left: 193px;
  }
  .md-pl-194 {
    padding-left: 194px;
  }
  .md-pl-195 {
    padding-left: 195px;
  }
  .md-pl-196 {
    padding-left: 196px;
  }
  .md-pl-197 {
    padding-left: 197px;
  }
  .md-pl-198 {
    padding-left: 198px;
  }
  .md-pl-199 {
    padding-left: 199px;
  }
  .md-pl-200 {
    padding-left: 200px;
  }
  .md-mt-0 {
    margin-top: 0;
  }
  .md-mt-1 {
    margin-top: 1px;
  }
  .md-mt-2 {
    margin-top: 2px;
  }
  .md-mt-3 {
    margin-top: 3px;
  }
  .md-mt-4 {
    margin-top: 4px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-mt-6 {
    margin-top: 6px;
  }
  .md-mt-7 {
    margin-top: 7px;
  }
  .md-mt-8 {
    margin-top: 8px;
  }
  .md-mt-9 {
    margin-top: 9px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-mt-11 {
    margin-top: 11px;
  }
  .md-mt-12 {
    margin-top: 12px;
  }
  .md-mt-13 {
    margin-top: 13px;
  }
  .md-mt-14 {
    margin-top: 14px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-mt-16 {
    margin-top: 16px;
  }
  .md-mt-17 {
    margin-top: 17px;
  }
  .md-mt-18 {
    margin-top: 18px;
  }
  .md-mt-19 {
    margin-top: 19px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-mt-21 {
    margin-top: 21px;
  }
  .md-mt-22 {
    margin-top: 22px;
  }
  .md-mt-23 {
    margin-top: 23px;
  }
  .md-mt-24 {
    margin-top: 24px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-mt-26 {
    margin-top: 26px;
  }
  .md-mt-27 {
    margin-top: 27px;
  }
  .md-mt-28 {
    margin-top: 28px;
  }
  .md-mt-29 {
    margin-top: 29px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mt-31 {
    margin-top: 31px;
  }
  .md-mt-32 {
    margin-top: 32px;
  }
  .md-mt-33 {
    margin-top: 33px;
  }
  .md-mt-34 {
    margin-top: 34px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-mt-36 {
    margin-top: 36px;
  }
  .md-mt-37 {
    margin-top: 37px;
  }
  .md-mt-38 {
    margin-top: 38px;
  }
  .md-mt-39 {
    margin-top: 39px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mt-41 {
    margin-top: 41px;
  }
  .md-mt-42 {
    margin-top: 42px;
  }
  .md-mt-43 {
    margin-top: 43px;
  }
  .md-mt-44 {
    margin-top: 44px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-mt-46 {
    margin-top: 46px;
  }
  .md-mt-47 {
    margin-top: 47px;
  }
  .md-mt-48 {
    margin-top: 48px;
  }
  .md-mt-49 {
    margin-top: 49px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-mt-51 {
    margin-top: 51px;
  }
  .md-mt-52 {
    margin-top: 52px;
  }
  .md-mt-53 {
    margin-top: 53px;
  }
  .md-mt-54 {
    margin-top: 54px;
  }
  .md-mt-55 {
    margin-top: 55px;
  }
  .md-mt-56 {
    margin-top: 56px;
  }
  .md-mt-57 {
    margin-top: 57px;
  }
  .md-mt-58 {
    margin-top: 58px;
  }
  .md-mt-59 {
    margin-top: 59px;
  }
  .md-mt-60 {
    margin-top: 60px;
  }
  .md-mt-61 {
    margin-top: 61px;
  }
  .md-mt-62 {
    margin-top: 62px;
  }
  .md-mt-63 {
    margin-top: 63px;
  }
  .md-mt-64 {
    margin-top: 64px;
  }
  .md-mt-65 {
    margin-top: 65px;
  }
  .md-mt-66 {
    margin-top: 66px;
  }
  .md-mt-67 {
    margin-top: 67px;
  }
  .md-mt-68 {
    margin-top: 68px;
  }
  .md-mt-69 {
    margin-top: 69px;
  }
  .md-mt-70 {
    margin-top: 70px;
  }
  .md-mt-71 {
    margin-top: 71px;
  }
  .md-mt-72 {
    margin-top: 72px;
  }
  .md-mt-73 {
    margin-top: 73px;
  }
  .md-mt-74 {
    margin-top: 74px;
  }
  .md-mt-75 {
    margin-top: 75px;
  }
  .md-mt-76 {
    margin-top: 76px;
  }
  .md-mt-77 {
    margin-top: 77px;
  }
  .md-mt-78 {
    margin-top: 78px;
  }
  .md-mt-79 {
    margin-top: 79px;
  }
  .md-mt-80 {
    margin-top: 80px;
  }
  .md-mt-81 {
    margin-top: 81px;
  }
  .md-mt-82 {
    margin-top: 82px;
  }
  .md-mt-83 {
    margin-top: 83px;
  }
  .md-mt-84 {
    margin-top: 84px;
  }
  .md-mt-85 {
    margin-top: 85px;
  }
  .md-mt-86 {
    margin-top: 86px;
  }
  .md-mt-87 {
    margin-top: 87px;
  }
  .md-mt-88 {
    margin-top: 88px;
  }
  .md-mt-89 {
    margin-top: 89px;
  }
  .md-mt-90 {
    margin-top: 90px;
  }
  .md-mt-91 {
    margin-top: 91px;
  }
  .md-mt-92 {
    margin-top: 92px;
  }
  .md-mt-93 {
    margin-top: 93px;
  }
  .md-mt-94 {
    margin-top: 94px;
  }
  .md-mt-95 {
    margin-top: 95px;
  }
  .md-mt-96 {
    margin-top: 96px;
  }
  .md-mt-97 {
    margin-top: 97px;
  }
  .md-mt-98 {
    margin-top: 98px;
  }
  .md-mt-99 {
    margin-top: 99px;
  }
  .md-mt-100 {
    margin-top: 100px;
  }
  .md-mt-101 {
    margin-top: 101px;
  }
  .md-mt-102 {
    margin-top: 102px;
  }
  .md-mt-103 {
    margin-top: 103px;
  }
  .md-mt-104 {
    margin-top: 104px;
  }
  .md-mt-105 {
    margin-top: 105px;
  }
  .md-mt-106 {
    margin-top: 106px;
  }
  .md-mt-107 {
    margin-top: 107px;
  }
  .md-mt-108 {
    margin-top: 108px;
  }
  .md-mt-109 {
    margin-top: 109px;
  }
  .md-mt-110 {
    margin-top: 110px;
  }
  .md-mt-111 {
    margin-top: 111px;
  }
  .md-mt-112 {
    margin-top: 112px;
  }
  .md-mt-113 {
    margin-top: 113px;
  }
  .md-mt-114 {
    margin-top: 114px;
  }
  .md-mt-115 {
    margin-top: 115px;
  }
  .md-mt-116 {
    margin-top: 116px;
  }
  .md-mt-117 {
    margin-top: 117px;
  }
  .md-mt-118 {
    margin-top: 118px;
  }
  .md-mt-119 {
    margin-top: 119px;
  }
  .md-mt-120 {
    margin-top: 120px;
  }
  .md-mt-121 {
    margin-top: 121px;
  }
  .md-mt-122 {
    margin-top: 122px;
  }
  .md-mt-123 {
    margin-top: 123px;
  }
  .md-mt-124 {
    margin-top: 124px;
  }
  .md-mt-125 {
    margin-top: 125px;
  }
  .md-mt-126 {
    margin-top: 126px;
  }
  .md-mt-127 {
    margin-top: 127px;
  }
  .md-mt-128 {
    margin-top: 128px;
  }
  .md-mt-129 {
    margin-top: 129px;
  }
  .md-mt-130 {
    margin-top: 130px;
  }
  .md-mt-131 {
    margin-top: 131px;
  }
  .md-mt-132 {
    margin-top: 132px;
  }
  .md-mt-133 {
    margin-top: 133px;
  }
  .md-mt-134 {
    margin-top: 134px;
  }
  .md-mt-135 {
    margin-top: 135px;
  }
  .md-mt-136 {
    margin-top: 136px;
  }
  .md-mt-137 {
    margin-top: 137px;
  }
  .md-mt-138 {
    margin-top: 138px;
  }
  .md-mt-139 {
    margin-top: 139px;
  }
  .md-mt-140 {
    margin-top: 140px;
  }
  .md-mt-141 {
    margin-top: 141px;
  }
  .md-mt-142 {
    margin-top: 142px;
  }
  .md-mt-143 {
    margin-top: 143px;
  }
  .md-mt-144 {
    margin-top: 144px;
  }
  .md-mt-145 {
    margin-top: 145px;
  }
  .md-mt-146 {
    margin-top: 146px;
  }
  .md-mt-147 {
    margin-top: 147px;
  }
  .md-mt-148 {
    margin-top: 148px;
  }
  .md-mt-149 {
    margin-top: 149px;
  }
  .md-mt-150 {
    margin-top: 150px;
  }
  .md-mt-151 {
    margin-top: 151px;
  }
  .md-mt-152 {
    margin-top: 152px;
  }
  .md-mt-153 {
    margin-top: 153px;
  }
  .md-mt-154 {
    margin-top: 154px;
  }
  .md-mt-155 {
    margin-top: 155px;
  }
  .md-mt-156 {
    margin-top: 156px;
  }
  .md-mt-157 {
    margin-top: 157px;
  }
  .md-mt-158 {
    margin-top: 158px;
  }
  .md-mt-159 {
    margin-top: 159px;
  }
  .md-mt-160 {
    margin-top: 160px;
  }
  .md-mt-161 {
    margin-top: 161px;
  }
  .md-mt-162 {
    margin-top: 162px;
  }
  .md-mt-163 {
    margin-top: 163px;
  }
  .md-mt-164 {
    margin-top: 164px;
  }
  .md-mt-165 {
    margin-top: 165px;
  }
  .md-mt-166 {
    margin-top: 166px;
  }
  .md-mt-167 {
    margin-top: 167px;
  }
  .md-mt-168 {
    margin-top: 168px;
  }
  .md-mt-169 {
    margin-top: 169px;
  }
  .md-mt-170 {
    margin-top: 170px;
  }
  .md-mt-171 {
    margin-top: 171px;
  }
  .md-mt-172 {
    margin-top: 172px;
  }
  .md-mt-173 {
    margin-top: 173px;
  }
  .md-mt-174 {
    margin-top: 174px;
  }
  .md-mt-175 {
    margin-top: 175px;
  }
  .md-mt-176 {
    margin-top: 176px;
  }
  .md-mt-177 {
    margin-top: 177px;
  }
  .md-mt-178 {
    margin-top: 178px;
  }
  .md-mt-179 {
    margin-top: 179px;
  }
  .md-mt-180 {
    margin-top: 180px;
  }
  .md-mt-181 {
    margin-top: 181px;
  }
  .md-mt-182 {
    margin-top: 182px;
  }
  .md-mt-183 {
    margin-top: 183px;
  }
  .md-mt-184 {
    margin-top: 184px;
  }
  .md-mt-185 {
    margin-top: 185px;
  }
  .md-mt-186 {
    margin-top: 186px;
  }
  .md-mt-187 {
    margin-top: 187px;
  }
  .md-mt-188 {
    margin-top: 188px;
  }
  .md-mt-189 {
    margin-top: 189px;
  }
  .md-mt-190 {
    margin-top: 190px;
  }
  .md-mt-191 {
    margin-top: 191px;
  }
  .md-mt-192 {
    margin-top: 192px;
  }
  .md-mt-193 {
    margin-top: 193px;
  }
  .md-mt-194 {
    margin-top: 194px;
  }
  .md-mt-195 {
    margin-top: 195px;
  }
  .md-mt-196 {
    margin-top: 196px;
  }
  .md-mt-197 {
    margin-top: 197px;
  }
  .md-mt-198 {
    margin-top: 198px;
  }
  .md-mt-199 {
    margin-top: 199px;
  }
  .md-mt-200 {
    margin-top: 200px;
  }
  .md-mb-0 {
    margin-bottom: 0;
  }
  .md-mb-1 {
    margin-bottom: 1px;
  }
  .md-mb-2 {
    margin-bottom: 2px;
  }
  .md-mb-3 {
    margin-bottom: 3px;
  }
  .md-mb-4 {
    margin-bottom: 4px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mb-6 {
    margin-bottom: 6px;
  }
  .md-mb-7 {
    margin-bottom: 7px;
  }
  .md-mb-8 {
    margin-bottom: 8px;
  }
  .md-mb-9 {
    margin-bottom: 9px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mb-11 {
    margin-bottom: 11px;
  }
  .md-mb-12 {
    margin-bottom: 12px;
  }
  .md-mb-13 {
    margin-bottom: 13px;
  }
  .md-mb-14 {
    margin-bottom: 14px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mb-16 {
    margin-bottom: 16px;
  }
  .md-mb-17 {
    margin-bottom: 17px;
  }
  .md-mb-18 {
    margin-bottom: 18px;
  }
  .md-mb-19 {
    margin-bottom: 19px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mb-21 {
    margin-bottom: 21px;
  }
  .md-mb-22 {
    margin-bottom: 22px;
  }
  .md-mb-23 {
    margin-bottom: 23px;
  }
  .md-mb-24 {
    margin-bottom: 24px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mb-26 {
    margin-bottom: 26px;
  }
  .md-mb-27 {
    margin-bottom: 27px;
  }
  .md-mb-28 {
    margin-bottom: 28px;
  }
  .md-mb-29 {
    margin-bottom: 29px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mb-31 {
    margin-bottom: 31px;
  }
  .md-mb-32 {
    margin-bottom: 32px;
  }
  .md-mb-33 {
    margin-bottom: 33px;
  }
  .md-mb-34 {
    margin-bottom: 34px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mb-36 {
    margin-bottom: 36px;
  }
  .md-mb-37 {
    margin-bottom: 37px;
  }
  .md-mb-38 {
    margin-bottom: 38px;
  }
  .md-mb-39 {
    margin-bottom: 39px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mb-41 {
    margin-bottom: 41px;
  }
  .md-mb-42 {
    margin-bottom: 42px;
  }
  .md-mb-43 {
    margin-bottom: 43px;
  }
  .md-mb-44 {
    margin-bottom: 44px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mb-46 {
    margin-bottom: 46px;
  }
  .md-mb-47 {
    margin-bottom: 47px;
  }
  .md-mb-48 {
    margin-bottom: 48px;
  }
  .md-mb-49 {
    margin-bottom: 49px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-mb-51 {
    margin-bottom: 51px;
  }
  .md-mb-52 {
    margin-bottom: 52px;
  }
  .md-mb-53 {
    margin-bottom: 53px;
  }
  .md-mb-54 {
    margin-bottom: 54px;
  }
  .md-mb-55 {
    margin-bottom: 55px;
  }
  .md-mb-56 {
    margin-bottom: 56px;
  }
  .md-mb-57 {
    margin-bottom: 57px;
  }
  .md-mb-58 {
    margin-bottom: 58px;
  }
  .md-mb-59 {
    margin-bottom: 59px;
  }
  .md-mb-60 {
    margin-bottom: 60px;
  }
  .md-mb-61 {
    margin-bottom: 61px;
  }
  .md-mb-62 {
    margin-bottom: 62px;
  }
  .md-mb-63 {
    margin-bottom: 63px;
  }
  .md-mb-64 {
    margin-bottom: 64px;
  }
  .md-mb-65 {
    margin-bottom: 65px;
  }
  .md-mb-66 {
    margin-bottom: 66px;
  }
  .md-mb-67 {
    margin-bottom: 67px;
  }
  .md-mb-68 {
    margin-bottom: 68px;
  }
  .md-mb-69 {
    margin-bottom: 69px;
  }
  .md-mb-70 {
    margin-bottom: 70px;
  }
  .md-mb-71 {
    margin-bottom: 71px;
  }
  .md-mb-72 {
    margin-bottom: 72px;
  }
  .md-mb-73 {
    margin-bottom: 73px;
  }
  .md-mb-74 {
    margin-bottom: 74px;
  }
  .md-mb-75 {
    margin-bottom: 75px;
  }
  .md-mb-76 {
    margin-bottom: 76px;
  }
  .md-mb-77 {
    margin-bottom: 77px;
  }
  .md-mb-78 {
    margin-bottom: 78px;
  }
  .md-mb-79 {
    margin-bottom: 79px;
  }
  .md-mb-80 {
    margin-bottom: 80px;
  }
  .md-mb-81 {
    margin-bottom: 81px;
  }
  .md-mb-82 {
    margin-bottom: 82px;
  }
  .md-mb-83 {
    margin-bottom: 83px;
  }
  .md-mb-84 {
    margin-bottom: 84px;
  }
  .md-mb-85 {
    margin-bottom: 85px;
  }
  .md-mb-86 {
    margin-bottom: 86px;
  }
  .md-mb-87 {
    margin-bottom: 87px;
  }
  .md-mb-88 {
    margin-bottom: 88px;
  }
  .md-mb-89 {
    margin-bottom: 89px;
  }
  .md-mb-90 {
    margin-bottom: 90px;
  }
  .md-mb-91 {
    margin-bottom: 91px;
  }
  .md-mb-92 {
    margin-bottom: 92px;
  }
  .md-mb-93 {
    margin-bottom: 93px;
  }
  .md-mb-94 {
    margin-bottom: 94px;
  }
  .md-mb-95 {
    margin-bottom: 95px;
  }
  .md-mb-96 {
    margin-bottom: 96px;
  }
  .md-mb-97 {
    margin-bottom: 97px;
  }
  .md-mb-98 {
    margin-bottom: 98px;
  }
  .md-mb-99 {
    margin-bottom: 99px;
  }
  .md-mb-100 {
    margin-bottom: 100px;
  }
  .md-mb-101 {
    margin-bottom: 101px;
  }
  .md-mb-102 {
    margin-bottom: 102px;
  }
  .md-mb-103 {
    margin-bottom: 103px;
  }
  .md-mb-104 {
    margin-bottom: 104px;
  }
  .md-mb-105 {
    margin-bottom: 105px;
  }
  .md-mb-106 {
    margin-bottom: 106px;
  }
  .md-mb-107 {
    margin-bottom: 107px;
  }
  .md-mb-108 {
    margin-bottom: 108px;
  }
  .md-mb-109 {
    margin-bottom: 109px;
  }
  .md-mb-110 {
    margin-bottom: 110px;
  }
  .md-mb-111 {
    margin-bottom: 111px;
  }
  .md-mb-112 {
    margin-bottom: 112px;
  }
  .md-mb-113 {
    margin-bottom: 113px;
  }
  .md-mb-114 {
    margin-bottom: 114px;
  }
  .md-mb-115 {
    margin-bottom: 115px;
  }
  .md-mb-116 {
    margin-bottom: 116px;
  }
  .md-mb-117 {
    margin-bottom: 117px;
  }
  .md-mb-118 {
    margin-bottom: 118px;
  }
  .md-mb-119 {
    margin-bottom: 119px;
  }
  .md-mb-120 {
    margin-bottom: 120px;
  }
  .md-mb-121 {
    margin-bottom: 121px;
  }
  .md-mb-122 {
    margin-bottom: 122px;
  }
  .md-mb-123 {
    margin-bottom: 123px;
  }
  .md-mb-124 {
    margin-bottom: 124px;
  }
  .md-mb-125 {
    margin-bottom: 125px;
  }
  .md-mb-126 {
    margin-bottom: 126px;
  }
  .md-mb-127 {
    margin-bottom: 127px;
  }
  .md-mb-128 {
    margin-bottom: 128px;
  }
  .md-mb-129 {
    margin-bottom: 129px;
  }
  .md-mb-130 {
    margin-bottom: 130px;
  }
  .md-mb-131 {
    margin-bottom: 131px;
  }
  .md-mb-132 {
    margin-bottom: 132px;
  }
  .md-mb-133 {
    margin-bottom: 133px;
  }
  .md-mb-134 {
    margin-bottom: 134px;
  }
  .md-mb-135 {
    margin-bottom: 135px;
  }
  .md-mb-136 {
    margin-bottom: 136px;
  }
  .md-mb-137 {
    margin-bottom: 137px;
  }
  .md-mb-138 {
    margin-bottom: 138px;
  }
  .md-mb-139 {
    margin-bottom: 139px;
  }
  .md-mb-140 {
    margin-bottom: 140px;
  }
  .md-mb-141 {
    margin-bottom: 141px;
  }
  .md-mb-142 {
    margin-bottom: 142px;
  }
  .md-mb-143 {
    margin-bottom: 143px;
  }
  .md-mb-144 {
    margin-bottom: 144px;
  }
  .md-mb-145 {
    margin-bottom: 145px;
  }
  .md-mb-146 {
    margin-bottom: 146px;
  }
  .md-mb-147 {
    margin-bottom: 147px;
  }
  .md-mb-148 {
    margin-bottom: 148px;
  }
  .md-mb-149 {
    margin-bottom: 149px;
  }
  .md-mb-150 {
    margin-bottom: 150px;
  }
  .md-mb-151 {
    margin-bottom: 151px;
  }
  .md-mb-152 {
    margin-bottom: 152px;
  }
  .md-mb-153 {
    margin-bottom: 153px;
  }
  .md-mb-154 {
    margin-bottom: 154px;
  }
  .md-mb-155 {
    margin-bottom: 155px;
  }
  .md-mb-156 {
    margin-bottom: 156px;
  }
  .md-mb-157 {
    margin-bottom: 157px;
  }
  .md-mb-158 {
    margin-bottom: 158px;
  }
  .md-mb-159 {
    margin-bottom: 159px;
  }
  .md-mb-160 {
    margin-bottom: 160px;
  }
  .md-mb-161 {
    margin-bottom: 161px;
  }
  .md-mb-162 {
    margin-bottom: 162px;
  }
  .md-mb-163 {
    margin-bottom: 163px;
  }
  .md-mb-164 {
    margin-bottom: 164px;
  }
  .md-mb-165 {
    margin-bottom: 165px;
  }
  .md-mb-166 {
    margin-bottom: 166px;
  }
  .md-mb-167 {
    margin-bottom: 167px;
  }
  .md-mb-168 {
    margin-bottom: 168px;
  }
  .md-mb-169 {
    margin-bottom: 169px;
  }
  .md-mb-170 {
    margin-bottom: 170px;
  }
  .md-mb-171 {
    margin-bottom: 171px;
  }
  .md-mb-172 {
    margin-bottom: 172px;
  }
  .md-mb-173 {
    margin-bottom: 173px;
  }
  .md-mb-174 {
    margin-bottom: 174px;
  }
  .md-mb-175 {
    margin-bottom: 175px;
  }
  .md-mb-176 {
    margin-bottom: 176px;
  }
  .md-mb-177 {
    margin-bottom: 177px;
  }
  .md-mb-178 {
    margin-bottom: 178px;
  }
  .md-mb-179 {
    margin-bottom: 179px;
  }
  .md-mb-180 {
    margin-bottom: 180px;
  }
  .md-mb-181 {
    margin-bottom: 181px;
  }
  .md-mb-182 {
    margin-bottom: 182px;
  }
  .md-mb-183 {
    margin-bottom: 183px;
  }
  .md-mb-184 {
    margin-bottom: 184px;
  }
  .md-mb-185 {
    margin-bottom: 185px;
  }
  .md-mb-186 {
    margin-bottom: 186px;
  }
  .md-mb-187 {
    margin-bottom: 187px;
  }
  .md-mb-188 {
    margin-bottom: 188px;
  }
  .md-mb-189 {
    margin-bottom: 189px;
  }
  .md-mb-190 {
    margin-bottom: 190px;
  }
  .md-mb-191 {
    margin-bottom: 191px;
  }
  .md-mb-192 {
    margin-bottom: 192px;
  }
  .md-mb-193 {
    margin-bottom: 193px;
  }
  .md-mb-194 {
    margin-bottom: 194px;
  }
  .md-mb-195 {
    margin-bottom: 195px;
  }
  .md-mb-196 {
    margin-bottom: 196px;
  }
  .md-mb-197 {
    margin-bottom: 197px;
  }
  .md-mb-198 {
    margin-bottom: 198px;
  }
  .md-mb-199 {
    margin-bottom: 199px;
  }
  .md-mb-200 {
    margin-bottom: 200px;
  }
  .md-mr-0 {
    margin-right: 0;
  }
  .md-mr-1 {
    margin-right: 1px;
  }
  .md-mr-2 {
    margin-right: 2px;
  }
  .md-mr-3 {
    margin-right: 3px;
  }
  .md-mr-4 {
    margin-right: 4px;
  }
  .md-mr-5 {
    margin-right: 5px;
  }
  .md-mr-6 {
    margin-right: 6px;
  }
  .md-mr-7 {
    margin-right: 7px;
  }
  .md-mr-8 {
    margin-right: 8px;
  }
  .md-mr-9 {
    margin-right: 9px;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  .md-mr-11 {
    margin-right: 11px;
  }
  .md-mr-12 {
    margin-right: 12px;
  }
  .md-mr-13 {
    margin-right: 13px;
  }
  .md-mr-14 {
    margin-right: 14px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-mr-16 {
    margin-right: 16px;
  }
  .md-mr-17 {
    margin-right: 17px;
  }
  .md-mr-18 {
    margin-right: 18px;
  }
  .md-mr-19 {
    margin-right: 19px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-mr-21 {
    margin-right: 21px;
  }
  .md-mr-22 {
    margin-right: 22px;
  }
  .md-mr-23 {
    margin-right: 23px;
  }
  .md-mr-24 {
    margin-right: 24px;
  }
  .md-mr-25 {
    margin-right: 25px;
  }
  .md-mr-26 {
    margin-right: 26px;
  }
  .md-mr-27 {
    margin-right: 27px;
  }
  .md-mr-28 {
    margin-right: 28px;
  }
  .md-mr-29 {
    margin-right: 29px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-mr-31 {
    margin-right: 31px;
  }
  .md-mr-32 {
    margin-right: 32px;
  }
  .md-mr-33 {
    margin-right: 33px;
  }
  .md-mr-34 {
    margin-right: 34px;
  }
  .md-mr-35 {
    margin-right: 35px;
  }
  .md-mr-36 {
    margin-right: 36px;
  }
  .md-mr-37 {
    margin-right: 37px;
  }
  .md-mr-38 {
    margin-right: 38px;
  }
  .md-mr-39 {
    margin-right: 39px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-mr-41 {
    margin-right: 41px;
  }
  .md-mr-42 {
    margin-right: 42px;
  }
  .md-mr-43 {
    margin-right: 43px;
  }
  .md-mr-44 {
    margin-right: 44px;
  }
  .md-mr-45 {
    margin-right: 45px;
  }
  .md-mr-46 {
    margin-right: 46px;
  }
  .md-mr-47 {
    margin-right: 47px;
  }
  .md-mr-48 {
    margin-right: 48px;
  }
  .md-mr-49 {
    margin-right: 49px;
  }
  .md-mr-50 {
    margin-right: 50px;
  }
  .md-mr-51 {
    margin-right: 51px;
  }
  .md-mr-52 {
    margin-right: 52px;
  }
  .md-mr-53 {
    margin-right: 53px;
  }
  .md-mr-54 {
    margin-right: 54px;
  }
  .md-mr-55 {
    margin-right: 55px;
  }
  .md-mr-56 {
    margin-right: 56px;
  }
  .md-mr-57 {
    margin-right: 57px;
  }
  .md-mr-58 {
    margin-right: 58px;
  }
  .md-mr-59 {
    margin-right: 59px;
  }
  .md-mr-60 {
    margin-right: 60px;
  }
  .md-mr-61 {
    margin-right: 61px;
  }
  .md-mr-62 {
    margin-right: 62px;
  }
  .md-mr-63 {
    margin-right: 63px;
  }
  .md-mr-64 {
    margin-right: 64px;
  }
  .md-mr-65 {
    margin-right: 65px;
  }
  .md-mr-66 {
    margin-right: 66px;
  }
  .md-mr-67 {
    margin-right: 67px;
  }
  .md-mr-68 {
    margin-right: 68px;
  }
  .md-mr-69 {
    margin-right: 69px;
  }
  .md-mr-70 {
    margin-right: 70px;
  }
  .md-mr-71 {
    margin-right: 71px;
  }
  .md-mr-72 {
    margin-right: 72px;
  }
  .md-mr-73 {
    margin-right: 73px;
  }
  .md-mr-74 {
    margin-right: 74px;
  }
  .md-mr-75 {
    margin-right: 75px;
  }
  .md-mr-76 {
    margin-right: 76px;
  }
  .md-mr-77 {
    margin-right: 77px;
  }
  .md-mr-78 {
    margin-right: 78px;
  }
  .md-mr-79 {
    margin-right: 79px;
  }
  .md-mr-80 {
    margin-right: 80px;
  }
  .md-mr-81 {
    margin-right: 81px;
  }
  .md-mr-82 {
    margin-right: 82px;
  }
  .md-mr-83 {
    margin-right: 83px;
  }
  .md-mr-84 {
    margin-right: 84px;
  }
  .md-mr-85 {
    margin-right: 85px;
  }
  .md-mr-86 {
    margin-right: 86px;
  }
  .md-mr-87 {
    margin-right: 87px;
  }
  .md-mr-88 {
    margin-right: 88px;
  }
  .md-mr-89 {
    margin-right: 89px;
  }
  .md-mr-90 {
    margin-right: 90px;
  }
  .md-mr-91 {
    margin-right: 91px;
  }
  .md-mr-92 {
    margin-right: 92px;
  }
  .md-mr-93 {
    margin-right: 93px;
  }
  .md-mr-94 {
    margin-right: 94px;
  }
  .md-mr-95 {
    margin-right: 95px;
  }
  .md-mr-96 {
    margin-right: 96px;
  }
  .md-mr-97 {
    margin-right: 97px;
  }
  .md-mr-98 {
    margin-right: 98px;
  }
  .md-mr-99 {
    margin-right: 99px;
  }
  .md-mr-100 {
    margin-right: 100px;
  }
  .md-ml-0 {
    margin-left: 0;
  }
  .md-ml-1 {
    margin-left: 1px;
  }
  .md-ml-2 {
    margin-left: 2px;
  }
  .md-ml-3 {
    margin-left: 3px;
  }
  .md-ml-4 {
    margin-left: 4px;
  }
  .md-ml-5 {
    margin-left: 5px;
  }
  .md-ml-6 {
    margin-left: 6px;
  }
  .md-ml-7 {
    margin-left: 7px;
  }
  .md-ml-8 {
    margin-left: 8px;
  }
  .md-ml-9 {
    margin-left: 9px;
  }
  .md-ml-10 {
    margin-left: 10px;
  }
  .md-ml-11 {
    margin-left: 11px;
  }
  .md-ml-12 {
    margin-left: 12px;
  }
  .md-ml-13 {
    margin-left: 13px;
  }
  .md-ml-14 {
    margin-left: 14px;
  }
  .md-ml-15 {
    margin-left: 15px;
  }
  .md-ml-16 {
    margin-left: 16px;
  }
  .md-ml-17 {
    margin-left: 17px;
  }
  .md-ml-18 {
    margin-left: 18px;
  }
  .md-ml-19 {
    margin-left: 19px;
  }
  .md-ml-20 {
    margin-left: 20px;
  }
  .md-ml-21 {
    margin-left: 21px;
  }
  .md-ml-22 {
    margin-left: 22px;
  }
  .md-ml-23 {
    margin-left: 23px;
  }
  .md-ml-24 {
    margin-left: 24px;
  }
  .md-ml-25 {
    margin-left: 25px;
  }
  .md-ml-26 {
    margin-left: 26px;
  }
  .md-ml-27 {
    margin-left: 27px;
  }
  .md-ml-28 {
    margin-left: 28px;
  }
  .md-ml-29 {
    margin-left: 29px;
  }
  .md-ml-30 {
    margin-left: 30px;
  }
  .md-ml-31 {
    margin-left: 31px;
  }
  .md-ml-32 {
    margin-left: 32px;
  }
  .md-ml-33 {
    margin-left: 33px;
  }
  .md-ml-34 {
    margin-left: 34px;
  }
  .md-ml-35 {
    margin-left: 35px;
  }
  .md-ml-36 {
    margin-left: 36px;
  }
  .md-ml-37 {
    margin-left: 37px;
  }
  .md-ml-38 {
    margin-left: 38px;
  }
  .md-ml-39 {
    margin-left: 39px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-ml-41 {
    margin-left: 41px;
  }
  .md-ml-42 {
    margin-left: 42px;
  }
  .md-ml-43 {
    margin-left: 43px;
  }
  .md-ml-44 {
    margin-left: 44px;
  }
  .md-ml-45 {
    margin-left: 45px;
  }
  .md-ml-46 {
    margin-left: 46px;
  }
  .md-ml-47 {
    margin-left: 47px;
  }
  .md-ml-48 {
    margin-left: 48px;
  }
  .md-ml-49 {
    margin-left: 49px;
  }
  .md-ml-50 {
    margin-left: 50px;
  }
  .md-ml-51 {
    margin-left: 51px;
  }
  .md-ml-52 {
    margin-left: 52px;
  }
  .md-ml-53 {
    margin-left: 53px;
  }
  .md-ml-54 {
    margin-left: 54px;
  }
  .md-ml-55 {
    margin-left: 55px;
  }
  .md-ml-56 {
    margin-left: 56px;
  }
  .md-ml-57 {
    margin-left: 57px;
  }
  .md-ml-58 {
    margin-left: 58px;
  }
  .md-ml-59 {
    margin-left: 59px;
  }
  .md-ml-60 {
    margin-left: 60px;
  }
  .md-ml-61 {
    margin-left: 61px;
  }
  .md-ml-62 {
    margin-left: 62px;
  }
  .md-ml-63 {
    margin-left: 63px;
  }
  .md-ml-64 {
    margin-left: 64px;
  }
  .md-ml-65 {
    margin-left: 65px;
  }
  .md-ml-66 {
    margin-left: 66px;
  }
  .md-ml-67 {
    margin-left: 67px;
  }
  .md-ml-68 {
    margin-left: 68px;
  }
  .md-ml-69 {
    margin-left: 69px;
  }
  .md-ml-70 {
    margin-left: 70px;
  }
  .md-ml-71 {
    margin-left: 71px;
  }
  .md-ml-72 {
    margin-left: 72px;
  }
  .md-ml-73 {
    margin-left: 73px;
  }
  .md-ml-74 {
    margin-left: 74px;
  }
  .md-ml-75 {
    margin-left: 75px;
  }
  .md-ml-76 {
    margin-left: 76px;
  }
  .md-ml-77 {
    margin-left: 77px;
  }
  .md-ml-78 {
    margin-left: 78px;
  }
  .md-ml-79 {
    margin-left: 79px;
  }
  .md-ml-80 {
    margin-left: 80px;
  }
  .md-ml-81 {
    margin-left: 81px;
  }
  .md-ml-82 {
    margin-left: 82px;
  }
  .md-ml-83 {
    margin-left: 83px;
  }
  .md-ml-84 {
    margin-left: 84px;
  }
  .md-ml-85 {
    margin-left: 85px;
  }
  .md-ml-86 {
    margin-left: 86px;
  }
  .md-ml-87 {
    margin-left: 87px;
  }
  .md-ml-88 {
    margin-left: 88px;
  }
  .md-ml-89 {
    margin-left: 89px;
  }
  .md-ml-90 {
    margin-left: 90px;
  }
  .md-ml-91 {
    margin-left: 91px;
  }
  .md-ml-92 {
    margin-left: 92px;
  }
  .md-ml-93 {
    margin-left: 93px;
  }
  .md-ml-94 {
    margin-left: 94px;
  }
  .md-ml-95 {
    margin-left: 95px;
  }
  .md-ml-96 {
    margin-left: 96px;
  }
  .md-ml-97 {
    margin-left: 97px;
  }
  .md-ml-98 {
    margin-left: 98px;
  }
  .md-ml-99 {
    margin-left: 99px;
  }
  .md-ml-100 {
    margin-left: 100px;
  }
  .md-mt--1 {
    margin-top: -1px;
  }
  .md-mt--2 {
    margin-top: -2px;
  }
  .md-mt--3 {
    margin-top: -3px;
  }
  .md-mt--4 {
    margin-top: -4px;
  }
  .md-mt--5 {
    margin-top: -5px;
  }
  .md-mt--6 {
    margin-top: -6px;
  }
  .md-mt--7 {
    margin-top: -7px;
  }
  .md-mt--8 {
    margin-top: -8px;
  }
  .md-mt--9 {
    margin-top: -9px;
  }
  .md-mt--10 {
    margin-top: -10px;
  }
  .md-mt--11 {
    margin-top: -11px;
  }
  .md-mt--12 {
    margin-top: -12px;
  }
  .md-mt--13 {
    margin-top: -13px;
  }
  .md-mt--14 {
    margin-top: -14px;
  }
  .md-mt--15 {
    margin-top: -15px;
  }
  .md-mt--16 {
    margin-top: -16px;
  }
  .md-mt--17 {
    margin-top: -17px;
  }
  .md-mt--18 {
    margin-top: -18px;
  }
  .md-mt--19 {
    margin-top: -19px;
  }
  .md-mt--20 {
    margin-top: -20px;
  }
  .md-mt--21 {
    margin-top: -21px;
  }
  .md-mt--22 {
    margin-top: -22px;
  }
  .md-mt--23 {
    margin-top: -23px;
  }
  .md-mt--24 {
    margin-top: -24px;
  }
  .md-mt--25 {
    margin-top: -25px;
  }
  .md-mt--26 {
    margin-top: -26px;
  }
  .md-mt--27 {
    margin-top: -27px;
  }
  .md-mt--28 {
    margin-top: -28px;
  }
  .md-mt--29 {
    margin-top: -29px;
  }
  .md-mt--30 {
    margin-top: -30px;
  }
  .md-mt--31 {
    margin-top: -31px;
  }
  .md-mt--32 {
    margin-top: -32px;
  }
  .md-mt--33 {
    margin-top: -33px;
  }
  .md-mt--34 {
    margin-top: -34px;
  }
  .md-mt--35 {
    margin-top: -35px;
  }
  .md-mt--36 {
    margin-top: -36px;
  }
  .md-mt--37 {
    margin-top: -37px;
  }
  .md-mt--38 {
    margin-top: -38px;
  }
  .md-mt--39 {
    margin-top: -39px;
  }
  .md-mt--40 {
    margin-top: -40px;
  }
  .md-mt--41 {
    margin-top: -41px;
  }
  .md-mt--42 {
    margin-top: -42px;
  }
  .md-mt--43 {
    margin-top: -43px;
  }
  .md-mt--44 {
    margin-top: -44px;
  }
  .md-mt--45 {
    margin-top: -45px;
  }
  .md-mt--46 {
    margin-top: -46px;
  }
  .md-mt--47 {
    margin-top: -47px;
  }
  .md-mt--48 {
    margin-top: -48px;
  }
  .md-mt--49 {
    margin-top: -49px;
  }
  .md-mt--50 {
    margin-top: -50px;
  }
  .md-mt--51 {
    margin-top: -51px;
  }
  .md-mt--52 {
    margin-top: -52px;
  }
  .md-mt--53 {
    margin-top: -53px;
  }
  .md-mt--54 {
    margin-top: -54px;
  }
  .md-mt--55 {
    margin-top: -55px;
  }
  .md-mt--56 {
    margin-top: -56px;
  }
  .md-mt--57 {
    margin-top: -57px;
  }
  .md-mt--58 {
    margin-top: -58px;
  }
  .md-mt--59 {
    margin-top: -59px;
  }
  .md-mt--60 {
    margin-top: -60px;
  }
  .md-mt--61 {
    margin-top: -61px;
  }
  .md-mt--62 {
    margin-top: -62px;
  }
  .md-mt--63 {
    margin-top: -63px;
  }
  .md-mt--64 {
    margin-top: -64px;
  }
  .md-mt--65 {
    margin-top: -65px;
  }
  .md-mt--66 {
    margin-top: -66px;
  }
  .md-mt--67 {
    margin-top: -67px;
  }
  .md-mt--68 {
    margin-top: -68px;
  }
  .md-mt--69 {
    margin-top: -69px;
  }
  .md-mt--70 {
    margin-top: -70px;
  }
  .md-mt--71 {
    margin-top: -71px;
  }
  .md-mt--72 {
    margin-top: -72px;
  }
  .md-mt--73 {
    margin-top: -73px;
  }
  .md-mt--74 {
    margin-top: -74px;
  }
  .md-mt--75 {
    margin-top: -75px;
  }
  .md-mt--76 {
    margin-top: -76px;
  }
  .md-mt--77 {
    margin-top: -77px;
  }
  .md-mt--78 {
    margin-top: -78px;
  }
  .md-mt--79 {
    margin-top: -79px;
  }
  .md-mt--80 {
    margin-top: -80px;
  }
  .md-mt--81 {
    margin-top: -81px;
  }
  .md-mt--82 {
    margin-top: -82px;
  }
  .md-mt--83 {
    margin-top: -83px;
  }
  .md-mt--84 {
    margin-top: -84px;
  }
  .md-mt--85 {
    margin-top: -85px;
  }
  .md-mt--86 {
    margin-top: -86px;
  }
  .md-mt--87 {
    margin-top: -87px;
  }
  .md-mt--88 {
    margin-top: -88px;
  }
  .md-mt--89 {
    margin-top: -89px;
  }
  .md-mt--90 {
    margin-top: -90px;
  }
  .md-mt--91 {
    margin-top: -91px;
  }
  .md-mt--92 {
    margin-top: -92px;
  }
  .md-mt--93 {
    margin-top: -93px;
  }
  .md-mt--94 {
    margin-top: -94px;
  }
  .md-mt--95 {
    margin-top: -95px;
  }
  .md-mt--96 {
    margin-top: -96px;
  }
  .md-mt--97 {
    margin-top: -97px;
  }
  .md-mt--98 {
    margin-top: -98px;
  }
  .md-mt--99 {
    margin-top: -99px;
  }
  .md-mt--100 {
    margin-top: -100px;
  }
  .md-mt--101 {
    margin-top: -101px;
  }
  .md-mt--102 {
    margin-top: -102px;
  }
  .md-mt--103 {
    margin-top: -103px;
  }
  .md-mt--104 {
    margin-top: -104px;
  }
  .md-mt--105 {
    margin-top: -105px;
  }
  .md-mt--106 {
    margin-top: -106px;
  }
  .md-mt--107 {
    margin-top: -107px;
  }
  .md-mt--108 {
    margin-top: -108px;
  }
  .md-mt--109 {
    margin-top: -109px;
  }
  .md-mt--110 {
    margin-top: -110px;
  }
  .md-mt--111 {
    margin-top: -111px;
  }
  .md-mt--112 {
    margin-top: -112px;
  }
  .md-mt--113 {
    margin-top: -113px;
  }
  .md-mt--114 {
    margin-top: -114px;
  }
  .md-mt--115 {
    margin-top: -115px;
  }
  .md-mt--116 {
    margin-top: -116px;
  }
  .md-mt--117 {
    margin-top: -117px;
  }
  .md-mt--118 {
    margin-top: -118px;
  }
  .md-mt--119 {
    margin-top: -119px;
  }
  .md-mt--120 {
    margin-top: -120px;
  }
  .md-mt--121 {
    margin-top: -121px;
  }
  .md-mt--122 {
    margin-top: -122px;
  }
  .md-mt--123 {
    margin-top: -123px;
  }
  .md-mt--124 {
    margin-top: -124px;
  }
  .md-mt--125 {
    margin-top: -125px;
  }
  .md-mt--126 {
    margin-top: -126px;
  }
  .md-mt--127 {
    margin-top: -127px;
  }
  .md-mt--128 {
    margin-top: -128px;
  }
  .md-mt--129 {
    margin-top: -129px;
  }
  .md-mt--130 {
    margin-top: -130px;
  }
  .md-mt--131 {
    margin-top: -131px;
  }
  .md-mt--132 {
    margin-top: -132px;
  }
  .md-mt--133 {
    margin-top: -133px;
  }
  .md-mt--134 {
    margin-top: -134px;
  }
  .md-mt--135 {
    margin-top: -135px;
  }
  .md-mt--136 {
    margin-top: -136px;
  }
  .md-mt--137 {
    margin-top: -137px;
  }
  .md-mt--138 {
    margin-top: -138px;
  }
  .md-mt--139 {
    margin-top: -139px;
  }
  .md-mt--140 {
    margin-top: -140px;
  }
  .md-mt--141 {
    margin-top: -141px;
  }
  .md-mt--142 {
    margin-top: -142px;
  }
  .md-mt--143 {
    margin-top: -143px;
  }
  .md-mt--144 {
    margin-top: -144px;
  }
  .md-mt--145 {
    margin-top: -145px;
  }
  .md-mt--146 {
    margin-top: -146px;
  }
  .md-mt--147 {
    margin-top: -147px;
  }
  .md-mt--148 {
    margin-top: -148px;
  }
  .md-mt--149 {
    margin-top: -149px;
  }
  .md-mt--150 {
    margin-top: -150px;
  }
  .md-mt--151 {
    margin-top: -151px;
  }
  .md-mt--152 {
    margin-top: -152px;
  }
  .md-mt--153 {
    margin-top: -153px;
  }
  .md-mt--154 {
    margin-top: -154px;
  }
  .md-mt--155 {
    margin-top: -155px;
  }
  .md-mt--156 {
    margin-top: -156px;
  }
  .md-mt--157 {
    margin-top: -157px;
  }
  .md-mt--158 {
    margin-top: -158px;
  }
  .md-mt--159 {
    margin-top: -159px;
  }
  .md-mt--160 {
    margin-top: -160px;
  }
  .md-mt--161 {
    margin-top: -161px;
  }
  .md-mt--162 {
    margin-top: -162px;
  }
  .md-mt--163 {
    margin-top: -163px;
  }
  .md-mt--164 {
    margin-top: -164px;
  }
  .md-mt--165 {
    margin-top: -165px;
  }
  .md-mt--166 {
    margin-top: -166px;
  }
  .md-mt--167 {
    margin-top: -167px;
  }
  .md-mt--168 {
    margin-top: -168px;
  }
  .md-mt--169 {
    margin-top: -169px;
  }
  .md-mt--170 {
    margin-top: -170px;
  }
  .md-mt--171 {
    margin-top: -171px;
  }
  .md-mt--172 {
    margin-top: -172px;
  }
  .md-mt--173 {
    margin-top: -173px;
  }
  .md-mt--174 {
    margin-top: -174px;
  }
  .md-mt--175 {
    margin-top: -175px;
  }
  .md-mt--176 {
    margin-top: -176px;
  }
  .md-mt--177 {
    margin-top: -177px;
  }
  .md-mt--178 {
    margin-top: -178px;
  }
  .md-mt--179 {
    margin-top: -179px;
  }
  .md-mt--180 {
    margin-top: -180px;
  }
  .md-mt--181 {
    margin-top: -181px;
  }
  .md-mt--182 {
    margin-top: -182px;
  }
  .md-mt--183 {
    margin-top: -183px;
  }
  .md-mt--184 {
    margin-top: -184px;
  }
  .md-mt--185 {
    margin-top: -185px;
  }
  .md-mt--186 {
    margin-top: -186px;
  }
  .md-mt--187 {
    margin-top: -187px;
  }
  .md-mt--188 {
    margin-top: -188px;
  }
  .md-mt--189 {
    margin-top: -189px;
  }
  .md-mt--190 {
    margin-top: -190px;
  }
  .md-mt--191 {
    margin-top: -191px;
  }
  .md-mt--192 {
    margin-top: -192px;
  }
  .md-mt--193 {
    margin-top: -193px;
  }
  .md-mt--194 {
    margin-top: -194px;
  }
  .md-mt--195 {
    margin-top: -195px;
  }
  .md-mt--196 {
    margin-top: -196px;
  }
  .md-mt--197 {
    margin-top: -197px;
  }
  .md-mt--198 {
    margin-top: -198px;
  }
  .md-mt--199 {
    margin-top: -199px;
  }
  .md-mt--200 {
    margin-top: -200px;
  }
  .md-mb--1 {
    margin-bottom: -1px;
  }
  .md-mb--2 {
    margin-bottom: -2px;
  }
  .md-mb--3 {
    margin-bottom: -3px;
  }
  .md-mb--4 {
    margin-bottom: -4px;
  }
  .md-mb--5 {
    margin-bottom: -5px;
  }
  .md-mb--6 {
    margin-bottom: -6px;
  }
  .md-mb--7 {
    margin-bottom: -7px;
  }
  .md-mb--8 {
    margin-bottom: -8px;
  }
  .md-mb--9 {
    margin-bottom: -9px;
  }
  .md-mb--10 {
    margin-bottom: -10px;
  }
  .md-mb--11 {
    margin-bottom: -11px;
  }
  .md-mb--12 {
    margin-bottom: -12px;
  }
  .md-mb--13 {
    margin-bottom: -13px;
  }
  .md-mb--14 {
    margin-bottom: -14px;
  }
  .md-mb--15 {
    margin-bottom: -15px;
  }
  .md-mb--16 {
    margin-bottom: -16px;
  }
  .md-mb--17 {
    margin-bottom: -17px;
  }
  .md-mb--18 {
    margin-bottom: -18px;
  }
  .md-mb--19 {
    margin-bottom: -19px;
  }
  .md-mb--20 {
    margin-bottom: -20px;
  }
  .md-mb--21 {
    margin-bottom: -21px;
  }
  .md-mb--22 {
    margin-bottom: -22px;
  }
  .md-mb--23 {
    margin-bottom: -23px;
  }
  .md-mb--24 {
    margin-bottom: -24px;
  }
  .md-mb--25 {
    margin-bottom: -25px;
  }
  .md-mb--26 {
    margin-bottom: -26px;
  }
  .md-mb--27 {
    margin-bottom: -27px;
  }
  .md-mb--28 {
    margin-bottom: -28px;
  }
  .md-mb--29 {
    margin-bottom: -29px;
  }
  .md-mb--30 {
    margin-bottom: -30px;
  }
  .md-mb--31 {
    margin-bottom: -31px;
  }
  .md-mb--32 {
    margin-bottom: -32px;
  }
  .md-mb--33 {
    margin-bottom: -33px;
  }
  .md-mb--34 {
    margin-bottom: -34px;
  }
  .md-mb--35 {
    margin-bottom: -35px;
  }
  .md-mb--36 {
    margin-bottom: -36px;
  }
  .md-mb--37 {
    margin-bottom: -37px;
  }
  .md-mb--38 {
    margin-bottom: -38px;
  }
  .md-mb--39 {
    margin-bottom: -39px;
  }
  .md-mb--40 {
    margin-bottom: -40px;
  }
  .md-mb--41 {
    margin-bottom: -41px;
  }
  .md-mb--42 {
    margin-bottom: -42px;
  }
  .md-mb--43 {
    margin-bottom: -43px;
  }
  .md-mb--44 {
    margin-bottom: -44px;
  }
  .md-mb--45 {
    margin-bottom: -45px;
  }
  .md-mb--46 {
    margin-bottom: -46px;
  }
  .md-mb--47 {
    margin-bottom: -47px;
  }
  .md-mb--48 {
    margin-bottom: -48px;
  }
  .md-mb--49 {
    margin-bottom: -49px;
  }
  .md-mb--50 {
    margin-bottom: -50px;
  }
  .md-mb--51 {
    margin-bottom: -51px;
  }
  .md-mb--52 {
    margin-bottom: -52px;
  }
  .md-mb--53 {
    margin-bottom: -53px;
  }
  .md-mb--54 {
    margin-bottom: -54px;
  }
  .md-mb--55 {
    margin-bottom: -55px;
  }
  .md-mb--56 {
    margin-bottom: -56px;
  }
  .md-mb--57 {
    margin-bottom: -57px;
  }
  .md-mb--58 {
    margin-bottom: -58px;
  }
  .md-mb--59 {
    margin-bottom: -59px;
  }
  .md-mb--60 {
    margin-bottom: -60px;
  }
  .md-mb--61 {
    margin-bottom: -61px;
  }
  .md-mb--62 {
    margin-bottom: -62px;
  }
  .md-mb--63 {
    margin-bottom: -63px;
  }
  .md-mb--64 {
    margin-bottom: -64px;
  }
  .md-mb--65 {
    margin-bottom: -65px;
  }
  .md-mb--66 {
    margin-bottom: -66px;
  }
  .md-mb--67 {
    margin-bottom: -67px;
  }
  .md-mb--68 {
    margin-bottom: -68px;
  }
  .md-mb--69 {
    margin-bottom: -69px;
  }
  .md-mb--70 {
    margin-bottom: -70px;
  }
  .md-mb--71 {
    margin-bottom: -71px;
  }
  .md-mb--72 {
    margin-bottom: -72px;
  }
  .md-mb--73 {
    margin-bottom: -73px;
  }
  .md-mb--74 {
    margin-bottom: -74px;
  }
  .md-mb--75 {
    margin-bottom: -75px;
  }
  .md-mb--76 {
    margin-bottom: -76px;
  }
  .md-mb--77 {
    margin-bottom: -77px;
  }
  .md-mb--78 {
    margin-bottom: -78px;
  }
  .md-mb--79 {
    margin-bottom: -79px;
  }
  .md-mb--80 {
    margin-bottom: -80px;
  }
  .md-mb--81 {
    margin-bottom: -81px;
  }
  .md-mb--82 {
    margin-bottom: -82px;
  }
  .md-mb--83 {
    margin-bottom: -83px;
  }
  .md-mb--84 {
    margin-bottom: -84px;
  }
  .md-mb--85 {
    margin-bottom: -85px;
  }
  .md-mb--86 {
    margin-bottom: -86px;
  }
  .md-mb--87 {
    margin-bottom: -87px;
  }
  .md-mb--88 {
    margin-bottom: -88px;
  }
  .md-mb--89 {
    margin-bottom: -89px;
  }
  .md-mb--90 {
    margin-bottom: -90px;
  }
  .md-mb--91 {
    margin-bottom: -91px;
  }
  .md-mb--92 {
    margin-bottom: -92px;
  }
  .md-mb--93 {
    margin-bottom: -93px;
  }
  .md-mb--94 {
    margin-bottom: -94px;
  }
  .md-mb--95 {
    margin-bottom: -95px;
  }
  .md-mb--96 {
    margin-bottom: -96px;
  }
  .md-mb--97 {
    margin-bottom: -97px;
  }
  .md-mb--98 {
    margin-bottom: -98px;
  }
  .md-mb--99 {
    margin-bottom: -99px;
  }
  .md-mb--100 {
    margin-bottom: -100px;
  }
  .md-mb--101 {
    margin-bottom: -101px;
  }
  .md-mb--102 {
    margin-bottom: -102px;
  }
  .md-mb--103 {
    margin-bottom: -103px;
  }
  .md-mb--104 {
    margin-bottom: -104px;
  }
  .md-mb--105 {
    margin-bottom: -105px;
  }
  .md-mb--106 {
    margin-bottom: -106px;
  }
  .md-mb--107 {
    margin-bottom: -107px;
  }
  .md-mb--108 {
    margin-bottom: -108px;
  }
  .md-mb--109 {
    margin-bottom: -109px;
  }
  .md-mb--110 {
    margin-bottom: -110px;
  }
  .md-mb--111 {
    margin-bottom: -111px;
  }
  .md-mb--112 {
    margin-bottom: -112px;
  }
  .md-mb--113 {
    margin-bottom: -113px;
  }
  .md-mb--114 {
    margin-bottom: -114px;
  }
  .md-mb--115 {
    margin-bottom: -115px;
  }
  .md-mb--116 {
    margin-bottom: -116px;
  }
  .md-mb--117 {
    margin-bottom: -117px;
  }
  .md-mb--118 {
    margin-bottom: -118px;
  }
  .md-mb--119 {
    margin-bottom: -119px;
  }
  .md-mb--120 {
    margin-bottom: -120px;
  }
  .md-mb--121 {
    margin-bottom: -121px;
  }
  .md-mb--122 {
    margin-bottom: -122px;
  }
  .md-mb--123 {
    margin-bottom: -123px;
  }
  .md-mb--124 {
    margin-bottom: -124px;
  }
  .md-mb--125 {
    margin-bottom: -125px;
  }
  .md-mb--126 {
    margin-bottom: -126px;
  }
  .md-mb--127 {
    margin-bottom: -127px;
  }
  .md-mb--128 {
    margin-bottom: -128px;
  }
  .md-mb--129 {
    margin-bottom: -129px;
  }
  .md-mb--130 {
    margin-bottom: -130px;
  }
  .md-mb--131 {
    margin-bottom: -131px;
  }
  .md-mb--132 {
    margin-bottom: -132px;
  }
  .md-mb--133 {
    margin-bottom: -133px;
  }
  .md-mb--134 {
    margin-bottom: -134px;
  }
  .md-mb--135 {
    margin-bottom: -135px;
  }
  .md-mb--136 {
    margin-bottom: -136px;
  }
  .md-mb--137 {
    margin-bottom: -137px;
  }
  .md-mb--138 {
    margin-bottom: -138px;
  }
  .md-mb--139 {
    margin-bottom: -139px;
  }
  .md-mb--140 {
    margin-bottom: -140px;
  }
  .md-mb--141 {
    margin-bottom: -141px;
  }
  .md-mb--142 {
    margin-bottom: -142px;
  }
  .md-mb--143 {
    margin-bottom: -143px;
  }
  .md-mb--144 {
    margin-bottom: -144px;
  }
  .md-mb--145 {
    margin-bottom: -145px;
  }
  .md-mb--146 {
    margin-bottom: -146px;
  }
  .md-mb--147 {
    margin-bottom: -147px;
  }
  .md-mb--148 {
    margin-bottom: -148px;
  }
  .md-mb--149 {
    margin-bottom: -149px;
  }
  .md-mb--150 {
    margin-bottom: -150px;
  }
  .md-mb--151 {
    margin-bottom: -151px;
  }
  .md-mb--152 {
    margin-bottom: -152px;
  }
  .md-mb--153 {
    margin-bottom: -153px;
  }
  .md-mb--154 {
    margin-bottom: -154px;
  }
  .md-mb--155 {
    margin-bottom: -155px;
  }
  .md-mb--156 {
    margin-bottom: -156px;
  }
  .md-mb--157 {
    margin-bottom: -157px;
  }
  .md-mb--158 {
    margin-bottom: -158px;
  }
  .md-mb--159 {
    margin-bottom: -159px;
  }
  .md-mb--160 {
    margin-bottom: -160px;
  }
  .md-mb--161 {
    margin-bottom: -161px;
  }
  .md-mb--162 {
    margin-bottom: -162px;
  }
  .md-mb--163 {
    margin-bottom: -163px;
  }
  .md-mb--164 {
    margin-bottom: -164px;
  }
  .md-mb--165 {
    margin-bottom: -165px;
  }
  .md-mb--166 {
    margin-bottom: -166px;
  }
  .md-mb--167 {
    margin-bottom: -167px;
  }
  .md-mb--168 {
    margin-bottom: -168px;
  }
  .md-mb--169 {
    margin-bottom: -169px;
  }
  .md-mb--170 {
    margin-bottom: -170px;
  }
  .md-mb--171 {
    margin-bottom: -171px;
  }
  .md-mb--172 {
    margin-bottom: -172px;
  }
  .md-mb--173 {
    margin-bottom: -173px;
  }
  .md-mb--174 {
    margin-bottom: -174px;
  }
  .md-mb--175 {
    margin-bottom: -175px;
  }
  .md-mb--176 {
    margin-bottom: -176px;
  }
  .md-mb--177 {
    margin-bottom: -177px;
  }
  .md-mb--178 {
    margin-bottom: -178px;
  }
  .md-mb--179 {
    margin-bottom: -179px;
  }
  .md-mb--180 {
    margin-bottom: -180px;
  }
  .md-mb--181 {
    margin-bottom: -181px;
  }
  .md-mb--182 {
    margin-bottom: -182px;
  }
  .md-mb--183 {
    margin-bottom: -183px;
  }
  .md-mb--184 {
    margin-bottom: -184px;
  }
  .md-mb--185 {
    margin-bottom: -185px;
  }
  .md-mb--186 {
    margin-bottom: -186px;
  }
  .md-mb--187 {
    margin-bottom: -187px;
  }
  .md-mb--188 {
    margin-bottom: -188px;
  }
  .md-mb--189 {
    margin-bottom: -189px;
  }
  .md-mb--190 {
    margin-bottom: -190px;
  }
  .md-mb--191 {
    margin-bottom: -191px;
  }
  .md-mb--192 {
    margin-bottom: -192px;
  }
  .md-mb--193 {
    margin-bottom: -193px;
  }
  .md-mb--194 {
    margin-bottom: -194px;
  }
  .md-mb--195 {
    margin-bottom: -195px;
  }
  .md-mb--196 {
    margin-bottom: -196px;
  }
  .md-mb--197 {
    margin-bottom: -197px;
  }
  .md-mb--198 {
    margin-bottom: -198px;
  }
  .md-mb--199 {
    margin-bottom: -199px;
  }
  .md-mb--200 {
    margin-bottom: -200px;
  }
  .md-ml--1 {
    margin-left: -1px;
  }
  .md-ml--2 {
    margin-left: -2px;
  }
  .md-ml--3 {
    margin-left: -3px;
  }
  .md-ml--4 {
    margin-left: -4px;
  }
  .md-ml--5 {
    margin-left: -5px;
  }
  .md-ml--6 {
    margin-left: -6px;
  }
  .md-ml--7 {
    margin-left: -7px;
  }
  .md-ml--8 {
    margin-left: -8px;
  }
  .md-ml--9 {
    margin-left: -9px;
  }
  .md-ml--10 {
    margin-left: -10px;
  }
  .md-ml--11 {
    margin-left: -11px;
  }
  .md-ml--12 {
    margin-left: -12px;
  }
  .md-ml--13 {
    margin-left: -13px;
  }
  .md-ml--14 {
    margin-left: -14px;
  }
  .md-ml--15 {
    margin-left: -15px;
  }
  .md-ml--16 {
    margin-left: -16px;
  }
  .md-ml--17 {
    margin-left: -17px;
  }
  .md-ml--18 {
    margin-left: -18px;
  }
  .md-ml--19 {
    margin-left: -19px;
  }
  .md-ml--20 {
    margin-left: -20px;
  }
  .md-ml--21 {
    margin-left: -21px;
  }
  .md-ml--22 {
    margin-left: -22px;
  }
  .md-ml--23 {
    margin-left: -23px;
  }
  .md-ml--24 {
    margin-left: -24px;
  }
  .md-ml--25 {
    margin-left: -25px;
  }
  .md-ml--26 {
    margin-left: -26px;
  }
  .md-ml--27 {
    margin-left: -27px;
  }
  .md-ml--28 {
    margin-left: -28px;
  }
  .md-ml--29 {
    margin-left: -29px;
  }
  .md-ml--30 {
    margin-left: -30px;
  }
  .md-ml--31 {
    margin-left: -31px;
  }
  .md-ml--32 {
    margin-left: -32px;
  }
  .md-ml--33 {
    margin-left: -33px;
  }
  .md-ml--34 {
    margin-left: -34px;
  }
  .md-ml--35 {
    margin-left: -35px;
  }
  .md-ml--36 {
    margin-left: -36px;
  }
  .md-ml--37 {
    margin-left: -37px;
  }
  .md-ml--38 {
    margin-left: -38px;
  }
  .md-ml--39 {
    margin-left: -39px;
  }
  .md-ml--40 {
    margin-left: -40px;
  }
  .md-ml--41 {
    margin-left: -41px;
  }
  .md-ml--42 {
    margin-left: -42px;
  }
  .md-ml--43 {
    margin-left: -43px;
  }
  .md-ml--44 {
    margin-left: -44px;
  }
  .md-ml--45 {
    margin-left: -45px;
  }
  .md-ml--46 {
    margin-left: -46px;
  }
  .md-ml--47 {
    margin-left: -47px;
  }
  .md-ml--48 {
    margin-left: -48px;
  }
  .md-ml--49 {
    margin-left: -49px;
  }
  .md-ml--50 {
    margin-left: -50px;
  }
  .md-ml--51 {
    margin-left: -51px;
  }
  .md-ml--52 {
    margin-left: -52px;
  }
  .md-ml--53 {
    margin-left: -53px;
  }
  .md-ml--54 {
    margin-left: -54px;
  }
  .md-ml--55 {
    margin-left: -55px;
  }
  .md-ml--56 {
    margin-left: -56px;
  }
  .md-ml--57 {
    margin-left: -57px;
  }
  .md-ml--58 {
    margin-left: -58px;
  }
  .md-ml--59 {
    margin-left: -59px;
  }
  .md-ml--60 {
    margin-left: -60px;
  }
  .md-ml--61 {
    margin-left: -61px;
  }
  .md-ml--62 {
    margin-left: -62px;
  }
  .md-ml--63 {
    margin-left: -63px;
  }
  .md-ml--64 {
    margin-left: -64px;
  }
  .md-ml--65 {
    margin-left: -65px;
  }
  .md-ml--66 {
    margin-left: -66px;
  }
  .md-ml--67 {
    margin-left: -67px;
  }
  .md-ml--68 {
    margin-left: -68px;
  }
  .md-ml--69 {
    margin-left: -69px;
  }
  .md-ml--70 {
    margin-left: -70px;
  }
  .md-ml--71 {
    margin-left: -71px;
  }
  .md-ml--72 {
    margin-left: -72px;
  }
  .md-ml--73 {
    margin-left: -73px;
  }
  .md-ml--74 {
    margin-left: -74px;
  }
  .md-ml--75 {
    margin-left: -75px;
  }
  .md-ml--76 {
    margin-left: -76px;
  }
  .md-ml--77 {
    margin-left: -77px;
  }
  .md-ml--78 {
    margin-left: -78px;
  }
  .md-ml--79 {
    margin-left: -79px;
  }
  .md-ml--80 {
    margin-left: -80px;
  }
  .md-ml--81 {
    margin-left: -81px;
  }
  .md-ml--82 {
    margin-left: -82px;
  }
  .md-ml--83 {
    margin-left: -83px;
  }
  .md-ml--84 {
    margin-left: -84px;
  }
  .md-ml--85 {
    margin-left: -85px;
  }
  .md-ml--86 {
    margin-left: -86px;
  }
  .md-ml--87 {
    margin-left: -87px;
  }
  .md-ml--88 {
    margin-left: -88px;
  }
  .md-ml--89 {
    margin-left: -89px;
  }
  .md-ml--90 {
    margin-left: -90px;
  }
  .md-ml--91 {
    margin-left: -91px;
  }
  .md-ml--92 {
    margin-left: -92px;
  }
  .md-ml--93 {
    margin-left: -93px;
  }
  .md-ml--94 {
    margin-left: -94px;
  }
  .md-ml--95 {
    margin-left: -95px;
  }
  .md-ml--96 {
    margin-left: -96px;
  }
  .md-ml--97 {
    margin-left: -97px;
  }
  .md-ml--98 {
    margin-left: -98px;
  }
  .md-ml--99 {
    margin-left: -99px;
  }
  .md-ml--100 {
    margin-left: -100px;
  }
  .md-ml--101 {
    margin-left: -101px;
  }
  .md-ml--102 {
    margin-left: -102px;
  }
  .md-ml--103 {
    margin-left: -103px;
  }
  .md-ml--104 {
    margin-left: -104px;
  }
  .md-ml--105 {
    margin-left: -105px;
  }
  .md-ml--106 {
    margin-left: -106px;
  }
  .md-ml--107 {
    margin-left: -107px;
  }
  .md-ml--108 {
    margin-left: -108px;
  }
  .md-ml--109 {
    margin-left: -109px;
  }
  .md-ml--110 {
    margin-left: -110px;
  }
  .md-ml--111 {
    margin-left: -111px;
  }
  .md-ml--112 {
    margin-left: -112px;
  }
  .md-ml--113 {
    margin-left: -113px;
  }
  .md-ml--114 {
    margin-left: -114px;
  }
  .md-ml--115 {
    margin-left: -115px;
  }
  .md-ml--116 {
    margin-left: -116px;
  }
  .md-ml--117 {
    margin-left: -117px;
  }
  .md-ml--118 {
    margin-left: -118px;
  }
  .md-ml--119 {
    margin-left: -119px;
  }
  .md-ml--120 {
    margin-left: -120px;
  }
  .md-ml--121 {
    margin-left: -121px;
  }
  .md-ml--122 {
    margin-left: -122px;
  }
  .md-ml--123 {
    margin-left: -123px;
  }
  .md-ml--124 {
    margin-left: -124px;
  }
  .md-ml--125 {
    margin-left: -125px;
  }
  .md-ml--126 {
    margin-left: -126px;
  }
  .md-ml--127 {
    margin-left: -127px;
  }
  .md-ml--128 {
    margin-left: -128px;
  }
  .md-ml--129 {
    margin-left: -129px;
  }
  .md-ml--130 {
    margin-left: -130px;
  }
  .md-ml--131 {
    margin-left: -131px;
  }
  .md-ml--132 {
    margin-left: -132px;
  }
  .md-ml--133 {
    margin-left: -133px;
  }
  .md-ml--134 {
    margin-left: -134px;
  }
  .md-ml--135 {
    margin-left: -135px;
  }
  .md-ml--136 {
    margin-left: -136px;
  }
  .md-ml--137 {
    margin-left: -137px;
  }
  .md-ml--138 {
    margin-left: -138px;
  }
  .md-ml--139 {
    margin-left: -139px;
  }
  .md-ml--140 {
    margin-left: -140px;
  }
  .md-ml--141 {
    margin-left: -141px;
  }
  .md-ml--142 {
    margin-left: -142px;
  }
  .md-ml--143 {
    margin-left: -143px;
  }
  .md-ml--144 {
    margin-left: -144px;
  }
  .md-ml--145 {
    margin-left: -145px;
  }
  .md-ml--146 {
    margin-left: -146px;
  }
  .md-ml--147 {
    margin-left: -147px;
  }
  .md-ml--148 {
    margin-left: -148px;
  }
  .md-ml--149 {
    margin-left: -149px;
  }
  .md-ml--150 {
    margin-left: -150px;
  }
  .md-ml--151 {
    margin-left: -151px;
  }
  .md-ml--152 {
    margin-left: -152px;
  }
  .md-ml--153 {
    margin-left: -153px;
  }
  .md-ml--154 {
    margin-left: -154px;
  }
  .md-ml--155 {
    margin-left: -155px;
  }
  .md-ml--156 {
    margin-left: -156px;
  }
  .md-ml--157 {
    margin-left: -157px;
  }
  .md-ml--158 {
    margin-left: -158px;
  }
  .md-ml--159 {
    margin-left: -159px;
  }
  .md-ml--160 {
    margin-left: -160px;
  }
  .md-ml--161 {
    margin-left: -161px;
  }
  .md-ml--162 {
    margin-left: -162px;
  }
  .md-ml--163 {
    margin-left: -163px;
  }
  .md-ml--164 {
    margin-left: -164px;
  }
  .md-ml--165 {
    margin-left: -165px;
  }
  .md-ml--166 {
    margin-left: -166px;
  }
  .md-ml--167 {
    margin-left: -167px;
  }
  .md-ml--168 {
    margin-left: -168px;
  }
  .md-ml--169 {
    margin-left: -169px;
  }
  .md-ml--170 {
    margin-left: -170px;
  }
  .md-ml--171 {
    margin-left: -171px;
  }
  .md-ml--172 {
    margin-left: -172px;
  }
  .md-ml--173 {
    margin-left: -173px;
  }
  .md-ml--174 {
    margin-left: -174px;
  }
  .md-ml--175 {
    margin-left: -175px;
  }
  .md-ml--176 {
    margin-left: -176px;
  }
  .md-ml--177 {
    margin-left: -177px;
  }
  .md-ml--178 {
    margin-left: -178px;
  }
  .md-ml--179 {
    margin-left: -179px;
  }
  .md-ml--180 {
    margin-left: -180px;
  }
  .md-ml--181 {
    margin-left: -181px;
  }
  .md-ml--182 {
    margin-left: -182px;
  }
  .md-ml--183 {
    margin-left: -183px;
  }
  .md-ml--184 {
    margin-left: -184px;
  }
  .md-ml--185 {
    margin-left: -185px;
  }
  .md-ml--186 {
    margin-left: -186px;
  }
  .md-ml--187 {
    margin-left: -187px;
  }
  .md-ml--188 {
    margin-left: -188px;
  }
  .md-ml--189 {
    margin-left: -189px;
  }
  .md-ml--190 {
    margin-left: -190px;
  }
  .md-ml--191 {
    margin-left: -191px;
  }
  .md-ml--192 {
    margin-left: -192px;
  }
  .md-ml--193 {
    margin-left: -193px;
  }
  .md-ml--194 {
    margin-left: -194px;
  }
  .md-ml--195 {
    margin-left: -195px;
  }
  .md-ml--196 {
    margin-left: -196px;
  }
  .md-ml--197 {
    margin-left: -197px;
  }
  .md-ml--198 {
    margin-left: -198px;
  }
  .md-ml--199 {
    margin-left: -199px;
  }
  .md-ml--200 {
    margin-left: -200px;
  }
  .md-mr--1 {
    margin-right: -1px;
  }
  .md-mr--2 {
    margin-right: -2px;
  }
  .md-mr--3 {
    margin-right: -3px;
  }
  .md-mr--4 {
    margin-right: -4px;
  }
  .md-mr--5 {
    margin-right: -5px;
  }
  .md-mr--6 {
    margin-right: -6px;
  }
  .md-mr--7 {
    margin-right: -7px;
  }
  .md-mr--8 {
    margin-right: -8px;
  }
  .md-mr--9 {
    margin-right: -9px;
  }
  .md-mr--10 {
    margin-right: -10px;
  }
  .md-mr--11 {
    margin-right: -11px;
  }
  .md-mr--12 {
    margin-right: -12px;
  }
  .md-mr--13 {
    margin-right: -13px;
  }
  .md-mr--14 {
    margin-right: -14px;
  }
  .md-mr--15 {
    margin-right: -15px;
  }
  .md-mr--16 {
    margin-right: -16px;
  }
  .md-mr--17 {
    margin-right: -17px;
  }
  .md-mr--18 {
    margin-right: -18px;
  }
  .md-mr--19 {
    margin-right: -19px;
  }
  .md-mr--20 {
    margin-right: -20px;
  }
  .md-mr--21 {
    margin-right: -21px;
  }
  .md-mr--22 {
    margin-right: -22px;
  }
  .md-mr--23 {
    margin-right: -23px;
  }
  .md-mr--24 {
    margin-right: -24px;
  }
  .md-mr--25 {
    margin-right: -25px;
  }
  .md-mr--26 {
    margin-right: -26px;
  }
  .md-mr--27 {
    margin-right: -27px;
  }
  .md-mr--28 {
    margin-right: -28px;
  }
  .md-mr--29 {
    margin-right: -29px;
  }
  .md-mr--30 {
    margin-right: -30px;
  }
  .md-mr--31 {
    margin-right: -31px;
  }
  .md-mr--32 {
    margin-right: -32px;
  }
  .md-mr--33 {
    margin-right: -33px;
  }
  .md-mr--34 {
    margin-right: -34px;
  }
  .md-mr--35 {
    margin-right: -35px;
  }
  .md-mr--36 {
    margin-right: -36px;
  }
  .md-mr--37 {
    margin-right: -37px;
  }
  .md-mr--38 {
    margin-right: -38px;
  }
  .md-mr--39 {
    margin-right: -39px;
  }
  .md-mr--40 {
    margin-right: -40px;
  }
  .md-mr--41 {
    margin-right: -41px;
  }
  .md-mr--42 {
    margin-right: -42px;
  }
  .md-mr--43 {
    margin-right: -43px;
  }
  .md-mr--44 {
    margin-right: -44px;
  }
  .md-mr--45 {
    margin-right: -45px;
  }
  .md-mr--46 {
    margin-right: -46px;
  }
  .md-mr--47 {
    margin-right: -47px;
  }
  .md-mr--48 {
    margin-right: -48px;
  }
  .md-mr--49 {
    margin-right: -49px;
  }
  .md-mr--50 {
    margin-right: -50px;
  }
  .md-mr--51 {
    margin-right: -51px;
  }
  .md-mr--52 {
    margin-right: -52px;
  }
  .md-mr--53 {
    margin-right: -53px;
  }
  .md-mr--54 {
    margin-right: -54px;
  }
  .md-mr--55 {
    margin-right: -55px;
  }
  .md-mr--56 {
    margin-right: -56px;
  }
  .md-mr--57 {
    margin-right: -57px;
  }
  .md-mr--58 {
    margin-right: -58px;
  }
  .md-mr--59 {
    margin-right: -59px;
  }
  .md-mr--60 {
    margin-right: -60px;
  }
  .md-mr--61 {
    margin-right: -61px;
  }
  .md-mr--62 {
    margin-right: -62px;
  }
  .md-mr--63 {
    margin-right: -63px;
  }
  .md-mr--64 {
    margin-right: -64px;
  }
  .md-mr--65 {
    margin-right: -65px;
  }
  .md-mr--66 {
    margin-right: -66px;
  }
  .md-mr--67 {
    margin-right: -67px;
  }
  .md-mr--68 {
    margin-right: -68px;
  }
  .md-mr--69 {
    margin-right: -69px;
  }
  .md-mr--70 {
    margin-right: -70px;
  }
  .md-mr--71 {
    margin-right: -71px;
  }
  .md-mr--72 {
    margin-right: -72px;
  }
  .md-mr--73 {
    margin-right: -73px;
  }
  .md-mr--74 {
    margin-right: -74px;
  }
  .md-mr--75 {
    margin-right: -75px;
  }
  .md-mr--76 {
    margin-right: -76px;
  }
  .md-mr--77 {
    margin-right: -77px;
  }
  .md-mr--78 {
    margin-right: -78px;
  }
  .md-mr--79 {
    margin-right: -79px;
  }
  .md-mr--80 {
    margin-right: -80px;
  }
  .md-mr--81 {
    margin-right: -81px;
  }
  .md-mr--82 {
    margin-right: -82px;
  }
  .md-mr--83 {
    margin-right: -83px;
  }
  .md-mr--84 {
    margin-right: -84px;
  }
  .md-mr--85 {
    margin-right: -85px;
  }
  .md-mr--86 {
    margin-right: -86px;
  }
  .md-mr--87 {
    margin-right: -87px;
  }
  .md-mr--88 {
    margin-right: -88px;
  }
  .md-mr--89 {
    margin-right: -89px;
  }
  .md-mr--90 {
    margin-right: -90px;
  }
  .md-mr--91 {
    margin-right: -91px;
  }
  .md-mr--92 {
    margin-right: -92px;
  }
  .md-mr--93 {
    margin-right: -93px;
  }
  .md-mr--94 {
    margin-right: -94px;
  }
  .md-mr--95 {
    margin-right: -95px;
  }
  .md-mr--96 {
    margin-right: -96px;
  }
  .md-mr--97 {
    margin-right: -97px;
  }
  .md-mr--98 {
    margin-right: -98px;
  }
  .md-mr--99 {
    margin-right: -99px;
  }
  .md-mr--100 {
    margin-right: -100px;
  }
  .md-mr--101 {
    margin-right: -101px;
  }
  .md-mr--102 {
    margin-right: -102px;
  }
  .md-mr--103 {
    margin-right: -103px;
  }
  .md-mr--104 {
    margin-right: -104px;
  }
  .md-mr--105 {
    margin-right: -105px;
  }
  .md-mr--106 {
    margin-right: -106px;
  }
  .md-mr--107 {
    margin-right: -107px;
  }
  .md-mr--108 {
    margin-right: -108px;
  }
  .md-mr--109 {
    margin-right: -109px;
  }
  .md-mr--110 {
    margin-right: -110px;
  }
  .md-mr--111 {
    margin-right: -111px;
  }
  .md-mr--112 {
    margin-right: -112px;
  }
  .md-mr--113 {
    margin-right: -113px;
  }
  .md-mr--114 {
    margin-right: -114px;
  }
  .md-mr--115 {
    margin-right: -115px;
  }
  .md-mr--116 {
    margin-right: -116px;
  }
  .md-mr--117 {
    margin-right: -117px;
  }
  .md-mr--118 {
    margin-right: -118px;
  }
  .md-mr--119 {
    margin-right: -119px;
  }
  .md-mr--120 {
    margin-right: -120px;
  }
  .md-mr--121 {
    margin-right: -121px;
  }
  .md-mr--122 {
    margin-right: -122px;
  }
  .md-mr--123 {
    margin-right: -123px;
  }
  .md-mr--124 {
    margin-right: -124px;
  }
  .md-mr--125 {
    margin-right: -125px;
  }
  .md-mr--126 {
    margin-right: -126px;
  }
  .md-mr--127 {
    margin-right: -127px;
  }
  .md-mr--128 {
    margin-right: -128px;
  }
  .md-mr--129 {
    margin-right: -129px;
  }
  .md-mr--130 {
    margin-right: -130px;
  }
  .md-mr--131 {
    margin-right: -131px;
  }
  .md-mr--132 {
    margin-right: -132px;
  }
  .md-mr--133 {
    margin-right: -133px;
  }
  .md-mr--134 {
    margin-right: -134px;
  }
  .md-mr--135 {
    margin-right: -135px;
  }
  .md-mr--136 {
    margin-right: -136px;
  }
  .md-mr--137 {
    margin-right: -137px;
  }
  .md-mr--138 {
    margin-right: -138px;
  }
  .md-mr--139 {
    margin-right: -139px;
  }
  .md-mr--140 {
    margin-right: -140px;
  }
  .md-mr--141 {
    margin-right: -141px;
  }
  .md-mr--142 {
    margin-right: -142px;
  }
  .md-mr--143 {
    margin-right: -143px;
  }
  .md-mr--144 {
    margin-right: -144px;
  }
  .md-mr--145 {
    margin-right: -145px;
  }
  .md-mr--146 {
    margin-right: -146px;
  }
  .md-mr--147 {
    margin-right: -147px;
  }
  .md-mr--148 {
    margin-right: -148px;
  }
  .md-mr--149 {
    margin-right: -149px;
  }
  .md-mr--150 {
    margin-right: -150px;
  }
  .md-mr--151 {
    margin-right: -151px;
  }
  .md-mr--152 {
    margin-right: -152px;
  }
  .md-mr--153 {
    margin-right: -153px;
  }
  .md-mr--154 {
    margin-right: -154px;
  }
  .md-mr--155 {
    margin-right: -155px;
  }
  .md-mr--156 {
    margin-right: -156px;
  }
  .md-mr--157 {
    margin-right: -157px;
  }
  .md-mr--158 {
    margin-right: -158px;
  }
  .md-mr--159 {
    margin-right: -159px;
  }
  .md-mr--160 {
    margin-right: -160px;
  }
  .md-mr--161 {
    margin-right: -161px;
  }
  .md-mr--162 {
    margin-right: -162px;
  }
  .md-mr--163 {
    margin-right: -163px;
  }
  .md-mr--164 {
    margin-right: -164px;
  }
  .md-mr--165 {
    margin-right: -165px;
  }
  .md-mr--166 {
    margin-right: -166px;
  }
  .md-mr--167 {
    margin-right: -167px;
  }
  .md-mr--168 {
    margin-right: -168px;
  }
  .md-mr--169 {
    margin-right: -169px;
  }
  .md-mr--170 {
    margin-right: -170px;
  }
  .md-mr--171 {
    margin-right: -171px;
  }
  .md-mr--172 {
    margin-right: -172px;
  }
  .md-mr--173 {
    margin-right: -173px;
  }
  .md-mr--174 {
    margin-right: -174px;
  }
  .md-mr--175 {
    margin-right: -175px;
  }
  .md-mr--176 {
    margin-right: -176px;
  }
  .md-mr--177 {
    margin-right: -177px;
  }
  .md-mr--178 {
    margin-right: -178px;
  }
  .md-mr--179 {
    margin-right: -179px;
  }
  .md-mr--180 {
    margin-right: -180px;
  }
  .md-mr--181 {
    margin-right: -181px;
  }
  .md-mr--182 {
    margin-right: -182px;
  }
  .md-mr--183 {
    margin-right: -183px;
  }
  .md-mr--184 {
    margin-right: -184px;
  }
  .md-mr--185 {
    margin-right: -185px;
  }
  .md-mr--186 {
    margin-right: -186px;
  }
  .md-mr--187 {
    margin-right: -187px;
  }
  .md-mr--188 {
    margin-right: -188px;
  }
  .md-mr--189 {
    margin-right: -189px;
  }
  .md-mr--190 {
    margin-right: -190px;
  }
  .md-mr--191 {
    margin-right: -191px;
  }
  .md-mr--192 {
    margin-right: -192px;
  }
  .md-mr--193 {
    margin-right: -193px;
  }
  .md-mr--194 {
    margin-right: -194px;
  }
  .md-mr--195 {
    margin-right: -195px;
  }
  .md-mr--196 {
    margin-right: -196px;
  }
  .md-mr--197 {
    margin-right: -197px;
  }
  .md-mr--198 {
    margin-right: -198px;
  }
  .md-mr--199 {
    margin-right: -199px;
  }
  .md-mr--200 {
    margin-right: -200px;
  }
}
@media only screen and (max-width:767px) {
  .sm-padding-0 {
    padding: 0;
  }
  .sm-margin-0 {
    margin: 0;
  }
  .sm-pt-0 {
    padding-top: 0;
  }
  .sm-pt-1 {
    padding-top: 1px;
  }
  .sm-pt-2 {
    padding-top: 2px;
  }
  .sm-pt-3 {
    padding-top: 3px;
  }
  .sm-pt-4 {
    padding-top: 4px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pt-6 {
    padding-top: 6px;
  }
  .sm-pt-7 {
    padding-top: 7px;
  }
  .sm-pt-8 {
    padding-top: 8px;
  }
  .sm-pt-9 {
    padding-top: 9px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pt-11 {
    padding-top: 11px;
  }
  .sm-pt-12 {
    padding-top: 12px;
  }
  .sm-pt-13 {
    padding-top: 13px;
  }
  .sm-pt-14 {
    padding-top: 14px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pt-16 {
    padding-top: 16px;
  }
  .sm-pt-17 {
    padding-top: 17px;
  }
  .sm-pt-18 {
    padding-top: 18px;
  }
  .sm-pt-19 {
    padding-top: 19px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pt-21 {
    padding-top: 21px;
  }
  .sm-pt-22 {
    padding-top: 22px;
  }
  .sm-pt-23 {
    padding-top: 23px;
  }
  .sm-pt-24 {
    padding-top: 24px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pt-26 {
    padding-top: 26px;
  }
  .sm-pt-27 {
    padding-top: 27px;
  }
  .sm-pt-28 {
    padding-top: 28px;
  }
  .sm-pt-29 {
    padding-top: 29px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pt-31 {
    padding-top: 31px;
  }
  .sm-pt-32 {
    padding-top: 32px;
  }
  .sm-pt-33 {
    padding-top: 33px;
  }
  .sm-pt-34 {
    padding-top: 34px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pt-36 {
    padding-top: 36px;
  }
  .sm-pt-37 {
    padding-top: 37px;
  }
  .sm-pt-38 {
    padding-top: 38px;
  }
  .sm-pt-39 {
    padding-top: 39px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pt-41 {
    padding-top: 41px;
  }
  .sm-pt-42 {
    padding-top: 42px;
  }
  .sm-pt-43 {
    padding-top: 43px;
  }
  .sm-pt-44 {
    padding-top: 44px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pt-46 {
    padding-top: 46px;
  }
  .sm-pt-47 {
    padding-top: 47px;
  }
  .sm-pt-48 {
    padding-top: 48px;
  }
  .sm-pt-49 {
    padding-top: 49px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pt-51 {
    padding-top: 51px;
  }
  .sm-pt-52 {
    padding-top: 52px;
  }
  .sm-pt-53 {
    padding-top: 53px;
  }
  .sm-pt-54 {
    padding-top: 54px;
  }
  .sm-pt-55 {
    padding-top: 55px;
  }
  .sm-pt-56 {
    padding-top: 56px;
  }
  .sm-pt-57 {
    padding-top: 57px;
  }
  .sm-pt-58 {
    padding-top: 58px;
  }
  .sm-pt-59 {
    padding-top: 59px;
  }
  .sm-pt-60 {
    padding-top: 60px;
  }
  .sm-pt-61 {
    padding-top: 61px;
  }
  .sm-pt-62 {
    padding-top: 62px;
  }
  .sm-pt-63 {
    padding-top: 63px;
  }
  .sm-pt-64 {
    padding-top: 64px;
  }
  .sm-pt-65 {
    padding-top: 65px;
  }
  .sm-pt-66 {
    padding-top: 66px;
  }
  .sm-pt-67 {
    padding-top: 67px;
  }
  .sm-pt-68 {
    padding-top: 68px;
  }
  .sm-pt-69 {
    padding-top: 69px;
  }
  .sm-pt-70 {
    padding-top: 70px;
  }
  .sm-pt-71 {
    padding-top: 71px;
  }
  .sm-pt-72 {
    padding-top: 72px;
  }
  .sm-pt-73 {
    padding-top: 73px;
  }
  .sm-pt-74 {
    padding-top: 74px;
  }
  .sm-pt-75 {
    padding-top: 75px;
  }
  .sm-pt-76 {
    padding-top: 76px;
  }
  .sm-pt-77 {
    padding-top: 77px;
  }
  .sm-pt-78 {
    padding-top: 78px;
  }
  .sm-pt-79 {
    padding-top: 79px;
  }
  .sm-pt-80 {
    padding-top: 80px;
  }
  .sm-pt-81 {
    padding-top: 81px;
  }
  .sm-pt-82 {
    padding-top: 82px;
  }
  .sm-pt-83 {
    padding-top: 83px;
  }
  .sm-pt-84 {
    padding-top: 84px;
  }
  .sm-pt-85 {
    padding-top: 85px;
  }
  .sm-pt-86 {
    padding-top: 86px;
  }
  .sm-pt-87 {
    padding-top: 87px;
  }
  .sm-pt-88 {
    padding-top: 88px;
  }
  .sm-pt-89 {
    padding-top: 89px;
  }
  .sm-pt-90 {
    padding-top: 90px;
  }
  .sm-pt-91 {
    padding-top: 91px;
  }
  .sm-pt-92 {
    padding-top: 92px;
  }
  .sm-pt-93 {
    padding-top: 93px;
  }
  .sm-pt-94 {
    padding-top: 94px;
  }
  .sm-pt-95 {
    padding-top: 95px;
  }
  .sm-pt-96 {
    padding-top: 96px;
  }
  .sm-pt-97 {
    padding-top: 97px;
  }
  .sm-pt-98 {
    padding-top: 98px;
  }
  .sm-pt-99 {
    padding-top: 99px;
  }
  .sm-pt-100 {
    padding-top: 100px;
  }
  .sm-pt-101 {
    padding-top: 101px;
  }
  .sm-pt-102 {
    padding-top: 102px;
  }
  .sm-pt-103 {
    padding-top: 103px;
  }
  .sm-pt-104 {
    padding-top: 104px;
  }
  .sm-pt-105 {
    padding-top: 105px;
  }
  .sm-pt-106 {
    padding-top: 106px;
  }
  .sm-pt-107 {
    padding-top: 107px;
  }
  .sm-pt-108 {
    padding-top: 108px;
  }
  .sm-pt-109 {
    padding-top: 109px;
  }
  .sm-pt-110 {
    padding-top: 110px;
  }
  .sm-pt-111 {
    padding-top: 111px;
  }
  .sm-pt-112 {
    padding-top: 112px;
  }
  .sm-pt-113 {
    padding-top: 113px;
  }
  .sm-pt-114 {
    padding-top: 114px;
  }
  .sm-pt-115 {
    padding-top: 115px;
  }
  .sm-pt-116 {
    padding-top: 116px;
  }
  .sm-pt-117 {
    padding-top: 117px;
  }
  .sm-pt-118 {
    padding-top: 118px;
  }
  .sm-pt-119 {
    padding-top: 119px;
  }
  .sm-pt-120 {
    padding-top: 120px;
  }
  .sm-pt-121 {
    padding-top: 121px;
  }
  .sm-pt-122 {
    padding-top: 122px;
  }
  .sm-pt-123 {
    padding-top: 123px;
  }
  .sm-pt-124 {
    padding-top: 124px;
  }
  .sm-pt-125 {
    padding-top: 125px;
  }
  .sm-pt-126 {
    padding-top: 126px;
  }
  .sm-pt-127 {
    padding-top: 127px;
  }
  .sm-pt-128 {
    padding-top: 128px;
  }
  .sm-pt-129 {
    padding-top: 129px;
  }
  .sm-pt-130 {
    padding-top: 130px;
  }
  .sm-pt-131 {
    padding-top: 131px;
  }
  .sm-pt-132 {
    padding-top: 132px;
  }
  .sm-pt-133 {
    padding-top: 133px;
  }
  .sm-pt-134 {
    padding-top: 134px;
  }
  .sm-pt-135 {
    padding-top: 135px;
  }
  .sm-pt-136 {
    padding-top: 136px;
  }
  .sm-pt-137 {
    padding-top: 137px;
  }
  .sm-pt-138 {
    padding-top: 138px;
  }
  .sm-pt-139 {
    padding-top: 139px;
  }
  .sm-pt-140 {
    padding-top: 140px;
  }
  .sm-pt-141 {
    padding-top: 141px;
  }
  .sm-pt-142 {
    padding-top: 142px;
  }
  .sm-pt-143 {
    padding-top: 143px;
  }
  .sm-pt-144 {
    padding-top: 144px;
  }
  .sm-pt-145 {
    padding-top: 145px;
  }
  .sm-pt-146 {
    padding-top: 146px;
  }
  .sm-pt-147 {
    padding-top: 147px;
  }
  .sm-pt-148 {
    padding-top: 148px;
  }
  .sm-pt-149 {
    padding-top: 149px;
  }
  .sm-pt-150 {
    padding-top: 150px;
  }
  .sm-pt-151 {
    padding-top: 151px;
  }
  .sm-pt-152 {
    padding-top: 152px;
  }
  .sm-pt-153 {
    padding-top: 153px;
  }
  .sm-pt-154 {
    padding-top: 154px;
  }
  .sm-pt-155 {
    padding-top: 155px;
  }
  .sm-pt-156 {
    padding-top: 156px;
  }
  .sm-pt-157 {
    padding-top: 157px;
  }
  .sm-pt-158 {
    padding-top: 158px;
  }
  .sm-pt-159 {
    padding-top: 159px;
  }
  .sm-pt-160 {
    padding-top: 160px;
  }
  .sm-pt-161 {
    padding-top: 161px;
  }
  .sm-pt-162 {
    padding-top: 162px;
  }
  .sm-pt-163 {
    padding-top: 163px;
  }
  .sm-pt-164 {
    padding-top: 164px;
  }
  .sm-pt-165 {
    padding-top: 165px;
  }
  .sm-pt-166 {
    padding-top: 166px;
  }
  .sm-pt-167 {
    padding-top: 167px;
  }
  .sm-pt-168 {
    padding-top: 168px;
  }
  .sm-pt-169 {
    padding-top: 169px;
  }
  .sm-pt-170 {
    padding-top: 170px;
  }
  .sm-pt-171 {
    padding-top: 171px;
  }
  .sm-pt-172 {
    padding-top: 172px;
  }
  .sm-pt-173 {
    padding-top: 173px;
  }
  .sm-pt-174 {
    padding-top: 174px;
  }
  .sm-pt-175 {
    padding-top: 175px;
  }
  .sm-pt-176 {
    padding-top: 176px;
  }
  .sm-pt-177 {
    padding-top: 177px;
  }
  .sm-pt-178 {
    padding-top: 178px;
  }
  .sm-pt-179 {
    padding-top: 179px;
  }
  .sm-pt-180 {
    padding-top: 180px;
  }
  .sm-pt-181 {
    padding-top: 181px;
  }
  .sm-pt-182 {
    padding-top: 182px;
  }
  .sm-pt-183 {
    padding-top: 183px;
  }
  .sm-pt-184 {
    padding-top: 184px;
  }
  .sm-pt-185 {
    padding-top: 185px;
  }
  .sm-pt-186 {
    padding-top: 186px;
  }
  .sm-pt-187 {
    padding-top: 187px;
  }
  .sm-pt-188 {
    padding-top: 188px;
  }
  .sm-pt-189 {
    padding-top: 189px;
  }
  .sm-pt-190 {
    padding-top: 190px;
  }
  .sm-pt-191 {
    padding-top: 191px;
  }
  .sm-pt-192 {
    padding-top: 192px;
  }
  .sm-pt-193 {
    padding-top: 193px;
  }
  .sm-pt-194 {
    padding-top: 194px;
  }
  .sm-pt-195 {
    padding-top: 195px;
  }
  .sm-pt-196 {
    padding-top: 196px;
  }
  .sm-pt-197 {
    padding-top: 197px;
  }
  .sm-pt-198 {
    padding-top: 198px;
  }
  .sm-pt-199 {
    padding-top: 199px;
  }
  .sm-pt-200 {
    padding-top: 200px;
  }
  .sm-pb-0 {
    padding-bottom: 0;
  }
  .sm-pb-1 {
    padding-bottom: 1px;
  }
  .sm-pb-2 {
    padding-bottom: 2px;
  }
  .sm-pb-3 {
    padding-bottom: 3px;
  }
  .sm-pb-4 {
    padding-bottom: 4px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pb-6 {
    padding-bottom: 6px;
  }
  .sm-pb-7 {
    padding-bottom: 7px;
  }
  .sm-pb-8 {
    padding-bottom: 8px;
  }
  .sm-pb-9 {
    padding-bottom: 9px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pb-11 {
    padding-bottom: 11px;
  }
  .sm-pb-12 {
    padding-bottom: 12px;
  }
  .sm-pb-13 {
    padding-bottom: 13px;
  }
  .sm-pb-14 {
    padding-bottom: 14px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pb-16 {
    padding-bottom: 16px;
  }
  .sm-pb-17 {
    padding-bottom: 17px;
  }
  .sm-pb-18 {
    padding-bottom: 18px;
  }
  .sm-pb-19 {
    padding-bottom: 19px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pb-21 {
    padding-bottom: 21px;
  }
  .sm-pb-22 {
    padding-bottom: 22px;
  }
  .sm-pb-23 {
    padding-bottom: 23px;
  }
  .sm-pb-24 {
    padding-bottom: 24px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pb-26 {
    padding-bottom: 26px;
  }
  .sm-pb-27 {
    padding-bottom: 27px;
  }
  .sm-pb-28 {
    padding-bottom: 28px;
  }
  .sm-pb-29 {
    padding-bottom: 29px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pb-31 {
    padding-bottom: 31px;
  }
  .sm-pb-32 {
    padding-bottom: 32px;
  }
  .sm-pb-33 {
    padding-bottom: 33px;
  }
  .sm-pb-34 {
    padding-bottom: 34px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pb-36 {
    padding-bottom: 36px;
  }
  .sm-pb-37 {
    padding-bottom: 37px;
  }
  .sm-pb-38 {
    padding-bottom: 38px;
  }
  .sm-pb-39 {
    padding-bottom: 39px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pb-41 {
    padding-bottom: 41px;
  }
  .sm-pb-42 {
    padding-bottom: 42px;
  }
  .sm-pb-43 {
    padding-bottom: 43px;
  }
  .sm-pb-44 {
    padding-bottom: 44px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pb-46 {
    padding-bottom: 46px;
  }
  .sm-pb-47 {
    padding-bottom: 47px;
  }
  .sm-pb-48 {
    padding-bottom: 48px;
  }
  .sm-pb-49 {
    padding-bottom: 49px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-pb-51 {
    padding-bottom: 51px;
  }
  .sm-pb-52 {
    padding-bottom: 52px;
  }
  .sm-pb-53 {
    padding-bottom: 53px;
  }
  .sm-pb-54 {
    padding-bottom: 54px;
  }
  .sm-pb-55 {
    padding-bottom: 55px;
  }
  .sm-pb-56 {
    padding-bottom: 56px;
  }
  .sm-pb-57 {
    padding-bottom: 57px;
  }
  .sm-pb-58 {
    padding-bottom: 58px;
  }
  .sm-pb-59 {
    padding-bottom: 59px;
  }
  .sm-pb-60 {
    padding-bottom: 60px;
  }
  .sm-pb-61 {
    padding-bottom: 61px;
  }
  .sm-pb-62 {
    padding-bottom: 62px;
  }
  .sm-pb-63 {
    padding-bottom: 63px;
  }
  .sm-pb-64 {
    padding-bottom: 64px;
  }
  .sm-pb-65 {
    padding-bottom: 65px;
  }
  .sm-pb-66 {
    padding-bottom: 66px;
  }
  .sm-pb-67 {
    padding-bottom: 67px;
  }
  .sm-pb-68 {
    padding-bottom: 68px;
  }
  .sm-pb-69 {
    padding-bottom: 69px;
  }
  .sm-pb-70 {
    padding-bottom: 70px;
  }
  .sm-pb-71 {
    padding-bottom: 71px;
  }
  .sm-pb-72 {
    padding-bottom: 72px;
  }
  .sm-pb-73 {
    padding-bottom: 73px;
  }
  .sm-pb-74 {
    padding-bottom: 74px;
  }
  .sm-pb-75 {
    padding-bottom: 75px;
  }
  .sm-pb-76 {
    padding-bottom: 76px;
  }
  .sm-pb-77 {
    padding-bottom: 77px;
  }
  .sm-pb-78 {
    padding-bottom: 78px;
  }
  .sm-pb-79 {
    padding-bottom: 79px;
  }
  .sm-pb-80 {
    padding-bottom: 80px;
  }
  .sm-pb-81 {
    padding-bottom: 81px;
  }
  .sm-pb-82 {
    padding-bottom: 82px;
  }
  .sm-pb-83 {
    padding-bottom: 83px;
  }
  .sm-pb-84 {
    padding-bottom: 84px;
  }
  .sm-pb-85 {
    padding-bottom: 85px;
  }
  .sm-pb-86 {
    padding-bottom: 86px;
  }
  .sm-pb-87 {
    padding-bottom: 87px;
  }
  .sm-pb-88 {
    padding-bottom: 88px;
  }
  .sm-pb-89 {
    padding-bottom: 89px;
  }
  .sm-pb-90 {
    padding-bottom: 90px;
  }
  .sm-pb-91 {
    padding-bottom: 91px;
  }
  .sm-pb-92 {
    padding-bottom: 92px;
  }
  .sm-pb-93 {
    padding-bottom: 93px;
  }
  .sm-pb-94 {
    padding-bottom: 94px;
  }
  .sm-pb-95 {
    padding-bottom: 95px;
  }
  .sm-pb-96 {
    padding-bottom: 96px;
  }
  .sm-pb-97 {
    padding-bottom: 97px;
  }
  .sm-pb-98 {
    padding-bottom: 98px;
  }
  .sm-pb-99 {
    padding-bottom: 99px;
  }
  .sm-pb-100 {
    padding-bottom: 100px;
  }
  .sm-pb-101 {
    padding-bottom: 101px;
  }
  .sm-pb-102 {
    padding-bottom: 102px;
  }
  .sm-pb-104 {
    padding-bottom: 104px;
  }
  .sm-pb-105 {
    padding-bottom: 105px;
  }
  .sm-pb-106 {
    padding-bottom: 106px;
  }
  .sm-pb-107 {
    padding-bottom: 107px;
  }
  .sm-pb-108 {
    padding-bottom: 108px;
  }
  .sm-pb-109 {
    padding-bottom: 109px;
  }
  .sm-pb-110 {
    padding-bottom: 110px;
  }
  .sm-pb-111 {
    padding-bottom: 111px;
  }
  .sm-pb-112 {
    padding-bottom: 112px;
  }
  .sm-pb-113 {
    padding-bottom: 113px;
  }
  .sm-pb-114 {
    padding-bottom: 114px;
  }
  .sm-pb-115 {
    padding-bottom: 115px;
  }
  .sm-pb-116 {
    padding-bottom: 116px;
  }
  .sm-pb-117 {
    padding-bottom: 117px;
  }
  .sm-pb-118 {
    padding-bottom: 118px;
  }
  .sm-pb-119 {
    padding-bottom: 119px;
  }
  .sm-pb-120 {
    padding-bottom: 120px;
  }
  .sm-pb-121 {
    padding-bottom: 121px;
  }
  .sm-pb-122 {
    padding-bottom: 122px;
  }
  .sm-pb-123 {
    padding-bottom: 123px;
  }
  .sm-pb-124 {
    padding-bottom: 124px;
  }
  .sm-pb-125 {
    padding-bottom: 125px;
  }
  .sm-pb-126 {
    padding-bottom: 126px;
  }
  .sm-pb-127 {
    padding-bottom: 127px;
  }
  .sm-pb-128 {
    padding-bottom: 128px;
  }
  .sm-pb-129 {
    padding-bottom: 129px;
  }
  .sm-pb-130 {
    padding-bottom: 130px;
  }
  .sm-pb-131 {
    padding-bottom: 131px;
  }
  .sm-pb-132 {
    padding-bottom: 132px;
  }
  .sm-pb-133 {
    padding-bottom: 133px;
  }
  .sm-pb-134 {
    padding-bottom: 134px;
  }
  .sm-pb-135 {
    padding-bottom: 135px;
  }
  .sm-pb-136 {
    padding-bottom: 136px;
  }
  .sm-pb-137 {
    padding-bottom: 137px;
  }
  .sm-pb-138 {
    padding-bottom: 138px;
  }
  .sm-pb-139 {
    padding-bottom: 139px;
  }
  .sm-pb-140 {
    padding-bottom: 140px;
  }
  .sm-pb-141 {
    padding-bottom: 141px;
  }
  .sm-pb-142 {
    padding-bottom: 142px;
  }
  .sm-pb-143 {
    padding-bottom: 143px;
  }
  .sm-pb-144 {
    padding-bottom: 144px;
  }
  .sm-pb-145 {
    padding-bottom: 145px;
  }
  .sm-pb-146 {
    padding-bottom: 146px;
  }
  .sm-pb-147 {
    padding-bottom: 147px;
  }
  .sm-pb-148 {
    padding-bottom: 148px;
  }
  .sm-pb-149 {
    padding-bottom: 149px;
  }
  .sm-pb-150 {
    padding-bottom: 150px;
  }
  .sm-pb-151 {
    padding-bottom: 151px;
  }
  .sm-pb-152 {
    padding-bottom: 152px;
  }
  .sm-pb-153 {
    padding-bottom: 153px;
  }
  .sm-pb-154 {
    padding-bottom: 154px;
  }
  .sm-pb-155 {
    padding-bottom: 155px;
  }
  .sm-pb-156 {
    padding-bottom: 156px;
  }
  .sm-pb-157 {
    padding-bottom: 157px;
  }
  .sm-pb-158 {
    padding-bottom: 158px;
  }
  .sm-pb-159 {
    padding-bottom: 159px;
  }
  .sm-pb-160 {
    padding-bottom: 160px;
  }
  .sm-pb-161 {
    padding-bottom: 161px;
  }
  .sm-pb-162 {
    padding-bottom: 162px;
  }
  .sm-pb-163 {
    padding-bottom: 163px;
  }
  .sm-pb-164 {
    padding-bottom: 164px;
  }
  .sm-pb-165 {
    padding-bottom: 165px;
  }
  .sm-pb-166 {
    padding-bottom: 166px;
  }
  .sm-pb-167 {
    padding-bottom: 167px;
  }
  .sm-pb-168 {
    padding-bottom: 168px;
  }
  .sm-pb-169 {
    padding-bottom: 169px;
  }
  .sm-pb-170 {
    padding-bottom: 170px;
  }
  .sm-pb-171 {
    padding-bottom: 171px;
  }
  .sm-pb-172 {
    padding-bottom: 172px;
  }
  .sm-pb-173 {
    padding-bottom: 173px;
  }
  .sm-pb-174 {
    padding-bottom: 174px;
  }
  .sm-pb-175 {
    padding-bottom: 175px;
  }
  .sm-pb-176 {
    padding-bottom: 176px;
  }
  .sm-pb-177 {
    padding-bottom: 177px;
  }
  .sm-pb-178 {
    padding-bottom: 178px;
  }
  .sm-pb-179 {
    padding-bottom: 179px;
  }
  .sm-pb-180 {
    padding-bottom: 180px;
  }
  .sm-pb-181 {
    padding-bottom: 181px;
  }
  .sm-pb-182 {
    padding-bottom: 182px;
  }
  .sm-pb-183 {
    padding-bottom: 183px;
  }
  .sm-pb-184 {
    padding-bottom: 184px;
  }
  .sm-pb-185 {
    padding-bottom: 185px;
  }
  .sm-pb-186 {
    padding-bottom: 186px;
  }
  .sm-pb-187 {
    padding-bottom: 187px;
  }
  .sm-pb-188 {
    padding-bottom: 188px;
  }
  .sm-pb-189 {
    padding-bottom: 189px;
  }
  .sm-pb-190 {
    padding-bottom: 190px;
  }
  .sm-pb-191 {
    padding-bottom: 191px;
  }
  .sm-pb-192 {
    padding-bottom: 192px;
  }
  .sm-pb-193 {
    padding-bottom: 193px;
  }
  .sm-pb-194 {
    padding-bottom: 194px;
  }
  .sm-pb-195 {
    padding-bottom: 195px;
  }
  .sm-pb-196 {
    padding-bottom: 196px;
  }
  .sm-pb-197 {
    padding-bottom: 197px;
  }
  .sm-pb-198 {
    padding-bottom: 198px;
  }
  .sm-pb-199 {
    padding-bottom: 199px;
  }
  .sm-pb-200 {
    padding-bottom: 200px;
  }
  .sm-pr-0 {
    padding-right: 0;
  }
  .sm-pr-1 {
    padding-right: 1px;
  }
  .sm-pr-2 {
    padding-right: 2px;
  }
  .sm-pr-4 {
    padding-right: 4px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-pr-6 {
    padding-right: 6px;
  }
  .sm-pr-7 {
    padding-right: 7px;
  }
  .sm-pr-8 {
    padding-right: 8px;
  }
  .sm-pr-9 {
    padding-right: 9px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-pr-11 {
    padding-right: 11px;
  }
  .sm-pr-12 {
    padding-right: 12px;
  }
  .sm-pr-13 {
    padding-right: 13px;
  }
  .sm-pr-14 {
    padding-right: 14px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-pr-16 {
    padding-right: 16px;
  }
  .sm-pr-17 {
    padding-right: 17px;
  }
  .sm-pr-18 {
    padding-right: 18px;
  }
  .sm-pr-19 {
    padding-right: 19px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-pr-21 {
    padding-right: 21px;
  }
  .sm-pr-22 {
    padding-right: 22px;
  }
  .sm-pr-23 {
    padding-right: 23px;
  }
  .sm-pr-24 {
    padding-right: 24px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-pr-26 {
    padding-right: 26px;
  }
  .sm-pr-27 {
    padding-right: 27px;
  }
  .sm-pr-28 {
    padding-right: 28px;
  }
  .sm-pr-29 {
    padding-right: 29px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-pr-31 {
    padding-right: 31px;
  }
  .sm-pr-32 {
    padding-right: 32px;
  }
  .sm-pr-33 {
    padding-right: 33px;
  }
  .sm-pr-34 {
    padding-right: 34px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-pr-36 {
    padding-right: 36px;
  }
  .sm-pr-37 {
    padding-right: 37px;
  }
  .sm-pr-38 {
    padding-right: 38px;
  }
  .sm-pr-39 {
    padding-right: 39px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-pr-41 {
    padding-right: 41px;
  }
  .sm-pr-42 {
    padding-right: 42px;
  }
  .sm-pr-43 {
    padding-right: 43px;
  }
  .sm-pr-44 {
    padding-right: 44px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
  .sm-pr-46 {
    padding-right: 46px;
  }
  .sm-pr-47 {
    padding-right: 47px;
  }
  .sm-pr-48 {
    padding-right: 48px;
  }
  .sm-pr-49 {
    padding-right: 49px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-pr-51 {
    padding-right: 51px;
  }
  .sm-pr-52 {
    padding-right: 52px;
  }
  .sm-pr-53 {
    padding-right: 53px;
  }
  .sm-pr-54 {
    padding-right: 54px;
  }
  .sm-pr-55 {
    padding-right: 55px;
  }
  .sm-pr-56 {
    padding-right: 56px;
  }
  .sm-pr-57 {
    padding-right: 57px;
  }
  .sm-pr-58 {
    padding-right: 58px;
  }
  .sm-pr-59 {
    padding-right: 59px;
  }
  .sm-pr-60 {
    padding-right: 60px;
  }
  .sm-pr-61 {
    padding-right: 61px;
  }
  .sm-pr-62 {
    padding-right: 62px;
  }
  .sm-pr-63 {
    padding-right: 63px;
  }
  .sm-pr-64 {
    padding-right: 64px;
  }
  .sm-pr-65 {
    padding-right: 65px;
  }
  .sm-pr-66 {
    padding-right: 66px;
  }
  .sm-pr-67 {
    padding-right: 67px;
  }
  .sm-pr-68 {
    padding-right: 68px;
  }
  .sm-pr-69 {
    padding-right: 69px;
  }
  .sm-pr-70 {
    padding-right: 70px;
  }
  .sm-pr-71 {
    padding-right: 71px;
  }
  .sm-pr-72 {
    padding-right: 72px;
  }
  .sm-pr-73 {
    padding-right: 73px;
  }
  .sm-pr-74 {
    padding-right: 74px;
  }
  .sm-pr-75 {
    padding-right: 75px;
  }
  .sm-pr-76 {
    padding-right: 76px;
  }
  .sm-pr-77 {
    padding-right: 77px;
  }
  .sm-pr-78 {
    padding-right: 78px;
  }
  .sm-pr-79 {
    padding-right: 79px;
  }
  .sm-pr-80 {
    padding-right: 80px;
  }
  .sm-pr-81 {
    padding-right: 81px;
  }
  .sm-pr-82 {
    padding-right: 82px;
  }
  .sm-pr-83 {
    padding-right: 83px;
  }
  .sm-pr-84 {
    padding-right: 84px;
  }
  .sm-pr-85 {
    padding-right: 85px;
  }
  .sm-pr-86 {
    padding-right: 86px;
  }
  .sm-pr-87 {
    padding-right: 87px;
  }
  .sm-pr-88 {
    padding-right: 88px;
  }
  .sm-pr-89 {
    padding-right: 89px;
  }
  .sm-pr-90 {
    padding-right: 90px;
  }
  .sm-pr-91 {
    padding-right: 91px;
  }
  .sm-pr-92 {
    padding-right: 92px;
  }
  .sm-pr-93 {
    padding-right: 93px;
  }
  .sm-pr-94 {
    padding-right: 94px;
  }
  .sm-pr-95 {
    padding-right: 95px;
  }
  .sm-pr-96 {
    padding-right: 96px;
  }
  .sm-pr-97 {
    padding-right: 97px;
  }
  .sm-pr-98 {
    padding-right: 98px;
  }
  .sm-pr-99 {
    padding-right: 99px;
  }
  .sm-pr-100 {
    padding-right: 100px;
  }
  .sm-pr-101 {
    padding-right: 101px;
  }
  .sm-pr-102 {
    padding-right: 102px;
  }
  .sm-pr-104 {
    padding-right: 104px;
  }
  .sm-pr-105 {
    padding-right: 105px;
  }
  .sm-pr-106 {
    padding-right: 106px;
  }
  .sm-pr-107 {
    padding-right: 107px;
  }
  .sm-pr-108 {
    padding-right: 108px;
  }
  .sm-pr-109 {
    padding-right: 109px;
  }
  .sm-pr-110 {
    padding-right: 110px;
  }
  .sm-pr-111 {
    padding-right: 111px;
  }
  .sm-pr-112 {
    padding-right: 112px;
  }
  .sm-pr-113 {
    padding-right: 113px;
  }
  .sm-pr-114 {
    padding-right: 114px;
  }
  .sm-pr-115 {
    padding-right: 115px;
  }
  .sm-pr-116 {
    padding-right: 116px;
  }
  .sm-pr-117 {
    padding-right: 117px;
  }
  .sm-pr-118 {
    padding-right: 118px;
  }
  .sm-pr-119 {
    padding-right: 119px;
  }
  .sm-pr-120 {
    padding-right: 120px;
  }
  .sm-pr-121 {
    padding-right: 121px;
  }
  .sm-pr-122 {
    padding-right: 122px;
  }
  .sm-pr-123 {
    padding-right: 123px;
  }
  .sm-pr-124 {
    padding-right: 124px;
  }
  .sm-pr-125 {
    padding-right: 125px;
  }
  .sm-pr-126 {
    padding-right: 126px;
  }
  .sm-pr-127 {
    padding-right: 127px;
  }
  .sm-pr-128 {
    padding-right: 128px;
  }
  .sm-pr-129 {
    padding-right: 129px;
  }
  .sm-pr-130 {
    padding-right: 130px;
  }
  .sm-pr-131 {
    padding-right: 131px;
  }
  .sm-pr-132 {
    padding-right: 132px;
  }
  .sm-pr-133 {
    padding-right: 133px;
  }
  .sm-pr-134 {
    padding-right: 134px;
  }
  .sm-pr-135 {
    padding-right: 135px;
  }
  .sm-pr-136 {
    padding-right: 136px;
  }
  .sm-pr-137 {
    padding-right: 137px;
  }
  .sm-pr-138 {
    padding-right: 138px;
  }
  .sm-pr-139 {
    padding-right: 139px;
  }
  .sm-pr-140 {
    padding-right: 140px;
  }
  .sm-pr-141 {
    padding-right: 141px;
  }
  .sm-pr-142 {
    padding-right: 142px;
  }
  .sm-pr-143 {
    padding-right: 143px;
  }
  .sm-pr-144 {
    padding-right: 144px;
  }
  .sm-pr-145 {
    padding-right: 145px;
  }
  .sm-pr-146 {
    padding-right: 146px;
  }
  .sm-pr-147 {
    padding-right: 147px;
  }
  .sm-pr-148 {
    padding-right: 148px;
  }
  .sm-pr-149 {
    padding-right: 149px;
  }
  .sm-pr-150 {
    padding-right: 150px;
  }
  .sm-pr-151 {
    padding-right: 151px;
  }
  .sm-pr-152 {
    padding-right: 152px;
  }
  .sm-pr-153 {
    padding-right: 153px;
  }
  .sm-pr-154 {
    padding-right: 154px;
  }
  .sm-pr-155 {
    padding-right: 155px;
  }
  .sm-pr-156 {
    padding-right: 156px;
  }
  .sm-pr-157 {
    padding-right: 157px;
  }
  .sm-pr-158 {
    padding-right: 158px;
  }
  .sm-pr-159 {
    padding-right: 159px;
  }
  .sm-pr-160 {
    padding-right: 160px;
  }
  .sm-pr-161 {
    padding-right: 161px;
  }
  .sm-pr-162 {
    padding-right: 162px;
  }
  .sm-pr-163 {
    padding-right: 163px;
  }
  .sm-pr-164 {
    padding-right: 164px;
  }
  .sm-pr-165 {
    padding-right: 165px;
  }
  .sm-pr-166 {
    padding-right: 166px;
  }
  .sm-pr-167 {
    padding-right: 167px;
  }
  .sm-pr-168 {
    padding-right: 168px;
  }
  .sm-pr-169 {
    padding-right: 169px;
  }
  .sm-pr-170 {
    padding-right: 170px;
  }
  .sm-pr-171 {
    padding-right: 171px;
  }
  .sm-pr-172 {
    padding-right: 172px;
  }
  .sm-pr-173 {
    padding-right: 173px;
  }
  .sm-pr-174 {
    padding-right: 174px;
  }
  .sm-pr-175 {
    padding-right: 175px;
  }
  .sm-pr-176 {
    padding-right: 176px;
  }
  .sm-pr-177 {
    padding-right: 177px;
  }
  .sm-pr-178 {
    padding-right: 178px;
  }
  .sm-pr-179 {
    padding-right: 179px;
  }
  .sm-pr-180 {
    padding-right: 180px;
  }
  .sm-pr-181 {
    padding-right: 181px;
  }
  .sm-pr-182 {
    padding-right: 182px;
  }
  .sm-pr-183 {
    padding-right: 183px;
  }
  .sm-pr-184 {
    padding-right: 184px;
  }
  .sm-pr-185 {
    padding-right: 185px;
  }
  .sm-pr-186 {
    padding-right: 186px;
  }
  .sm-pr-187 {
    padding-right: 187px;
  }
  .sm-pr-188 {
    padding-right: 188px;
  }
  .sm-pr-189 {
    padding-right: 189px;
  }
  .sm-pr-190 {
    padding-right: 190px;
  }
  .sm-pr-191 {
    padding-right: 191px;
  }
  .sm-pr-192 {
    padding-right: 192px;
  }
  .sm-pr-193 {
    padding-right: 193px;
  }
  .sm-pr-194 {
    padding-right: 194px;
  }
  .sm-pr-195 {
    padding-right: 195px;
  }
  .sm-pr-196 {
    padding-right: 196px;
  }
  .sm-pr-197 {
    padding-right: 197px;
  }
  .sm-pr-198 {
    padding-right: 198px;
  }
  .sm-pr-199 {
    padding-right: 199px;
  }
  .sm-pr-200 {
    padding-right: 200px;
  }
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-pl-1 {
    padding-left: 1px;
  }
  .sm-pl-2 {
    padding-left: 2px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .sm-pl-4 {
    padding-left: 4px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pl-6 {
    padding-left: 6px;
  }
  .sm-pl-7 {
    padding-left: 7px;
  }
  .sm-pl-8 {
    padding-left: 8px;
  }
  .sm-pl-9 {
    padding-left: 9px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pl-11 {
    padding-left: 11px;
  }
  .sm-pl-12 {
    padding-left: 12px;
  }
  .sm-pl-13 {
    padding-left: 13px;
  }
  .sm-pl-14 {
    padding-left: 14px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pl-16 {
    padding-left: 16px;
  }
  .sm-pl-17 {
    padding-left: 17px;
  }
  .sm-pl-18 {
    padding-left: 18px;
  }
  .sm-pl-19 {
    padding-left: 19px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pl-21 {
    padding-left: 21px;
  }
  .sm-pl-22 {
    padding-left: 22px;
  }
  .sm-pl-23 {
    padding-left: 23px;
  }
  .sm-pl-24 {
    padding-left: 24px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pl-26 {
    padding-left: 26px;
  }
  .sm-pl-27 {
    padding-left: 27px;
  }
  .sm-pl-28 {
    padding-left: 28px;
  }
  .sm-pl-29 {
    padding-left: 29px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pl-31 {
    padding-left: 31px;
  }
  .sm-pl-32 {
    padding-left: 32px;
  }
  .sm-pl-33 {
    padding-left: 33px;
  }
  .sm-pl-34 {
    padding-left: 34px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pl-36 {
    padding-left: 36px;
  }
  .sm-pl-37 {
    padding-left: 37px;
  }
  .sm-pl-38 {
    padding-left: 38px;
  }
  .sm-pl-39 {
    padding-left: 39px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pl-41 {
    padding-left: 41px;
  }
  .sm-pl-42 {
    padding-left: 42px;
  }
  .sm-pl-43 {
    padding-left: 43px;
  }
  .sm-pl-44 {
    padding-left: 44px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pl-46 {
    padding-left: 46px;
  }
  .sm-pl-47 {
    padding-left: 47px;
  }
  .sm-pl-48 {
    padding-left: 48px;
  }
  .sm-pl-49 {
    padding-left: 49px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pl-51 {
    padding-left: 51px;
  }
  .sm-pl-52 {
    padding-left: 52px;
  }
  .sm-pl-53 {
    padding-left: 53px;
  }
  .sm-pl-54 {
    padding-left: 54px;
  }
  .sm-pl-55 {
    padding-left: 55px;
  }
  .sm-pl-56 {
    padding-left: 56px;
  }
  .sm-pl-57 {
    padding-left: 57px;
  }
  .sm-pl-58 {
    padding-left: 58px;
  }
  .sm-pl-59 {
    padding-left: 59px;
  }
  .sm-pl-60 {
    padding-left: 60px;
  }
  .sm-pl-61 {
    padding-left: 61px;
  }
  .sm-pl-62 {
    padding-left: 62px;
  }
  .sm-pl-63 {
    padding-left: 63px;
  }
  .sm-pl-64 {
    padding-left: 64px;
  }
  .sm-pl-65 {
    padding-left: 65px;
  }
  .sm-pl-66 {
    padding-left: 66px;
  }
  .sm-pl-67 {
    padding-left: 67px;
  }
  .sm-pl-68 {
    padding-left: 68px;
  }
  .sm-pl-69 {
    padding-left: 69px;
  }
  .sm-pl-70 {
    padding-left: 70px;
  }
  .sm-pl-71 {
    padding-left: 71px;
  }
  .sm-pl-72 {
    padding-left: 72px;
  }
  .sm-pl-73 {
    padding-left: 73px;
  }
  .sm-pl-74 {
    padding-left: 74px;
  }
  .sm-pl-75 {
    padding-left: 75px;
  }
  .sm-pl-76 {
    padding-left: 76px;
  }
  .sm-pl-77 {
    padding-left: 77px;
  }
  .sm-pl-78 {
    padding-left: 78px;
  }
  .sm-pl-79 {
    padding-left: 79px;
  }
  .sm-pl-80 {
    padding-left: 80px;
  }
  .sm-pl-81 {
    padding-left: 81px;
  }
  .sm-pl-82 {
    padding-left: 82px;
  }
  .sm-pl-83 {
    padding-left: 83px;
  }
  .sm-pl-84 {
    padding-left: 84px;
  }
  .sm-pl-85 {
    padding-left: 85px;
  }
  .sm-pl-86 {
    padding-left: 86px;
  }
  .sm-pl-87 {
    padding-left: 87px;
  }
  .sm-pl-88 {
    padding-left: 88px;
  }
  .sm-pl-89 {
    padding-left: 89px;
  }
  .sm-pl-90 {
    padding-left: 90px;
  }
  .sm-pl-91 {
    padding-left: 91px;
  }
  .sm-pl-92 {
    padding-left: 92px;
  }
  .sm-pl-93 {
    padding-left: 93px;
  }
  .sm-pl-94 {
    padding-left: 94px;
  }
  .sm-pl-95 {
    padding-left: 95px;
  }
  .sm-pl-96 {
    padding-left: 96px;
  }
  .sm-pl-97 {
    padding-left: 97px;
  }
  .sm-pl-98 {
    padding-left: 98px;
  }
  .sm-pl-99 {
    padding-left: 99px;
  }
  .sm-pl-100 {
    padding-left: 100px;
  }
  .sm-pl-101 {
    padding-left: 101px;
  }
  .sm-pl-102 {
    padding-left: 102px;
  }
  .sm-pb-103 {
    padding-bottom: 103px;
  }
  .sm-pl-104 {
    padding-left: 104px;
  }
  .sm-pl-105 {
    padding-left: 105px;
  }
  .sm-pl-106 {
    padding-left: 106px;
  }
  .sm-pl-107 {
    padding-left: 107px;
  }
  .sm-pl-108 {
    padding-left: 108px;
  }
  .sm-pl-109 {
    padding-left: 109px;
  }
  .sm-pl-110 {
    padding-left: 110px;
  }
  .sm-pl-111 {
    padding-left: 111px;
  }
  .sm-pl-112 {
    padding-left: 112px;
  }
  .sm-pl-113 {
    padding-left: 113px;
  }
  .sm-pl-114 {
    padding-left: 114px;
  }
  .sm-pl-115 {
    padding-left: 115px;
  }
  .sm-pl-116 {
    padding-left: 116px;
  }
  .sm-pl-117 {
    padding-left: 117px;
  }
  .sm-pl-118 {
    padding-left: 118px;
  }
  .sm-pl-119 {
    padding-left: 119px;
  }
  .sm-pl-120 {
    padding-left: 120px;
  }
  .sm-pl-121 {
    padding-left: 121px;
  }
  .sm-pl-122 {
    padding-left: 122px;
  }
  .sm-pl-123 {
    padding-left: 123px;
  }
  .sm-pl-124 {
    padding-left: 124px;
  }
  .sm-pl-125 {
    padding-left: 125px;
  }
  .sm-pl-126 {
    padding-left: 126px;
  }
  .sm-pl-127 {
    padding-left: 127px;
  }
  .sm-pl-128 {
    padding-left: 128px;
  }
  .sm-pl-129 {
    padding-left: 129px;
  }
  .sm-pl-130 {
    padding-left: 130px;
  }
  .sm-pl-131 {
    padding-left: 131px;
  }
  .sm-pl-132 {
    padding-left: 132px;
  }
  .sm-pl-133 {
    padding-left: 133px;
  }
  .sm-pl-134 {
    padding-left: 134px;
  }
  .sm-pl-135 {
    padding-left: 135px;
  }
  .sm-pl-136 {
    padding-left: 136px;
  }
  .sm-pl-137 {
    padding-left: 137px;
  }
  .sm-pl-138 {
    padding-left: 138px;
  }
  .sm-pl-139 {
    padding-left: 139px;
  }
  .sm-pl-140 {
    padding-left: 140px;
  }
  .sm-pl-141 {
    padding-left: 141px;
  }
  .sm-pl-142 {
    padding-left: 142px;
  }
  .sm-pl-143 {
    padding-left: 143px;
  }
  .sm-pl-144 {
    padding-left: 144px;
  }
  .sm-pl-145 {
    padding-left: 145px;
  }
  .sm-pl-146 {
    padding-left: 146px;
  }
  .sm-pl-147 {
    padding-left: 147px;
  }
  .sm-pl-148 {
    padding-left: 148px;
  }
  .sm-pl-149 {
    padding-left: 149px;
  }
  .sm-pl-150 {
    padding-left: 150px;
  }
  .sm-pl-151 {
    padding-left: 151px;
  }
  .sm-pl-152 {
    padding-left: 152px;
  }
  .sm-pl-153 {
    padding-left: 153px;
  }
  .sm-pl-154 {
    padding-left: 154px;
  }
  .sm-pl-155 {
    padding-left: 155px;
  }
  .sm-pl-156 {
    padding-left: 156px;
  }
  .sm-pl-157 {
    padding-left: 157px;
  }
  .sm-pl-158 {
    padding-left: 158px;
  }
  .sm-pl-159 {
    padding-left: 159px;
  }
  .sm-pl-160 {
    padding-left: 160px;
  }
  .sm-pl-161 {
    padding-left: 161px;
  }
  .sm-pl-162 {
    padding-left: 162px;
  }
  .sm-pl-163 {
    padding-left: 163px;
  }
  .sm-pl-164 {
    padding-left: 164px;
  }
  .sm-pl-165 {
    padding-left: 165px;
  }
  .sm-pl-166 {
    padding-left: 166px;
  }
  .sm-pl-167 {
    padding-left: 167px;
  }
  .sm-pl-168 {
    padding-left: 168px;
  }
  .sm-pl-169 {
    padding-left: 169px;
  }
  .sm-pl-170 {
    padding-left: 170px;
  }
  .sm-pl-171 {
    padding-left: 171px;
  }
  .sm-pl-172 {
    padding-left: 172px;
  }
  .sm-pl-173 {
    padding-left: 173px;
  }
  .sm-pl-174 {
    padding-left: 174px;
  }
  .sm-pl-175 {
    padding-left: 175px;
  }
  .sm-pl-176 {
    padding-left: 176px;
  }
  .sm-pl-177 {
    padding-left: 177px;
  }
  .sm-pl-178 {
    padding-left: 178px;
  }
  .sm-pl-179 {
    padding-left: 179px;
  }
  .sm-pl-180 {
    padding-left: 180px;
  }
  .sm-pl-181 {
    padding-left: 181px;
  }
  .sm-pl-182 {
    padding-left: 182px;
  }
  .sm-pl-183 {
    padding-left: 183px;
  }
  .sm-pl-184 {
    padding-left: 184px;
  }
  .sm-pl-185 {
    padding-left: 185px;
  }
  .sm-pl-186 {
    padding-left: 186px;
  }
  .sm-pl-187 {
    padding-left: 187px;
  }
  .sm-pl-188 {
    padding-left: 188px;
  }
  .sm-pl-189 {
    padding-left: 189px;
  }
  .sm-pl-190 {
    padding-left: 190px;
  }
  .sm-pl-191 {
    padding-left: 191px;
  }
  .sm-pl-192 {
    padding-left: 192px;
  }
  .sm-pl-193 {
    padding-left: 193px;
  }
  .sm-pl-194 {
    padding-left: 194px;
  }
  .sm-pl-195 {
    padding-left: 195px;
  }
  .sm-pl-196 {
    padding-left: 196px;
  }
  .sm-pl-197 {
    padding-left: 197px;
  }
  .sm-pl-198 {
    padding-left: 198px;
  }
  .sm-pl-199 {
    padding-left: 199px;
  }
  .sm-pl-200 {
    padding-left: 200px;
  }
  .sm-mt-0 {
    margin-top: 0;
  }
  .sm-mt-1 {
    margin-top: 1px;
  }
  .sm-mt-2 {
    margin-top: 2px;
  }
  .sm-mt-3 {
    margin-top: 3px;
  }
  .sm-mt-4 {
    margin-top: 4px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-mt-6 {
    margin-top: 6px;
  }
  .sm-mt-7 {
    margin-top: 7px;
  }
  .sm-mt-8 {
    margin-top: 8px;
  }
  .sm-mt-9 {
    margin-top: 9px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-mt-11 {
    margin-top: 11px;
  }
  .sm-mt-12 {
    margin-top: 12px;
  }
  .sm-mt-13 {
    margin-top: 13px;
  }
  .sm-mt-14 {
    margin-top: 14px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-mt-16 {
    margin-top: 16px;
  }
  .sm-mt-17 {
    margin-top: 17px;
  }
  .sm-mt-18 {
    margin-top: 18px;
  }
  .sm-mt-19 {
    margin-top: 19px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-mt-21 {
    margin-top: 21px;
  }
  .sm-mt-22 {
    margin-top: 22px;
  }
  .sm-mt-23 {
    margin-top: 23px;
  }
  .sm-mt-24 {
    margin-top: 24px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-mt-26 {
    margin-top: 26px;
  }
  .sm-mt-27 {
    margin-top: 27px;
  }
  .sm-mt-28 {
    margin-top: 28px;
  }
  .sm-mt-29 {
    margin-top: 29px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mt-31 {
    margin-top: 31px;
  }
  .sm-mt-32 {
    margin-top: 32px;
  }
  .sm-mt-33 {
    margin-top: 33px;
  }
  .sm-mt-34 {
    margin-top: 34px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-mt-36 {
    margin-top: 36px;
  }
  .sm-mt-37 {
    margin-top: 37px;
  }
  .sm-mt-38 {
    margin-top: 38px;
  }
  .sm-mt-39 {
    margin-top: 39px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mt-41 {
    margin-top: 41px;
  }
  .sm-mt-42 {
    margin-top: 42px;
  }
  .sm-mt-43 {
    margin-top: 43px;
  }
  .sm-mt-44 {
    margin-top: 44px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-mt-46 {
    margin-top: 46px;
  }
  .sm-mt-47 {
    margin-top: 47px;
  }
  .sm-mt-48 {
    margin-top: 48px;
  }
  .sm-mt-49 {
    margin-top: 49px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-mt-51 {
    margin-top: 51px;
  }
  .sm-mt-52 {
    margin-top: 52px;
  }
  .sm-mt-53 {
    margin-top: 53px;
  }
  .sm-mt-54 {
    margin-top: 54px;
  }
  .sm-mt-55 {
    margin-top: 55px;
  }
  .sm-mt-56 {
    margin-top: 56px;
  }
  .sm-mt-57 {
    margin-top: 57px;
  }
  .sm-mt-58 {
    margin-top: 58px;
  }
  .sm-mt-59 {
    margin-top: 59px;
  }
  .sm-mt-60 {
    margin-top: 60px;
  }
  .sm-mt-61 {
    margin-top: 61px;
  }
  .sm-mt-62 {
    margin-top: 62px;
  }
  .sm-mt-63 {
    margin-top: 63px;
  }
  .sm-mt-64 {
    margin-top: 64px;
  }
  .sm-mt-65 {
    margin-top: 65px;
  }
  .sm-mt-66 {
    margin-top: 66px;
  }
  .sm-mt-67 {
    margin-top: 67px;
  }
  .sm-mt-68 {
    margin-top: 68px;
  }
  .sm-mt-69 {
    margin-top: 69px;
  }
  .sm-mt-70 {
    margin-top: 70px;
  }
  .sm-mt-71 {
    margin-top: 71px;
  }
  .sm-mt-72 {
    margin-top: 72px;
  }
  .sm-mt-73 {
    margin-top: 73px;
  }
  .sm-mt-74 {
    margin-top: 74px;
  }
  .sm-mt-75 {
    margin-top: 75px;
  }
  .sm-mt-76 {
    margin-top: 76px;
  }
  .sm-mt-77 {
    margin-top: 77px;
  }
  .sm-mt-78 {
    margin-top: 78px;
  }
  .sm-mt-79 {
    margin-top: 79px;
  }
  .sm-mt-80 {
    margin-top: 80px;
  }
  .sm-mt-81 {
    margin-top: 81px;
  }
  .sm-mt-82 {
    margin-top: 82px;
  }
  .sm-mt-83 {
    margin-top: 83px;
  }
  .sm-mt-84 {
    margin-top: 84px;
  }
  .sm-mt-85 {
    margin-top: 85px;
  }
  .sm-mt-86 {
    margin-top: 86px;
  }
  .sm-mt-87 {
    margin-top: 87px;
  }
  .sm-mt-88 {
    margin-top: 88px;
  }
  .sm-mt-89 {
    margin-top: 89px;
  }
  .sm-mt-90 {
    margin-top: 90px;
  }
  .sm-mt-91 {
    margin-top: 91px;
  }
  .sm-mt-92 {
    margin-top: 92px;
  }
  .sm-mt-93 {
    margin-top: 93px;
  }
  .sm-mt-94 {
    margin-top: 94px;
  }
  .sm-mt-95 {
    margin-top: 95px;
  }
  .sm-mt-96 {
    margin-top: 96px;
  }
  .sm-mt-97 {
    margin-top: 97px;
  }
  .sm-mt-98 {
    margin-top: 98px;
  }
  .sm-mt-99 {
    margin-top: 99px;
  }
  .sm-mt-100 {
    margin-top: 100px;
  }
  .sm-mt-101 {
    margin-top: 101px;
  }
  .sm-mt-102 {
    margin-top: 102px;
  }
  .sm-mt-103 {
    margin-top: 103px;
  }
  .sm-mt-104 {
    margin-top: 104px;
  }
  .sm-mt-105 {
    margin-top: 105px;
  }
  .sm-mt-106 {
    margin-top: 106px;
  }
  .sm-mt-107 {
    margin-top: 107px;
  }
  .sm-mt-108 {
    margin-top: 108px;
  }
  .sm-mt-109 {
    margin-top: 109px;
  }
  .sm-mt-110 {
    margin-top: 110px;
  }
  .sm-mt-111 {
    margin-top: 111px;
  }
  .sm-mt-112 {
    margin-top: 112px;
  }
  .sm-mt-113 {
    margin-top: 113px;
  }
  .sm-mt-114 {
    margin-top: 114px;
  }
  .sm-mt-115 {
    margin-top: 115px;
  }
  .sm-mt-116 {
    margin-top: 116px;
  }
  .sm-mt-117 {
    margin-top: 117px;
  }
  .sm-mt-118 {
    margin-top: 118px;
  }
  .sm-mt-119 {
    margin-top: 119px;
  }
  .sm-mt-120 {
    margin-top: 120px;
  }
  .sm-mt-121 {
    margin-top: 121px;
  }
  .sm-mt-122 {
    margin-top: 122px;
  }
  .sm-mt-123 {
    margin-top: 123px;
  }
  .sm-mt-124 {
    margin-top: 124px;
  }
  .sm-mt-125 {
    margin-top: 125px;
  }
  .sm-mt-126 {
    margin-top: 126px;
  }
  .sm-mt-127 {
    margin-top: 127px;
  }
  .sm-mt-128 {
    margin-top: 128px;
  }
  .sm-mt-129 {
    margin-top: 129px;
  }
  .sm-mt-130 {
    margin-top: 130px;
  }
  .sm-mt-131 {
    margin-top: 131px;
  }
  .sm-mt-132 {
    margin-top: 132px;
  }
  .sm-mt-133 {
    margin-top: 133px;
  }
  .sm-mt-134 {
    margin-top: 134px;
  }
  .sm-mt-135 {
    margin-top: 135px;
  }
  .sm-mt-136 {
    margin-top: 136px;
  }
  .sm-mt-137 {
    margin-top: 137px;
  }
  .sm-mt-138 {
    margin-top: 138px;
  }
  .sm-mt-139 {
    margin-top: 139px;
  }
  .sm-mt-140 {
    margin-top: 140px;
  }
  .sm-mt-141 {
    margin-top: 141px;
  }
  .sm-mt-142 {
    margin-top: 142px;
  }
  .sm-mt-143 {
    margin-top: 143px;
  }
  .sm-mt-144 {
    margin-top: 144px;
  }
  .sm-mt-145 {
    margin-top: 145px;
  }
  .sm-mt-146 {
    margin-top: 146px;
  }
  .sm-mt-147 {
    margin-top: 147px;
  }
  .sm-mt-148 {
    margin-top: 148px;
  }
  .sm-mt-149 {
    margin-top: 149px;
  }
  .sm-mt-150 {
    margin-top: 150px;
  }
  .sm-mt-151 {
    margin-top: 151px;
  }
  .sm-mt-152 {
    margin-top: 152px;
  }
  .sm-mt-153 {
    margin-top: 153px;
  }
  .sm-mt-154 {
    margin-top: 154px;
  }
  .sm-mt-155 {
    margin-top: 155px;
  }
  .sm-mt-156 {
    margin-top: 156px;
  }
  .sm-mt-157 {
    margin-top: 157px;
  }
  .sm-mt-158 {
    margin-top: 158px;
  }
  .sm-mt-159 {
    margin-top: 159px;
  }
  .sm-mt-160 {
    margin-top: 160px;
  }
  .sm-mt-161 {
    margin-top: 161px;
  }
  .sm-mt-162 {
    margin-top: 162px;
  }
  .sm-mt-163 {
    margin-top: 163px;
  }
  .sm-mt-164 {
    margin-top: 164px;
  }
  .sm-mt-165 {
    margin-top: 165px;
  }
  .sm-mt-166 {
    margin-top: 166px;
  }
  .sm-mt-167 {
    margin-top: 167px;
  }
  .sm-mt-168 {
    margin-top: 168px;
  }
  .sm-mt-169 {
    margin-top: 169px;
  }
  .sm-mt-170 {
    margin-top: 170px;
  }
  .sm-mt-171 {
    margin-top: 171px;
  }
  .sm-mt-172 {
    margin-top: 172px;
  }
  .sm-mt-173 {
    margin-top: 173px;
  }
  .sm-mt-174 {
    margin-top: 174px;
  }
  .sm-mt-175 {
    margin-top: 175px;
  }
  .sm-mt-176 {
    margin-top: 176px;
  }
  .sm-mt-177 {
    margin-top: 177px;
  }
  .sm-mt-178 {
    margin-top: 178px;
  }
  .sm-mt-179 {
    margin-top: 179px;
  }
  .sm-mt-180 {
    margin-top: 180px;
  }
  .sm-mt-181 {
    margin-top: 181px;
  }
  .sm-mt-182 {
    margin-top: 182px;
  }
  .sm-mt-183 {
    margin-top: 183px;
  }
  .sm-mt-184 {
    margin-top: 184px;
  }
  .sm-mt-185 {
    margin-top: 185px;
  }
  .sm-mt-186 {
    margin-top: 186px;
  }
  .sm-mt-187 {
    margin-top: 187px;
  }
  .sm-mt-188 {
    margin-top: 188px;
  }
  .sm-mt-189 {
    margin-top: 189px;
  }
  .sm-mt-190 {
    margin-top: 190px;
  }
  .sm-mt-191 {
    margin-top: 191px;
  }
  .sm-mt-192 {
    margin-top: 192px;
  }
  .sm-mt-193 {
    margin-top: 193px;
  }
  .sm-mt-194 {
    margin-top: 194px;
  }
  .sm-mt-195 {
    margin-top: 195px;
  }
  .sm-mt-196 {
    margin-top: 196px;
  }
  .sm-mt-197 {
    margin-top: 197px;
  }
  .sm-mt-198 {
    margin-top: 198px;
  }
  .sm-mt-199 {
    margin-top: 199px;
  }
  .sm-mt-200 {
    margin-top: 200px;
  }
  .sm-mb-0 {
    margin-bottom: 0;
  }
  .sm-mb-1 {
    margin-bottom: 1px;
  }
  .sm-mb-2 {
    margin-bottom: 2px;
  }
  .sm-mb-3 {
    margin-bottom: 3px;
  }
  .sm-mb-4 {
    margin-bottom: 4px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mb-6 {
    margin-bottom: 6px;
  }
  .sm-mb-7 {
    margin-bottom: 7px;
  }
  .sm-mb-8 {
    margin-bottom: 8px;
  }
  .sm-mb-9 {
    margin-bottom: 9px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mb-11 {
    margin-bottom: 11px;
  }
  .sm-mb-12 {
    margin-bottom: 12px;
  }
  .sm-mb-13 {
    margin-bottom: 13px;
  }
  .sm-mb-14 {
    margin-bottom: 14px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mb-16 {
    margin-bottom: 16px;
  }
  .sm-mb-17 {
    margin-bottom: 17px;
  }
  .sm-mb-18 {
    margin-bottom: 18px;
  }
  .sm-mb-19 {
    margin-bottom: 19px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mb-21 {
    margin-bottom: 21px;
  }
  .sm-mb-22 {
    margin-bottom: 22px;
  }
  .sm-mb-23 {
    margin-bottom: 23px;
  }
  .sm-mb-24 {
    margin-bottom: 24px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mb-26 {
    margin-bottom: 26px;
  }
  .sm-mb-27 {
    margin-bottom: 27px;
  }
  .sm-mb-28 {
    margin-bottom: 28px;
  }
  .sm-mb-29 {
    margin-bottom: 29px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mb-31 {
    margin-bottom: 31px;
  }
  .sm-mb-32 {
    margin-bottom: 32px;
  }
  .sm-mb-33 {
    margin-bottom: 33px;
  }
  .sm-mb-34 {
    margin-bottom: 34px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mb-36 {
    margin-bottom: 36px;
  }
  .sm-mb-37 {
    margin-bottom: 37px;
  }
  .sm-mb-38 {
    margin-bottom: 38px;
  }
  .sm-mb-39 {
    margin-bottom: 39px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mb-41 {
    margin-bottom: 41px;
  }
  .sm-mb-42 {
    margin-bottom: 42px;
  }
  .sm-mb-43 {
    margin-bottom: 43px;
  }
  .sm-mb-44 {
    margin-bottom: 44px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mb-46 {
    margin-bottom: 46px;
  }
  .sm-mb-47 {
    margin-bottom: 47px;
  }
  .sm-mb-48 {
    margin-bottom: 48px;
  }
  .sm-mb-49 {
    margin-bottom: 49px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mb-51 {
    margin-bottom: 51px;
  }
  .sm-mb-52 {
    margin-bottom: 52px;
  }
  .sm-mb-53 {
    margin-bottom: 53px;
  }
  .sm-mb-54 {
    margin-bottom: 54px;
  }
  .sm-mb-55 {
    margin-bottom: 55px;
  }
  .sm-mb-56 {
    margin-bottom: 56px;
  }
  .sm-mb-57 {
    margin-bottom: 57px;
  }
  .sm-mb-58 {
    margin-bottom: 58px;
  }
  .sm-mb-59 {
    margin-bottom: 59px;
  }
  .sm-mb-60 {
    margin-bottom: 60px;
  }
  .sm-mb-61 {
    margin-bottom: 61px;
  }
  .sm-mb-62 {
    margin-bottom: 62px;
  }
  .sm-mb-63 {
    margin-bottom: 63px;
  }
  .sm-mb-64 {
    margin-bottom: 64px;
  }
  .sm-mb-65 {
    margin-bottom: 65px;
  }
  .sm-mb-66 {
    margin-bottom: 66px;
  }
  .sm-mb-67 {
    margin-bottom: 67px;
  }
  .sm-mb-68 {
    margin-bottom: 68px;
  }
  .sm-mb-69 {
    margin-bottom: 69px;
  }
  .sm-mb-70 {
    margin-bottom: 70px;
  }
  .sm-mb-71 {
    margin-bottom: 71px;
  }
  .sm-mb-72 {
    margin-bottom: 72px;
  }
  .sm-mb-73 {
    margin-bottom: 73px;
  }
  .sm-mb-74 {
    margin-bottom: 74px;
  }
  .sm-mb-75 {
    margin-bottom: 75px;
  }
  .sm-mb-76 {
    margin-bottom: 76px;
  }
  .sm-mb-77 {
    margin-bottom: 77px;
  }
  .sm-mb-78 {
    margin-bottom: 78px;
  }
  .sm-mb-79 {
    margin-bottom: 79px;
  }
  .sm-mb-80 {
    margin-bottom: 80px;
  }
  .sm-mb-81 {
    margin-bottom: 81px;
  }
  .sm-mb-82 {
    margin-bottom: 82px;
  }
  .sm-mb-83 {
    margin-bottom: 83px;
  }
  .sm-mb-84 {
    margin-bottom: 84px;
  }
  .sm-mb-85 {
    margin-bottom: 85px;
  }
  .sm-mb-86 {
    margin-bottom: 86px;
  }
  .sm-mb-87 {
    margin-bottom: 87px;
  }
  .sm-mb-88 {
    margin-bottom: 88px;
  }
  .sm-mb-89 {
    margin-bottom: 89px;
  }
  .sm-mb-90 {
    margin-bottom: 90px;
  }
  .sm-mb-91 {
    margin-bottom: 91px;
  }
  .sm-mb-92 {
    margin-bottom: 92px;
  }
  .sm-mb-93 {
    margin-bottom: 93px;
  }
  .sm-mb-94 {
    margin-bottom: 94px;
  }
  .sm-mb-95 {
    margin-bottom: 95px;
  }
  .sm-mb-96 {
    margin-bottom: 96px;
  }
  .sm-mb-97 {
    margin-bottom: 97px;
  }
  .sm-mb-98 {
    margin-bottom: 98px;
  }
  .sm-mb-99 {
    margin-bottom: 99px;
  }
  .sm-mb-100 {
    margin-bottom: 100px;
  }
  .sm-mb-101 {
    margin-bottom: 101px;
  }
  .sm-mb-102 {
    margin-bottom: 102px;
  }
  .sm-mb-103 {
    margin-bottom: 103px;
  }
  .sm-mb-104 {
    margin-bottom: 104px;
  }
  .sm-mb-105 {
    margin-bottom: 105px;
  }
  .sm-mb-106 {
    margin-bottom: 106px;
  }
  .sm-mb-107 {
    margin-bottom: 107px;
  }
  .sm-mb-108 {
    margin-bottom: 108px;
  }
  .sm-mb-109 {
    margin-bottom: 109px;
  }
  .sm-mb-110 {
    margin-bottom: 110px;
  }
  .sm-mb-111 {
    margin-bottom: 111px;
  }
  .sm-mb-112 {
    margin-bottom: 112px;
  }
  .sm-mb-113 {
    margin-bottom: 113px;
  }
  .sm-mb-114 {
    margin-bottom: 114px;
  }
  .sm-mb-115 {
    margin-bottom: 115px;
  }
  .sm-mb-116 {
    margin-bottom: 116px;
  }
  .sm-mb-117 {
    margin-bottom: 117px;
  }
  .sm-mb-118 {
    margin-bottom: 118px;
  }
  .sm-mb-119 {
    margin-bottom: 119px;
  }
  .sm-mb-120 {
    margin-bottom: 120px;
  }
  .sm-mb-121 {
    margin-bottom: 121px;
  }
  .sm-mb-122 {
    margin-bottom: 122px;
  }
  .sm-mb-123 {
    margin-bottom: 123px;
  }
  .sm-mb-124 {
    margin-bottom: 124px;
  }
  .sm-mb-125 {
    margin-bottom: 125px;
  }
  .sm-mb-126 {
    margin-bottom: 126px;
  }
  .sm-mb-127 {
    margin-bottom: 127px;
  }
  .sm-mb-128 {
    margin-bottom: 128px;
  }
  .sm-mb-129 {
    margin-bottom: 129px;
  }
  .sm-mb-130 {
    margin-bottom: 130px;
  }
  .sm-mb-131 {
    margin-bottom: 131px;
  }
  .sm-mb-132 {
    margin-bottom: 132px;
  }
  .sm-mb-133 {
    margin-bottom: 133px;
  }
  .sm-mb-134 {
    margin-bottom: 134px;
  }
  .sm-mb-135 {
    margin-bottom: 135px;
  }
  .sm-mb-136 {
    margin-bottom: 136px;
  }
  .sm-mb-137 {
    margin-bottom: 137px;
  }
  .sm-mb-138 {
    margin-bottom: 138px;
  }
  .sm-mb-139 {
    margin-bottom: 139px;
  }
  .sm-mb-140 {
    margin-bottom: 140px;
  }
  .sm-mb-141 {
    margin-bottom: 141px;
  }
  .sm-mb-142 {
    margin-bottom: 142px;
  }
  .sm-mb-143 {
    margin-bottom: 143px;
  }
  .sm-mb-144 {
    margin-bottom: 144px;
  }
  .sm-mb-145 {
    margin-bottom: 145px;
  }
  .sm-mb-146 {
    margin-bottom: 146px;
  }
  .sm-mb-147 {
    margin-bottom: 147px;
  }
  .sm-mb-148 {
    margin-bottom: 148px;
  }
  .sm-mb-149 {
    margin-bottom: 149px;
  }
  .sm-mb-150 {
    margin-bottom: 150px;
  }
  .sm-mb-151 {
    margin-bottom: 151px;
  }
  .sm-mb-152 {
    margin-bottom: 152px;
  }
  .sm-mb-153 {
    margin-bottom: 153px;
  }
  .sm-mb-154 {
    margin-bottom: 154px;
  }
  .sm-mb-155 {
    margin-bottom: 155px;
  }
  .sm-mb-156 {
    margin-bottom: 156px;
  }
  .sm-mb-157 {
    margin-bottom: 157px;
  }
  .sm-mb-158 {
    margin-bottom: 158px;
  }
  .sm-mb-159 {
    margin-bottom: 159px;
  }
  .sm-mb-160 {
    margin-bottom: 160px;
  }
  .sm-mb-161 {
    margin-bottom: 161px;
  }
  .sm-mb-162 {
    margin-bottom: 162px;
  }
  .sm-mb-163 {
    margin-bottom: 163px;
  }
  .sm-mb-164 {
    margin-bottom: 164px;
  }
  .sm-mb-165 {
    margin-bottom: 165px;
  }
  .sm-mb-166 {
    margin-bottom: 166px;
  }
  .sm-mb-167 {
    margin-bottom: 167px;
  }
  .sm-mb-168 {
    margin-bottom: 168px;
  }
  .sm-mb-169 {
    margin-bottom: 169px;
  }
  .sm-mb-170 {
    margin-bottom: 170px;
  }
  .sm-mb-171 {
    margin-bottom: 171px;
  }
  .sm-mb-172 {
    margin-bottom: 172px;
  }
  .sm-mb-173 {
    margin-bottom: 173px;
  }
  .sm-mb-174 {
    margin-bottom: 174px;
  }
  .sm-mb-175 {
    margin-bottom: 175px;
  }
  .sm-mb-176 {
    margin-bottom: 176px;
  }
  .sm-mb-177 {
    margin-bottom: 177px;
  }
  .sm-mb-178 {
    margin-bottom: 178px;
  }
  .sm-mb-179 {
    margin-bottom: 179px;
  }
  .sm-mb-180 {
    margin-bottom: 180px;
  }
  .sm-mb-181 {
    margin-bottom: 181px;
  }
  .sm-mb-182 {
    margin-bottom: 182px;
  }
  .sm-mb-183 {
    margin-bottom: 183px;
  }
  .sm-mb-184 {
    margin-bottom: 184px;
  }
  .sm-mb-185 {
    margin-bottom: 185px;
  }
  .sm-mb-186 {
    margin-bottom: 186px;
  }
  .sm-mb-187 {
    margin-bottom: 187px;
  }
  .sm-mb-188 {
    margin-bottom: 188px;
  }
  .sm-mb-189 {
    margin-bottom: 189px;
  }
  .sm-mb-190 {
    margin-bottom: 190px;
  }
  .sm-mb-191 {
    margin-bottom: 191px;
  }
  .sm-mb-192 {
    margin-bottom: 192px;
  }
  .sm-mb-193 {
    margin-bottom: 193px;
  }
  .sm-mb-194 {
    margin-bottom: 194px;
  }
  .sm-mb-195 {
    margin-bottom: 195px;
  }
  .sm-mb-196 {
    margin-bottom: 196px;
  }
  .sm-mb-197 {
    margin-bottom: 197px;
  }
  .sm-mb-198 {
    margin-bottom: 198px;
  }
  .sm-mb-199 {
    margin-bottom: 199px;
  }
  .sm-mb-200 {
    margin-bottom: 200px;
  }
  .sm-mr-0 {
    margin-right: 0;
  }
  .sm-mr-1 {
    margin-right: 1px;
  }
  .sm-mr-2 {
    margin-right: 2px;
  }
  .sm-mr-3 {
    margin-right: 3px;
  }
  .sm-mr-4 {
    margin-right: 4px;
  }
  .sm-mr-5 {
    margin-right: 5px;
  }
  .sm-mr-6 {
    margin-right: 6px;
  }
  .sm-mr-7 {
    margin-right: 7px;
  }
  .sm-mr-8 {
    margin-right: 8px;
  }
  .sm-mr-9 {
    margin-right: 9px;
  }
  .sm-mr-10 {
    margin-right: 10px;
  }
  .sm-mr-11 {
    margin-right: 11px;
  }
  .sm-mr-12 {
    margin-right: 12px;
  }
  .sm-mr-13 {
    margin-right: 13px;
  }
  .sm-mr-14 {
    margin-right: 14px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-mr-16 {
    margin-right: 16px;
  }
  .sm-mr-17 {
    margin-right: 17px;
  }
  .sm-mr-18 {
    margin-right: 18px;
  }
  .sm-mr-19 {
    margin-right: 19px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-mr-21 {
    margin-right: 21px;
  }
  .sm-mr-22 {
    margin-right: 22px;
  }
  .sm-mr-23 {
    margin-right: 23px;
  }
  .sm-mr-24 {
    margin-right: 24px;
  }
  .sm-mr-25 {
    margin-right: 25px;
  }
  .sm-mr-26 {
    margin-right: 26px;
  }
  .sm-mr-27 {
    margin-right: 27px;
  }
  .sm-mr-28 {
    margin-right: 28px;
  }
  .sm-mr-29 {
    margin-right: 29px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-mr-31 {
    margin-right: 31px;
  }
  .sm-mr-32 {
    margin-right: 32px;
  }
  .sm-mr-33 {
    margin-right: 33px;
  }
  .sm-mr-34 {
    margin-right: 34px;
  }
  .sm-mr-35 {
    margin-right: 35px;
  }
  .sm-mr-36 {
    margin-right: 36px;
  }
  .sm-mr-37 {
    margin-right: 37px;
  }
  .sm-mr-38 {
    margin-right: 38px;
  }
  .sm-mr-39 {
    margin-right: 39px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-mr-41 {
    margin-right: 41px;
  }
  .sm-mr-42 {
    margin-right: 42px;
  }
  .sm-mr-43 {
    margin-right: 43px;
  }
  .sm-mr-44 {
    margin-right: 44px;
  }
  .sm-mr-45 {
    margin-right: 45px;
  }
  .sm-mr-46 {
    margin-right: 46px;
  }
  .sm-mr-47 {
    margin-right: 47px;
  }
  .sm-mr-48 {
    margin-right: 48px;
  }
  .sm-mr-49 {
    margin-right: 49px;
  }
  .sm-mr-50 {
    margin-right: 50px;
  }
  .sm-mr-51 {
    margin-right: 51px;
  }
  .sm-mr-52 {
    margin-right: 52px;
  }
  .sm-mr-53 {
    margin-right: 53px;
  }
  .sm-mr-54 {
    margin-right: 54px;
  }
  .sm-mr-55 {
    margin-right: 55px;
  }
  .sm-mr-56 {
    margin-right: 56px;
  }
  .sm-mr-57 {
    margin-right: 57px;
  }
  .sm-mr-58 {
    margin-right: 58px;
  }
  .sm-mr-59 {
    margin-right: 59px;
  }
  .sm-mr-60 {
    margin-right: 60px;
  }
  .sm-mr-61 {
    margin-right: 61px;
  }
  .sm-mr-62 {
    margin-right: 62px;
  }
  .sm-mr-63 {
    margin-right: 63px;
  }
  .sm-mr-64 {
    margin-right: 64px;
  }
  .sm-mr-65 {
    margin-right: 65px;
  }
  .sm-mr-66 {
    margin-right: 66px;
  }
  .sm-mr-67 {
    margin-right: 67px;
  }
  .sm-mr-68 {
    margin-right: 68px;
  }
  .sm-mr-69 {
    margin-right: 69px;
  }
  .sm-mr-70 {
    margin-right: 70px;
  }
  .sm-mr-71 {
    margin-right: 71px;
  }
  .sm-mr-72 {
    margin-right: 72px;
  }
  .sm-mr-73 {
    margin-right: 73px;
  }
  .sm-mr-74 {
    margin-right: 74px;
  }
  .sm-mr-75 {
    margin-right: 75px;
  }
  .sm-mr-76 {
    margin-right: 76px;
  }
  .sm-mr-77 {
    margin-right: 77px;
  }
  .sm-mr-78 {
    margin-right: 78px;
  }
  .sm-mr-79 {
    margin-right: 79px;
  }
  .sm-mr-80 {
    margin-right: 80px;
  }
  .sm-mr-81 {
    margin-right: 81px;
  }
  .sm-mr-82 {
    margin-right: 82px;
  }
  .sm-mr-83 {
    margin-right: 83px;
  }
  .sm-mr-84 {
    margin-right: 84px;
  }
  .sm-mr-85 {
    margin-right: 85px;
  }
  .sm-mr-86 {
    margin-right: 86px;
  }
  .sm-mr-87 {
    margin-right: 87px;
  }
  .sm-mr-88 {
    margin-right: 88px;
  }
  .sm-mr-89 {
    margin-right: 89px;
  }
  .sm-mr-90 {
    margin-right: 90px;
  }
  .sm-mr-91 {
    margin-right: 91px;
  }
  .sm-mr-92 {
    margin-right: 92px;
  }
  .sm-mr-93 {
    margin-right: 93px;
  }
  .sm-mr-94 {
    margin-right: 94px;
  }
  .sm-mr-95 {
    margin-right: 95px;
  }
  .sm-mr-96 {
    margin-right: 96px;
  }
  .sm-mr-97 {
    margin-right: 97px;
  }
  .sm-mr-98 {
    margin-right: 98px;
  }
  .sm-mr-99 {
    margin-right: 99px;
  }
  .sm-mr-100 {
    margin-right: 100px;
  }
  .sm-ml-0 {
    margin-left: 0;
  }
  .sm-ml-1 {
    margin-left: 1px;
  }
  .sm-ml-2 {
    margin-left: 2px;
  }
  .sm-ml-3 {
    margin-left: 3px;
  }
  .sm-ml-4 {
    margin-left: 4px;
  }
  .sm-ml-5 {
    margin-left: 5px;
  }
  .sm-ml-6 {
    margin-left: 6px;
  }
  .sm-ml-7 {
    margin-left: 7px;
  }
  .sm-ml-8 {
    margin-left: 8px;
  }
  .sm-ml-9 {
    margin-left: 9px;
  }
  .sm-ml-10 {
    margin-left: 10px;
  }
  .sm-ml-11 {
    margin-left: 11px;
  }
  .sm-ml-12 {
    margin-left: 12px;
  }
  .sm-ml-13 {
    margin-left: 13px;
  }
  .sm-ml-14 {
    margin-left: 14px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-ml-16 {
    margin-left: 16px;
  }
  .sm-ml-17 {
    margin-left: 17px;
  }
  .sm-ml-18 {
    margin-left: 18px;
  }
  .sm-ml-19 {
    margin-left: 19px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-ml-21 {
    margin-left: 21px;
  }
  .sm-ml-22 {
    margin-left: 22px;
  }
  .sm-ml-23 {
    margin-left: 23px;
  }
  .sm-ml-24 {
    margin-left: 24px;
  }
  .sm-ml-25 {
    margin-left: 25px;
  }
  .sm-ml-26 {
    margin-left: 26px;
  }
  .sm-ml-27 {
    margin-left: 27px;
  }
  .sm-ml-28 {
    margin-left: 28px;
  }
  .sm-ml-29 {
    margin-left: 29px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-ml-31 {
    margin-left: 31px;
  }
  .sm-ml-32 {
    margin-left: 32px;
  }
  .sm-ml-33 {
    margin-left: 33px;
  }
  .sm-ml-34 {
    margin-left: 34px;
  }
  .sm-ml-35 {
    margin-left: 35px;
  }
  .sm-ml-36 {
    margin-left: 36px;
  }
  .sm-ml-37 {
    margin-left: 37px;
  }
  .sm-ml-38 {
    margin-left: 38px;
  }
  .sm-ml-39 {
    margin-left: 39px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-ml-41 {
    margin-left: 41px;
  }
  .sm-ml-42 {
    margin-left: 42px;
  }
  .sm-ml-43 {
    margin-left: 43px;
  }
  .sm-ml-44 {
    margin-left: 44px;
  }
  .sm-ml-45 {
    margin-left: 45px;
  }
  .sm-ml-46 {
    margin-left: 46px;
  }
  .sm-ml-47 {
    margin-left: 47px;
  }
  .sm-ml-48 {
    margin-left: 48px;
  }
  .sm-ml-49 {
    margin-left: 49px;
  }
  .sm-ml-50 {
    margin-left: 50px;
  }
  .sm-ml-51 {
    margin-left: 51px;
  }
  .sm-ml-52 {
    margin-left: 52px;
  }
  .sm-ml-53 {
    margin-left: 53px;
  }
  .sm-ml-54 {
    margin-left: 54px;
  }
  .sm-ml-55 {
    margin-left: 55px;
  }
  .sm-ml-56 {
    margin-left: 56px;
  }
  .sm-ml-57 {
    margin-left: 57px;
  }
  .sm-ml-58 {
    margin-left: 58px;
  }
  .sm-ml-59 {
    margin-left: 59px;
  }
  .sm-ml-60 {
    margin-left: 60px;
  }
  .sm-ml-61 {
    margin-left: 61px;
  }
  .sm-ml-62 {
    margin-left: 62px;
  }
  .sm-ml-63 {
    margin-left: 63px;
  }
  .sm-ml-64 {
    margin-left: 64px;
  }
  .sm-ml-65 {
    margin-left: 65px;
  }
  .sm-ml-66 {
    margin-left: 66px;
  }
  .sm-ml-67 {
    margin-left: 67px;
  }
  .sm-ml-68 {
    margin-left: 68px;
  }
  .sm-ml-69 {
    margin-left: 69px;
  }
  .sm-ml-70 {
    margin-left: 70px;
  }
  .sm-ml-71 {
    margin-left: 71px;
  }
  .sm-ml-72 {
    margin-left: 72px;
  }
  .sm-ml-73 {
    margin-left: 73px;
  }
  .sm-ml-74 {
    margin-left: 74px;
  }
  .sm-ml-75 {
    margin-left: 75px;
  }
  .sm-ml-76 {
    margin-left: 76px;
  }
  .sm-ml-77 {
    margin-left: 77px;
  }
  .sm-ml-78 {
    margin-left: 78px;
  }
  .sm-ml-79 {
    margin-left: 79px;
  }
  .sm-ml-80 {
    margin-left: 80px;
  }
  .sm-ml-81 {
    margin-left: 81px;
  }
  .sm-ml-82 {
    margin-left: 82px;
  }
  .sm-ml-83 {
    margin-left: 83px;
  }
  .sm-ml-84 {
    margin-left: 84px;
  }
  .sm-ml-85 {
    margin-left: 85px;
  }
  .sm-ml-86 {
    margin-left: 86px;
  }
  .sm-ml-87 {
    margin-left: 87px;
  }
  .sm-ml-88 {
    margin-left: 88px;
  }
  .sm-ml-89 {
    margin-left: 89px;
  }
  .sm-ml-90 {
    margin-left: 90px;
  }
  .sm-ml-91 {
    margin-left: 91px;
  }
  .sm-ml-92 {
    margin-left: 92px;
  }
  .sm-ml-93 {
    margin-left: 93px;
  }
  .sm-ml-94 {
    margin-left: 94px;
  }
  .sm-ml-95 {
    margin-left: 95px;
  }
  .sm-ml-96 {
    margin-left: 96px;
  }
  .sm-ml-97 {
    margin-left: 97px;
  }
  .sm-ml-98 {
    margin-left: 98px;
  }
  .sm-ml-99 {
    margin-left: 99px;
  }
  .sm-ml-100 {
    margin-left: 100px;
  }
  .sm-mt--1 {
    margin-top: -1px;
  }
  .sm-mt--2 {
    margin-top: -2px;
  }
  .sm-mt--3 {
    margin-top: -3px;
  }
  .sm-mt--4 {
    margin-top: -4px;
  }
  .sm-mt--5 {
    margin-top: -5px;
  }
  .sm-mt--6 {
    margin-top: -6px;
  }
  .sm-mt--7 {
    margin-top: -7px;
  }
  .sm-mt--8 {
    margin-top: -8px;
  }
  .sm-mt--9 {
    margin-top: -9px;
  }
  .sm-mt--10 {
    margin-top: -10px;
  }
  .sm-mt--11 {
    margin-top: -11px;
  }
  .sm-mt--12 {
    margin-top: -12px;
  }
  .sm-mt--13 {
    margin-top: -13px;
  }
  .sm-mt--14 {
    margin-top: -14px;
  }
  .sm-mt--15 {
    margin-top: -15px;
  }
  .sm-mt--16 {
    margin-top: -16px;
  }
  .sm-mt--17 {
    margin-top: -17px;
  }
  .sm-mt--18 {
    margin-top: -18px;
  }
  .sm-mt--19 {
    margin-top: -19px;
  }
  .sm-mt--20 {
    margin-top: -20px;
  }
  .sm-mt--21 {
    margin-top: -21px;
  }
  .sm-mt--22 {
    margin-top: -22px;
  }
  .sm-mt--23 {
    margin-top: -23px;
  }
  .sm-mt--24 {
    margin-top: -24px;
  }
  .sm-mt--25 {
    margin-top: -25px;
  }
  .sm-mt--26 {
    margin-top: -26px;
  }
  .sm-mt--27 {
    margin-top: -27px;
  }
  .sm-mt--28 {
    margin-top: -28px;
  }
  .sm-mt--29 {
    margin-top: -29px;
  }
  .sm-mt--30 {
    margin-top: -30px;
  }
  .sm-mt--31 {
    margin-top: -31px;
  }
  .sm-mt--32 {
    margin-top: -32px;
  }
  .sm-mt--33 {
    margin-top: -33px;
  }
  .sm-mt--34 {
    margin-top: -34px;
  }
  .sm-mt--35 {
    margin-top: -35px;
  }
  .sm-mt--36 {
    margin-top: -36px;
  }
  .sm-mt--37 {
    margin-top: -37px;
  }
  .sm-mt--38 {
    margin-top: -38px;
  }
  .sm-mt--39 {
    margin-top: -39px;
  }
  .sm-mt--40 {
    margin-top: -40px;
  }
  .sm-mt--41 {
    margin-top: -41px;
  }
  .sm-mt--42 {
    margin-top: -42px;
  }
  .sm-mt--43 {
    margin-top: -43px;
  }
  .sm-mt--44 {
    margin-top: -44px;
  }
  .sm-mt--45 {
    margin-top: -45px;
  }
  .sm-mt--46 {
    margin-top: -46px;
  }
  .sm-mt--47 {
    margin-top: -47px;
  }
  .sm-mt--48 {
    margin-top: -48px;
  }
  .sm-mt--49 {
    margin-top: -49px;
  }
  .sm-mt--50 {
    margin-top: -50px;
  }
  .sm-mt--51 {
    margin-top: -51px;
  }
  .sm-mt--52 {
    margin-top: -52px;
  }
  .sm-mt--53 {
    margin-top: -53px;
  }
  .sm-mt--54 {
    margin-top: -54px;
  }
  .sm-mt--55 {
    margin-top: -55px;
  }
  .sm-mt--56 {
    margin-top: -56px;
  }
  .sm-mt--57 {
    margin-top: -57px;
  }
  .sm-mt--58 {
    margin-top: -58px;
  }
  .sm-mt--59 {
    margin-top: -59px;
  }
  .sm-mt--60 {
    margin-top: -60px;
  }
  .sm-mt--61 {
    margin-top: -61px;
  }
  .sm-mt--62 {
    margin-top: -62px;
  }
  .sm-mt--63 {
    margin-top: -63px;
  }
  .sm-mt--64 {
    margin-top: -64px;
  }
  .sm-mt--65 {
    margin-top: -65px;
  }
  .sm-mt--66 {
    margin-top: -66px;
  }
  .sm-mt--67 {
    margin-top: -67px;
  }
  .sm-mt--68 {
    margin-top: -68px;
  }
  .sm-mt--69 {
    margin-top: -69px;
  }
  .sm-mt--70 {
    margin-top: -70px;
  }
  .sm-mt--71 {
    margin-top: -71px;
  }
  .sm-mt--72 {
    margin-top: -72px;
  }
  .sm-mt--73 {
    margin-top: -73px;
  }
  .sm-mt--74 {
    margin-top: -74px;
  }
  .sm-mt--75 {
    margin-top: -75px;
  }
  .sm-mt--76 {
    margin-top: -76px;
  }
  .sm-mt--77 {
    margin-top: -77px;
  }
  .sm-mt--78 {
    margin-top: -78px;
  }
  .sm-mt--79 {
    margin-top: -79px;
  }
  .sm-mt--80 {
    margin-top: -80px;
  }
  .sm-mt--81 {
    margin-top: -81px;
  }
  .sm-mt--82 {
    margin-top: -82px;
  }
  .sm-mt--83 {
    margin-top: -83px;
  }
  .sm-mt--84 {
    margin-top: -84px;
  }
  .sm-mt--85 {
    margin-top: -85px;
  }
  .sm-mt--86 {
    margin-top: -86px;
  }
  .sm-mt--87 {
    margin-top: -87px;
  }
  .sm-mt--88 {
    margin-top: -88px;
  }
  .sm-mt--89 {
    margin-top: -89px;
  }
  .sm-mt--90 {
    margin-top: -90px;
  }
  .sm-mt--91 {
    margin-top: -91px;
  }
  .sm-mt--92 {
    margin-top: -92px;
  }
  .sm-mt--93 {
    margin-top: -93px;
  }
  .sm-mt--94 {
    margin-top: -94px;
  }
  .sm-mt--95 {
    margin-top: -95px;
  }
  .sm-mt--96 {
    margin-top: -96px;
  }
  .sm-mt--97 {
    margin-top: -97px;
  }
  .sm-mt--98 {
    margin-top: -98px;
  }
  .sm-mt--99 {
    margin-top: -99px;
  }
  .sm-mt--100 {
    margin-top: -100px;
  }
  .sm-mt--101 {
    margin-top: -101px;
  }
  .sm-mt--102 {
    margin-top: -102px;
  }
  .sm-mt--103 {
    margin-top: -103px;
  }
  .sm-mt--104 {
    margin-top: -104px;
  }
  .sm-mt--105 {
    margin-top: -105px;
  }
  .sm-mt--106 {
    margin-top: -106px;
  }
  .sm-mt--107 {
    margin-top: -107px;
  }
  .sm-mt--108 {
    margin-top: -108px;
  }
  .sm-mt--109 {
    margin-top: -109px;
  }
  .sm-mt--110 {
    margin-top: -110px;
  }
  .sm-mt--111 {
    margin-top: -111px;
  }
  .sm-mt--112 {
    margin-top: -112px;
  }
  .sm-mt--113 {
    margin-top: -113px;
  }
  .sm-mt--114 {
    margin-top: -114px;
  }
  .sm-mt--115 {
    margin-top: -115px;
  }
  .sm-mt--116 {
    margin-top: -116px;
  }
  .sm-mt--117 {
    margin-top: -117px;
  }
  .sm-mt--118 {
    margin-top: -118px;
  }
  .sm-mt--119 {
    margin-top: -119px;
  }
  .sm-mt--120 {
    margin-top: -120px;
  }
  .sm-mt--121 {
    margin-top: -121px;
  }
  .sm-mt--122 {
    margin-top: -122px;
  }
  .sm-mt--123 {
    margin-top: -123px;
  }
  .sm-mt--124 {
    margin-top: -124px;
  }
  .sm-mt--125 {
    margin-top: -125px;
  }
  .sm-mt--126 {
    margin-top: -126px;
  }
  .sm-mt--127 {
    margin-top: -127px;
  }
  .sm-mt--128 {
    margin-top: -128px;
  }
  .sm-mt--129 {
    margin-top: -129px;
  }
  .sm-mt--130 {
    margin-top: -130px;
  }
  .sm-mt--131 {
    margin-top: -131px;
  }
  .sm-mt--132 {
    margin-top: -132px;
  }
  .sm-mt--133 {
    margin-top: -133px;
  }
  .sm-mt--134 {
    margin-top: -134px;
  }
  .sm-mt--135 {
    margin-top: -135px;
  }
  .sm-mt--136 {
    margin-top: -136px;
  }
  .sm-mt--137 {
    margin-top: -137px;
  }
  .sm-mt--138 {
    margin-top: -138px;
  }
  .sm-mt--139 {
    margin-top: -139px;
  }
  .sm-mt--140 {
    margin-top: -140px;
  }
  .sm-mt--141 {
    margin-top: -141px;
  }
  .sm-mt--142 {
    margin-top: -142px;
  }
  .sm-mt--143 {
    margin-top: -143px;
  }
  .sm-mt--144 {
    margin-top: -144px;
  }
  .sm-mt--145 {
    margin-top: -145px;
  }
  .sm-mt--146 {
    margin-top: -146px;
  }
  .sm-mt--147 {
    margin-top: -147px;
  }
  .sm-mt--148 {
    margin-top: -148px;
  }
  .sm-mt--149 {
    margin-top: -149px;
  }
  .sm-mt--150 {
    margin-top: -150px;
  }
  .sm-mt--151 {
    margin-top: -151px;
  }
  .sm-mt--152 {
    margin-top: -152px;
  }
  .sm-mt--153 {
    margin-top: -153px;
  }
  .sm-mt--154 {
    margin-top: -154px;
  }
  .sm-mt--155 {
    margin-top: -155px;
  }
  .sm-mt--156 {
    margin-top: -156px;
  }
  .sm-mt--157 {
    margin-top: -157px;
  }
  .sm-mt--158 {
    margin-top: -158px;
  }
  .sm-mt--159 {
    margin-top: -159px;
  }
  .sm-mt--160 {
    margin-top: -160px;
  }
  .sm-mt--161 {
    margin-top: -161px;
  }
  .sm-mt--162 {
    margin-top: -162px;
  }
  .sm-mt--163 {
    margin-top: -163px;
  }
  .sm-mt--164 {
    margin-top: -164px;
  }
  .sm-mt--165 {
    margin-top: -165px;
  }
  .sm-mt--166 {
    margin-top: -166px;
  }
  .sm-mt--167 {
    margin-top: -167px;
  }
  .sm-mt--168 {
    margin-top: -168px;
  }
  .sm-mt--169 {
    margin-top: -169px;
  }
  .sm-mt--170 {
    margin-top: -170px;
  }
  .sm-mt--171 {
    margin-top: -171px;
  }
  .sm-mt--172 {
    margin-top: -172px;
  }
  .sm-mt--173 {
    margin-top: -173px;
  }
  .sm-mt--174 {
    margin-top: -174px;
  }
  .sm-mt--175 {
    margin-top: -175px;
  }
  .sm-mt--176 {
    margin-top: -176px;
  }
  .sm-mt--177 {
    margin-top: -177px;
  }
  .sm-mt--178 {
    margin-top: -178px;
  }
  .sm-mt--179 {
    margin-top: -179px;
  }
  .sm-mt--180 {
    margin-top: -180px;
  }
  .sm-mt--181 {
    margin-top: -181px;
  }
  .sm-mt--182 {
    margin-top: -182px;
  }
  .sm-mt--183 {
    margin-top: -183px;
  }
  .sm-mt--184 {
    margin-top: -184px;
  }
  .sm-mt--185 {
    margin-top: -185px;
  }
  .sm-mt--186 {
    margin-top: -186px;
  }
  .sm-mt--187 {
    margin-top: -187px;
  }
  .sm-mt--188 {
    margin-top: -188px;
  }
  .sm-mt--189 {
    margin-top: -189px;
  }
  .sm-mt--190 {
    margin-top: -190px;
  }
  .sm-mt--191 {
    margin-top: -191px;
  }
  .sm-mt--192 {
    margin-top: -192px;
  }
  .sm-mt--193 {
    margin-top: -193px;
  }
  .sm-mt--194 {
    margin-top: -194px;
  }
  .sm-mt--195 {
    margin-top: -195px;
  }
  .sm-mt--196 {
    margin-top: -196px;
  }
  .sm-mt--197 {
    margin-top: -197px;
  }
  .sm-mt--198 {
    margin-top: -198px;
  }
  .sm-mt--199 {
    margin-top: -199px;
  }
  .sm-mt--200 {
    margin-top: -200px;
  }
  .sm-mb--1 {
    margin-bottom: -1px;
  }
  .sm-mb--2 {
    margin-bottom: -2px;
  }
  .sm-mb--3 {
    margin-bottom: -3px;
  }
  .sm-mb--4 {
    margin-bottom: -4px;
  }
  .sm-mb--5 {
    margin-bottom: -5px;
  }
  .sm-mb--6 {
    margin-bottom: -6px;
  }
  .sm-mb--7 {
    margin-bottom: -7px;
  }
  .sm-mb--8 {
    margin-bottom: -8px;
  }
  .sm-mb--9 {
    margin-bottom: -9px;
  }
  .sm-mb--10 {
    margin-bottom: -10px;
  }
  .sm-mb--11 {
    margin-bottom: -11px;
  }
  .sm-mb--12 {
    margin-bottom: -12px;
  }
  .sm-mb--13 {
    margin-bottom: -13px;
  }
  .sm-mb--14 {
    margin-bottom: -14px;
  }
  .sm-mb--15 {
    margin-bottom: -15px;
  }
  .sm-mb--16 {
    margin-bottom: -16px;
  }
  .sm-mb--17 {
    margin-bottom: -17px;
  }
  .sm-mb--18 {
    margin-bottom: -18px;
  }
  .sm-mb--19 {
    margin-bottom: -19px;
  }
  .sm-mb--20 {
    margin-bottom: -20px;
  }
  .sm-mb--21 {
    margin-bottom: -21px;
  }
  .sm-mb--22 {
    margin-bottom: -22px;
  }
  .sm-mb--23 {
    margin-bottom: -23px;
  }
  .sm-mb--24 {
    margin-bottom: -24px;
  }
  .sm-mb--25 {
    margin-bottom: -25px;
  }
  .sm-mb--26 {
    margin-bottom: -26px;
  }
  .sm-mb--27 {
    margin-bottom: -27px;
  }
  .sm-mb--28 {
    margin-bottom: -28px;
  }
  .sm-mb--29 {
    margin-bottom: -29px;
  }
  .sm-mb--30 {
    margin-bottom: -30px;
  }
  .sm-mb--31 {
    margin-bottom: -31px;
  }
  .sm-mb--32 {
    margin-bottom: -32px;
  }
  .sm-mb--33 {
    margin-bottom: -33px;
  }
  .sm-mb--34 {
    margin-bottom: -34px;
  }
  .sm-mb--35 {
    margin-bottom: -35px;
  }
  .sm-mb--36 {
    margin-bottom: -36px;
  }
  .sm-mb--37 {
    margin-bottom: -37px;
  }
  .sm-mb--38 {
    margin-bottom: -38px;
  }
  .sm-mb--39 {
    margin-bottom: -39px;
  }
  .sm-mb--40 {
    margin-bottom: -40px;
  }
  .sm-mb--41 {
    margin-bottom: -41px;
  }
  .sm-mb--42 {
    margin-bottom: -42px;
  }
  .sm-mb--43 {
    margin-bottom: -43px;
  }
  .sm-mb--44 {
    margin-bottom: -44px;
  }
  .sm-mb--45 {
    margin-bottom: -45px;
  }
  .sm-mb--46 {
    margin-bottom: -46px;
  }
  .sm-mb--47 {
    margin-bottom: -47px;
  }
  .sm-mb--48 {
    margin-bottom: -48px;
  }
  .sm-mb--49 {
    margin-bottom: -49px;
  }
  .sm-mb--50 {
    margin-bottom: -50px;
  }
  .sm-mb--51 {
    margin-bottom: -51px;
  }
  .sm-mb--52 {
    margin-bottom: -52px;
  }
  .sm-mb--53 {
    margin-bottom: -53px;
  }
  .sm-mb--54 {
    margin-bottom: -54px;
  }
  .sm-mb--55 {
    margin-bottom: -55px;
  }
  .sm-mb--56 {
    margin-bottom: -56px;
  }
  .sm-mb--57 {
    margin-bottom: -57px;
  }
  .sm-mb--58 {
    margin-bottom: -58px;
  }
  .sm-mb--59 {
    margin-bottom: -59px;
  }
  .sm-mb--60 {
    margin-bottom: -60px;
  }
  .sm-mb--61 {
    margin-bottom: -61px;
  }
  .sm-mb--62 {
    margin-bottom: -62px;
  }
  .sm-mb--63 {
    margin-bottom: -63px;
  }
  .sm-mb--64 {
    margin-bottom: -64px;
  }
  .sm-mb--65 {
    margin-bottom: -65px;
  }
  .sm-mb--66 {
    margin-bottom: -66px;
  }
  .sm-mb--67 {
    margin-bottom: -67px;
  }
  .sm-mb--68 {
    margin-bottom: -68px;
  }
  .sm-mb--69 {
    margin-bottom: -69px;
  }
  .sm-mb--70 {
    margin-bottom: -70px;
  }
  .sm-mb--71 {
    margin-bottom: -71px;
  }
  .sm-mb--72 {
    margin-bottom: -72px;
  }
  .sm-mb--73 {
    margin-bottom: -73px;
  }
  .sm-mb--74 {
    margin-bottom: -74px;
  }
  .sm-mb--75 {
    margin-bottom: -75px;
  }
  .sm-mb--76 {
    margin-bottom: -76px;
  }
  .sm-mb--77 {
    margin-bottom: -77px;
  }
  .sm-mb--78 {
    margin-bottom: -78px;
  }
  .sm-mb--79 {
    margin-bottom: -79px;
  }
  .sm-mb--80 {
    margin-bottom: -80px;
  }
  .sm-mb--81 {
    margin-bottom: -81px;
  }
  .sm-mb--82 {
    margin-bottom: -82px;
  }
  .sm-mb--83 {
    margin-bottom: -83px;
  }
  .sm-mb--84 {
    margin-bottom: -84px;
  }
  .sm-mb--85 {
    margin-bottom: -85px;
  }
  .sm-mb--86 {
    margin-bottom: -86px;
  }
  .sm-mb--87 {
    margin-bottom: -87px;
  }
  .sm-mb--88 {
    margin-bottom: -88px;
  }
  .sm-mb--89 {
    margin-bottom: -89px;
  }
  .sm-mb--90 {
    margin-bottom: -90px;
  }
  .sm-mb--91 {
    margin-bottom: -91px;
  }
  .sm-mb--92 {
    margin-bottom: -92px;
  }
  .sm-mb--93 {
    margin-bottom: -93px;
  }
  .sm-mb--94 {
    margin-bottom: -94px;
  }
  .sm-mb--95 {
    margin-bottom: -95px;
  }
  .sm-mb--96 {
    margin-bottom: -96px;
  }
  .sm-mb--97 {
    margin-bottom: -97px;
  }
  .sm-mb--98 {
    margin-bottom: -98px;
  }
  .sm-mb--99 {
    margin-bottom: -99px;
  }
  .sm-mb--100 {
    margin-bottom: -100px;
  }
  .sm-mb--101 {
    margin-bottom: -101px;
  }
  .sm-mb--102 {
    margin-bottom: -102px;
  }
  .sm-mb--103 {
    margin-bottom: -103px;
  }
  .sm-mb--104 {
    margin-bottom: -104px;
  }
  .sm-mb--105 {
    margin-bottom: -105px;
  }
  .sm-mb--106 {
    margin-bottom: -106px;
  }
  .sm-mb--107 {
    margin-bottom: -107px;
  }
  .sm-mb--108 {
    margin-bottom: -108px;
  }
  .sm-mb--109 {
    margin-bottom: -109px;
  }
  .sm-mb--110 {
    margin-bottom: -110px;
  }
  .sm-mb--111 {
    margin-bottom: -111px;
  }
  .sm-mb--112 {
    margin-bottom: -112px;
  }
  .sm-mb--113 {
    margin-bottom: -113px;
  }
  .sm-mb--114 {
    margin-bottom: -114px;
  }
  .sm-mb--115 {
    margin-bottom: -115px;
  }
  .sm-mb--116 {
    margin-bottom: -116px;
  }
  .sm-mb--117 {
    margin-bottom: -117px;
  }
  .sm-mb--118 {
    margin-bottom: -118px;
  }
  .sm-mb--119 {
    margin-bottom: -119px;
  }
  .sm-mb--120 {
    margin-bottom: -120px;
  }
  .sm-mb--121 {
    margin-bottom: -121px;
  }
  .sm-mb--122 {
    margin-bottom: -122px;
  }
  .sm-mb--123 {
    margin-bottom: -123px;
  }
  .sm-mb--124 {
    margin-bottom: -124px;
  }
  .sm-mb--125 {
    margin-bottom: -125px;
  }
  .sm-mb--126 {
    margin-bottom: -126px;
  }
  .sm-mb--127 {
    margin-bottom: -127px;
  }
  .sm-mb--128 {
    margin-bottom: -128px;
  }
  .sm-mb--129 {
    margin-bottom: -129px;
  }
  .sm-mb--130 {
    margin-bottom: -130px;
  }
  .sm-mb--131 {
    margin-bottom: -131px;
  }
  .sm-mb--132 {
    margin-bottom: -132px;
  }
  .sm-mb--133 {
    margin-bottom: -133px;
  }
  .sm-mb--134 {
    margin-bottom: -134px;
  }
  .sm-mb--135 {
    margin-bottom: -135px;
  }
  .sm-mb--136 {
    margin-bottom: -136px;
  }
  .sm-mb--137 {
    margin-bottom: -137px;
  }
  .sm-mb--138 {
    margin-bottom: -138px;
  }
  .sm-mb--139 {
    margin-bottom: -139px;
  }
  .sm-mb--140 {
    margin-bottom: -140px;
  }
  .sm-mb--141 {
    margin-bottom: -141px;
  }
  .sm-mb--142 {
    margin-bottom: -142px;
  }
  .sm-mb--143 {
    margin-bottom: -143px;
  }
  .sm-mb--144 {
    margin-bottom: -144px;
  }
  .sm-mb--145 {
    margin-bottom: -145px;
  }
  .sm-mb--146 {
    margin-bottom: -146px;
  }
  .sm-mb--147 {
    margin-bottom: -147px;
  }
  .sm-mb--148 {
    margin-bottom: -148px;
  }
  .sm-mb--149 {
    margin-bottom: -149px;
  }
  .sm-mb--150 {
    margin-bottom: -150px;
  }
  .sm-mb--151 {
    margin-bottom: -151px;
  }
  .sm-mb--152 {
    margin-bottom: -152px;
  }
  .sm-mb--153 {
    margin-bottom: -153px;
  }
  .sm-mb--154 {
    margin-bottom: -154px;
  }
  .sm-mb--155 {
    margin-bottom: -155px;
  }
  .sm-mb--156 {
    margin-bottom: -156px;
  }
  .sm-mb--157 {
    margin-bottom: -157px;
  }
  .sm-mb--158 {
    margin-bottom: -158px;
  }
  .sm-mb--159 {
    margin-bottom: -159px;
  }
  .sm-mb--160 {
    margin-bottom: -160px;
  }
  .sm-mb--161 {
    margin-bottom: -161px;
  }
  .sm-mb--162 {
    margin-bottom: -162px;
  }
  .sm-mb--163 {
    margin-bottom: -163px;
  }
  .sm-mb--164 {
    margin-bottom: -164px;
  }
  .sm-mb--165 {
    margin-bottom: -165px;
  }
  .sm-mb--166 {
    margin-bottom: -166px;
  }
  .sm-mb--167 {
    margin-bottom: -167px;
  }
  .sm-mb--168 {
    margin-bottom: -168px;
  }
  .sm-mb--169 {
    margin-bottom: -169px;
  }
  .sm-mb--170 {
    margin-bottom: -170px;
  }
  .sm-mb--171 {
    margin-bottom: -171px;
  }
  .sm-mb--172 {
    margin-bottom: -172px;
  }
  .sm-mb--173 {
    margin-bottom: -173px;
  }
  .sm-mb--174 {
    margin-bottom: -174px;
  }
  .sm-mb--175 {
    margin-bottom: -175px;
  }
  .sm-mb--176 {
    margin-bottom: -176px;
  }
  .sm-mb--177 {
    margin-bottom: -177px;
  }
  .sm-mb--178 {
    margin-bottom: -178px;
  }
  .sm-mb--179 {
    margin-bottom: -179px;
  }
  .sm-mb--180 {
    margin-bottom: -180px;
  }
  .sm-mb--181 {
    margin-bottom: -181px;
  }
  .sm-mb--182 {
    margin-bottom: -182px;
  }
  .sm-mb--183 {
    margin-bottom: -183px;
  }
  .sm-mb--184 {
    margin-bottom: -184px;
  }
  .sm-mb--185 {
    margin-bottom: -185px;
  }
  .sm-mb--186 {
    margin-bottom: -186px;
  }
  .sm-mb--187 {
    margin-bottom: -187px;
  }
  .sm-mb--188 {
    margin-bottom: -188px;
  }
  .sm-mb--189 {
    margin-bottom: -189px;
  }
  .sm-mb--190 {
    margin-bottom: -190px;
  }
  .sm-mb--191 {
    margin-bottom: -191px;
  }
  .sm-mb--192 {
    margin-bottom: -192px;
  }
  .sm-mb--193 {
    margin-bottom: -193px;
  }
  .sm-mb--194 {
    margin-bottom: -194px;
  }
  .sm-mb--195 {
    margin-bottom: -195px;
  }
  .sm-mb--196 {
    margin-bottom: -196px;
  }
  .sm-mb--197 {
    margin-bottom: -197px;
  }
  .sm-mb--198 {
    margin-bottom: -198px;
  }
  .sm-mb--199 {
    margin-bottom: -199px;
  }
  .sm-mb--200 {
    margin-bottom: -200px;
  }
  .sm-ml--1 {
    margin-left: -1px;
  }
  .sm-ml--2 {
    margin-left: -2px;
  }
  .sm-ml--3 {
    margin-left: -3px;
  }
  .sm-ml--4 {
    margin-left: -4px;
  }
  .sm-ml--5 {
    margin-left: -5px;
  }
  .sm-ml--6 {
    margin-left: -6px;
  }
  .sm-ml--7 {
    margin-left: -7px;
  }
  .sm-ml--8 {
    margin-left: -8px;
  }
  .sm-ml--9 {
    margin-left: -9px;
  }
  .sm-ml--10 {
    margin-left: -10px;
  }
  .sm-ml--11 {
    margin-left: -11px;
  }
  .sm-ml--12 {
    margin-left: -12px;
  }
  .sm-ml--13 {
    margin-left: -13px;
  }
  .sm-ml--14 {
    margin-left: -14px;
  }
  .sm-ml--15 {
    margin-left: -15px;
  }
  .sm-ml--16 {
    margin-left: -16px;
  }
  .sm-ml--17 {
    margin-left: -17px;
  }
  .sm-ml--18 {
    margin-left: -18px;
  }
  .sm-ml--19 {
    margin-left: -19px;
  }
  .sm-ml--20 {
    margin-left: -20px;
  }
  .sm-ml--21 {
    margin-left: -21px;
  }
  .sm-ml--22 {
    margin-left: -22px;
  }
  .sm-ml--23 {
    margin-left: -23px;
  }
  .sm-ml--24 {
    margin-left: -24px;
  }
  .sm-ml--25 {
    margin-left: -25px;
  }
  .sm-ml--26 {
    margin-left: -26px;
  }
  .sm-ml--27 {
    margin-left: -27px;
  }
  .sm-ml--28 {
    margin-left: -28px;
  }
  .sm-ml--29 {
    margin-left: -29px;
  }
  .sm-ml--30 {
    margin-left: -30px;
  }
  .sm-ml--31 {
    margin-left: -31px;
  }
  .sm-ml--32 {
    margin-left: -32px;
  }
  .sm-ml--33 {
    margin-left: -33px;
  }
  .sm-ml--34 {
    margin-left: -34px;
  }
  .sm-ml--35 {
    margin-left: -35px;
  }
  .sm-ml--36 {
    margin-left: -36px;
  }
  .sm-ml--37 {
    margin-left: -37px;
  }
  .sm-ml--38 {
    margin-left: -38px;
  }
  .sm-ml--39 {
    margin-left: -39px;
  }
  .sm-ml--40 {
    margin-left: -40px;
  }
  .sm-ml--41 {
    margin-left: -41px;
  }
  .sm-ml--42 {
    margin-left: -42px;
  }
  .sm-ml--43 {
    margin-left: -43px;
  }
  .sm-ml--44 {
    margin-left: -44px;
  }
  .sm-ml--45 {
    margin-left: -45px;
  }
  .sm-ml--46 {
    margin-left: -46px;
  }
  .sm-ml--47 {
    margin-left: -47px;
  }
  .sm-ml--48 {
    margin-left: -48px;
  }
  .sm-ml--49 {
    margin-left: -49px;
  }
  .sm-ml--50 {
    margin-left: -50px;
  }
  .sm-ml--51 {
    margin-left: -51px;
  }
  .sm-ml--52 {
    margin-left: -52px;
  }
  .sm-ml--53 {
    margin-left: -53px;
  }
  .sm-ml--54 {
    margin-left: -54px;
  }
  .sm-ml--55 {
    margin-left: -55px;
  }
  .sm-ml--56 {
    margin-left: -56px;
  }
  .sm-ml--57 {
    margin-left: -57px;
  }
  .sm-ml--58 {
    margin-left: -58px;
  }
  .sm-ml--59 {
    margin-left: -59px;
  }
  .sm-ml--60 {
    margin-left: -60px;
  }
  .sm-ml--61 {
    margin-left: -61px;
  }
  .sm-ml--62 {
    margin-left: -62px;
  }
  .sm-ml--63 {
    margin-left: -63px;
  }
  .sm-ml--64 {
    margin-left: -64px;
  }
  .sm-ml--65 {
    margin-left: -65px;
  }
  .sm-ml--66 {
    margin-left: -66px;
  }
  .sm-ml--67 {
    margin-left: -67px;
  }
  .sm-ml--68 {
    margin-left: -68px;
  }
  .sm-ml--69 {
    margin-left: -69px;
  }
  .sm-ml--70 {
    margin-left: -70px;
  }
  .sm-ml--71 {
    margin-left: -71px;
  }
  .sm-ml--72 {
    margin-left: -72px;
  }
  .sm-ml--73 {
    margin-left: -73px;
  }
  .sm-ml--74 {
    margin-left: -74px;
  }
  .sm-ml--75 {
    margin-left: -75px;
  }
  .sm-ml--76 {
    margin-left: -76px;
  }
  .sm-ml--77 {
    margin-left: -77px;
  }
  .sm-ml--78 {
    margin-left: -78px;
  }
  .sm-ml--79 {
    margin-left: -79px;
  }
  .sm-ml--80 {
    margin-left: -80px;
  }
  .sm-ml--81 {
    margin-left: -81px;
  }
  .sm-ml--82 {
    margin-left: -82px;
  }
  .sm-ml--83 {
    margin-left: -83px;
  }
  .sm-ml--84 {
    margin-left: -84px;
  }
  .sm-ml--85 {
    margin-left: -85px;
  }
  .sm-ml--86 {
    margin-left: -86px;
  }
  .sm-ml--87 {
    margin-left: -87px;
  }
  .sm-ml--88 {
    margin-left: -88px;
  }
  .sm-ml--89 {
    margin-left: -89px;
  }
  .sm-ml--90 {
    margin-left: -90px;
  }
  .sm-ml--91 {
    margin-left: -91px;
  }
  .sm-ml--92 {
    margin-left: -92px;
  }
  .sm-ml--93 {
    margin-left: -93px;
  }
  .sm-ml--94 {
    margin-left: -94px;
  }
  .sm-ml--95 {
    margin-left: -95px;
  }
  .sm-ml--96 {
    margin-left: -96px;
  }
  .sm-ml--97 {
    margin-left: -97px;
  }
  .sm-ml--98 {
    margin-left: -98px;
  }
  .sm-ml--99 {
    margin-left: -99px;
  }
  .sm-ml--100 {
    margin-left: -100px;
  }
  .sm-ml--101 {
    margin-left: -101px;
  }
  .sm-ml--102 {
    margin-left: -102px;
  }
  .sm-ml--103 {
    margin-left: -103px;
  }
  .sm-ml--104 {
    margin-left: -104px;
  }
  .sm-ml--105 {
    margin-left: -105px;
  }
  .sm-ml--106 {
    margin-left: -106px;
  }
  .sm-ml--107 {
    margin-left: -107px;
  }
  .sm-ml--108 {
    margin-left: -108px;
  }
  .sm-ml--109 {
    margin-left: -109px;
  }
  .sm-ml--110 {
    margin-left: -110px;
  }
  .sm-ml--111 {
    margin-left: -111px;
  }
  .sm-ml--112 {
    margin-left: -112px;
  }
  .sm-ml--113 {
    margin-left: -113px;
  }
  .sm-ml--114 {
    margin-left: -114px;
  }
  .sm-ml--115 {
    margin-left: -115px;
  }
  .sm-ml--116 {
    margin-left: -116px;
  }
  .sm-ml--117 {
    margin-left: -117px;
  }
  .sm-ml--118 {
    margin-left: -118px;
  }
  .sm-ml--119 {
    margin-left: -119px;
  }
  .sm-ml--120 {
    margin-left: -120px;
  }
  .sm-ml--121 {
    margin-left: -121px;
  }
  .sm-ml--122 {
    margin-left: -122px;
  }
  .sm-ml--123 {
    margin-left: -123px;
  }
  .sm-ml--124 {
    margin-left: -124px;
  }
  .sm-ml--125 {
    margin-left: -125px;
  }
  .sm-ml--126 {
    margin-left: -126px;
  }
  .sm-ml--127 {
    margin-left: -127px;
  }
  .sm-ml--128 {
    margin-left: -128px;
  }
  .sm-ml--129 {
    margin-left: -129px;
  }
  .sm-ml--130 {
    margin-left: -130px;
  }
  .sm-ml--131 {
    margin-left: -131px;
  }
  .sm-ml--132 {
    margin-left: -132px;
  }
  .sm-ml--133 {
    margin-left: -133px;
  }
  .sm-ml--134 {
    margin-left: -134px;
  }
  .sm-ml--135 {
    margin-left: -135px;
  }
  .sm-ml--136 {
    margin-left: -136px;
  }
  .sm-ml--137 {
    margin-left: -137px;
  }
  .sm-ml--138 {
    margin-left: -138px;
  }
  .sm-ml--139 {
    margin-left: -139px;
  }
  .sm-ml--140 {
    margin-left: -140px;
  }
  .sm-ml--141 {
    margin-left: -141px;
  }
  .sm-ml--142 {
    margin-left: -142px;
  }
  .sm-ml--143 {
    margin-left: -143px;
  }
  .sm-ml--144 {
    margin-left: -144px;
  }
  .sm-ml--145 {
    margin-left: -145px;
  }
  .sm-ml--146 {
    margin-left: -146px;
  }
  .sm-ml--147 {
    margin-left: -147px;
  }
  .sm-ml--148 {
    margin-left: -148px;
  }
  .sm-ml--149 {
    margin-left: -149px;
  }
  .sm-ml--150 {
    margin-left: -150px;
  }
  .sm-ml--151 {
    margin-left: -151px;
  }
  .sm-ml--152 {
    margin-left: -152px;
  }
  .sm-ml--153 {
    margin-left: -153px;
  }
  .sm-ml--154 {
    margin-left: -154px;
  }
  .sm-ml--155 {
    margin-left: -155px;
  }
  .sm-ml--156 {
    margin-left: -156px;
  }
  .sm-ml--157 {
    margin-left: -157px;
  }
  .sm-ml--158 {
    margin-left: -158px;
  }
  .sm-ml--159 {
    margin-left: -159px;
  }
  .sm-ml--160 {
    margin-left: -160px;
  }
  .sm-ml--161 {
    margin-left: -161px;
  }
  .sm-ml--162 {
    margin-left: -162px;
  }
  .sm-ml--163 {
    margin-left: -163px;
  }
  .sm-ml--164 {
    margin-left: -164px;
  }
  .sm-ml--165 {
    margin-left: -165px;
  }
  .sm-ml--166 {
    margin-left: -166px;
  }
  .sm-ml--167 {
    margin-left: -167px;
  }
  .sm-ml--168 {
    margin-left: -168px;
  }
  .sm-ml--169 {
    margin-left: -169px;
  }
  .sm-ml--170 {
    margin-left: -170px;
  }
  .sm-ml--171 {
    margin-left: -171px;
  }
  .sm-ml--172 {
    margin-left: -172px;
  }
  .sm-ml--173 {
    margin-left: -173px;
  }
  .sm-ml--174 {
    margin-left: -174px;
  }
  .sm-ml--175 {
    margin-left: -175px;
  }
  .sm-ml--176 {
    margin-left: -176px;
  }
  .sm-ml--177 {
    margin-left: -177px;
  }
  .sm-ml--178 {
    margin-left: -178px;
  }
  .sm-ml--179 {
    margin-left: -179px;
  }
  .sm-ml--180 {
    margin-left: -180px;
  }
  .sm-ml--181 {
    margin-left: -181px;
  }
  .sm-ml--182 {
    margin-left: -182px;
  }
  .sm-ml--183 {
    margin-left: -183px;
  }
  .sm-ml--184 {
    margin-left: -184px;
  }
  .sm-ml--185 {
    margin-left: -185px;
  }
  .sm-ml--186 {
    margin-left: -186px;
  }
  .sm-ml--187 {
    margin-left: -187px;
  }
  .sm-ml--188 {
    margin-left: -188px;
  }
  .sm-ml--189 {
    margin-left: -189px;
  }
  .sm-ml--190 {
    margin-left: -190px;
  }
  .sm-ml--191 {
    margin-left: -191px;
  }
  .sm-ml--192 {
    margin-left: -192px;
  }
  .sm-ml--193 {
    margin-left: -193px;
  }
  .sm-ml--194 {
    margin-left: -194px;
  }
  .sm-ml--195 {
    margin-left: -195px;
  }
  .sm-ml--196 {
    margin-left: -196px;
  }
  .sm-ml--197 {
    margin-left: -197px;
  }
  .sm-ml--198 {
    margin-left: -198px;
  }
  .sm-ml--199 {
    margin-left: -199px;
  }
  .sm-ml--200 {
    margin-left: -200px;
  }
  .sm-mr--1 {
    margin-right: -1px;
  }
  .sm-mr--2 {
    margin-right: -2px;
  }
  .sm-mr--3 {
    margin-right: -3px;
  }
  .sm-mr--4 {
    margin-right: -4px;
  }
  .sm-mr--5 {
    margin-right: -5px;
  }
  .sm-mr--6 {
    margin-right: -6px;
  }
  .sm-mr--7 {
    margin-right: -7px;
  }
  .sm-mr--8 {
    margin-right: -8px;
  }
  .sm-mr--9 {
    margin-right: -9px;
  }
  .sm-mr--10 {
    margin-right: -10px;
  }
  .sm-mr--11 {
    margin-right: -11px;
  }
  .sm-mr--12 {
    margin-right: -12px;
  }
  .sm-mr--13 {
    margin-right: -13px;
  }
  .sm-mr--14 {
    margin-right: -14px;
  }
  .sm-mr--15 {
    margin-right: -15px;
  }
  .sm-mr--16 {
    margin-right: -16px;
  }
  .sm-mr--17 {
    margin-right: -17px;
  }
  .sm-mr--18 {
    margin-right: -18px;
  }
  .sm-mr--19 {
    margin-right: -19px;
  }
  .sm-mr--20 {
    margin-right: -20px;
  }
  .sm-mr--21 {
    margin-right: -21px;
  }
  .sm-mr--22 {
    margin-right: -22px;
  }
  .sm-mr--23 {
    margin-right: -23px;
  }
  .sm-mr--24 {
    margin-right: -24px;
  }
  .sm-mr--25 {
    margin-right: -25px;
  }
  .sm-mr--26 {
    margin-right: -26px;
  }
  .sm-mr--27 {
    margin-right: -27px;
  }
  .sm-mr--28 {
    margin-right: -28px;
  }
  .sm-mr--29 {
    margin-right: -29px;
  }
  .sm-mr--30 {
    margin-right: -30px;
  }
  .sm-mr--31 {
    margin-right: -31px;
  }
  .sm-mr--32 {
    margin-right: -32px;
  }
  .sm-mr--33 {
    margin-right: -33px;
  }
  .sm-mr--34 {
    margin-right: -34px;
  }
  .sm-mr--35 {
    margin-right: -35px;
  }
  .sm-mr--36 {
    margin-right: -36px;
  }
  .sm-mr--37 {
    margin-right: -37px;
  }
  .sm-mr--38 {
    margin-right: -38px;
  }
  .sm-mr--39 {
    margin-right: -39px;
  }
  .sm-mr--40 {
    margin-right: -40px;
  }
  .sm-mr--41 {
    margin-right: -41px;
  }
  .sm-mr--42 {
    margin-right: -42px;
  }
  .sm-mr--43 {
    margin-right: -43px;
  }
  .sm-mr--44 {
    margin-right: -44px;
  }
  .sm-mr--45 {
    margin-right: -45px;
  }
  .sm-mr--46 {
    margin-right: -46px;
  }
  .sm-mr--47 {
    margin-right: -47px;
  }
  .sm-mr--48 {
    margin-right: -48px;
  }
  .sm-mr--49 {
    margin-right: -49px;
  }
  .sm-mr--50 {
    margin-right: -50px;
  }
  .sm-mr--51 {
    margin-right: -51px;
  }
  .sm-mr--52 {
    margin-right: -52px;
  }
  .sm-mr--53 {
    margin-right: -53px;
  }
  .sm-mr--54 {
    margin-right: -54px;
  }
  .sm-mr--55 {
    margin-right: -55px;
  }
  .sm-mr--56 {
    margin-right: -56px;
  }
  .sm-mr--57 {
    margin-right: -57px;
  }
  .sm-mr--58 {
    margin-right: -58px;
  }
  .sm-mr--59 {
    margin-right: -59px;
  }
  .sm-mr--60 {
    margin-right: -60px;
  }
  .sm-mr--61 {
    margin-right: -61px;
  }
  .sm-mr--62 {
    margin-right: -62px;
  }
  .sm-mr--63 {
    margin-right: -63px;
  }
  .sm-mr--64 {
    margin-right: -64px;
  }
  .sm-mr--65 {
    margin-right: -65px;
  }
  .sm-mr--66 {
    margin-right: -66px;
  }
  .sm-mr--67 {
    margin-right: -67px;
  }
  .sm-mr--68 {
    margin-right: -68px;
  }
  .sm-mr--69 {
    margin-right: -69px;
  }
  .sm-mr--70 {
    margin-right: -70px;
  }
  .sm-mr--71 {
    margin-right: -71px;
  }
  .sm-mr--72 {
    margin-right: -72px;
  }
  .sm-mr--73 {
    margin-right: -73px;
  }
  .sm-mr--74 {
    margin-right: -74px;
  }
  .sm-mr--75 {
    margin-right: -75px;
  }
  .sm-mr--76 {
    margin-right: -76px;
  }
  .sm-mr--77 {
    margin-right: -77px;
  }
  .sm-mr--78 {
    margin-right: -78px;
  }
  .sm-mr--79 {
    margin-right: -79px;
  }
  .sm-mr--80 {
    margin-right: -80px;
  }
  .sm-mr--81 {
    margin-right: -81px;
  }
  .sm-mr--82 {
    margin-right: -82px;
  }
  .sm-mr--83 {
    margin-right: -83px;
  }
  .sm-mr--84 {
    margin-right: -84px;
  }
  .sm-mr--85 {
    margin-right: -85px;
  }
  .sm-mr--86 {
    margin-right: -86px;
  }
  .sm-mr--87 {
    margin-right: -87px;
  }
  .sm-mr--88 {
    margin-right: -88px;
  }
  .sm-mr--89 {
    margin-right: -89px;
  }
  .sm-mr--90 {
    margin-right: -90px;
  }
  .sm-mr--91 {
    margin-right: -91px;
  }
  .sm-mr--92 {
    margin-right: -92px;
  }
  .sm-mr--93 {
    margin-right: -93px;
  }
  .sm-mr--94 {
    margin-right: -94px;
  }
  .sm-mr--95 {
    margin-right: -95px;
  }
  .sm-mr--96 {
    margin-right: -96px;
  }
  .sm-mr--97 {
    margin-right: -97px;
  }
  .sm-mr--98 {
    margin-right: -98px;
  }
  .sm-mr--99 {
    margin-right: -99px;
  }
  .sm-mr--100 {
    margin-right: -100px;
  }
  .sm-mr--101 {
    margin-right: -101px;
  }
  .sm-mr--102 {
    margin-right: -102px;
  }
  .sm-mr--103 {
    margin-right: -103px;
  }
  .sm-mr--104 {
    margin-right: -104px;
  }
  .sm-mr--105 {
    margin-right: -105px;
  }
  .sm-mr--106 {
    margin-right: -106px;
  }
  .sm-mr--107 {
    margin-right: -107px;
  }
  .sm-mr--108 {
    margin-right: -108px;
  }
  .sm-mr--109 {
    margin-right: -109px;
  }
  .sm-mr--110 {
    margin-right: -110px;
  }
  .sm-mr--111 {
    margin-right: -111px;
  }
  .sm-mr--112 {
    margin-right: -112px;
  }
  .sm-mr--113 {
    margin-right: -113px;
  }
  .sm-mr--114 {
    margin-right: -114px;
  }
  .sm-mr--115 {
    margin-right: -115px;
  }
  .sm-mr--116 {
    margin-right: -116px;
  }
  .sm-mr--117 {
    margin-right: -117px;
  }
  .sm-mr--118 {
    margin-right: -118px;
  }
  .sm-mr--119 {
    margin-right: -119px;
  }
  .sm-mr--120 {
    margin-right: -120px;
  }
  .sm-mr--121 {
    margin-right: -121px;
  }
  .sm-mr--122 {
    margin-right: -122px;
  }
  .sm-mr--123 {
    margin-right: -123px;
  }
  .sm-mr--124 {
    margin-right: -124px;
  }
  .sm-mr--125 {
    margin-right: -125px;
  }
  .sm-mr--126 {
    margin-right: -126px;
  }
  .sm-mr--127 {
    margin-right: -127px;
  }
  .sm-mr--128 {
    margin-right: -128px;
  }
  .sm-mr--129 {
    margin-right: -129px;
  }
  .sm-mr--130 {
    margin-right: -130px;
  }
  .sm-mr--131 {
    margin-right: -131px;
  }
  .sm-mr--132 {
    margin-right: -132px;
  }
  .sm-mr--133 {
    margin-right: -133px;
  }
  .sm-mr--134 {
    margin-right: -134px;
  }
  .sm-mr--135 {
    margin-right: -135px;
  }
  .sm-mr--136 {
    margin-right: -136px;
  }
  .sm-mr--137 {
    margin-right: -137px;
  }
  .sm-mr--138 {
    margin-right: -138px;
  }
  .sm-mr--139 {
    margin-right: -139px;
  }
  .sm-mr--140 {
    margin-right: -140px;
  }
  .sm-mr--141 {
    margin-right: -141px;
  }
  .sm-mr--142 {
    margin-right: -142px;
  }
  .sm-mr--143 {
    margin-right: -143px;
  }
  .sm-mr--144 {
    margin-right: -144px;
  }
  .sm-mr--145 {
    margin-right: -145px;
  }
  .sm-mr--146 {
    margin-right: -146px;
  }
  .sm-mr--147 {
    margin-right: -147px;
  }
  .sm-mr--148 {
    margin-right: -148px;
  }
  .sm-mr--149 {
    margin-right: -149px;
  }
  .sm-mr--150 {
    margin-right: -150px;
  }
  .sm-mr--151 {
    margin-right: -151px;
  }
  .sm-mr--152 {
    margin-right: -152px;
  }
  .sm-mr--153 {
    margin-right: -153px;
  }
  .sm-mr--154 {
    margin-right: -154px;
  }
  .sm-mr--155 {
    margin-right: -155px;
  }
  .sm-mr--156 {
    margin-right: -156px;
  }
  .sm-mr--157 {
    margin-right: -157px;
  }
  .sm-mr--158 {
    margin-right: -158px;
  }
  .sm-mr--159 {
    margin-right: -159px;
  }
  .sm-mr--160 {
    margin-right: -160px;
  }
  .sm-mr--161 {
    margin-right: -161px;
  }
  .sm-mr--162 {
    margin-right: -162px;
  }
  .sm-mr--163 {
    margin-right: -163px;
  }
  .sm-mr--164 {
    margin-right: -164px;
  }
  .sm-mr--165 {
    margin-right: -165px;
  }
  .sm-mr--166 {
    margin-right: -166px;
  }
  .sm-mr--167 {
    margin-right: -167px;
  }
  .sm-mr--168 {
    margin-right: -168px;
  }
  .sm-mr--169 {
    margin-right: -169px;
  }
  .sm-mr--170 {
    margin-right: -170px;
  }
  .sm-mr--171 {
    margin-right: -171px;
  }
  .sm-mr--172 {
    margin-right: -172px;
  }
  .sm-mr--173 {
    margin-right: -173px;
  }
  .sm-mr--174 {
    margin-right: -174px;
  }
  .sm-mr--175 {
    margin-right: -175px;
  }
  .sm-mr--176 {
    margin-right: -176px;
  }
  .sm-mr--177 {
    margin-right: -177px;
  }
  .sm-mr--178 {
    margin-right: -178px;
  }
  .sm-mr--179 {
    margin-right: -179px;
  }
  .sm-mr--180 {
    margin-right: -180px;
  }
  .sm-mr--181 {
    margin-right: -181px;
  }
  .sm-mr--182 {
    margin-right: -182px;
  }
  .sm-mr--183 {
    margin-right: -183px;
  }
  .sm-mr--184 {
    margin-right: -184px;
  }
  .sm-mr--185 {
    margin-right: -185px;
  }
  .sm-mr--186 {
    margin-right: -186px;
  }
  .sm-mr--187 {
    margin-right: -187px;
  }
  .sm-mr--188 {
    margin-right: -188px;
  }
  .sm-mr--189 {
    margin-right: -189px;
  }
  .sm-mr--190 {
    margin-right: -190px;
  }
  .sm-mr--191 {
    margin-right: -191px;
  }
  .sm-mr--192 {
    margin-right: -192px;
  }
  .sm-mr--193 {
    margin-right: -193px;
  }
  .sm-mr--194 {
    margin-right: -194px;
  }
  .sm-mr--195 {
    margin-right: -195px;
  }
  .sm-mr--196 {
    margin-right: -196px;
  }
  .sm-mr--197 {
    margin-right: -197px;
  }
  .sm-mr--198 {
    margin-right: -198px;
  }
  .sm-mr--199 {
    margin-right: -199px;
  }
  .sm-mr--200 {
    margin-right: -200px;
  }
}
@media only screen and (max-width:575px) {
  .xs-padding-0 {
    padding: 0;
  }
  .xs-margin-0 {
    margin: 0;
  }
  .xs-pt-0 {
    padding-top: 0;
  }
  .xs-pt-1 {
    padding-top: 1px;
  }
  .xs-pt-2 {
    padding-top: 2px;
  }
  .xs-pt-3 {
    padding-top: 3px;
  }
  .xs-pt-4 {
    padding-top: 4px;
  }
  .xs-pt-5 {
    padding-top: 5px;
  }
  .xs-pt-6 {
    padding-top: 6px;
  }
  .xs-pt-7 {
    padding-top: 7px;
  }
  .xs-pt-8 {
    padding-top: 8px;
  }
  .xs-pt-9 {
    padding-top: 9px;
  }
  .xs-pt-10 {
    padding-top: 10px;
  }
  .xs-pt-11 {
    padding-top: 11px;
  }
  .xs-pt-12 {
    padding-top: 12px;
  }
  .xs-pt-13 {
    padding-top: 13px;
  }
  .xs-pt-14 {
    padding-top: 14px;
  }
  .xs-pt-15 {
    padding-top: 15px;
  }
  .xs-pt-16 {
    padding-top: 16px;
  }
  .xs-pt-17 {
    padding-top: 17px;
  }
  .xs-pt-18 {
    padding-top: 18px;
  }
  .xs-pt-19 {
    padding-top: 19px;
  }
  .xs-pt-20 {
    padding-top: 20px;
  }
  .xs-pt-21 {
    padding-top: 21px;
  }
  .xs-pt-22 {
    padding-top: 22px;
  }
  .xs-pt-23 {
    padding-top: 23px;
  }
  .xs-pt-24 {
    padding-top: 24px;
  }
  .xs-pt-25 {
    padding-top: 25px;
  }
  .xs-pt-26 {
    padding-top: 26px;
  }
  .xs-pt-27 {
    padding-top: 27px;
  }
  .xs-pt-28 {
    padding-top: 28px;
  }
  .xs-pt-29 {
    padding-top: 29px;
  }
  .xs-pt-30 {
    padding-top: 30px;
  }
  .xs-pt-31 {
    padding-top: 31px;
  }
  .xs-pt-32 {
    padding-top: 32px;
  }
  .xs-pt-33 {
    padding-top: 33px;
  }
  .xs-pt-34 {
    padding-top: 34px;
  }
  .xs-pt-35 {
    padding-top: 35px;
  }
  .xs-pt-36 {
    padding-top: 36px;
  }
  .xs-pt-37 {
    padding-top: 37px;
  }
  .xs-pt-38 {
    padding-top: 38px;
  }
  .xs-pt-39 {
    padding-top: 39px;
  }
  .xs-pt-40 {
    padding-top: 40px;
  }
  .xs-pt-41 {
    padding-top: 41px;
  }
  .xs-pt-42 {
    padding-top: 42px;
  }
  .xs-pt-43 {
    padding-top: 43px;
  }
  .xs-pt-44 {
    padding-top: 44px;
  }
  .xs-pt-45 {
    padding-top: 45px;
  }
  .xs-pt-46 {
    padding-top: 46px;
  }
  .xs-pt-47 {
    padding-top: 47px;
  }
  .xs-pt-48 {
    padding-top: 48px;
  }
  .xs-pt-49 {
    padding-top: 49px;
  }
  .xs-pt-50 {
    padding-top: 50px;
  }
  .xs-pt-51 {
    padding-top: 51px;
  }
  .xs-pt-52 {
    padding-top: 52px;
  }
  .xs-pt-53 {
    padding-top: 53px;
  }
  .xs-pt-54 {
    padding-top: 54px;
  }
  .xs-pt-55 {
    padding-top: 55px;
  }
  .xs-pt-56 {
    padding-top: 56px;
  }
  .xs-pt-57 {
    padding-top: 57px;
  }
  .xs-pt-58 {
    padding-top: 58px;
  }
  .xs-pt-59 {
    padding-top: 59px;
  }
  .xs-pt-60 {
    padding-top: 60px;
  }
  .xs-pt-61 {
    padding-top: 61px;
  }
  .xs-pt-62 {
    padding-top: 62px;
  }
  .xs-pt-63 {
    padding-top: 63px;
  }
  .xs-pt-64 {
    padding-top: 64px;
  }
  .xs-pt-65 {
    padding-top: 65px;
  }
  .xs-pt-66 {
    padding-top: 66px;
  }
  .xs-pt-67 {
    padding-top: 67px;
  }
  .xs-pt-68 {
    padding-top: 68px;
  }
  .xs-pt-69 {
    padding-top: 69px;
  }
  .xs-pt-70 {
    padding-top: 70px;
  }
  .xs-pt-71 {
    padding-top: 71px;
  }
  .xs-pt-72 {
    padding-top: 72px;
  }
  .xs-pt-73 {
    padding-top: 73px;
  }
  .xs-pt-74 {
    padding-top: 74px;
  }
  .xs-pt-75 {
    padding-top: 75px;
  }
  .xs-pt-76 {
    padding-top: 76px;
  }
  .xs-pt-77 {
    padding-top: 77px;
  }
  .xs-pt-78 {
    padding-top: 78px;
  }
  .xs-pt-79 {
    padding-top: 79px;
  }
  .xs-pt-80 {
    padding-top: 80px;
  }
  .xs-pt-81 {
    padding-top: 81px;
  }
  .xs-pt-82 {
    padding-top: 82px;
  }
  .xs-pt-83 {
    padding-top: 83px;
  }
  .xs-pt-84 {
    padding-top: 84px;
  }
  .xs-pt-85 {
    padding-top: 85px;
  }
  .xs-pt-86 {
    padding-top: 86px;
  }
  .xs-pt-87 {
    padding-top: 87px;
  }
  .xs-pt-88 {
    padding-top: 88px;
  }
  .xs-pt-89 {
    padding-top: 89px;
  }
  .xs-pt-90 {
    padding-top: 90px;
  }
  .xs-pt-91 {
    padding-top: 91px;
  }
  .xs-pt-92 {
    padding-top: 92px;
  }
  .xs-pt-93 {
    padding-top: 93px;
  }
  .xs-pt-94 {
    padding-top: 94px;
  }
  .xs-pt-95 {
    padding-top: 95px;
  }
  .xs-pt-96 {
    padding-top: 96px;
  }
  .xs-pt-97 {
    padding-top: 97px;
  }
  .xs-pt-98 {
    padding-top: 98px;
  }
  .xs-pt-99 {
    padding-top: 99px;
  }
  .xs-pt-100 {
    padding-top: 100px;
  }
  .xs-pt-101 {
    padding-top: 101px;
  }
  .xs-pt-102 {
    padding-top: 102px;
  }
  .xs-pt-103 {
    padding-top: 103px;
  }
  .xs-pt-104 {
    padding-top: 104px;
  }
  .xs-pt-105 {
    padding-top: 105px;
  }
  .xs-pt-106 {
    padding-top: 106px;
  }
  .xs-pt-107 {
    padding-top: 107px;
  }
  .xs-pt-108 {
    padding-top: 108px;
  }
  .xs-pt-109 {
    padding-top: 109px;
  }
  .xs-pt-110 {
    padding-top: 110px;
  }
  .xs-pt-111 {
    padding-top: 111px;
  }
  .xs-pt-112 {
    padding-top: 112px;
  }
  .xs-pt-113 {
    padding-top: 113px;
  }
  .xs-pt-114 {
    padding-top: 114px;
  }
  .xs-pt-115 {
    padding-top: 115px;
  }
  .xs-pt-116 {
    padding-top: 116px;
  }
  .xs-pt-117 {
    padding-top: 117px;
  }
  .xs-pt-118 {
    padding-top: 118px;
  }
  .xs-pt-119 {
    padding-top: 119px;
  }
  .xs-pt-120 {
    padding-top: 120px;
  }
  .xs-pt-121 {
    padding-top: 121px;
  }
  .xs-pt-122 {
    padding-top: 122px;
  }
  .xs-pt-123 {
    padding-top: 123px;
  }
  .xs-pt-124 {
    padding-top: 124px;
  }
  .xs-pt-125 {
    padding-top: 125px;
  }
  .xs-pt-126 {
    padding-top: 126px;
  }
  .xs-pt-127 {
    padding-top: 127px;
  }
  .xs-pt-128 {
    padding-top: 128px;
  }
  .xs-pt-129 {
    padding-top: 129px;
  }
  .xs-pt-130 {
    padding-top: 130px;
  }
  .xs-pt-131 {
    padding-top: 131px;
  }
  .xs-pt-132 {
    padding-top: 132px;
  }
  .xs-pt-133 {
    padding-top: 133px;
  }
  .xs-pt-134 {
    padding-top: 134px;
  }
  .xs-pt-135 {
    padding-top: 135px;
  }
  .xs-pt-136 {
    padding-top: 136px;
  }
  .xs-pt-137 {
    padding-top: 137px;
  }
  .xs-pt-138 {
    padding-top: 138px;
  }
  .xs-pt-139 {
    padding-top: 139px;
  }
  .xs-pt-140 {
    padding-top: 140px;
  }
  .xs-pt-141 {
    padding-top: 141px;
  }
  .xs-pt-142 {
    padding-top: 142px;
  }
  .xs-pt-143 {
    padding-top: 143px;
  }
  .xs-pt-144 {
    padding-top: 144px;
  }
  .xs-pt-145 {
    padding-top: 145px;
  }
  .xs-pt-146 {
    padding-top: 146px;
  }
  .xs-pt-147 {
    padding-top: 147px;
  }
  .xs-pt-148 {
    padding-top: 148px;
  }
  .xs-pt-149 {
    padding-top: 149px;
  }
  .xs-pt-150 {
    padding-top: 150px;
  }
  .xs-pt-151 {
    padding-top: 151px;
  }
  .xs-pt-152 {
    padding-top: 152px;
  }
  .xs-pt-153 {
    padding-top: 153px;
  }
  .xs-pt-154 {
    padding-top: 154px;
  }
  .xs-pt-155 {
    padding-top: 155px;
  }
  .xs-pt-156 {
    padding-top: 156px;
  }
  .xs-pt-157 {
    padding-top: 157px;
  }
  .xs-pt-158 {
    padding-top: 158px;
  }
  .xs-pt-159 {
    padding-top: 159px;
  }
  .xs-pt-160 {
    padding-top: 160px;
  }
  .xs-pt-161 {
    padding-top: 161px;
  }
  .xs-pt-162 {
    padding-top: 162px;
  }
  .xs-pt-163 {
    padding-top: 163px;
  }
  .xs-pt-164 {
    padding-top: 164px;
  }
  .xs-pt-165 {
    padding-top: 165px;
  }
  .xs-pt-166 {
    padding-top: 166px;
  }
  .xs-pt-167 {
    padding-top: 167px;
  }
  .xs-pt-168 {
    padding-top: 168px;
  }
  .xs-pt-169 {
    padding-top: 169px;
  }
  .xs-pt-170 {
    padding-top: 170px;
  }
  .xs-pt-171 {
    padding-top: 171px;
  }
  .xs-pt-172 {
    padding-top: 172px;
  }
  .xs-pt-173 {
    padding-top: 173px;
  }
  .xs-pt-174 {
    padding-top: 174px;
  }
  .xs-pt-175 {
    padding-top: 175px;
  }
  .xs-pt-176 {
    padding-top: 176px;
  }
  .xs-pt-177 {
    padding-top: 177px;
  }
  .xs-pt-178 {
    padding-top: 178px;
  }
  .xs-pt-179 {
    padding-top: 179px;
  }
  .xs-pt-180 {
    padding-top: 180px;
  }
  .xs-pt-181 {
    padding-top: 181px;
  }
  .xs-pt-182 {
    padding-top: 182px;
  }
  .xs-pt-183 {
    padding-top: 183px;
  }
  .xs-pt-184 {
    padding-top: 184px;
  }
  .xs-pt-185 {
    padding-top: 185px;
  }
  .xs-pt-186 {
    padding-top: 186px;
  }
  .xs-pt-187 {
    padding-top: 187px;
  }
  .xs-pt-188 {
    padding-top: 188px;
  }
  .xs-pt-189 {
    padding-top: 189px;
  }
  .xs-pt-190 {
    padding-top: 190px;
  }
  .xs-pt-191 {
    padding-top: 191px;
  }
  .xs-pt-192 {
    padding-top: 192px;
  }
  .xs-pt-193 {
    padding-top: 193px;
  }
  .xs-pt-194 {
    padding-top: 194px;
  }
  .xs-pt-195 {
    padding-top: 195px;
  }
  .xs-pt-196 {
    padding-top: 196px;
  }
  .xs-pt-197 {
    padding-top: 197px;
  }
  .xs-pt-198 {
    padding-top: 198px;
  }
  .xs-pt-199 {
    padding-top: 199px;
  }
  .xs-pt-200 {
    padding-top: 200px;
  }
  .xs-pb-0 {
    padding-bottom: 0;
  }
  .xs-pb-1 {
    padding-bottom: 1px;
  }
  .xs-pb-2 {
    padding-bottom: 2px;
  }
  .xs-pb-3 {
    padding-bottom: 3px;
  }
  .xs-pb-4 {
    padding-bottom: 4px;
  }
  .xs-pb-5 {
    padding-bottom: 5px;
  }
  .xs-pb-6 {
    padding-bottom: 6px;
  }
  .xs-pb-7 {
    padding-bottom: 7px;
  }
  .xs-pb-8 {
    padding-bottom: 8px;
  }
  .xs-pb-9 {
    padding-bottom: 9px;
  }
  .xs-pb-10 {
    padding-bottom: 10px;
  }
  .xs-pb-11 {
    padding-bottom: 11px;
  }
  .xs-pb-12 {
    padding-bottom: 12px;
  }
  .xs-pb-13 {
    padding-bottom: 13px;
  }
  .xs-pb-14 {
    padding-bottom: 14px;
  }
  .xs-pb-15 {
    padding-bottom: 15px;
  }
  .xs-pb-16 {
    padding-bottom: 16px;
  }
  .xs-pb-17 {
    padding-bottom: 17px;
  }
  .xs-pb-18 {
    padding-bottom: 18px;
  }
  .xs-pb-19 {
    padding-bottom: 19px;
  }
  .xs-pb-20 {
    padding-bottom: 20px;
  }
  .xs-pb-21 {
    padding-bottom: 21px;
  }
  .xs-pb-22 {
    padding-bottom: 22px;
  }
  .xs-pb-23 {
    padding-bottom: 23px;
  }
  .xs-pb-24 {
    padding-bottom: 24px;
  }
  .xs-pb-25 {
    padding-bottom: 25px;
  }
  .xs-pb-26 {
    padding-bottom: 26px;
  }
  .xs-pb-27 {
    padding-bottom: 27px;
  }
  .xs-pb-28 {
    padding-bottom: 28px;
  }
  .xs-pb-29 {
    padding-bottom: 29px;
  }
  .xs-pb-30 {
    padding-bottom: 30px;
  }
  .xs-pb-31 {
    padding-bottom: 31px;
  }
  .xs-pb-32 {
    padding-bottom: 32px;
  }
  .xs-pb-33 {
    padding-bottom: 33px;
  }
  .xs-pb-34 {
    padding-bottom: 34px;
  }
  .xs-pb-35 {
    padding-bottom: 35px;
  }
  .xs-pb-36 {
    padding-bottom: 36px;
  }
  .xs-pb-37 {
    padding-bottom: 37px;
  }
  .xs-pb-38 {
    padding-bottom: 38px;
  }
  .xs-pb-39 {
    padding-bottom: 39px;
  }
  .xs-pb-40 {
    padding-bottom: 40px;
  }
  .xs-pb-41 {
    padding-bottom: 41px;
  }
  .xs-pb-42 {
    padding-bottom: 42px;
  }
  .xs-pb-43 {
    padding-bottom: 43px;
  }
  .xs-pb-44 {
    padding-bottom: 44px;
  }
  .xs-pb-45 {
    padding-bottom: 45px;
  }
  .xs-pb-46 {
    padding-bottom: 46px;
  }
  .xs-pb-47 {
    padding-bottom: 47px;
  }
  .xs-pb-48 {
    padding-bottom: 48px;
  }
  .xs-pb-49 {
    padding-bottom: 49px;
  }
  .xs-pb-50 {
    padding-bottom: 50px;
  }
  .xs-pb-51 {
    padding-bottom: 51px;
  }
  .xs-pb-52 {
    padding-bottom: 52px;
  }
  .xs-pb-53 {
    padding-bottom: 53px;
  }
  .xs-pb-54 {
    padding-bottom: 54px;
  }
  .xs-pb-55 {
    padding-bottom: 55px;
  }
  .xs-pb-56 {
    padding-bottom: 56px;
  }
  .xs-pb-57 {
    padding-bottom: 57px;
  }
  .xs-pb-58 {
    padding-bottom: 58px;
  }
  .xs-pb-59 {
    padding-bottom: 59px;
  }
  .xs-pb-60 {
    padding-bottom: 60px;
  }
  .xs-pb-61 {
    padding-bottom: 61px;
  }
  .xs-pb-62 {
    padding-bottom: 62px;
  }
  .xs-pb-63 {
    padding-bottom: 63px;
  }
  .xs-pb-64 {
    padding-bottom: 64px;
  }
  .xs-pb-65 {
    padding-bottom: 65px;
  }
  .xs-pb-66 {
    padding-bottom: 66px;
  }
  .xs-pb-67 {
    padding-bottom: 67px;
  }
  .xs-pb-68 {
    padding-bottom: 68px;
  }
  .xs-pb-69 {
    padding-bottom: 69px;
  }
  .xs-pb-70 {
    padding-bottom: 70px;
  }
  .xs-pb-71 {
    padding-bottom: 71px;
  }
  .xs-pb-72 {
    padding-bottom: 72px;
  }
  .xs-pb-73 {
    padding-bottom: 73px;
  }
  .xs-pb-74 {
    padding-bottom: 74px;
  }
  .xs-pb-75 {
    padding-bottom: 75px;
  }
  .xs-pb-76 {
    padding-bottom: 76px;
  }
  .xs-pb-77 {
    padding-bottom: 77px;
  }
  .xs-pb-78 {
    padding-bottom: 78px;
  }
  .xs-pb-79 {
    padding-bottom: 79px;
  }
  .xs-pb-80 {
    padding-bottom: 80px;
  }
  .xs-pb-81 {
    padding-bottom: 81px;
  }
  .xs-pb-82 {
    padding-bottom: 82px;
  }
  .xs-pb-83 {
    padding-bottom: 83px;
  }
  .xs-pb-84 {
    padding-bottom: 84px;
  }
  .xs-pb-85 {
    padding-bottom: 85px;
  }
  .xs-pb-86 {
    padding-bottom: 86px;
  }
  .xs-pb-87 {
    padding-bottom: 87px;
  }
  .xs-pb-88 {
    padding-bottom: 88px;
  }
  .xs-pb-89 {
    padding-bottom: 89px;
  }
  .xs-pb-90 {
    padding-bottom: 90px;
  }
  .xs-pb-91 {
    padding-bottom: 91px;
  }
  .xs-pb-92 {
    padding-bottom: 92px;
  }
  .xs-pb-93 {
    padding-bottom: 93px;
  }
  .xs-pb-94 {
    padding-bottom: 94px;
  }
  .xs-pb-95 {
    padding-bottom: 95px;
  }
  .xs-pb-96 {
    padding-bottom: 96px;
  }
  .xs-pb-97 {
    padding-bottom: 97px;
  }
  .xs-pb-98 {
    padding-bottom: 98px;
  }
  .xs-pb-99 {
    padding-bottom: 99px;
  }
  .xs-pb-100 {
    padding-bottom: 100px;
  }
  .xs-pb-101 {
    padding-bottom: 101px;
  }
  .xs-pb-102 {
    padding-bottom: 102px;
  }
  .xs-pb-104 {
    padding-bottom: 104px;
  }
  .xs-pb-105 {
    padding-bottom: 105px;
  }
  .xs-pb-106 {
    padding-bottom: 106px;
  }
  .xs-pb-107 {
    padding-bottom: 107px;
  }
  .xs-pb-108 {
    padding-bottom: 108px;
  }
  .xs-pb-109 {
    padding-bottom: 109px;
  }
  .xs-pb-110 {
    padding-bottom: 110px;
  }
  .xs-pb-111 {
    padding-bottom: 111px;
  }
  .xs-pb-112 {
    padding-bottom: 112px;
  }
  .xs-pb-113 {
    padding-bottom: 113px;
  }
  .xs-pb-114 {
    padding-bottom: 114px;
  }
  .xs-pb-115 {
    padding-bottom: 115px;
  }
  .xs-pb-116 {
    padding-bottom: 116px;
  }
  .xs-pb-117 {
    padding-bottom: 117px;
  }
  .xs-pb-118 {
    padding-bottom: 118px;
  }
  .xs-pb-119 {
    padding-bottom: 119px;
  }
  .xs-pb-120 {
    padding-bottom: 120px;
  }
  .xs-pb-121 {
    padding-bottom: 121px;
  }
  .xs-pb-122 {
    padding-bottom: 122px;
  }
  .xs-pb-123 {
    padding-bottom: 123px;
  }
  .xs-pb-124 {
    padding-bottom: 124px;
  }
  .xs-pb-125 {
    padding-bottom: 125px;
  }
  .xs-pb-126 {
    padding-bottom: 126px;
  }
  .xs-pb-127 {
    padding-bottom: 127px;
  }
  .xs-pb-128 {
    padding-bottom: 128px;
  }
  .xs-pb-129 {
    padding-bottom: 129px;
  }
  .xs-pb-130 {
    padding-bottom: 130px;
  }
  .xs-pb-131 {
    padding-bottom: 131px;
  }
  .xs-pb-132 {
    padding-bottom: 132px;
  }
  .xs-pb-133 {
    padding-bottom: 133px;
  }
  .xs-pb-134 {
    padding-bottom: 134px;
  }
  .xs-pb-135 {
    padding-bottom: 135px;
  }
  .xs-pb-136 {
    padding-bottom: 136px;
  }
  .xs-pb-137 {
    padding-bottom: 137px;
  }
  .xs-pb-138 {
    padding-bottom: 138px;
  }
  .xs-pb-139 {
    padding-bottom: 139px;
  }
  .xs-pb-140 {
    padding-bottom: 140px;
  }
  .xs-pb-141 {
    padding-bottom: 141px;
  }
  .xs-pb-142 {
    padding-bottom: 142px;
  }
  .xs-pb-143 {
    padding-bottom: 143px;
  }
  .xs-pb-144 {
    padding-bottom: 144px;
  }
  .xs-pb-145 {
    padding-bottom: 145px;
  }
  .xs-pb-146 {
    padding-bottom: 146px;
  }
  .xs-pb-147 {
    padding-bottom: 147px;
  }
  .xs-pb-148 {
    padding-bottom: 148px;
  }
  .xs-pb-149 {
    padding-bottom: 149px;
  }
  .xs-pb-150 {
    padding-bottom: 150px;
  }
  .xs-pb-151 {
    padding-bottom: 151px;
  }
  .xs-pb-152 {
    padding-bottom: 152px;
  }
  .xs-pb-153 {
    padding-bottom: 153px;
  }
  .xs-pb-154 {
    padding-bottom: 154px;
  }
  .xs-pb-155 {
    padding-bottom: 155px;
  }
  .xs-pb-156 {
    padding-bottom: 156px;
  }
  .xs-pb-157 {
    padding-bottom: 157px;
  }
  .xs-pb-158 {
    padding-bottom: 158px;
  }
  .xs-pb-159 {
    padding-bottom: 159px;
  }
  .xs-pb-160 {
    padding-bottom: 160px;
  }
  .xs-pb-161 {
    padding-bottom: 161px;
  }
  .xs-pb-162 {
    padding-bottom: 162px;
  }
  .xs-pb-163 {
    padding-bottom: 163px;
  }
  .xs-pb-164 {
    padding-bottom: 164px;
  }
  .xs-pb-165 {
    padding-bottom: 165px;
  }
  .xs-pb-166 {
    padding-bottom: 166px;
  }
  .xs-pb-167 {
    padding-bottom: 167px;
  }
  .xs-pb-168 {
    padding-bottom: 168px;
  }
  .xs-pb-169 {
    padding-bottom: 169px;
  }
  .xs-pb-170 {
    padding-bottom: 170px;
  }
  .xs-pb-171 {
    padding-bottom: 171px;
  }
  .xs-pb-172 {
    padding-bottom: 172px;
  }
  .xs-pb-173 {
    padding-bottom: 173px;
  }
  .xs-pb-174 {
    padding-bottom: 174px;
  }
  .xs-pb-175 {
    padding-bottom: 175px;
  }
  .xs-pb-176 {
    padding-bottom: 176px;
  }
  .xs-pb-177 {
    padding-bottom: 177px;
  }
  .xs-pb-178 {
    padding-bottom: 178px;
  }
  .xs-pb-179 {
    padding-bottom: 179px;
  }
  .xs-pb-180 {
    padding-bottom: 180px;
  }
  .xs-pb-181 {
    padding-bottom: 181px;
  }
  .xs-pb-182 {
    padding-bottom: 182px;
  }
  .xs-pb-183 {
    padding-bottom: 183px;
  }
  .xs-pb-184 {
    padding-bottom: 184px;
  }
  .xs-pb-185 {
    padding-bottom: 185px;
  }
  .xs-pb-186 {
    padding-bottom: 186px;
  }
  .xs-pb-187 {
    padding-bottom: 187px;
  }
  .xs-pb-188 {
    padding-bottom: 188px;
  }
  .xs-pb-189 {
    padding-bottom: 189px;
  }
  .xs-pb-190 {
    padding-bottom: 190px;
  }
  .xs-pb-191 {
    padding-bottom: 191px;
  }
  .xs-pb-192 {
    padding-bottom: 192px;
  }
  .xs-pb-193 {
    padding-bottom: 193px;
  }
  .xs-pb-194 {
    padding-bottom: 194px;
  }
  .xs-pb-195 {
    padding-bottom: 195px;
  }
  .xs-pb-196 {
    padding-bottom: 196px;
  }
  .xs-pb-197 {
    padding-bottom: 197px;
  }
  .xs-pb-198 {
    padding-bottom: 198px;
  }
  .xs-pb-199 {
    padding-bottom: 199px;
  }
  .xs-pb-200 {
    padding-bottom: 200px;
  }
  .xs-pr-0 {
    padding-right: 0;
  }
  .xs-pr-1 {
    padding-right: 1px;
  }
  .xs-pr-2 {
    padding-right: 2px;
  }
  .xs-pr-4 {
    padding-right: 4px;
  }
  .xs-pr-5 {
    padding-right: 5px;
  }
  .xs-pr-6 {
    padding-right: 6px;
  }
  .xs-pr-7 {
    padding-right: 7px;
  }
  .xs-pr-8 {
    padding-right: 8px;
  }
  .xs-pr-9 {
    padding-right: 9px;
  }
  .xs-pr-10 {
    padding-right: 10px;
  }
  .xs-pr-11 {
    padding-right: 11px;
  }
  .xs-pr-12 {
    padding-right: 12px;
  }
  .xs-pr-13 {
    padding-right: 13px;
  }
  .xs-pr-14 {
    padding-right: 14px;
  }
  .xs-pr-15 {
    padding-right: 15px;
  }
  .xs-pr-16 {
    padding-right: 16px;
  }
  .xs-pr-17 {
    padding-right: 17px;
  }
  .xs-pr-18 {
    padding-right: 18px;
  }
  .xs-pr-19 {
    padding-right: 19px;
  }
  .xs-pr-20 {
    padding-right: 20px;
  }
  .xs-pr-21 {
    padding-right: 21px;
  }
  .xs-pr-22 {
    padding-right: 22px;
  }
  .xs-pr-23 {
    padding-right: 23px;
  }
  .xs-pr-24 {
    padding-right: 24px;
  }
  .xs-pr-25 {
    padding-right: 25px;
  }
  .xs-pr-26 {
    padding-right: 26px;
  }
  .xs-pr-27 {
    padding-right: 27px;
  }
  .xs-pr-28 {
    padding-right: 28px;
  }
  .xs-pr-29 {
    padding-right: 29px;
  }
  .xs-pr-30 {
    padding-right: 30px;
  }
  .xs-pr-31 {
    padding-right: 31px;
  }
  .xs-pr-32 {
    padding-right: 32px;
  }
  .xs-pr-33 {
    padding-right: 33px;
  }
  .xs-pr-34 {
    padding-right: 34px;
  }
  .xs-pr-35 {
    padding-right: 35px;
  }
  .xs-pr-36 {
    padding-right: 36px;
  }
  .xs-pr-37 {
    padding-right: 37px;
  }
  .xs-pr-38 {
    padding-right: 38px;
  }
  .xs-pr-39 {
    padding-right: 39px;
  }
  .xs-pr-40 {
    padding-right: 40px;
  }
  .xs-pr-41 {
    padding-right: 41px;
  }
  .xs-pr-42 {
    padding-right: 42px;
  }
  .xs-pr-43 {
    padding-right: 43px;
  }
  .xs-pr-44 {
    padding-right: 44px;
  }
  .xs-pr-45 {
    padding-right: 45px;
  }
  .xs-pr-46 {
    padding-right: 46px;
  }
  .xs-pr-47 {
    padding-right: 47px;
  }
  .xs-pr-48 {
    padding-right: 48px;
  }
  .xs-pr-49 {
    padding-right: 49px;
  }
  .xs-pr-50 {
    padding-right: 50px;
  }
  .xs-pr-51 {
    padding-right: 51px;
  }
  .xs-pr-52 {
    padding-right: 52px;
  }
  .xs-pr-53 {
    padding-right: 53px;
  }
  .xs-pr-54 {
    padding-right: 54px;
  }
  .xs-pr-55 {
    padding-right: 55px;
  }
  .xs-pr-56 {
    padding-right: 56px;
  }
  .xs-pr-57 {
    padding-right: 57px;
  }
  .xs-pr-58 {
    padding-right: 58px;
  }
  .xs-pr-59 {
    padding-right: 59px;
  }
  .xs-pr-60 {
    padding-right: 60px;
  }
  .xs-pr-61 {
    padding-right: 61px;
  }
  .xs-pr-62 {
    padding-right: 62px;
  }
  .xs-pr-63 {
    padding-right: 63px;
  }
  .xs-pr-64 {
    padding-right: 64px;
  }
  .xs-pr-65 {
    padding-right: 65px;
  }
  .xs-pr-66 {
    padding-right: 66px;
  }
  .xs-pr-67 {
    padding-right: 67px;
  }
  .xs-pr-68 {
    padding-right: 68px;
  }
  .xs-pr-69 {
    padding-right: 69px;
  }
  .xs-pr-70 {
    padding-right: 70px;
  }
  .xs-pr-71 {
    padding-right: 71px;
  }
  .xs-pr-72 {
    padding-right: 72px;
  }
  .xs-pr-73 {
    padding-right: 73px;
  }
  .xs-pr-74 {
    padding-right: 74px;
  }
  .xs-pr-75 {
    padding-right: 75px;
  }
  .xs-pr-76 {
    padding-right: 76px;
  }
  .xs-pr-77 {
    padding-right: 77px;
  }
  .xs-pr-78 {
    padding-right: 78px;
  }
  .xs-pr-79 {
    padding-right: 79px;
  }
  .xs-pr-80 {
    padding-right: 80px;
  }
  .xs-pr-81 {
    padding-right: 81px;
  }
  .xs-pr-82 {
    padding-right: 82px;
  }
  .xs-pr-83 {
    padding-right: 83px;
  }
  .xs-pr-84 {
    padding-right: 84px;
  }
  .xs-pr-85 {
    padding-right: 85px;
  }
  .xs-pr-86 {
    padding-right: 86px;
  }
  .xs-pr-87 {
    padding-right: 87px;
  }
  .xs-pr-88 {
    padding-right: 88px;
  }
  .xs-pr-89 {
    padding-right: 89px;
  }
  .xs-pr-90 {
    padding-right: 90px;
  }
  .xs-pr-91 {
    padding-right: 91px;
  }
  .xs-pr-92 {
    padding-right: 92px;
  }
  .xs-pr-93 {
    padding-right: 93px;
  }
  .xs-pr-94 {
    padding-right: 94px;
  }
  .xs-pr-95 {
    padding-right: 95px;
  }
  .xs-pr-96 {
    padding-right: 96px;
  }
  .xs-pr-97 {
    padding-right: 97px;
  }
  .xs-pr-98 {
    padding-right: 98px;
  }
  .xs-pr-99 {
    padding-right: 99px;
  }
  .xs-pr-100 {
    padding-right: 100px;
  }
  .xs-pr-101 {
    padding-right: 101px;
  }
  .xs-pr-102 {
    padding-right: 102px;
  }
  .xs-pr-104 {
    padding-right: 104px;
  }
  .xs-pr-105 {
    padding-right: 105px;
  }
  .xs-pr-106 {
    padding-right: 106px;
  }
  .xs-pr-107 {
    padding-right: 107px;
  }
  .xs-pr-108 {
    padding-right: 108px;
  }
  .xs-pr-109 {
    padding-right: 109px;
  }
  .xs-pr-110 {
    padding-right: 110px;
  }
  .xs-pr-111 {
    padding-right: 111px;
  }
  .xs-pr-112 {
    padding-right: 112px;
  }
  .xs-pr-113 {
    padding-right: 113px;
  }
  .xs-pr-114 {
    padding-right: 114px;
  }
  .xs-pr-115 {
    padding-right: 115px;
  }
  .xs-pr-116 {
    padding-right: 116px;
  }
  .xs-pr-117 {
    padding-right: 117px;
  }
  .xs-pr-118 {
    padding-right: 118px;
  }
  .xs-pr-119 {
    padding-right: 119px;
  }
  .xs-pr-120 {
    padding-right: 120px;
  }
  .xs-pr-121 {
    padding-right: 121px;
  }
  .xs-pr-122 {
    padding-right: 122px;
  }
  .xs-pr-123 {
    padding-right: 123px;
  }
  .xs-pr-124 {
    padding-right: 124px;
  }
  .xs-pr-125 {
    padding-right: 125px;
  }
  .xs-pr-126 {
    padding-right: 126px;
  }
  .xs-pr-127 {
    padding-right: 127px;
  }
  .xs-pr-128 {
    padding-right: 128px;
  }
  .xs-pr-129 {
    padding-right: 129px;
  }
  .xs-pr-130 {
    padding-right: 130px;
  }
  .xs-pr-131 {
    padding-right: 131px;
  }
  .xs-pr-132 {
    padding-right: 132px;
  }
  .xs-pr-133 {
    padding-right: 133px;
  }
  .xs-pr-134 {
    padding-right: 134px;
  }
  .xs-pr-135 {
    padding-right: 135px;
  }
  .xs-pr-136 {
    padding-right: 136px;
  }
  .xs-pr-137 {
    padding-right: 137px;
  }
  .xs-pr-138 {
    padding-right: 138px;
  }
  .xs-pr-139 {
    padding-right: 139px;
  }
  .xs-pr-140 {
    padding-right: 140px;
  }
  .xs-pr-141 {
    padding-right: 141px;
  }
  .xs-pr-142 {
    padding-right: 142px;
  }
  .xs-pr-143 {
    padding-right: 143px;
  }
  .xs-pr-144 {
    padding-right: 144px;
  }
  .xs-pr-145 {
    padding-right: 145px;
  }
  .xs-pr-146 {
    padding-right: 146px;
  }
  .xs-pr-147 {
    padding-right: 147px;
  }
  .xs-pr-148 {
    padding-right: 148px;
  }
  .xs-pr-149 {
    padding-right: 149px;
  }
  .xs-pr-150 {
    padding-right: 150px;
  }
  .xs-pr-151 {
    padding-right: 151px;
  }
  .xs-pr-152 {
    padding-right: 152px;
  }
  .xs-pr-153 {
    padding-right: 153px;
  }
  .xs-pr-154 {
    padding-right: 154px;
  }
  .xs-pr-155 {
    padding-right: 155px;
  }
  .xs-pr-156 {
    padding-right: 156px;
  }
  .xs-pr-157 {
    padding-right: 157px;
  }
  .xs-pr-158 {
    padding-right: 158px;
  }
  .xs-pr-159 {
    padding-right: 159px;
  }
  .xs-pr-160 {
    padding-right: 160px;
  }
  .xs-pr-161 {
    padding-right: 161px;
  }
  .xs-pr-162 {
    padding-right: 162px;
  }
  .xs-pr-163 {
    padding-right: 163px;
  }
  .xs-pr-164 {
    padding-right: 164px;
  }
  .xs-pr-165 {
    padding-right: 165px;
  }
  .xs-pr-166 {
    padding-right: 166px;
  }
  .xs-pr-167 {
    padding-right: 167px;
  }
  .xs-pr-168 {
    padding-right: 168px;
  }
  .xs-pr-169 {
    padding-right: 169px;
  }
  .xs-pr-170 {
    padding-right: 170px;
  }
  .xs-pr-171 {
    padding-right: 171px;
  }
  .xs-pr-172 {
    padding-right: 172px;
  }
  .xs-pr-173 {
    padding-right: 173px;
  }
  .xs-pr-174 {
    padding-right: 174px;
  }
  .xs-pr-175 {
    padding-right: 175px;
  }
  .xs-pr-176 {
    padding-right: 176px;
  }
  .xs-pr-177 {
    padding-right: 177px;
  }
  .xs-pr-178 {
    padding-right: 178px;
  }
  .xs-pr-179 {
    padding-right: 179px;
  }
  .xs-pr-180 {
    padding-right: 180px;
  }
  .xs-pr-181 {
    padding-right: 181px;
  }
  .xs-pr-182 {
    padding-right: 182px;
  }
  .xs-pr-183 {
    padding-right: 183px;
  }
  .xs-pr-184 {
    padding-right: 184px;
  }
  .xs-pr-185 {
    padding-right: 185px;
  }
  .xs-pr-186 {
    padding-right: 186px;
  }
  .xs-pr-187 {
    padding-right: 187px;
  }
  .xs-pr-188 {
    padding-right: 188px;
  }
  .xs-pr-189 {
    padding-right: 189px;
  }
  .xs-pr-190 {
    padding-right: 190px;
  }
  .xs-pr-191 {
    padding-right: 191px;
  }
  .xs-pr-192 {
    padding-right: 192px;
  }
  .xs-pr-193 {
    padding-right: 193px;
  }
  .xs-pr-194 {
    padding-right: 194px;
  }
  .xs-pr-195 {
    padding-right: 195px;
  }
  .xs-pr-196 {
    padding-right: 196px;
  }
  .xs-pr-197 {
    padding-right: 197px;
  }
  .xs-pr-198 {
    padding-right: 198px;
  }
  .xs-pr-199 {
    padding-right: 199px;
  }
  .xs-pr-200 {
    padding-right: 200px;
  }
  .xs-pl-0 {
    padding-left: 0;
  }
  .xs-pl-1 {
    padding-left: 1px;
  }
  .xs-pl-2 {
    padding-left: 2px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .xs-pl-4 {
    padding-left: 4px;
  }
  .xs-pl-5 {
    padding-left: 5px;
  }
  .xs-pl-6 {
    padding-left: 6px;
  }
  .xs-pl-7 {
    padding-left: 7px;
  }
  .xs-pl-8 {
    padding-left: 8px;
  }
  .xs-pl-9 {
    padding-left: 9px;
  }
  .xs-pl-10 {
    padding-left: 10px;
  }
  .xs-pl-11 {
    padding-left: 11px;
  }
  .xs-pl-12 {
    padding-left: 12px;
  }
  .xs-pl-13 {
    padding-left: 13px;
  }
  .xs-pl-14 {
    padding-left: 14px;
  }
  .xs-pl-15 {
    padding-left: 15px;
  }
  .xs-pl-16 {
    padding-left: 16px;
  }
  .xs-pl-17 {
    padding-left: 17px;
  }
  .xs-pl-18 {
    padding-left: 18px;
  }
  .xs-pl-19 {
    padding-left: 19px;
  }
  .xs-pl-20 {
    padding-left: 20px;
  }
  .xs-pl-21 {
    padding-left: 21px;
  }
  .xs-pl-22 {
    padding-left: 22px;
  }
  .xs-pl-23 {
    padding-left: 23px;
  }
  .xs-pl-24 {
    padding-left: 24px;
  }
  .xs-pl-25 {
    padding-left: 25px;
  }
  .xs-pl-26 {
    padding-left: 26px;
  }
  .xs-pl-27 {
    padding-left: 27px;
  }
  .xs-pl-28 {
    padding-left: 28px;
  }
  .xs-pl-29 {
    padding-left: 29px;
  }
  .xs-pl-30 {
    padding-left: 30px;
  }
  .xs-pl-31 {
    padding-left: 31px;
  }
  .xs-pl-32 {
    padding-left: 32px;
  }
  .xs-pl-33 {
    padding-left: 33px;
  }
  .xs-pl-34 {
    padding-left: 34px;
  }
  .xs-pl-35 {
    padding-left: 35px;
  }
  .xs-pl-36 {
    padding-left: 36px;
  }
  .xs-pl-37 {
    padding-left: 37px;
  }
  .xs-pl-38 {
    padding-left: 38px;
  }
  .xs-pl-39 {
    padding-left: 39px;
  }
  .xs-pl-40 {
    padding-left: 40px;
  }
  .xs-pl-41 {
    padding-left: 41px;
  }
  .xs-pl-42 {
    padding-left: 42px;
  }
  .xs-pl-43 {
    padding-left: 43px;
  }
  .xs-pl-44 {
    padding-left: 44px;
  }
  .xs-pl-45 {
    padding-left: 45px;
  }
  .xs-pl-46 {
    padding-left: 46px;
  }
  .xs-pl-47 {
    padding-left: 47px;
  }
  .xs-pl-48 {
    padding-left: 48px;
  }
  .xs-pl-49 {
    padding-left: 49px;
  }
  .xs-pl-50 {
    padding-left: 50px;
  }
  .xs-pl-51 {
    padding-left: 51px;
  }
  .xs-pl-52 {
    padding-left: 52px;
  }
  .xs-pl-53 {
    padding-left: 53px;
  }
  .xs-pl-54 {
    padding-left: 54px;
  }
  .xs-pl-55 {
    padding-left: 55px;
  }
  .xs-pl-56 {
    padding-left: 56px;
  }
  .xs-pl-57 {
    padding-left: 57px;
  }
  .xs-pl-58 {
    padding-left: 58px;
  }
  .xs-pl-59 {
    padding-left: 59px;
  }
  .xs-pl-60 {
    padding-left: 60px;
  }
  .xs-pl-61 {
    padding-left: 61px;
  }
  .xs-pl-62 {
    padding-left: 62px;
  }
  .xs-pl-63 {
    padding-left: 63px;
  }
  .xs-pl-64 {
    padding-left: 64px;
  }
  .xs-pl-65 {
    padding-left: 65px;
  }
  .xs-pl-66 {
    padding-left: 66px;
  }
  .xs-pl-67 {
    padding-left: 67px;
  }
  .xs-pl-68 {
    padding-left: 68px;
  }
  .xs-pl-69 {
    padding-left: 69px;
  }
  .xs-pl-70 {
    padding-left: 70px;
  }
  .xs-pl-71 {
    padding-left: 71px;
  }
  .xs-pl-72 {
    padding-left: 72px;
  }
  .xs-pl-73 {
    padding-left: 73px;
  }
  .xs-pl-74 {
    padding-left: 74px;
  }
  .xs-pl-75 {
    padding-left: 75px;
  }
  .xs-pl-76 {
    padding-left: 76px;
  }
  .xs-pl-77 {
    padding-left: 77px;
  }
  .xs-pl-78 {
    padding-left: 78px;
  }
  .xs-pl-79 {
    padding-left: 79px;
  }
  .xs-pl-80 {
    padding-left: 80px;
  }
  .xs-pl-81 {
    padding-left: 81px;
  }
  .xs-pl-82 {
    padding-left: 82px;
  }
  .xs-pl-83 {
    padding-left: 83px;
  }
  .xs-pl-84 {
    padding-left: 84px;
  }
  .xs-pl-85 {
    padding-left: 85px;
  }
  .xs-pl-86 {
    padding-left: 86px;
  }
  .xs-pl-87 {
    padding-left: 87px;
  }
  .xs-pl-88 {
    padding-left: 88px;
  }
  .xs-pl-89 {
    padding-left: 89px;
  }
  .xs-pl-90 {
    padding-left: 90px;
  }
  .xs-pl-91 {
    padding-left: 91px;
  }
  .xs-pl-92 {
    padding-left: 92px;
  }
  .xs-pl-93 {
    padding-left: 93px;
  }
  .xs-pl-94 {
    padding-left: 94px;
  }
  .xs-pl-95 {
    padding-left: 95px;
  }
  .xs-pl-96 {
    padding-left: 96px;
  }
  .xs-pl-97 {
    padding-left: 97px;
  }
  .xs-pl-98 {
    padding-left: 98px;
  }
  .xs-pl-99 {
    padding-left: 99px;
  }
  .xs-pl-100 {
    padding-left: 100px;
  }
  .xs-pl-101 {
    padding-left: 101px;
  }
  .xs-pl-102 {
    padding-left: 102px;
  }
  .xs-pb-103 {
    padding-bottom: 103px;
  }
  .xs-pl-104 {
    padding-left: 104px;
  }
  .xs-pl-105 {
    padding-left: 105px;
  }
  .xs-pl-106 {
    padding-left: 106px;
  }
  .xs-pl-107 {
    padding-left: 107px;
  }
  .xs-pl-108 {
    padding-left: 108px;
  }
  .xs-pl-109 {
    padding-left: 109px;
  }
  .xs-pl-110 {
    padding-left: 110px;
  }
  .xs-pl-111 {
    padding-left: 111px;
  }
  .xs-pl-112 {
    padding-left: 112px;
  }
  .xs-pl-113 {
    padding-left: 113px;
  }
  .xs-pl-114 {
    padding-left: 114px;
  }
  .xs-pl-115 {
    padding-left: 115px;
  }
  .xs-pl-116 {
    padding-left: 116px;
  }
  .xs-pl-117 {
    padding-left: 117px;
  }
  .xs-pl-118 {
    padding-left: 118px;
  }
  .xs-pl-119 {
    padding-left: 119px;
  }
  .xs-pl-120 {
    padding-left: 120px;
  }
  .xs-pl-121 {
    padding-left: 121px;
  }
  .xs-pl-122 {
    padding-left: 122px;
  }
  .xs-pl-123 {
    padding-left: 123px;
  }
  .xs-pl-124 {
    padding-left: 124px;
  }
  .xs-pl-125 {
    padding-left: 125px;
  }
  .xs-pl-126 {
    padding-left: 126px;
  }
  .xs-pl-127 {
    padding-left: 127px;
  }
  .xs-pl-128 {
    padding-left: 128px;
  }
  .xs-pl-129 {
    padding-left: 129px;
  }
  .xs-pl-130 {
    padding-left: 130px;
  }
  .xs-pl-131 {
    padding-left: 131px;
  }
  .xs-pl-132 {
    padding-left: 132px;
  }
  .xs-pl-133 {
    padding-left: 133px;
  }
  .xs-pl-134 {
    padding-left: 134px;
  }
  .xs-pl-135 {
    padding-left: 135px;
  }
  .xs-pl-136 {
    padding-left: 136px;
  }
  .xs-pl-137 {
    padding-left: 137px;
  }
  .xs-pl-138 {
    padding-left: 138px;
  }
  .xs-pl-139 {
    padding-left: 139px;
  }
  .xs-pl-140 {
    padding-left: 140px;
  }
  .xs-pl-141 {
    padding-left: 141px;
  }
  .xs-pl-142 {
    padding-left: 142px;
  }
  .xs-pl-143 {
    padding-left: 143px;
  }
  .xs-pl-144 {
    padding-left: 144px;
  }
  .xs-pl-145 {
    padding-left: 145px;
  }
  .xs-pl-146 {
    padding-left: 146px;
  }
  .xs-pl-147 {
    padding-left: 147px;
  }
  .xs-pl-148 {
    padding-left: 148px;
  }
  .xs-pl-149 {
    padding-left: 149px;
  }
  .xs-pl-150 {
    padding-left: 150px;
  }
  .xs-pl-151 {
    padding-left: 151px;
  }
  .xs-pl-152 {
    padding-left: 152px;
  }
  .xs-pl-153 {
    padding-left: 153px;
  }
  .xs-pl-154 {
    padding-left: 154px;
  }
  .xs-pl-155 {
    padding-left: 155px;
  }
  .xs-pl-156 {
    padding-left: 156px;
  }
  .xs-pl-157 {
    padding-left: 157px;
  }
  .xs-pl-158 {
    padding-left: 158px;
  }
  .xs-pl-159 {
    padding-left: 159px;
  }
  .xs-pl-160 {
    padding-left: 160px;
  }
  .xs-pl-161 {
    padding-left: 161px;
  }
  .xs-pl-162 {
    padding-left: 162px;
  }
  .xs-pl-163 {
    padding-left: 163px;
  }
  .xs-pl-164 {
    padding-left: 164px;
  }
  .xs-pl-165 {
    padding-left: 165px;
  }
  .xs-pl-166 {
    padding-left: 166px;
  }
  .xs-pl-167 {
    padding-left: 167px;
  }
  .xs-pl-168 {
    padding-left: 168px;
  }
  .xs-pl-169 {
    padding-left: 169px;
  }
  .xs-pl-170 {
    padding-left: 170px;
  }
  .xs-pl-171 {
    padding-left: 171px;
  }
  .xs-pl-172 {
    padding-left: 172px;
  }
  .xs-pl-173 {
    padding-left: 173px;
  }
  .xs-pl-174 {
    padding-left: 174px;
  }
  .xs-pl-175 {
    padding-left: 175px;
  }
  .xs-pl-176 {
    padding-left: 176px;
  }
  .xs-pl-177 {
    padding-left: 177px;
  }
  .xs-pl-178 {
    padding-left: 178px;
  }
  .xs-pl-179 {
    padding-left: 179px;
  }
  .xs-pl-180 {
    padding-left: 180px;
  }
  .xs-pl-181 {
    padding-left: 181px;
  }
  .xs-pl-182 {
    padding-left: 182px;
  }
  .xs-pl-183 {
    padding-left: 183px;
  }
  .xs-pl-184 {
    padding-left: 184px;
  }
  .xs-pl-185 {
    padding-left: 185px;
  }
  .xs-pl-186 {
    padding-left: 186px;
  }
  .xs-pl-187 {
    padding-left: 187px;
  }
  .xs-pl-188 {
    padding-left: 188px;
  }
  .xs-pl-189 {
    padding-left: 189px;
  }
  .xs-pl-190 {
    padding-left: 190px;
  }
  .xs-pl-191 {
    padding-left: 191px;
  }
  .xs-pl-192 {
    padding-left: 192px;
  }
  .xs-pl-193 {
    padding-left: 193px;
  }
  .xs-pl-194 {
    padding-left: 194px;
  }
  .xs-pl-195 {
    padding-left: 195px;
  }
  .xs-pl-196 {
    padding-left: 196px;
  }
  .xs-pl-197 {
    padding-left: 197px;
  }
  .xs-pl-198 {
    padding-left: 198px;
  }
  .xs-pl-199 {
    padding-left: 199px;
  }
  .xs-pl-200 {
    padding-left: 200px;
  }
  .xs-mt-0 {
    margin-top: 0;
  }
  .xs-mt-1 {
    margin-top: 1px;
  }
  .xs-mt-2 {
    margin-top: 2px;
  }
  .xs-mt-3 {
    margin-top: 3px;
  }
  .xs-mt-4 {
    margin-top: 4px;
  }
  .xs-mt-5 {
    margin-top: 5px;
  }
  .xs-mt-6 {
    margin-top: 6px;
  }
  .xs-mt-7 {
    margin-top: 7px;
  }
  .xs-mt-8 {
    margin-top: 8px;
  }
  .xs-mt-9 {
    margin-top: 9px;
  }
  .xs-mt-10 {
    margin-top: 10px;
  }
  .xs-mt-11 {
    margin-top: 11px;
  }
  .xs-mt-12 {
    margin-top: 12px;
  }
  .xs-mt-13 {
    margin-top: 13px;
  }
  .xs-mt-14 {
    margin-top: 14px;
  }
  .xs-mt-15 {
    margin-top: 15px;
  }
  .xs-mt-16 {
    margin-top: 16px;
  }
  .xs-mt-17 {
    margin-top: 17px;
  }
  .xs-mt-18 {
    margin-top: 18px;
  }
  .xs-mt-19 {
    margin-top: 19px;
  }
  .xs-mt-20 {
    margin-top: 20px;
  }
  .xs-mt-21 {
    margin-top: 21px;
  }
  .xs-mt-22 {
    margin-top: 22px;
  }
  .xs-mt-23 {
    margin-top: 23px;
  }
  .xs-mt-24 {
    margin-top: 24px;
  }
  .xs-mt-25 {
    margin-top: 25px;
  }
  .xs-mt-26 {
    margin-top: 26px;
  }
  .xs-mt-27 {
    margin-top: 27px;
  }
  .xs-mt-28 {
    margin-top: 28px;
  }
  .xs-mt-29 {
    margin-top: 29px;
  }
  .xs-mt-30 {
    margin-top: 30px;
  }
  .xs-mt-31 {
    margin-top: 31px;
  }
  .xs-mt-32 {
    margin-top: 32px;
  }
  .xs-mt-33 {
    margin-top: 33px;
  }
  .xs-mt-34 {
    margin-top: 34px;
  }
  .xs-mt-35 {
    margin-top: 35px;
  }
  .xs-mt-36 {
    margin-top: 36px;
  }
  .xs-mt-37 {
    margin-top: 37px;
  }
  .xs-mt-38 {
    margin-top: 38px;
  }
  .xs-mt-39 {
    margin-top: 39px;
  }
  .xs-mt-40 {
    margin-top: 40px;
  }
  .xs-mt-41 {
    margin-top: 41px;
  }
  .xs-mt-42 {
    margin-top: 42px;
  }
  .xs-mt-43 {
    margin-top: 43px;
  }
  .xs-mt-44 {
    margin-top: 44px;
  }
  .xs-mt-45 {
    margin-top: 45px;
  }
  .xs-mt-46 {
    margin-top: 46px;
  }
  .xs-mt-47 {
    margin-top: 47px;
  }
  .xs-mt-48 {
    margin-top: 48px;
  }
  .xs-mt-49 {
    margin-top: 49px;
  }
  .xs-mt-50 {
    margin-top: 50px;
  }
  .xs-mt-51 {
    margin-top: 51px;
  }
  .xs-mt-52 {
    margin-top: 52px;
  }
  .xs-mt-53 {
    margin-top: 53px;
  }
  .xs-mt-54 {
    margin-top: 54px;
  }
  .xs-mt-55 {
    margin-top: 55px;
  }
  .xs-mt-56 {
    margin-top: 56px;
  }
  .xs-mt-57 {
    margin-top: 57px;
  }
  .xs-mt-58 {
    margin-top: 58px;
  }
  .xs-mt-59 {
    margin-top: 59px;
  }
  .xs-mt-60 {
    margin-top: 60px;
  }
  .xs-mt-61 {
    margin-top: 61px;
  }
  .xs-mt-62 {
    margin-top: 62px;
  }
  .xs-mt-63 {
    margin-top: 63px;
  }
  .xs-mt-64 {
    margin-top: 64px;
  }
  .xs-mt-65 {
    margin-top: 65px;
  }
  .xs-mt-66 {
    margin-top: 66px;
  }
  .xs-mt-67 {
    margin-top: 67px;
  }
  .xs-mt-68 {
    margin-top: 68px;
  }
  .xs-mt-69 {
    margin-top: 69px;
  }
  .xs-mt-70 {
    margin-top: 70px;
  }
  .xs-mt-71 {
    margin-top: 71px;
  }
  .xs-mt-72 {
    margin-top: 72px;
  }
  .xs-mt-73 {
    margin-top: 73px;
  }
  .xs-mt-74 {
    margin-top: 74px;
  }
  .xs-mt-75 {
    margin-top: 75px;
  }
  .xs-mt-76 {
    margin-top: 76px;
  }
  .xs-mt-77 {
    margin-top: 77px;
  }
  .xs-mt-78 {
    margin-top: 78px;
  }
  .xs-mt-79 {
    margin-top: 79px;
  }
  .xs-mt-80 {
    margin-top: 80px;
  }
  .xs-mt-81 {
    margin-top: 81px;
  }
  .xs-mt-82 {
    margin-top: 82px;
  }
  .xs-mt-83 {
    margin-top: 83px;
  }
  .xs-mt-84 {
    margin-top: 84px;
  }
  .xs-mt-85 {
    margin-top: 85px;
  }
  .xs-mt-86 {
    margin-top: 86px;
  }
  .xs-mt-87 {
    margin-top: 87px;
  }
  .xs-mt-88 {
    margin-top: 88px;
  }
  .xs-mt-89 {
    margin-top: 89px;
  }
  .xs-mt-90 {
    margin-top: 90px;
  }
  .xs-mt-91 {
    margin-top: 91px;
  }
  .xs-mt-92 {
    margin-top: 92px;
  }
  .xs-mt-93 {
    margin-top: 93px;
  }
  .xs-mt-94 {
    margin-top: 94px;
  }
  .xs-mt-95 {
    margin-top: 95px;
  }
  .xs-mt-96 {
    margin-top: 96px;
  }
  .xs-mt-97 {
    margin-top: 97px;
  }
  .xs-mt-98 {
    margin-top: 98px;
  }
  .xs-mt-99 {
    margin-top: 99px;
  }
  .xs-mt-100 {
    margin-top: 100px;
  }
  .xs-mt-101 {
    margin-top: 101px;
  }
  .xs-mt-102 {
    margin-top: 102px;
  }
  .xs-mt-103 {
    margin-top: 103px;
  }
  .xs-mt-104 {
    margin-top: 104px;
  }
  .xs-mt-105 {
    margin-top: 105px;
  }
  .xs-mt-106 {
    margin-top: 106px;
  }
  .xs-mt-107 {
    margin-top: 107px;
  }
  .xs-mt-108 {
    margin-top: 108px;
  }
  .xs-mt-109 {
    margin-top: 109px;
  }
  .xs-mt-110 {
    margin-top: 110px;
  }
  .xs-mt-111 {
    margin-top: 111px;
  }
  .xs-mt-112 {
    margin-top: 112px;
  }
  .xs-mt-113 {
    margin-top: 113px;
  }
  .xs-mt-114 {
    margin-top: 114px;
  }
  .xs-mt-115 {
    margin-top: 115px;
  }
  .xs-mt-116 {
    margin-top: 116px;
  }
  .xs-mt-117 {
    margin-top: 117px;
  }
  .xs-mt-118 {
    margin-top: 118px;
  }
  .xs-mt-119 {
    margin-top: 119px;
  }
  .xs-mt-120 {
    margin-top: 120px;
  }
  .xs-mt-121 {
    margin-top: 121px;
  }
  .xs-mt-122 {
    margin-top: 122px;
  }
  .xs-mt-123 {
    margin-top: 123px;
  }
  .xs-mt-124 {
    margin-top: 124px;
  }
  .xs-mt-125 {
    margin-top: 125px;
  }
  .xs-mt-126 {
    margin-top: 126px;
  }
  .xs-mt-127 {
    margin-top: 127px;
  }
  .xs-mt-128 {
    margin-top: 128px;
  }
  .xs-mt-129 {
    margin-top: 129px;
  }
  .xs-mt-130 {
    margin-top: 130px;
  }
  .xs-mt-131 {
    margin-top: 131px;
  }
  .xs-mt-132 {
    margin-top: 132px;
  }
  .xs-mt-133 {
    margin-top: 133px;
  }
  .xs-mt-134 {
    margin-top: 134px;
  }
  .xs-mt-135 {
    margin-top: 135px;
  }
  .xs-mt-136 {
    margin-top: 136px;
  }
  .xs-mt-137 {
    margin-top: 137px;
  }
  .xs-mt-138 {
    margin-top: 138px;
  }
  .xs-mt-139 {
    margin-top: 139px;
  }
  .xs-mt-140 {
    margin-top: 140px;
  }
  .xs-mt-141 {
    margin-top: 141px;
  }
  .xs-mt-142 {
    margin-top: 142px;
  }
  .xs-mt-143 {
    margin-top: 143px;
  }
  .xs-mt-144 {
    margin-top: 144px;
  }
  .xs-mt-145 {
    margin-top: 145px;
  }
  .xs-mt-146 {
    margin-top: 146px;
  }
  .xs-mt-147 {
    margin-top: 147px;
  }
  .xs-mt-148 {
    margin-top: 148px;
  }
  .xs-mt-149 {
    margin-top: 149px;
  }
  .xs-mt-150 {
    margin-top: 150px;
  }
  .xs-mt-151 {
    margin-top: 151px;
  }
  .xs-mt-152 {
    margin-top: 152px;
  }
  .xs-mt-153 {
    margin-top: 153px;
  }
  .xs-mt-154 {
    margin-top: 154px;
  }
  .xs-mt-155 {
    margin-top: 155px;
  }
  .xs-mt-156 {
    margin-top: 156px;
  }
  .xs-mt-157 {
    margin-top: 157px;
  }
  .xs-mt-158 {
    margin-top: 158px;
  }
  .xs-mt-159 {
    margin-top: 159px;
  }
  .xs-mt-160 {
    margin-top: 160px;
  }
  .xs-mt-161 {
    margin-top: 161px;
  }
  .xs-mt-162 {
    margin-top: 162px;
  }
  .xs-mt-163 {
    margin-top: 163px;
  }
  .xs-mt-164 {
    margin-top: 164px;
  }
  .xs-mt-165 {
    margin-top: 165px;
  }
  .xs-mt-166 {
    margin-top: 166px;
  }
  .xs-mt-167 {
    margin-top: 167px;
  }
  .xs-mt-168 {
    margin-top: 168px;
  }
  .xs-mt-169 {
    margin-top: 169px;
  }
  .xs-mt-170 {
    margin-top: 170px;
  }
  .xs-mt-171 {
    margin-top: 171px;
  }
  .xs-mt-172 {
    margin-top: 172px;
  }
  .xs-mt-173 {
    margin-top: 173px;
  }
  .xs-mt-174 {
    margin-top: 174px;
  }
  .xs-mt-175 {
    margin-top: 175px;
  }
  .xs-mt-176 {
    margin-top: 176px;
  }
  .xs-mt-177 {
    margin-top: 177px;
  }
  .xs-mt-178 {
    margin-top: 178px;
  }
  .xs-mt-179 {
    margin-top: 179px;
  }
  .xs-mt-180 {
    margin-top: 180px;
  }
  .xs-mt-181 {
    margin-top: 181px;
  }
  .xs-mt-182 {
    margin-top: 182px;
  }
  .xs-mt-183 {
    margin-top: 183px;
  }
  .xs-mt-184 {
    margin-top: 184px;
  }
  .xs-mt-185 {
    margin-top: 185px;
  }
  .xs-mt-186 {
    margin-top: 186px;
  }
  .xs-mt-187 {
    margin-top: 187px;
  }
  .xs-mt-188 {
    margin-top: 188px;
  }
  .xs-mt-189 {
    margin-top: 189px;
  }
  .xs-mt-190 {
    margin-top: 190px;
  }
  .xs-mt-191 {
    margin-top: 191px;
  }
  .xs-mt-192 {
    margin-top: 192px;
  }
  .xs-mt-193 {
    margin-top: 193px;
  }
  .xs-mt-194 {
    margin-top: 194px;
  }
  .xs-mt-195 {
    margin-top: 195px;
  }
  .xs-mt-196 {
    margin-top: 196px;
  }
  .xs-mt-197 {
    margin-top: 197px;
  }
  .xs-mt-198 {
    margin-top: 198px;
  }
  .xs-mt-199 {
    margin-top: 199px;
  }
  .xs-mt-200 {
    margin-top: 200px;
  }
  .xs-mb-0 {
    margin-bottom: 0;
  }
  .xs-mb-1 {
    margin-bottom: 1px;
  }
  .xs-mb-2 {
    margin-bottom: 2px;
  }
  .xs-mb-3 {
    margin-bottom: 3px;
  }
  .xs-mb-4 {
    margin-bottom: 4px;
  }
  .xs-mb-5 {
    margin-bottom: 5px;
  }
  .xs-mb-6 {
    margin-bottom: 6px;
  }
  .xs-mb-7 {
    margin-bottom: 7px;
  }
  .xs-mb-8 {
    margin-bottom: 8px;
  }
  .xs-mb-9 {
    margin-bottom: 9px;
  }
  .xs-mb-10 {
    margin-bottom: 10px;
  }
  .xs-mb-11 {
    margin-bottom: 11px;
  }
  .xs-mb-12 {
    margin-bottom: 12px;
  }
  .xs-mb-13 {
    margin-bottom: 13px;
  }
  .xs-mb-14 {
    margin-bottom: 14px;
  }
  .xs-mb-15 {
    margin-bottom: 15px;
  }
  .xs-mb-16 {
    margin-bottom: 16px;
  }
  .xs-mb-17 {
    margin-bottom: 17px;
  }
  .xs-mb-18 {
    margin-bottom: 18px;
  }
  .xs-mb-19 {
    margin-bottom: 19px;
  }
  .xs-mb-20 {
    margin-bottom: 20px;
  }
  .xs-mb-21 {
    margin-bottom: 21px;
  }
  .xs-mb-22 {
    margin-bottom: 22px;
  }
  .xs-mb-23 {
    margin-bottom: 23px;
  }
  .xs-mb-24 {
    margin-bottom: 24px;
  }
  .xs-mb-25 {
    margin-bottom: 25px;
  }
  .xs-mb-26 {
    margin-bottom: 26px;
  }
  .xs-mb-27 {
    margin-bottom: 27px;
  }
  .xs-mb-28 {
    margin-bottom: 28px;
  }
  .xs-mb-29 {
    margin-bottom: 29px;
  }
  .xs-mb-30 {
    margin-bottom: 30px;
  }
  .xs-mb-31 {
    margin-bottom: 31px;
  }
  .xs-mb-32 {
    margin-bottom: 32px;
  }
  .xs-mb-33 {
    margin-bottom: 33px;
  }
  .xs-mb-34 {
    margin-bottom: 34px;
  }
  .xs-mb-35 {
    margin-bottom: 35px;
  }
  .xs-mb-36 {
    margin-bottom: 36px;
  }
  .xs-mb-37 {
    margin-bottom: 37px;
  }
  .xs-mb-38 {
    margin-bottom: 38px;
  }
  .xs-mb-39 {
    margin-bottom: 39px;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .xs-mb-41 {
    margin-bottom: 41px;
  }
  .xs-mb-42 {
    margin-bottom: 42px;
  }
  .xs-mb-43 {
    margin-bottom: 43px;
  }
  .xs-mb-44 {
    margin-bottom: 44px;
  }
  .xs-mb-45 {
    margin-bottom: 45px;
  }
  .xs-mb-46 {
    margin-bottom: 46px;
  }
  .xs-mb-47 {
    margin-bottom: 47px;
  }
  .xs-mb-48 {
    margin-bottom: 48px;
  }
  .xs-mb-49 {
    margin-bottom: 49px;
  }
  .xs-mb-50 {
    margin-bottom: 50px;
  }
  .xs-mb-51 {
    margin-bottom: 51px;
  }
  .xs-mb-52 {
    margin-bottom: 52px;
  }
  .xs-mb-53 {
    margin-bottom: 53px;
  }
  .xs-mb-54 {
    margin-bottom: 54px;
  }
  .xs-mb-55 {
    margin-bottom: 55px;
  }
  .xs-mb-56 {
    margin-bottom: 56px;
  }
  .xs-mb-57 {
    margin-bottom: 57px;
  }
  .xs-mb-58 {
    margin-bottom: 58px;
  }
  .xs-mb-59 {
    margin-bottom: 59px;
  }
  .xs-mb-60 {
    margin-bottom: 60px;
  }
  .xs-mb-61 {
    margin-bottom: 61px;
  }
  .xs-mb-62 {
    margin-bottom: 62px;
  }
  .xs-mb-63 {
    margin-bottom: 63px;
  }
  .xs-mb-64 {
    margin-bottom: 64px;
  }
  .xs-mb-65 {
    margin-bottom: 65px;
  }
  .xs-mb-66 {
    margin-bottom: 66px;
  }
  .xs-mb-67 {
    margin-bottom: 67px;
  }
  .xs-mb-68 {
    margin-bottom: 68px;
  }
  .xs-mb-69 {
    margin-bottom: 69px;
  }
  .xs-mb-70 {
    margin-bottom: 70px;
  }
  .xs-mb-71 {
    margin-bottom: 71px;
  }
  .xs-mb-72 {
    margin-bottom: 72px;
  }
  .xs-mb-73 {
    margin-bottom: 73px;
  }
  .xs-mb-74 {
    margin-bottom: 74px;
  }
  .xs-mb-75 {
    margin-bottom: 75px;
  }
  .xs-mb-76 {
    margin-bottom: 76px;
  }
  .xs-mb-77 {
    margin-bottom: 77px;
  }
  .xs-mb-78 {
    margin-bottom: 78px;
  }
  .xs-mb-79 {
    margin-bottom: 79px;
  }
  .xs-mb-80 {
    margin-bottom: 80px;
  }
  .xs-mb-81 {
    margin-bottom: 81px;
  }
  .xs-mb-82 {
    margin-bottom: 82px;
  }
  .xs-mb-83 {
    margin-bottom: 83px;
  }
  .xs-mb-84 {
    margin-bottom: 84px;
  }
  .xs-mb-85 {
    margin-bottom: 85px;
  }
  .xs-mb-86 {
    margin-bottom: 86px;
  }
  .xs-mb-87 {
    margin-bottom: 87px;
  }
  .xs-mb-88 {
    margin-bottom: 88px;
  }
  .xs-mb-89 {
    margin-bottom: 89px;
  }
  .xs-mb-90 {
    margin-bottom: 90px;
  }
  .xs-mb-91 {
    margin-bottom: 91px;
  }
  .xs-mb-92 {
    margin-bottom: 92px;
  }
  .xs-mb-93 {
    margin-bottom: 93px;
  }
  .xs-mb-94 {
    margin-bottom: 94px;
  }
  .xs-mb-95 {
    margin-bottom: 95px;
  }
  .xs-mb-96 {
    margin-bottom: 96px;
  }
  .xs-mb-97 {
    margin-bottom: 97px;
  }
  .xs-mb-98 {
    margin-bottom: 98px;
  }
  .xs-mb-99 {
    margin-bottom: 99px;
  }
  .xs-mb-100 {
    margin-bottom: 100px;
  }
  .xs-mb-101 {
    margin-bottom: 101px;
  }
  .xs-mb-102 {
    margin-bottom: 102px;
  }
  .xs-mb-103 {
    margin-bottom: 103px;
  }
  .xs-mb-104 {
    margin-bottom: 104px;
  }
  .xs-mb-105 {
    margin-bottom: 105px;
  }
  .xs-mb-106 {
    margin-bottom: 106px;
  }
  .xs-mb-107 {
    margin-bottom: 107px;
  }
  .xs-mb-108 {
    margin-bottom: 108px;
  }
  .xs-mb-109 {
    margin-bottom: 109px;
  }
  .xs-mb-110 {
    margin-bottom: 110px;
  }
  .xs-mb-111 {
    margin-bottom: 111px;
  }
  .xs-mb-112 {
    margin-bottom: 112px;
  }
  .xs-mb-113 {
    margin-bottom: 113px;
  }
  .xs-mb-114 {
    margin-bottom: 114px;
  }
  .xs-mb-115 {
    margin-bottom: 115px;
  }
  .xs-mb-116 {
    margin-bottom: 116px;
  }
  .xs-mb-117 {
    margin-bottom: 117px;
  }
  .xs-mb-118 {
    margin-bottom: 118px;
  }
  .xs-mb-119 {
    margin-bottom: 119px;
  }
  .xs-mb-120 {
    margin-bottom: 120px;
  }
  .xs-mb-121 {
    margin-bottom: 121px;
  }
  .xs-mb-122 {
    margin-bottom: 122px;
  }
  .xs-mb-123 {
    margin-bottom: 123px;
  }
  .xs-mb-124 {
    margin-bottom: 124px;
  }
  .xs-mb-125 {
    margin-bottom: 125px;
  }
  .xs-mb-126 {
    margin-bottom: 126px;
  }
  .xs-mb-127 {
    margin-bottom: 127px;
  }
  .xs-mb-128 {
    margin-bottom: 128px;
  }
  .xs-mb-129 {
    margin-bottom: 129px;
  }
  .xs-mb-130 {
    margin-bottom: 130px;
  }
  .xs-mb-131 {
    margin-bottom: 131px;
  }
  .xs-mb-132 {
    margin-bottom: 132px;
  }
  .xs-mb-133 {
    margin-bottom: 133px;
  }
  .xs-mb-134 {
    margin-bottom: 134px;
  }
  .xs-mb-135 {
    margin-bottom: 135px;
  }
  .xs-mb-136 {
    margin-bottom: 136px;
  }
  .xs-mb-137 {
    margin-bottom: 137px;
  }
  .xs-mb-138 {
    margin-bottom: 138px;
  }
  .xs-mb-139 {
    margin-bottom: 139px;
  }
  .xs-mb-140 {
    margin-bottom: 140px;
  }
  .xs-mb-141 {
    margin-bottom: 141px;
  }
  .xs-mb-142 {
    margin-bottom: 142px;
  }
  .xs-mb-143 {
    margin-bottom: 143px;
  }
  .xs-mb-144 {
    margin-bottom: 144px;
  }
  .xs-mb-145 {
    margin-bottom: 145px;
  }
  .xs-mb-146 {
    margin-bottom: 146px;
  }
  .xs-mb-147 {
    margin-bottom: 147px;
  }
  .xs-mb-148 {
    margin-bottom: 148px;
  }
  .xs-mb-149 {
    margin-bottom: 149px;
  }
  .xs-mb-150 {
    margin-bottom: 150px;
  }
  .xs-mb-151 {
    margin-bottom: 151px;
  }
  .xs-mb-152 {
    margin-bottom: 152px;
  }
  .xs-mb-153 {
    margin-bottom: 153px;
  }
  .xs-mb-154 {
    margin-bottom: 154px;
  }
  .xs-mb-155 {
    margin-bottom: 155px;
  }
  .xs-mb-156 {
    margin-bottom: 156px;
  }
  .xs-mb-157 {
    margin-bottom: 157px;
  }
  .xs-mb-158 {
    margin-bottom: 158px;
  }
  .xs-mb-159 {
    margin-bottom: 159px;
  }
  .xs-mb-160 {
    margin-bottom: 160px;
  }
  .xs-mb-161 {
    margin-bottom: 161px;
  }
  .xs-mb-162 {
    margin-bottom: 162px;
  }
  .xs-mb-163 {
    margin-bottom: 163px;
  }
  .xs-mb-164 {
    margin-bottom: 164px;
  }
  .xs-mb-165 {
    margin-bottom: 165px;
  }
  .xs-mb-166 {
    margin-bottom: 166px;
  }
  .xs-mb-167 {
    margin-bottom: 167px;
  }
  .xs-mb-168 {
    margin-bottom: 168px;
  }
  .xs-mb-169 {
    margin-bottom: 169px;
  }
  .xs-mb-170 {
    margin-bottom: 170px;
  }
  .xs-mb-171 {
    margin-bottom: 171px;
  }
  .xs-mb-172 {
    margin-bottom: 172px;
  }
  .xs-mb-173 {
    margin-bottom: 173px;
  }
  .xs-mb-174 {
    margin-bottom: 174px;
  }
  .xs-mb-175 {
    margin-bottom: 175px;
  }
  .xs-mb-176 {
    margin-bottom: 176px;
  }
  .xs-mb-177 {
    margin-bottom: 177px;
  }
  .xs-mb-178 {
    margin-bottom: 178px;
  }
  .xs-mb-179 {
    margin-bottom: 179px;
  }
  .xs-mb-180 {
    margin-bottom: 180px;
  }
  .xs-mb-181 {
    margin-bottom: 181px;
  }
  .xs-mb-182 {
    margin-bottom: 182px;
  }
  .xs-mb-183 {
    margin-bottom: 183px;
  }
  .xs-mb-184 {
    margin-bottom: 184px;
  }
  .xs-mb-185 {
    margin-bottom: 185px;
  }
  .xs-mb-186 {
    margin-bottom: 186px;
  }
  .xs-mb-187 {
    margin-bottom: 187px;
  }
  .xs-mb-188 {
    margin-bottom: 188px;
  }
  .xs-mb-189 {
    margin-bottom: 189px;
  }
  .xs-mb-190 {
    margin-bottom: 190px;
  }
  .xs-mb-191 {
    margin-bottom: 191px;
  }
  .xs-mb-192 {
    margin-bottom: 192px;
  }
  .xs-mb-193 {
    margin-bottom: 193px;
  }
  .xs-mb-194 {
    margin-bottom: 194px;
  }
  .xs-mb-195 {
    margin-bottom: 195px;
  }
  .xs-mb-196 {
    margin-bottom: 196px;
  }
  .xs-mb-197 {
    margin-bottom: 197px;
  }
  .xs-mb-198 {
    margin-bottom: 198px;
  }
  .xs-mb-199 {
    margin-bottom: 199px;
  }
  .xs-mb-200 {
    margin-bottom: 200px;
  }
  .xs-mr-0 {
    margin-right: 0;
  }
  .xs-mr-1 {
    margin-right: 1px;
  }
  .xs-mr-2 {
    margin-right: 2px;
  }
  .xs-mr-3 {
    margin-right: 3px;
  }
  .xs-mr-4 {
    margin-right: 4px;
  }
  .xs-mr-5 {
    margin-right: 5px;
  }
  .xs-mr-6 {
    margin-right: 6px;
  }
  .xs-mr-7 {
    margin-right: 7px;
  }
  .xs-mr-8 {
    margin-right: 8px;
  }
  .xs-mr-9 {
    margin-right: 9px;
  }
  .xs-mr-10 {
    margin-right: 10px;
  }
  .xs-mr-11 {
    margin-right: 11px;
  }
  .xs-mr-12 {
    margin-right: 12px;
  }
  .xs-mr-13 {
    margin-right: 13px;
  }
  .xs-mr-14 {
    margin-right: 14px;
  }
  .xs-mr-15 {
    margin-right: 15px;
  }
  .xs-mr-16 {
    margin-right: 16px;
  }
  .xs-mr-17 {
    margin-right: 17px;
  }
  .xs-mr-18 {
    margin-right: 18px;
  }
  .xs-mr-19 {
    margin-right: 19px;
  }
  .xs-mr-20 {
    margin-right: 20px;
  }
  .xs-mr-21 {
    margin-right: 21px;
  }
  .xs-mr-22 {
    margin-right: 22px;
  }
  .xs-mr-23 {
    margin-right: 23px;
  }
  .xs-mr-24 {
    margin-right: 24px;
  }
  .xs-mr-25 {
    margin-right: 25px;
  }
  .xs-mr-26 {
    margin-right: 26px;
  }
  .xs-mr-27 {
    margin-right: 27px;
  }
  .xs-mr-28 {
    margin-right: 28px;
  }
  .xs-mr-29 {
    margin-right: 29px;
  }
  .xs-mr-30 {
    margin-right: 30px;
  }
  .xs-mr-31 {
    margin-right: 31px;
  }
  .xs-mr-32 {
    margin-right: 32px;
  }
  .xs-mr-33 {
    margin-right: 33px;
  }
  .xs-mr-34 {
    margin-right: 34px;
  }
  .xs-mr-35 {
    margin-right: 35px;
  }
  .xs-mr-36 {
    margin-right: 36px;
  }
  .xs-mr-37 {
    margin-right: 37px;
  }
  .xs-mr-38 {
    margin-right: 38px;
  }
  .xs-mr-39 {
    margin-right: 39px;
  }
  .xs-mr-40 {
    margin-right: 40px;
  }
  .xs-mr-41 {
    margin-right: 41px;
  }
  .xs-mr-42 {
    margin-right: 42px;
  }
  .xs-mr-43 {
    margin-right: 43px;
  }
  .xs-mr-44 {
    margin-right: 44px;
  }
  .xs-mr-45 {
    margin-right: 45px;
  }
  .xs-mr-46 {
    margin-right: 46px;
  }
  .xs-mr-47 {
    margin-right: 47px;
  }
  .xs-mr-48 {
    margin-right: 48px;
  }
  .xs-mr-49 {
    margin-right: 49px;
  }
  .xs-mr-50 {
    margin-right: 50px;
  }
  .xs-mr-51 {
    margin-right: 51px;
  }
  .xs-mr-52 {
    margin-right: 52px;
  }
  .xs-mr-53 {
    margin-right: 53px;
  }
  .xs-mr-54 {
    margin-right: 54px;
  }
  .xs-mr-55 {
    margin-right: 55px;
  }
  .xs-mr-56 {
    margin-right: 56px;
  }
  .xs-mr-57 {
    margin-right: 57px;
  }
  .xs-mr-58 {
    margin-right: 58px;
  }
  .xs-mr-59 {
    margin-right: 59px;
  }
  .xs-mr-60 {
    margin-right: 60px;
  }
  .xs-mr-61 {
    margin-right: 61px;
  }
  .xs-mr-62 {
    margin-right: 62px;
  }
  .xs-mr-63 {
    margin-right: 63px;
  }
  .xs-mr-64 {
    margin-right: 64px;
  }
  .xs-mr-65 {
    margin-right: 65px;
  }
  .xs-mr-66 {
    margin-right: 66px;
  }
  .xs-mr-67 {
    margin-right: 67px;
  }
  .xs-mr-68 {
    margin-right: 68px;
  }
  .xs-mr-69 {
    margin-right: 69px;
  }
  .xs-mr-70 {
    margin-right: 70px;
  }
  .xs-mr-71 {
    margin-right: 71px;
  }
  .xs-mr-72 {
    margin-right: 72px;
  }
  .xs-mr-73 {
    margin-right: 73px;
  }
  .xs-mr-74 {
    margin-right: 74px;
  }
  .xs-mr-75 {
    margin-right: 75px;
  }
  .xs-mr-76 {
    margin-right: 76px;
  }
  .xs-mr-77 {
    margin-right: 77px;
  }
  .xs-mr-78 {
    margin-right: 78px;
  }
  .xs-mr-79 {
    margin-right: 79px;
  }
  .xs-mr-80 {
    margin-right: 80px;
  }
  .xs-mr-81 {
    margin-right: 81px;
  }
  .xs-mr-82 {
    margin-right: 82px;
  }
  .xs-mr-83 {
    margin-right: 83px;
  }
  .xs-mr-84 {
    margin-right: 84px;
  }
  .xs-mr-85 {
    margin-right: 85px;
  }
  .xs-mr-86 {
    margin-right: 86px;
  }
  .xs-mr-87 {
    margin-right: 87px;
  }
  .xs-mr-88 {
    margin-right: 88px;
  }
  .xs-mr-89 {
    margin-right: 89px;
  }
  .xs-mr-90 {
    margin-right: 90px;
  }
  .xs-mr-91 {
    margin-right: 91px;
  }
  .xs-mr-92 {
    margin-right: 92px;
  }
  .xs-mr-93 {
    margin-right: 93px;
  }
  .xs-mr-94 {
    margin-right: 94px;
  }
  .xs-mr-95 {
    margin-right: 95px;
  }
  .xs-mr-96 {
    margin-right: 96px;
  }
  .xs-mr-97 {
    margin-right: 97px;
  }
  .xs-mr-98 {
    margin-right: 98px;
  }
  .xs-mr-99 {
    margin-right: 99px;
  }
  .xs-mr-100 {
    margin-right: 100px;
  }
  .xs-ml-0 {
    margin-left: 0;
  }
  .xs-ml-1 {
    margin-left: 1px;
  }
  .xs-ml-2 {
    margin-left: 2px;
  }
  .xs-ml-3 {
    margin-left: 3px;
  }
  .xs-ml-4 {
    margin-left: 4px;
  }
  .xs-ml-5 {
    margin-left: 5px;
  }
  .xs-ml-6 {
    margin-left: 6px;
  }
  .xs-ml-7 {
    margin-left: 7px;
  }
  .xs-ml-8 {
    margin-left: 8px;
  }
  .xs-ml-9 {
    margin-left: 9px;
  }
  .xs-ml-10 {
    margin-left: 10px;
  }
  .xs-ml-11 {
    margin-left: 11px;
  }
  .xs-ml-12 {
    margin-left: 12px;
  }
  .xs-ml-13 {
    margin-left: 13px;
  }
  .xs-ml-14 {
    margin-left: 14px;
  }
  .xs-ml-15 {
    margin-left: 15px;
  }
  .xs-ml-16 {
    margin-left: 16px;
  }
  .xs-ml-17 {
    margin-left: 17px;
  }
  .xs-ml-18 {
    margin-left: 18px;
  }
  .xs-ml-19 {
    margin-left: 19px;
  }
  .xs-ml-20 {
    margin-left: 20px;
  }
  .xs-ml-21 {
    margin-left: 21px;
  }
  .xs-ml-22 {
    margin-left: 22px;
  }
  .xs-ml-23 {
    margin-left: 23px;
  }
  .xs-ml-24 {
    margin-left: 24px;
  }
  .xs-ml-25 {
    margin-left: 25px;
  }
  .xs-ml-26 {
    margin-left: 26px;
  }
  .xs-ml-27 {
    margin-left: 27px;
  }
  .xs-ml-28 {
    margin-left: 28px;
  }
  .xs-ml-29 {
    margin-left: 29px;
  }
  .xs-ml-30 {
    margin-left: 30px;
  }
  .xs-ml-31 {
    margin-left: 31px;
  }
  .xs-ml-32 {
    margin-left: 32px;
  }
  .xs-ml-33 {
    margin-left: 33px;
  }
  .xs-ml-34 {
    margin-left: 34px;
  }
  .xs-ml-35 {
    margin-left: 35px;
  }
  .xs-ml-36 {
    margin-left: 36px;
  }
  .xs-ml-37 {
    margin-left: 37px;
  }
  .xs-ml-38 {
    margin-left: 38px;
  }
  .xs-ml-39 {
    margin-left: 39px;
  }
  .xs-ml-40 {
    margin-left: 40px;
  }
  .xs-ml-41 {
    margin-left: 41px;
  }
  .xs-ml-42 {
    margin-left: 42px;
  }
  .xs-ml-43 {
    margin-left: 43px;
  }
  .xs-ml-44 {
    margin-left: 44px;
  }
  .xs-ml-45 {
    margin-left: 45px;
  }
  .xs-ml-46 {
    margin-left: 46px;
  }
  .xs-ml-47 {
    margin-left: 47px;
  }
  .xs-ml-48 {
    margin-left: 48px;
  }
  .xs-ml-49 {
    margin-left: 49px;
  }
  .xs-ml-50 {
    margin-left: 50px;
  }
  .xs-ml-51 {
    margin-left: 51px;
  }
  .xs-ml-52 {
    margin-left: 52px;
  }
  .xs-ml-53 {
    margin-left: 53px;
  }
  .xs-ml-54 {
    margin-left: 54px;
  }
  .xs-ml-55 {
    margin-left: 55px;
  }
  .xs-ml-56 {
    margin-left: 56px;
  }
  .xs-ml-57 {
    margin-left: 57px;
  }
  .xs-ml-58 {
    margin-left: 58px;
  }
  .xs-ml-59 {
    margin-left: 59px;
  }
  .xs-ml-60 {
    margin-left: 60px;
  }
  .xs-ml-61 {
    margin-left: 61px;
  }
  .xs-ml-62 {
    margin-left: 62px;
  }
  .xs-ml-63 {
    margin-left: 63px;
  }
  .xs-ml-64 {
    margin-left: 64px;
  }
  .xs-ml-65 {
    margin-left: 65px;
  }
  .xs-ml-66 {
    margin-left: 66px;
  }
  .xs-ml-67 {
    margin-left: 67px;
  }
  .xs-ml-68 {
    margin-left: 68px;
  }
  .xs-ml-69 {
    margin-left: 69px;
  }
  .xs-ml-70 {
    margin-left: 70px;
  }
  .xs-ml-71 {
    margin-left: 71px;
  }
  .xs-ml-72 {
    margin-left: 72px;
  }
  .xs-ml-73 {
    margin-left: 73px;
  }
  .xs-ml-74 {
    margin-left: 74px;
  }
  .xs-ml-75 {
    margin-left: 75px;
  }
  .xs-ml-76 {
    margin-left: 76px;
  }
  .xs-ml-77 {
    margin-left: 77px;
  }
  .xs-ml-78 {
    margin-left: 78px;
  }
  .xs-ml-79 {
    margin-left: 79px;
  }
  .xs-ml-80 {
    margin-left: 80px;
  }
  .xs-ml-81 {
    margin-left: 81px;
  }
  .xs-ml-82 {
    margin-left: 82px;
  }
  .xs-ml-83 {
    margin-left: 83px;
  }
  .xs-ml-84 {
    margin-left: 84px;
  }
  .xs-ml-85 {
    margin-left: 85px;
  }
  .xs-ml-86 {
    margin-left: 86px;
  }
  .xs-ml-87 {
    margin-left: 87px;
  }
  .xs-ml-88 {
    margin-left: 88px;
  }
  .xs-ml-89 {
    margin-left: 89px;
  }
  .xs-ml-90 {
    margin-left: 90px;
  }
  .xs-ml-91 {
    margin-left: 91px;
  }
  .xs-ml-92 {
    margin-left: 92px;
  }
  .xs-ml-93 {
    margin-left: 93px;
  }
  .xs-ml-94 {
    margin-left: 94px;
  }
  .xs-ml-95 {
    margin-left: 95px;
  }
  .xs-ml-96 {
    margin-left: 96px;
  }
  .xs-ml-97 {
    margin-left: 97px;
  }
  .xs-ml-98 {
    margin-left: 98px;
  }
  .xs-ml-99 {
    margin-left: 99px;
  }
  .xs-ml-100 {
    margin-left: 100px;
  }
  .xs-mt--1 {
    margin-top: -1px;
  }
  .xs-mt--2 {
    margin-top: -2px;
  }
  .xs-mt--3 {
    margin-top: -3px;
  }
  .xs-mt--4 {
    margin-top: -4px;
  }
  .xs-mt--5 {
    margin-top: -5px;
  }
  .xs-mt--6 {
    margin-top: -6px;
  }
  .xs-mt--7 {
    margin-top: -7px;
  }
  .xs-mt--8 {
    margin-top: -8px;
  }
  .xs-mt--9 {
    margin-top: -9px;
  }
  .xs-mt--10 {
    margin-top: -10px;
  }
  .xs-mt--11 {
    margin-top: -11px;
  }
  .xs-mt--12 {
    margin-top: -12px;
  }
  .xs-mt--13 {
    margin-top: -13px;
  }
  .xs-mt--14 {
    margin-top: -14px;
  }
  .xs-mt--15 {
    margin-top: -15px;
  }
  .xs-mt--16 {
    margin-top: -16px;
  }
  .xs-mt--17 {
    margin-top: -17px;
  }
  .xs-mt--18 {
    margin-top: -18px;
  }
  .xs-mt--19 {
    margin-top: -19px;
  }
  .xs-mt--20 {
    margin-top: -20px;
  }
  .xs-mt--21 {
    margin-top: -21px;
  }
  .xs-mt--22 {
    margin-top: -22px;
  }
  .xs-mt--23 {
    margin-top: -23px;
  }
  .xs-mt--24 {
    margin-top: -24px;
  }
  .xs-mt--25 {
    margin-top: -25px;
  }
  .xs-mt--26 {
    margin-top: -26px;
  }
  .xs-mt--27 {
    margin-top: -27px;
  }
  .xs-mt--28 {
    margin-top: -28px;
  }
  .xs-mt--29 {
    margin-top: -29px;
  }
  .xs-mt--30 {
    margin-top: -30px;
  }
  .xs-mt--31 {
    margin-top: -31px;
  }
  .xs-mt--32 {
    margin-top: -32px;
  }
  .xs-mt--33 {
    margin-top: -33px;
  }
  .xs-mt--34 {
    margin-top: -34px;
  }
  .xs-mt--35 {
    margin-top: -35px;
  }
  .xs-mt--36 {
    margin-top: -36px;
  }
  .xs-mt--37 {
    margin-top: -37px;
  }
  .xs-mt--38 {
    margin-top: -38px;
  }
  .xs-mt--39 {
    margin-top: -39px;
  }
  .xs-mt--40 {
    margin-top: -40px;
  }
  .xs-mt--41 {
    margin-top: -41px;
  }
  .xs-mt--42 {
    margin-top: -42px;
  }
  .xs-mt--43 {
    margin-top: -43px;
  }
  .xs-mt--44 {
    margin-top: -44px;
  }
  .xs-mt--45 {
    margin-top: -45px;
  }
  .xs-mt--46 {
    margin-top: -46px;
  }
  .xs-mt--47 {
    margin-top: -47px;
  }
  .xs-mt--48 {
    margin-top: -48px;
  }
  .xs-mt--49 {
    margin-top: -49px;
  }
  .xs-mt--50 {
    margin-top: -50px;
  }
  .xs-mt--51 {
    margin-top: -51px;
  }
  .xs-mt--52 {
    margin-top: -52px;
  }
  .xs-mt--53 {
    margin-top: -53px;
  }
  .xs-mt--54 {
    margin-top: -54px;
  }
  .xs-mt--55 {
    margin-top: -55px;
  }
  .xs-mt--56 {
    margin-top: -56px;
  }
  .xs-mt--57 {
    margin-top: -57px;
  }
  .xs-mt--58 {
    margin-top: -58px;
  }
  .xs-mt--59 {
    margin-top: -59px;
  }
  .xs-mt--60 {
    margin-top: -60px;
  }
  .xs-mt--61 {
    margin-top: -61px;
  }
  .xs-mt--62 {
    margin-top: -62px;
  }
  .xs-mt--63 {
    margin-top: -63px;
  }
  .xs-mt--64 {
    margin-top: -64px;
  }
  .xs-mt--65 {
    margin-top: -65px;
  }
  .xs-mt--66 {
    margin-top: -66px;
  }
  .xs-mt--67 {
    margin-top: -67px;
  }
  .xs-mt--68 {
    margin-top: -68px;
  }
  .xs-mt--69 {
    margin-top: -69px;
  }
  .xs-mt--70 {
    margin-top: -70px;
  }
  .xs-mt--71 {
    margin-top: -71px;
  }
  .xs-mt--72 {
    margin-top: -72px;
  }
  .xs-mt--73 {
    margin-top: -73px;
  }
  .xs-mt--74 {
    margin-top: -74px;
  }
  .xs-mt--75 {
    margin-top: -75px;
  }
  .xs-mt--76 {
    margin-top: -76px;
  }
  .xs-mt--77 {
    margin-top: -77px;
  }
  .xs-mt--78 {
    margin-top: -78px;
  }
  .xs-mt--79 {
    margin-top: -79px;
  }
  .xs-mt--80 {
    margin-top: -80px;
  }
  .xs-mt--81 {
    margin-top: -81px;
  }
  .xs-mt--82 {
    margin-top: -82px;
  }
  .xs-mt--83 {
    margin-top: -83px;
  }
  .xs-mt--84 {
    margin-top: -84px;
  }
  .xs-mt--85 {
    margin-top: -85px;
  }
  .xs-mt--86 {
    margin-top: -86px;
  }
  .xs-mt--87 {
    margin-top: -87px;
  }
  .xs-mt--88 {
    margin-top: -88px;
  }
  .xs-mt--89 {
    margin-top: -89px;
  }
  .xs-mt--90 {
    margin-top: -90px;
  }
  .xs-mt--91 {
    margin-top: -91px;
  }
  .xs-mt--92 {
    margin-top: -92px;
  }
  .xs-mt--93 {
    margin-top: -93px;
  }
  .xs-mt--94 {
    margin-top: -94px;
  }
  .xs-mt--95 {
    margin-top: -95px;
  }
  .xs-mt--96 {
    margin-top: -96px;
  }
  .xs-mt--97 {
    margin-top: -97px;
  }
  .xs-mt--98 {
    margin-top: -98px;
  }
  .xs-mt--99 {
    margin-top: -99px;
  }
  .xs-mt--100 {
    margin-top: -100px;
  }
  .xs-mt--101 {
    margin-top: -101px;
  }
  .xs-mt--102 {
    margin-top: -102px;
  }
  .xs-mt--103 {
    margin-top: -103px;
  }
  .xs-mt--104 {
    margin-top: -104px;
  }
  .xs-mt--105 {
    margin-top: -105px;
  }
  .xs-mt--106 {
    margin-top: -106px;
  }
  .xs-mt--107 {
    margin-top: -107px;
  }
  .xs-mt--108 {
    margin-top: -108px;
  }
  .xs-mt--109 {
    margin-top: -109px;
  }
  .xs-mt--110 {
    margin-top: -110px;
  }
  .xs-mt--111 {
    margin-top: -111px;
  }
  .xs-mt--112 {
    margin-top: -112px;
  }
  .xs-mt--113 {
    margin-top: -113px;
  }
  .xs-mt--114 {
    margin-top: -114px;
  }
  .xs-mt--115 {
    margin-top: -115px;
  }
  .xs-mt--116 {
    margin-top: -116px;
  }
  .xs-mt--117 {
    margin-top: -117px;
  }
  .xs-mt--118 {
    margin-top: -118px;
  }
  .xs-mt--119 {
    margin-top: -119px;
  }
  .xs-mt--120 {
    margin-top: -120px;
  }
  .xs-mt--121 {
    margin-top: -121px;
  }
  .xs-mt--122 {
    margin-top: -122px;
  }
  .xs-mt--123 {
    margin-top: -123px;
  }
  .xs-mt--124 {
    margin-top: -124px;
  }
  .xs-mt--125 {
    margin-top: -125px;
  }
  .xs-mt--126 {
    margin-top: -126px;
  }
  .xs-mt--127 {
    margin-top: -127px;
  }
  .xs-mt--128 {
    margin-top: -128px;
  }
  .xs-mt--129 {
    margin-top: -129px;
  }
  .xs-mt--130 {
    margin-top: -130px;
  }
  .xs-mt--131 {
    margin-top: -131px;
  }
  .xs-mt--132 {
    margin-top: -132px;
  }
  .xs-mt--133 {
    margin-top: -133px;
  }
  .xs-mt--134 {
    margin-top: -134px;
  }
  .xs-mt--135 {
    margin-top: -135px;
  }
  .xs-mt--136 {
    margin-top: -136px;
  }
  .xs-mt--137 {
    margin-top: -137px;
  }
  .xs-mt--138 {
    margin-top: -138px;
  }
  .xs-mt--139 {
    margin-top: -139px;
  }
  .xs-mt--140 {
    margin-top: -140px;
  }
  .xs-mt--141 {
    margin-top: -141px;
  }
  .xs-mt--142 {
    margin-top: -142px;
  }
  .xs-mt--143 {
    margin-top: -143px;
  }
  .xs-mt--144 {
    margin-top: -144px;
  }
  .xs-mt--145 {
    margin-top: -145px;
  }
  .xs-mt--146 {
    margin-top: -146px;
  }
  .xs-mt--147 {
    margin-top: -147px;
  }
  .xs-mt--148 {
    margin-top: -148px;
  }
  .xs-mt--149 {
    margin-top: -149px;
  }
  .xs-mt--150 {
    margin-top: -150px;
  }
  .xs-mt--151 {
    margin-top: -151px;
  }
  .xs-mt--152 {
    margin-top: -152px;
  }
  .xs-mt--153 {
    margin-top: -153px;
  }
  .xs-mt--154 {
    margin-top: -154px;
  }
  .xs-mt--155 {
    margin-top: -155px;
  }
  .xs-mt--156 {
    margin-top: -156px;
  }
  .xs-mt--157 {
    margin-top: -157px;
  }
  .xs-mt--158 {
    margin-top: -158px;
  }
  .xs-mt--159 {
    margin-top: -159px;
  }
  .xs-mt--160 {
    margin-top: -160px;
  }
  .xs-mt--161 {
    margin-top: -161px;
  }
  .xs-mt--162 {
    margin-top: -162px;
  }
  .xs-mt--163 {
    margin-top: -163px;
  }
  .xs-mt--164 {
    margin-top: -164px;
  }
  .xs-mt--165 {
    margin-top: -165px;
  }
  .xs-mt--166 {
    margin-top: -166px;
  }
  .xs-mt--167 {
    margin-top: -167px;
  }
  .xs-mt--168 {
    margin-top: -168px;
  }
  .xs-mt--169 {
    margin-top: -169px;
  }
  .xs-mt--170 {
    margin-top: -170px;
  }
  .xs-mt--171 {
    margin-top: -171px;
  }
  .xs-mt--172 {
    margin-top: -172px;
  }
  .xs-mt--173 {
    margin-top: -173px;
  }
  .xs-mt--174 {
    margin-top: -174px;
  }
  .xs-mt--175 {
    margin-top: -175px;
  }
  .xs-mt--176 {
    margin-top: -176px;
  }
  .xs-mt--177 {
    margin-top: -177px;
  }
  .xs-mt--178 {
    margin-top: -178px;
  }
  .xs-mt--179 {
    margin-top: -179px;
  }
  .xs-mt--180 {
    margin-top: -180px;
  }
  .xs-mt--181 {
    margin-top: -181px;
  }
  .xs-mt--182 {
    margin-top: -182px;
  }
  .xs-mt--183 {
    margin-top: -183px;
  }
  .xs-mt--184 {
    margin-top: -184px;
  }
  .xs-mt--185 {
    margin-top: -185px;
  }
  .xs-mt--186 {
    margin-top: -186px;
  }
  .xs-mt--187 {
    margin-top: -187px;
  }
  .xs-mt--188 {
    margin-top: -188px;
  }
  .xs-mt--189 {
    margin-top: -189px;
  }
  .xs-mt--190 {
    margin-top: -190px;
  }
  .xs-mt--191 {
    margin-top: -191px;
  }
  .xs-mt--192 {
    margin-top: -192px;
  }
  .xs-mt--193 {
    margin-top: -193px;
  }
  .xs-mt--194 {
    margin-top: -194px;
  }
  .xs-mt--195 {
    margin-top: -195px;
  }
  .xs-mt--196 {
    margin-top: -196px;
  }
  .xs-mt--197 {
    margin-top: -197px;
  }
  .xs-mt--198 {
    margin-top: -198px;
  }
  .xs-mt--199 {
    margin-top: -199px;
  }
  .xs-mt--200 {
    margin-top: -200px;
  }
  .xs-mb--1 {
    margin-bottom: -1px;
  }
  .xs-mb--2 {
    margin-bottom: -2px;
  }
  .xs-mb--3 {
    margin-bottom: -3px;
  }
  .xs-mb--4 {
    margin-bottom: -4px;
  }
  .xs-mb--5 {
    margin-bottom: -5px;
  }
  .xs-mb--6 {
    margin-bottom: -6px;
  }
  .xs-mb--7 {
    margin-bottom: -7px;
  }
  .xs-mb--8 {
    margin-bottom: -8px;
  }
  .xs-mb--9 {
    margin-bottom: -9px;
  }
  .xs-mb--10 {
    margin-bottom: -10px;
  }
  .xs-mb--11 {
    margin-bottom: -11px;
  }
  .xs-mb--12 {
    margin-bottom: -12px;
  }
  .xs-mb--13 {
    margin-bottom: -13px;
  }
  .xs-mb--14 {
    margin-bottom: -14px;
  }
  .xs-mb--15 {
    margin-bottom: -15px;
  }
  .xs-mb--16 {
    margin-bottom: -16px;
  }
  .xs-mb--17 {
    margin-bottom: -17px;
  }
  .xs-mb--18 {
    margin-bottom: -18px;
  }
  .xs-mb--19 {
    margin-bottom: -19px;
  }
  .xs-mb--20 {
    margin-bottom: -20px;
  }
  .xs-mb--21 {
    margin-bottom: -21px;
  }
  .xs-mb--22 {
    margin-bottom: -22px;
  }
  .xs-mb--23 {
    margin-bottom: -23px;
  }
  .xs-mb--24 {
    margin-bottom: -24px;
  }
  .xs-mb--25 {
    margin-bottom: -25px;
  }
  .xs-mb--26 {
    margin-bottom: -26px;
  }
  .xs-mb--27 {
    margin-bottom: -27px;
  }
  .xs-mb--28 {
    margin-bottom: -28px;
  }
  .xs-mb--29 {
    margin-bottom: -29px;
  }
  .xs-mb--30 {
    margin-bottom: -30px;
  }
  .xs-mb--31 {
    margin-bottom: -31px;
  }
  .xs-mb--32 {
    margin-bottom: -32px;
  }
  .xs-mb--33 {
    margin-bottom: -33px;
  }
  .xs-mb--34 {
    margin-bottom: -34px;
  }
  .xs-mb--35 {
    margin-bottom: -35px;
  }
  .xs-mb--36 {
    margin-bottom: -36px;
  }
  .xs-mb--37 {
    margin-bottom: -37px;
  }
  .xs-mb--38 {
    margin-bottom: -38px;
  }
  .xs-mb--39 {
    margin-bottom: -39px;
  }
  .xs-mb--40 {
    margin-bottom: -40px;
  }
  .xs-mb--41 {
    margin-bottom: -41px;
  }
  .xs-mb--42 {
    margin-bottom: -42px;
  }
  .xs-mb--43 {
    margin-bottom: -43px;
  }
  .xs-mb--44 {
    margin-bottom: -44px;
  }
  .xs-mb--45 {
    margin-bottom: -45px;
  }
  .xs-mb--46 {
    margin-bottom: -46px;
  }
  .xs-mb--47 {
    margin-bottom: -47px;
  }
  .xs-mb--48 {
    margin-bottom: -48px;
  }
  .xs-mb--49 {
    margin-bottom: -49px;
  }
  .xs-mb--50 {
    margin-bottom: -50px;
  }
  .xs-mb--51 {
    margin-bottom: -51px;
  }
  .xs-mb--52 {
    margin-bottom: -52px;
  }
  .xs-mb--53 {
    margin-bottom: -53px;
  }
  .xs-mb--54 {
    margin-bottom: -54px;
  }
  .xs-mb--55 {
    margin-bottom: -55px;
  }
  .xs-mb--56 {
    margin-bottom: -56px;
  }
  .xs-mb--57 {
    margin-bottom: -57px;
  }
  .xs-mb--58 {
    margin-bottom: -58px;
  }
  .xs-mb--59 {
    margin-bottom: -59px;
  }
  .xs-mb--60 {
    margin-bottom: -60px;
  }
  .xs-mb--61 {
    margin-bottom: -61px;
  }
  .xs-mb--62 {
    margin-bottom: -62px;
  }
  .xs-mb--63 {
    margin-bottom: -63px;
  }
  .xs-mb--64 {
    margin-bottom: -64px;
  }
  .xs-mb--65 {
    margin-bottom: -65px;
  }
  .xs-mb--66 {
    margin-bottom: -66px;
  }
  .xs-mb--67 {
    margin-bottom: -67px;
  }
  .xs-mb--68 {
    margin-bottom: -68px;
  }
  .xs-mb--69 {
    margin-bottom: -69px;
  }
  .xs-mb--70 {
    margin-bottom: -70px;
  }
  .xs-mb--71 {
    margin-bottom: -71px;
  }
  .xs-mb--72 {
    margin-bottom: -72px;
  }
  .xs-mb--73 {
    margin-bottom: -73px;
  }
  .xs-mb--74 {
    margin-bottom: -74px;
  }
  .xs-mb--75 {
    margin-bottom: -75px;
  }
  .xs-mb--76 {
    margin-bottom: -76px;
  }
  .xs-mb--77 {
    margin-bottom: -77px;
  }
  .xs-mb--78 {
    margin-bottom: -78px;
  }
  .xs-mb--79 {
    margin-bottom: -79px;
  }
  .xs-mb--80 {
    margin-bottom: -80px;
  }
  .xs-mb--81 {
    margin-bottom: -81px;
  }
  .xs-mb--82 {
    margin-bottom: -82px;
  }
  .xs-mb--83 {
    margin-bottom: -83px;
  }
  .xs-mb--84 {
    margin-bottom: -84px;
  }
  .xs-mb--85 {
    margin-bottom: -85px;
  }
  .xs-mb--86 {
    margin-bottom: -86px;
  }
  .xs-mb--87 {
    margin-bottom: -87px;
  }
  .xs-mb--88 {
    margin-bottom: -88px;
  }
  .xs-mb--89 {
    margin-bottom: -89px;
  }
  .xs-mb--90 {
    margin-bottom: -90px;
  }
  .xs-mb--91 {
    margin-bottom: -91px;
  }
  .xs-mb--92 {
    margin-bottom: -92px;
  }
  .xs-mb--93 {
    margin-bottom: -93px;
  }
  .xs-mb--94 {
    margin-bottom: -94px;
  }
  .xs-mb--95 {
    margin-bottom: -95px;
  }
  .xs-mb--96 {
    margin-bottom: -96px;
  }
  .xs-mb--97 {
    margin-bottom: -97px;
  }
  .xs-mb--98 {
    margin-bottom: -98px;
  }
  .xs-mb--99 {
    margin-bottom: -99px;
  }
  .xs-mb--100 {
    margin-bottom: -100px;
  }
  .xs-mb--101 {
    margin-bottom: -101px;
  }
  .xs-mb--102 {
    margin-bottom: -102px;
  }
  .xs-mb--103 {
    margin-bottom: -103px;
  }
  .xs-mb--104 {
    margin-bottom: -104px;
  }
  .xs-mb--105 {
    margin-bottom: -105px;
  }
  .xs-mb--106 {
    margin-bottom: -106px;
  }
  .xs-mb--107 {
    margin-bottom: -107px;
  }
  .xs-mb--108 {
    margin-bottom: -108px;
  }
  .xs-mb--109 {
    margin-bottom: -109px;
  }
  .xs-mb--110 {
    margin-bottom: -110px;
  }
  .xs-mb--111 {
    margin-bottom: -111px;
  }
  .xs-mb--112 {
    margin-bottom: -112px;
  }
  .xs-mb--113 {
    margin-bottom: -113px;
  }
  .xs-mb--114 {
    margin-bottom: -114px;
  }
  .xs-mb--115 {
    margin-bottom: -115px;
  }
  .xs-mb--116 {
    margin-bottom: -116px;
  }
  .xs-mb--117 {
    margin-bottom: -117px;
  }
  .xs-mb--118 {
    margin-bottom: -118px;
  }
  .xs-mb--119 {
    margin-bottom: -119px;
  }
  .xs-mb--120 {
    margin-bottom: -120px;
  }
  .xs-mb--121 {
    margin-bottom: -121px;
  }
  .xs-mb--122 {
    margin-bottom: -122px;
  }
  .xs-mb--123 {
    margin-bottom: -123px;
  }
  .xs-mb--124 {
    margin-bottom: -124px;
  }
  .xs-mb--125 {
    margin-bottom: -125px;
  }
  .xs-mb--126 {
    margin-bottom: -126px;
  }
  .xs-mb--127 {
    margin-bottom: -127px;
  }
  .xs-mb--128 {
    margin-bottom: -128px;
  }
  .xs-mb--129 {
    margin-bottom: -129px;
  }
  .xs-mb--130 {
    margin-bottom: -130px;
  }
  .xs-mb--131 {
    margin-bottom: -131px;
  }
  .xs-mb--132 {
    margin-bottom: -132px;
  }
  .xs-mb--133 {
    margin-bottom: -133px;
  }
  .xs-mb--134 {
    margin-bottom: -134px;
  }
  .xs-mb--135 {
    margin-bottom: -135px;
  }
  .xs-mb--136 {
    margin-bottom: -136px;
  }
  .xs-mb--137 {
    margin-bottom: -137px;
  }
  .xs-mb--138 {
    margin-bottom: -138px;
  }
  .xs-mb--139 {
    margin-bottom: -139px;
  }
  .xs-mb--140 {
    margin-bottom: -140px;
  }
  .xs-mb--141 {
    margin-bottom: -141px;
  }
  .xs-mb--142 {
    margin-bottom: -142px;
  }
  .xs-mb--143 {
    margin-bottom: -143px;
  }
  .xs-mb--144 {
    margin-bottom: -144px;
  }
  .xs-mb--145 {
    margin-bottom: -145px;
  }
  .xs-mb--146 {
    margin-bottom: -146px;
  }
  .xs-mb--147 {
    margin-bottom: -147px;
  }
  .xs-mb--148 {
    margin-bottom: -148px;
  }
  .xs-mb--149 {
    margin-bottom: -149px;
  }
  .xs-mb--150 {
    margin-bottom: -150px;
  }
  .xs-mb--151 {
    margin-bottom: -151px;
  }
  .xs-mb--152 {
    margin-bottom: -152px;
  }
  .xs-mb--153 {
    margin-bottom: -153px;
  }
  .xs-mb--154 {
    margin-bottom: -154px;
  }
  .xs-mb--155 {
    margin-bottom: -155px;
  }
  .xs-mb--156 {
    margin-bottom: -156px;
  }
  .xs-mb--157 {
    margin-bottom: -157px;
  }
  .xs-mb--158 {
    margin-bottom: -158px;
  }
  .xs-mb--159 {
    margin-bottom: -159px;
  }
  .xs-mb--160 {
    margin-bottom: -160px;
  }
  .xs-mb--161 {
    margin-bottom: -161px;
  }
  .xs-mb--162 {
    margin-bottom: -162px;
  }
  .xs-mb--163 {
    margin-bottom: -163px;
  }
  .xs-mb--164 {
    margin-bottom: -164px;
  }
  .xs-mb--165 {
    margin-bottom: -165px;
  }
  .xs-mb--166 {
    margin-bottom: -166px;
  }
  .xs-mb--167 {
    margin-bottom: -167px;
  }
  .xs-mb--168 {
    margin-bottom: -168px;
  }
  .xs-mb--169 {
    margin-bottom: -169px;
  }
  .xs-mb--170 {
    margin-bottom: -170px;
  }
  .xs-mb--171 {
    margin-bottom: -171px;
  }
  .xs-mb--172 {
    margin-bottom: -172px;
  }
  .xs-mb--173 {
    margin-bottom: -173px;
  }
  .xs-mb--174 {
    margin-bottom: -174px;
  }
  .xs-mb--175 {
    margin-bottom: -175px;
  }
  .xs-mb--176 {
    margin-bottom: -176px;
  }
  .xs-mb--177 {
    margin-bottom: -177px;
  }
  .xs-mb--178 {
    margin-bottom: -178px;
  }
  .xs-mb--179 {
    margin-bottom: -179px;
  }
  .xs-mb--180 {
    margin-bottom: -180px;
  }
  .xs-mb--181 {
    margin-bottom: -181px;
  }
  .xs-mb--182 {
    margin-bottom: -182px;
  }
  .xs-mb--183 {
    margin-bottom: -183px;
  }
  .xs-mb--184 {
    margin-bottom: -184px;
  }
  .xs-mb--185 {
    margin-bottom: -185px;
  }
  .xs-mb--186 {
    margin-bottom: -186px;
  }
  .xs-mb--187 {
    margin-bottom: -187px;
  }
  .xs-mb--188 {
    margin-bottom: -188px;
  }
  .xs-mb--189 {
    margin-bottom: -189px;
  }
  .xs-mb--190 {
    margin-bottom: -190px;
  }
  .xs-mb--191 {
    margin-bottom: -191px;
  }
  .xs-mb--192 {
    margin-bottom: -192px;
  }
  .xs-mb--193 {
    margin-bottom: -193px;
  }
  .xs-mb--194 {
    margin-bottom: -194px;
  }
  .xs-mb--195 {
    margin-bottom: -195px;
  }
  .xs-mb--196 {
    margin-bottom: -196px;
  }
  .xs-mb--197 {
    margin-bottom: -197px;
  }
  .xs-mb--198 {
    margin-bottom: -198px;
  }
  .xs-mb--199 {
    margin-bottom: -199px;
  }
  .xs-mb--200 {
    margin-bottom: -200px;
  }
  .xs-ml--1 {
    margin-left: -1px;
  }
  .xs-ml--2 {
    margin-left: -2px;
  }
  .xs-ml--3 {
    margin-left: -3px;
  }
  .xs-ml--4 {
    margin-left: -4px;
  }
  .xs-ml--5 {
    margin-left: -5px;
  }
  .xs-ml--6 {
    margin-left: -6px;
  }
  .xs-ml--7 {
    margin-left: -7px;
  }
  .xs-ml--8 {
    margin-left: -8px;
  }
  .xs-ml--9 {
    margin-left: -9px;
  }
  .xs-ml--10 {
    margin-left: -10px;
  }
  .xs-ml--11 {
    margin-left: -11px;
  }
  .xs-ml--12 {
    margin-left: -12px;
  }
  .xs-ml--13 {
    margin-left: -13px;
  }
  .xs-ml--14 {
    margin-left: -14px;
  }
  .xs-ml--15 {
    margin-left: -15px;
  }
  .xs-ml--16 {
    margin-left: -16px;
  }
  .xs-ml--17 {
    margin-left: -17px;
  }
  .xs-ml--18 {
    margin-left: -18px;
  }
  .xs-ml--19 {
    margin-left: -19px;
  }
  .xs-ml--20 {
    margin-left: -20px;
  }
  .xs-ml--21 {
    margin-left: -21px;
  }
  .xs-ml--22 {
    margin-left: -22px;
  }
  .xs-ml--23 {
    margin-left: -23px;
  }
  .xs-ml--24 {
    margin-left: -24px;
  }
  .xs-ml--25 {
    margin-left: -25px;
  }
  .xs-ml--26 {
    margin-left: -26px;
  }
  .xs-ml--27 {
    margin-left: -27px;
  }
  .xs-ml--28 {
    margin-left: -28px;
  }
  .xs-ml--29 {
    margin-left: -29px;
  }
  .xs-ml--30 {
    margin-left: -30px;
  }
  .xs-ml--31 {
    margin-left: -31px;
  }
  .xs-ml--32 {
    margin-left: -32px;
  }
  .xs-ml--33 {
    margin-left: -33px;
  }
  .xs-ml--34 {
    margin-left: -34px;
  }
  .xs-ml--35 {
    margin-left: -35px;
  }
  .xs-ml--36 {
    margin-left: -36px;
  }
  .xs-ml--37 {
    margin-left: -37px;
  }
  .xs-ml--38 {
    margin-left: -38px;
  }
  .xs-ml--39 {
    margin-left: -39px;
  }
  .xs-ml--40 {
    margin-left: -40px;
  }
  .xs-ml--41 {
    margin-left: -41px;
  }
  .xs-ml--42 {
    margin-left: -42px;
  }
  .xs-ml--43 {
    margin-left: -43px;
  }
  .xs-ml--44 {
    margin-left: -44px;
  }
  .xs-ml--45 {
    margin-left: -45px;
  }
  .xs-ml--46 {
    margin-left: -46px;
  }
  .xs-ml--47 {
    margin-left: -47px;
  }
  .xs-ml--48 {
    margin-left: -48px;
  }
  .xs-ml--49 {
    margin-left: -49px;
  }
  .xs-ml--50 {
    margin-left: -50px;
  }
  .xs-ml--51 {
    margin-left: -51px;
  }
  .xs-ml--52 {
    margin-left: -52px;
  }
  .xs-ml--53 {
    margin-left: -53px;
  }
  .xs-ml--54 {
    margin-left: -54px;
  }
  .xs-ml--55 {
    margin-left: -55px;
  }
  .xs-ml--56 {
    margin-left: -56px;
  }
  .xs-ml--57 {
    margin-left: -57px;
  }
  .xs-ml--58 {
    margin-left: -58px;
  }
  .xs-ml--59 {
    margin-left: -59px;
  }
  .xs-ml--60 {
    margin-left: -60px;
  }
  .xs-ml--61 {
    margin-left: -61px;
  }
  .xs-ml--62 {
    margin-left: -62px;
  }
  .xs-ml--63 {
    margin-left: -63px;
  }
  .xs-ml--64 {
    margin-left: -64px;
  }
  .xs-ml--65 {
    margin-left: -65px;
  }
  .xs-ml--66 {
    margin-left: -66px;
  }
  .xs-ml--67 {
    margin-left: -67px;
  }
  .xs-ml--68 {
    margin-left: -68px;
  }
  .xs-ml--69 {
    margin-left: -69px;
  }
  .xs-ml--70 {
    margin-left: -70px;
  }
  .xs-ml--71 {
    margin-left: -71px;
  }
  .xs-ml--72 {
    margin-left: -72px;
  }
  .xs-ml--73 {
    margin-left: -73px;
  }
  .xs-ml--74 {
    margin-left: -74px;
  }
  .xs-ml--75 {
    margin-left: -75px;
  }
  .xs-ml--76 {
    margin-left: -76px;
  }
  .xs-ml--77 {
    margin-left: -77px;
  }
  .xs-ml--78 {
    margin-left: -78px;
  }
  .xs-ml--79 {
    margin-left: -79px;
  }
  .xs-ml--80 {
    margin-left: -80px;
  }
  .xs-ml--81 {
    margin-left: -81px;
  }
  .xs-ml--82 {
    margin-left: -82px;
  }
  .xs-ml--83 {
    margin-left: -83px;
  }
  .xs-ml--84 {
    margin-left: -84px;
  }
  .xs-ml--85 {
    margin-left: -85px;
  }
  .xs-ml--86 {
    margin-left: -86px;
  }
  .xs-ml--87 {
    margin-left: -87px;
  }
  .xs-ml--88 {
    margin-left: -88px;
  }
  .xs-ml--89 {
    margin-left: -89px;
  }
  .xs-ml--90 {
    margin-left: -90px;
  }
  .xs-ml--91 {
    margin-left: -91px;
  }
  .xs-ml--92 {
    margin-left: -92px;
  }
  .xs-ml--93 {
    margin-left: -93px;
  }
  .xs-ml--94 {
    margin-left: -94px;
  }
  .xs-ml--95 {
    margin-left: -95px;
  }
  .xs-ml--96 {
    margin-left: -96px;
  }
  .xs-ml--97 {
    margin-left: -97px;
  }
  .xs-ml--98 {
    margin-left: -98px;
  }
  .xs-ml--99 {
    margin-left: -99px;
  }
  .xs-ml--100 {
    margin-left: -100px;
  }
  .xs-ml--101 {
    margin-left: -101px;
  }
  .xs-ml--102 {
    margin-left: -102px;
  }
  .xs-ml--103 {
    margin-left: -103px;
  }
  .xs-ml--104 {
    margin-left: -104px;
  }
  .xs-ml--105 {
    margin-left: -105px;
  }
  .xs-ml--106 {
    margin-left: -106px;
  }
  .xs-ml--107 {
    margin-left: -107px;
  }
  .xs-ml--108 {
    margin-left: -108px;
  }
  .xs-ml--109 {
    margin-left: -109px;
  }
  .xs-ml--110 {
    margin-left: -110px;
  }
  .xs-ml--111 {
    margin-left: -111px;
  }
  .xs-ml--112 {
    margin-left: -112px;
  }
  .xs-ml--113 {
    margin-left: -113px;
  }
  .xs-ml--114 {
    margin-left: -114px;
  }
  .xs-ml--115 {
    margin-left: -115px;
  }
  .xs-ml--116 {
    margin-left: -116px;
  }
  .xs-ml--117 {
    margin-left: -117px;
  }
  .xs-ml--118 {
    margin-left: -118px;
  }
  .xs-ml--119 {
    margin-left: -119px;
  }
  .xs-ml--120 {
    margin-left: -120px;
  }
  .xs-ml--121 {
    margin-left: -121px;
  }
  .xs-ml--122 {
    margin-left: -122px;
  }
  .xs-ml--123 {
    margin-left: -123px;
  }
  .xs-ml--124 {
    margin-left: -124px;
  }
  .xs-ml--125 {
    margin-left: -125px;
  }
  .xs-ml--126 {
    margin-left: -126px;
  }
  .xs-ml--127 {
    margin-left: -127px;
  }
  .xs-ml--128 {
    margin-left: -128px;
  }
  .xs-ml--129 {
    margin-left: -129px;
  }
  .xs-ml--130 {
    margin-left: -130px;
  }
  .xs-ml--131 {
    margin-left: -131px;
  }
  .xs-ml--132 {
    margin-left: -132px;
  }
  .xs-ml--133 {
    margin-left: -133px;
  }
  .xs-ml--134 {
    margin-left: -134px;
  }
  .xs-ml--135 {
    margin-left: -135px;
  }
  .xs-ml--136 {
    margin-left: -136px;
  }
  .xs-ml--137 {
    margin-left: -137px;
  }
  .xs-ml--138 {
    margin-left: -138px;
  }
  .xs-ml--139 {
    margin-left: -139px;
  }
  .xs-ml--140 {
    margin-left: -140px;
  }
  .xs-ml--141 {
    margin-left: -141px;
  }
  .xs-ml--142 {
    margin-left: -142px;
  }
  .xs-ml--143 {
    margin-left: -143px;
  }
  .xs-ml--144 {
    margin-left: -144px;
  }
  .xs-ml--145 {
    margin-left: -145px;
  }
  .xs-ml--146 {
    margin-left: -146px;
  }
  .xs-ml--147 {
    margin-left: -147px;
  }
  .xs-ml--148 {
    margin-left: -148px;
  }
  .xs-ml--149 {
    margin-left: -149px;
  }
  .xs-ml--150 {
    margin-left: -150px;
  }
  .xs-ml--151 {
    margin-left: -151px;
  }
  .xs-ml--152 {
    margin-left: -152px;
  }
  .xs-ml--153 {
    margin-left: -153px;
  }
  .xs-ml--154 {
    margin-left: -154px;
  }
  .xs-ml--155 {
    margin-left: -155px;
  }
  .xs-ml--156 {
    margin-left: -156px;
  }
  .xs-ml--157 {
    margin-left: -157px;
  }
  .xs-ml--158 {
    margin-left: -158px;
  }
  .xs-ml--159 {
    margin-left: -159px;
  }
  .xs-ml--160 {
    margin-left: -160px;
  }
  .xs-ml--161 {
    margin-left: -161px;
  }
  .xs-ml--162 {
    margin-left: -162px;
  }
  .xs-ml--163 {
    margin-left: -163px;
  }
  .xs-ml--164 {
    margin-left: -164px;
  }
  .xs-ml--165 {
    margin-left: -165px;
  }
  .xs-ml--166 {
    margin-left: -166px;
  }
  .xs-ml--167 {
    margin-left: -167px;
  }
  .xs-ml--168 {
    margin-left: -168px;
  }
  .xs-ml--169 {
    margin-left: -169px;
  }
  .xs-ml--170 {
    margin-left: -170px;
  }
  .xs-ml--171 {
    margin-left: -171px;
  }
  .xs-ml--172 {
    margin-left: -172px;
  }
  .xs-ml--173 {
    margin-left: -173px;
  }
  .xs-ml--174 {
    margin-left: -174px;
  }
  .xs-ml--175 {
    margin-left: -175px;
  }
  .xs-ml--176 {
    margin-left: -176px;
  }
  .xs-ml--177 {
    margin-left: -177px;
  }
  .xs-ml--178 {
    margin-left: -178px;
  }
  .xs-ml--179 {
    margin-left: -179px;
  }
  .xs-ml--180 {
    margin-left: -180px;
  }
  .xs-ml--181 {
    margin-left: -181px;
  }
  .xs-ml--182 {
    margin-left: -182px;
  }
  .xs-ml--183 {
    margin-left: -183px;
  }
  .xs-ml--184 {
    margin-left: -184px;
  }
  .xs-ml--185 {
    margin-left: -185px;
  }
  .xs-ml--186 {
    margin-left: -186px;
  }
  .xs-ml--187 {
    margin-left: -187px;
  }
  .xs-ml--188 {
    margin-left: -188px;
  }
  .xs-ml--189 {
    margin-left: -189px;
  }
  .xs-ml--190 {
    margin-left: -190px;
  }
  .xs-ml--191 {
    margin-left: -191px;
  }
  .xs-ml--192 {
    margin-left: -192px;
  }
  .xs-ml--193 {
    margin-left: -193px;
  }
  .xs-ml--194 {
    margin-left: -194px;
  }
  .xs-ml--195 {
    margin-left: -195px;
  }
  .xs-ml--196 {
    margin-left: -196px;
  }
  .xs-ml--197 {
    margin-left: -197px;
  }
  .xs-ml--198 {
    margin-left: -198px;
  }
  .xs-ml--199 {
    margin-left: -199px;
  }
  .xs-ml--200 {
    margin-left: -200px;
  }
  .xs-mr--1 {
    margin-right: -1px;
  }
  .xs-mr--2 {
    margin-right: -2px;
  }
  .xs-mr--3 {
    margin-right: -3px;
  }
  .xs-mr--4 {
    margin-right: -4px;
  }
  .xs-mr--5 {
    margin-right: -5px;
  }
  .xs-mr--6 {
    margin-right: -6px;
  }
  .xs-mr--7 {
    margin-right: -7px;
  }
  .xs-mr--8 {
    margin-right: -8px;
  }
  .xs-mr--9 {
    margin-right: -9px;
  }
  .xs-mr--10 {
    margin-right: -10px;
  }
  .xs-mr--11 {
    margin-right: -11px;
  }
  .xs-mr--12 {
    margin-right: -12px;
  }
  .xs-mr--13 {
    margin-right: -13px;
  }
  .xs-mr--14 {
    margin-right: -14px;
  }
  .xs-mr--15 {
    margin-right: -15px;
  }
  .xs-mr--16 {
    margin-right: -16px;
  }
  .xs-mr--17 {
    margin-right: -17px;
  }
  .xs-mr--18 {
    margin-right: -18px;
  }
  .xs-mr--19 {
    margin-right: -19px;
  }
  .xs-mr--20 {
    margin-right: -20px;
  }
  .xs-mr--21 {
    margin-right: -21px;
  }
  .xs-mr--22 {
    margin-right: -22px;
  }
  .xs-mr--23 {
    margin-right: -23px;
  }
  .xs-mr--24 {
    margin-right: -24px;
  }
  .xs-mr--25 {
    margin-right: -25px;
  }
  .xs-mr--26 {
    margin-right: -26px;
  }
  .xs-mr--27 {
    margin-right: -27px;
  }
  .xs-mr--28 {
    margin-right: -28px;
  }
  .xs-mr--29 {
    margin-right: -29px;
  }
  .xs-mr--30 {
    margin-right: -30px;
  }
  .xs-mr--31 {
    margin-right: -31px;
  }
  .xs-mr--32 {
    margin-right: -32px;
  }
  .xs-mr--33 {
    margin-right: -33px;
  }
  .xs-mr--34 {
    margin-right: -34px;
  }
  .xs-mr--35 {
    margin-right: -35px;
  }
  .xs-mr--36 {
    margin-right: -36px;
  }
  .xs-mr--37 {
    margin-right: -37px;
  }
  .xs-mr--38 {
    margin-right: -38px;
  }
  .xs-mr--39 {
    margin-right: -39px;
  }
  .xs-mr--40 {
    margin-right: -40px;
  }
  .xs-mr--41 {
    margin-right: -41px;
  }
  .xs-mr--42 {
    margin-right: -42px;
  }
  .xs-mr--43 {
    margin-right: -43px;
  }
  .xs-mr--44 {
    margin-right: -44px;
  }
  .xs-mr--45 {
    margin-right: -45px;
  }
  .xs-mr--46 {
    margin-right: -46px;
  }
  .xs-mr--47 {
    margin-right: -47px;
  }
  .xs-mr--48 {
    margin-right: -48px;
  }
  .xs-mr--49 {
    margin-right: -49px;
  }
  .xs-mr--50 {
    margin-right: -50px;
  }
  .xs-mr--51 {
    margin-right: -51px;
  }
  .xs-mr--52 {
    margin-right: -52px;
  }
  .xs-mr--53 {
    margin-right: -53px;
  }
  .xs-mr--54 {
    margin-right: -54px;
  }
  .xs-mr--55 {
    margin-right: -55px;
  }
  .xs-mr--56 {
    margin-right: -56px;
  }
  .xs-mr--57 {
    margin-right: -57px;
  }
  .xs-mr--58 {
    margin-right: -58px;
  }
  .xs-mr--59 {
    margin-right: -59px;
  }
  .xs-mr--60 {
    margin-right: -60px;
  }
  .xs-mr--61 {
    margin-right: -61px;
  }
  .xs-mr--62 {
    margin-right: -62px;
  }
  .xs-mr--63 {
    margin-right: -63px;
  }
  .xs-mr--64 {
    margin-right: -64px;
  }
  .xs-mr--65 {
    margin-right: -65px;
  }
  .xs-mr--66 {
    margin-right: -66px;
  }
  .xs-mr--67 {
    margin-right: -67px;
  }
  .xs-mr--68 {
    margin-right: -68px;
  }
  .xs-mr--69 {
    margin-right: -69px;
  }
  .xs-mr--70 {
    margin-right: -70px;
  }
  .xs-mr--71 {
    margin-right: -71px;
  }
  .xs-mr--72 {
    margin-right: -72px;
  }
  .xs-mr--73 {
    margin-right: -73px;
  }
  .xs-mr--74 {
    margin-right: -74px;
  }
  .xs-mr--75 {
    margin-right: -75px;
  }
  .xs-mr--76 {
    margin-right: -76px;
  }
  .xs-mr--77 {
    margin-right: -77px;
  }
  .xs-mr--78 {
    margin-right: -78px;
  }
  .xs-mr--79 {
    margin-right: -79px;
  }
  .xs-mr--80 {
    margin-right: -80px;
  }
  .xs-mr--81 {
    margin-right: -81px;
  }
  .xs-mr--82 {
    margin-right: -82px;
  }
  .xs-mr--83 {
    margin-right: -83px;
  }
  .xs-mr--84 {
    margin-right: -84px;
  }
  .xs-mr--85 {
    margin-right: -85px;
  }
  .xs-mr--86 {
    margin-right: -86px;
  }
  .xs-mr--87 {
    margin-right: -87px;
  }
  .xs-mr--88 {
    margin-right: -88px;
  }
  .xs-mr--89 {
    margin-right: -89px;
  }
  .xs-mr--90 {
    margin-right: -90px;
  }
  .xs-mr--91 {
    margin-right: -91px;
  }
  .xs-mr--92 {
    margin-right: -92px;
  }
  .xs-mr--93 {
    margin-right: -93px;
  }
  .xs-mr--94 {
    margin-right: -94px;
  }
  .xs-mr--95 {
    margin-right: -95px;
  }
  .xs-mr--96 {
    margin-right: -96px;
  }
  .xs-mr--97 {
    margin-right: -97px;
  }
  .xs-mr--98 {
    margin-right: -98px;
  }
  .xs-mr--99 {
    margin-right: -99px;
  }
  .xs-mr--100 {
    margin-right: -100px;
  }
  .xs-mr--101 {
    margin-right: -101px;
  }
  .xs-mr--102 {
    margin-right: -102px;
  }
  .xs-mr--103 {
    margin-right: -103px;
  }
  .xs-mr--104 {
    margin-right: -104px;
  }
  .xs-mr--105 {
    margin-right: -105px;
  }
  .xs-mr--106 {
    margin-right: -106px;
  }
  .xs-mr--107 {
    margin-right: -107px;
  }
  .xs-mr--108 {
    margin-right: -108px;
  }
  .xs-mr--109 {
    margin-right: -109px;
  }
  .xs-mr--110 {
    margin-right: -110px;
  }
  .xs-mr--111 {
    margin-right: -111px;
  }
  .xs-mr--112 {
    margin-right: -112px;
  }
  .xs-mr--113 {
    margin-right: -113px;
  }
  .xs-mr--114 {
    margin-right: -114px;
  }
  .xs-mr--115 {
    margin-right: -115px;
  }
  .xs-mr--116 {
    margin-right: -116px;
  }
  .xs-mr--117 {
    margin-right: -117px;
  }
  .xs-mr--118 {
    margin-right: -118px;
  }
  .xs-mr--119 {
    margin-right: -119px;
  }
  .xs-mr--120 {
    margin-right: -120px;
  }
  .xs-mr--121 {
    margin-right: -121px;
  }
  .xs-mr--122 {
    margin-right: -122px;
  }
  .xs-mr--123 {
    margin-right: -123px;
  }
  .xs-mr--124 {
    margin-right: -124px;
  }
  .xs-mr--125 {
    margin-right: -125px;
  }
  .xs-mr--126 {
    margin-right: -126px;
  }
  .xs-mr--127 {
    margin-right: -127px;
  }
  .xs-mr--128 {
    margin-right: -128px;
  }
  .xs-mr--129 {
    margin-right: -129px;
  }
  .xs-mr--130 {
    margin-right: -130px;
  }
  .xs-mr--131 {
    margin-right: -131px;
  }
  .xs-mr--132 {
    margin-right: -132px;
  }
  .xs-mr--133 {
    margin-right: -133px;
  }
  .xs-mr--134 {
    margin-right: -134px;
  }
  .xs-mr--135 {
    margin-right: -135px;
  }
  .xs-mr--136 {
    margin-right: -136px;
  }
  .xs-mr--137 {
    margin-right: -137px;
  }
  .xs-mr--138 {
    margin-right: -138px;
  }
  .xs-mr--139 {
    margin-right: -139px;
  }
  .xs-mr--140 {
    margin-right: -140px;
  }
  .xs-mr--141 {
    margin-right: -141px;
  }
  .xs-mr--142 {
    margin-right: -142px;
  }
  .xs-mr--143 {
    margin-right: -143px;
  }
  .xs-mr--144 {
    margin-right: -144px;
  }
  .xs-mr--145 {
    margin-right: -145px;
  }
  .xs-mr--146 {
    margin-right: -146px;
  }
  .xs-mr--147 {
    margin-right: -147px;
  }
  .xs-mr--148 {
    margin-right: -148px;
  }
  .xs-mr--149 {
    margin-right: -149px;
  }
  .xs-mr--150 {
    margin-right: -150px;
  }
  .xs-mr--151 {
    margin-right: -151px;
  }
  .xs-mr--152 {
    margin-right: -152px;
  }
  .xs-mr--153 {
    margin-right: -153px;
  }
  .xs-mr--154 {
    margin-right: -154px;
  }
  .xs-mr--155 {
    margin-right: -155px;
  }
  .xs-mr--156 {
    margin-right: -156px;
  }
  .xs-mr--157 {
    margin-right: -157px;
  }
  .xs-mr--158 {
    margin-right: -158px;
  }
  .xs-mr--159 {
    margin-right: -159px;
  }
  .xs-mr--160 {
    margin-right: -160px;
  }
  .xs-mr--161 {
    margin-right: -161px;
  }
  .xs-mr--162 {
    margin-right: -162px;
  }
  .xs-mr--163 {
    margin-right: -163px;
  }
  .xs-mr--164 {
    margin-right: -164px;
  }
  .xs-mr--165 {
    margin-right: -165px;
  }
  .xs-mr--166 {
    margin-right: -166px;
  }
  .xs-mr--167 {
    margin-right: -167px;
  }
  .xs-mr--168 {
    margin-right: -168px;
  }
  .xs-mr--169 {
    margin-right: -169px;
  }
  .xs-mr--170 {
    margin-right: -170px;
  }
  .xs-mr--171 {
    margin-right: -171px;
  }
  .xs-mr--172 {
    margin-right: -172px;
  }
  .xs-mr--173 {
    margin-right: -173px;
  }
  .xs-mr--174 {
    margin-right: -174px;
  }
  .xs-mr--175 {
    margin-right: -175px;
  }
  .xs-mr--176 {
    margin-right: -176px;
  }
  .xs-mr--177 {
    margin-right: -177px;
  }
  .xs-mr--178 {
    margin-right: -178px;
  }
  .xs-mr--179 {
    margin-right: -179px;
  }
  .xs-mr--180 {
    margin-right: -180px;
  }
  .xs-mr--181 {
    margin-right: -181px;
  }
  .xs-mr--182 {
    margin-right: -182px;
  }
  .xs-mr--183 {
    margin-right: -183px;
  }
  .xs-mr--184 {
    margin-right: -184px;
  }
  .xs-mr--185 {
    margin-right: -185px;
  }
  .xs-mr--186 {
    margin-right: -186px;
  }
  .xs-mr--187 {
    margin-right: -187px;
  }
  .xs-mr--188 {
    margin-right: -188px;
  }
  .xs-mr--189 {
    margin-right: -189px;
  }
  .xs-mr--190 {
    margin-right: -190px;
  }
  .xs-mr--191 {
    margin-right: -191px;
  }
  .xs-mr--192 {
    margin-right: -192px;
  }
  .xs-mr--193 {
    margin-right: -193px;
  }
  .xs-mr--194 {
    margin-right: -194px;
  }
  .xs-mr--195 {
    margin-right: -195px;
  }
  .xs-mr--196 {
    margin-right: -196px;
  }
  .xs-mr--197 {
    margin-right: -197px;
  }
  .xs-mr--198 {
    margin-right: -198px;
  }
  .xs-mr--199 {
    margin-right: -199px;
  }
  .xs-mr--200 {
    margin-right: -200px;
  }
}

/* src/assets/css/responsive.css */
.rs-degree.style1 .degree-wrap .content-part,
.rs-team.style1 .team-item:after {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.rs-team.style1 .team-item .content-part {
  width: calc(100% - 60px);
}
@media only screen and (max-width: 1366px) and (min-width: 1200px) {
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1270px;
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    width: 250px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part img {
    max-height: 30px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-cat-wrap {
    margin-left: 100px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    margin-right: 30px;
  }
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-80,
  .full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap .logo-part.pr-90 {
    padding-right: 70px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li,
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 30px;
  }
  .rs-banner.style5 .banner-content .banner-title {
    font-size: 65px;
  }
  .rs-banner .left-shape {
    top: 30px;
    left: unset;
    right: -150px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .menu-bg::before {
    width: 75%;
    left: 60%;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-cat-wrap .categories-btn {
    padding-left: 125px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part {
    left: -75px;
  }
  .full-width-header.header-style3 .rs-header .logo-part img {
    max-height: 30px;
  }
  .rs-features .features-wrap {
    padding: 25px 30px 25px;
  }
  .rs-popular-courses.style2 .course-wrap .front-part .img-part img {
    min-height: 290px;
  }
}
@media only screen and (max-width: 1400px) {
  .full-width-header .rs-header .menu-area .expand-btn-inner li {
    margin-right: 7px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-90 {
    padding-right: 40px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 30px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner {
    margin-right: 50px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner li {
    margin-right: 10px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner {
    margin-right: 10px;
    padding-right: 10px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part {
    left: 0;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part .light-logo {
    display: none;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part .small-logo {
    display: block;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-cat-wrap {
    float: right;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-cat-wrap .categories-btn {
    padding-left: 30px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .rs-menu {
    padding-left: 30px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area .main-menu,
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area .main-menu .rs-menu {
    padding: 0;
  }
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-part {
    width: 250px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part .light-logo {
    display: block;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part .small-logo {
    display: none;
  }
  .full-width-header .rs-header .logo-part img {
    max-height: 35px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .menu-bg::before {
    left: 65%;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 65px;
  }
  .rs-banner.style3 .banner-content .banner-image img {
    max-width: 560px;
  }
  .rs-banner .left-shape {
    top: 50px;
  }
  .rs-about.style4 .about-content .contact-part li {
    margin-right: 15px;
  }
  .rs-about.style4 .about-content .contact-part li .img-part {
    margin-right: 15px;
  }
  .rs-categories.style1 .categories-item .content-part .title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1170px;
    width: 100%;
  }
  .rs-footer .footer-bottom::before {
    max-width: 1140px;
  }
  .rs-page-error {
    padding: 150px 0 175px;
  }
  .rs-categories.home11-style .main-part {
    padding: 100px 150px 100px 70px;
  }
  .rs-categories.main-home .categories-items .contents {
    padding: 30px;
  }
  .rs-features .features-wrap .icon-part img {
    width: 50px;
    margin: 0 25px 0 0;
  }
  .rs-categories.style1 .categories-item .content-part .title {
    font-size: 20px;
  }
  .rs-about.style2 .sec-title .title,
  .rs-degree.style1.modify .sec-title .title {
    font-size: 34px;
  }
  .rs-popular-courses.style1 .courses-item .content-part .title,
  .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 22px;
  }
  .rs-testimonial.style1 .testi-item .img-part img {
    max-width: 350px;
  }
  .rs-testimonial.style1 .testi-item .img-part {
    left: -108px;
  }
  .rs-blog.style1 .blog-short .content-part .title,
  .rs-blog.style1 .blog-item .blog-content .title {
    font-size: 22px;
    line-height: 32px;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    max-width: 140px;
  }
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.logo-part {
    margin: 0 50px 0 30px;
  }
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.logo-part a img {
    width: 160px;
    margin: 0 auto;
  }
  .full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner {
    top: 58px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-menu-inner {
    top: 68px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    width: 200px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-cat-wrap,
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap {
    display: none;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    float: unset;
    margin-right: 0;
    margin-left: 75px;
  }
  .full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu,
  .full-width-header.header-style2.modify1 .rs-header .menu-area .logo-cat-wrap .logo-part {
    padding-right: 60px;
  }
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area {
    justify-content: center;
  }
  .rs-banner.style4 {
    min-height: 900px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 65px;
  }
  .rs-banner.style5 {
    min-height: 700px;
  }
  .rs-popular-courses.course-view-style .course-part .courses-item {
    width: 45%;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 24px;
  }
  .profile-section .content-column .student-list li {
    margin-right: 50px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: -80px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: 52px;
  }
  .full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu,
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: -50px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-logo-area a img {
    max-height: 40px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-logo-area {
    top: -1px;
    padding: 28px 42px 26px 51px;
  }
  .container-fluid2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .full-width-header .rs-header .topbar-area.home11-topbar.modify1.home15-style {
    padding-left: 13px;
    padding-right: 13px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu {
    display: none;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner {
    margin-right: 28px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: -188px;
  }
  .rs-banner.style13 .banner-content .title {
    font-size: 46px;
    line-height: 59px;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.two {
    left: 4%;
    bottom: 10%;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.one {
    left: 4%;
    top: 35%;
  }
}
@media only screen and (max-width: 1300px) {
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-part {
    width: 200px;
  }
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn {
    padding-left: 175px;
  }
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner {
    margin-left: 30px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: -60px;
  }
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu,
  .full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu,
  .full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: -30px;
    min-width: 770px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 27px !important;
  }
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu,
  .full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: -70px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: 52px;
  }
  .full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: -37px;
    min-width: 740px;
  }
  .full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu.responsive-left {
    left: unset;
    right: 0;
  }
  .full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu.responsive-style {
    right: -100px !important;
  }
  .full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: -40px;
    min-width: 770px;
  }
  .rs-blog.gym-home .blog-item .blog-content .title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-logo-area a img {
    max-height: 40px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-logo-area {
    position: absolute;
    top: -1px;
    background: #ff5421;
    padding: 27px 35px 27px 22px;
    left: 0;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: -175px;
    margin: 0 auto;
    max-width: 800px;
    background: #ff5421 !important;
  }
  .full-width-header .rs-header .topbar-area.home11-topbar.modify1.home15-style {
    padding-left: 13px;
    padding-right: 13px;
  }
  .container-fluid2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .categore-menu {
    display: none;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner {
    margin-right: 30px;
  }
  .pr-180 {
    padding-right: 0px;
  }
  .sec-title3 .title.title2 {
    font-size: 34px;
    line-height: 45px;
  }
  .rs-about.style10 .shape-icons .shape.two {
    top: 14%;
    left: 13%;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap [type=search] {
    padding: 20px 19px;
    padding-right: 0px;
  }
  .full-width-header.home8-style4.home13 .expand-btn-inner {
    margin-right: unset;
  }
  .rs-banner.style11 .content-part .title {
    font-size: 54px;
    line-height: 64px;
  }
  .rs-banner.style11 .icons-spiner .dot-img img {
    width: 170px;
  }
  .rs-banner.style11 .icons-spiner .dot-img {
    right: 5%;
    top: 23%;
  }
  .rs-banner.style11 .images-part img {
    width: 500px;
  }
  .rs-banner.style10 .banner-intro-box .shape-img img {
    width: 80px;
  }
  .rs-banner.style10 {
    min-height: 750px;
  }
  .rs-banner.style10 .banner-content .sl-title {
    font-size: 38px;
    line-height: 60px;
  }
  .rs-footer .footer-bottom::before {
    max-width: 930px;
  }
  .rs-banner.style10 .banner-intro-box .intro-img img {
    width: 500px;
  }
  .rs-banner.style10 .banner-intro-box .intro-img img {
    width: 400px;
  }
  .rs-banner.style10 .banner-intro-box .intro-img {
    right: 0%;
    top: 62px;
  }
  .rs-banner.style10 .img-part {
    max-width: 320px;
    position: absolute;
    top: 50px;
    left: unset;
    right: 0;
    z-index: 111;
  }
  .bg13 {
    padding: 81px 60px 81px 60px;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.five {
    right: 17%;
    top: 4%;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.three {
    left: 30%;
    top: 3%;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.two {
    left: 3%;
    bottom: 3%;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.one {
    left: 3%;
    top: 13%;
  }
  .rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .title {
    line-height: 29px;
    font-size: 20px;
  }
  .rs-popular-courses.main-home.home12-style .courses-item .courses-grid .content-part {
    padding: 32px 25px 35px 25px;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
    padding: 0 43px;
  }
  .rs-faq-part.style1 .main-part.new-style {
    padding: 35px 35px 55px;
  }
  .rs-faq-part.style1 .main-part.new-style .title .text-part {
    font-size: 30px;
  }
  .rs-event .event-item.home12-style .event-short .content-part {
    padding: 25px 20px 30px 20px;
  }
  .rs-event .event-item.home12-style .event-short .content-part .title {
    font-size: 20px;
    line-height: 30px;
  }
  .rs-cta.effects-layer .effects-bg .content-part {
    padding: 56px 100px 60px 50px;
  }
  .rs-testimonial.home13-style .slick-part .slider .images-slide-single .content-part p {
    font-size: 16px;
    padding: 0px 0px 0px 0px;
  }
  .rs-testimonial.home13-style .slick-part .slider .images-slide-single .content-part .name {
    font-size: 16px;
  }
  .rs-testimonial.home13-style .slick-part .slider button.slick-prev::before {
    right: 32%;
    bottom: -7px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content .title {
    font-size: 21px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content {
    padding: 30px 19px 30px 20px;
  }
  .rs-banner.style9 .banner-content .banner-title {
    font-size: 60px;
    line-height: 1.3;
  }
  .rs-banner.style9 {
    min-height: 800px;
  }
  .rs-banner.style9 .banner-content {
    max-width: 535px;
    margin-left: 50px;
  }
  .rs-banner.style9 .banner-content .desc {
    font-size: 17px;
    line-height: 28px;
  }
  .rs-banner.style9 .shape-img {
    display: none;
  }
  .full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li {
    padding-right: 5px;
  }
  .rs-event.modify1 .event-item .event-short .content-part .title {
    font-size: 20px;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body .title {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .bottom-part .course-footer {
    padding-right: 3px;
    padding-left: 0px;
  }
  .rs-features.style3 .features-item .content-part {
    padding: 40px 10px 0;
  }
  .rs-features.style3 .features-item .content-part .title {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 6px;
  }
  .rs-features.style3 .features-item .content-part p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .rs-categories.home11-style .main-part .categories-item .icon-part {
    margin-right: 10px;
  }
  .rs-categories.home11-style .main-part {
    padding: 100px 30px 100px 32px;
  }
  .rs-categories.home11-style .main-part .categories-item .content-part .title {
    font-size: 19px;
    line-height: 32px;
  }
  .rs-categories.home11-style .main-part .categories-item .content-part p {
    font-size: 15px;
    line-height: 28px;
  }
  .why-choose-us.style2 .facilities-two .content-part .text-part .title {
    font-size: 19px;
    line-height: 30px;
  }
  .why-choose-us.style2 .facilities-two .content-part .icon-part {
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    margin-right: 15px;
  }
  .rs-newsletter.style2.home11-style .sec-title2 .title {
    font-size: 38px;
  }
  .rs-blog.style1 .events-short.new-style {
    padding: unset;
    border: none;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part .title {
    font-size: 21px;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part {
    padding: 30px 30px 25px 20px;
    text-align: center;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
    display: unset;
  }
  .rs-banner.style7 {
    min-height: 740px;
  }
  .rs-banner.style13 .banner-content .title {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .rs-banner.style13 .banner-img img {
    position: relative;
    max-width: 689px;
    right: 5%;
    bottom: -8px;
  }
  .rs-banner.style7 .banner-content .banner-title {
    font-size: 53px;
    line-height: 1.3;
  }
  .rs-banner.style7 .img-part {
    max-width: 600px;
  }
  .rs-banner.style7 .icons {
    display: none;
  }
  .rs-about.style7 .sec-title2 .title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-services.style7 .services-item .content-part {
    padding: 30px 20px;
  }
  .rs-services.style7 .services-item .content-part .icon-part {
    margin-bottom: 10px;
  }
  .rs-services.style7 .services-item .content-part .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .rs-services.style7 .services-item .content-part .desc {
    font-size: 15px;
  }
  .rs-featured-courses .courses-item .content-part .title {
    font-size: 21px;
    line-height: 31px;
  }
  .rs-featured-courses .courses-item {
    padding: 0px 28px;
  }
  .container {
    max-width: 960px;
  }
  .sec-title .title {
    font-size: 35px;
  }
  .rs-facilities .choose-part {
    max-width: 465px;
    padding: 70px 40px;
  }
  .rs-banner.style6 .shape-img.left {
    left: -35px;
    max-width: 230px;
  }
  .rs-banner.style6 .shape-img.right {
    right: -50px;
    max-width: 225px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .title {
    font-size: 33px;
    line-height: 43px;
  }
  .rs-publication .product-list:hover .image-product .overley i {
    bottom: 215px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .sub-title {
    line-height: 28px;
    font-size: 18px;
  }
  .rs-event.modify1 .event-item .event-short .content-part .time-sec .timesec {
    margin-right: 0;
  }
  .rs-event.modify1 .event-item .event-short .content-part .time-sec {
    display: block;
  }
  .rs-event .event-item .event-short .content-part .title {
    margin-bottom: 15px;
  }
  .rs-event.modify2 .event-item .event-short .content-part {
    padding: 30px 20px;
  }
  .rs-services.style6 .services-wrap .services-item .services-desc .title {
    font-size: 21px;
    line-height: 26px;
  }
  .rs-services.style6 .services-wrap {
    padding: 40px 10px 40px;
  }
  .rs-event .event-item .event-short .content-part .title {
    font-size: 26px;
    line-height: 28px;
  }
  .rs-features .features-wrap {
    padding: 25px;
  }
  .rs-blog.main-home .blog-item .blog-content .title {
    font-size: 22px;
  }
  .rs-popular-courses.style1 .courses-item .content-part .title,
  .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 19px;
  }
  .rs-popular-courses.style4 .courses-item .content-part .bottom-part .user {
    margin-right: 15px;
    font-size: 14px;
  }
  .rs-popular-courses.orange-color.style4 .courses-item .content-part .bottom-part .btn-part a,
  .rs-popular-courses.style4 .courses-item .content-part .bottom-part .info-meta li:last-child,
  .rs-popular-courses.style4 .courses-item .content-part .bottom-part .btn-part a i::before {
    font-size: 14px;
  }
  .full-width-header .rs-header .menu-area .rs-menu-area {
    justify-content: right;
  }
  .full-width-header.home8-style4.main-home .expand-btn-inner .user-icon.last-icon {
    display: none;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-cat-wrap .categories-btn {
    margin-right: -35px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-80,
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-90,
  .full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap .logo-part.pr-90 {
    padding-right: 50px;
  }
  .full-width-header.header-style2.modify1 .rs-header .menu-area .categories-btn,
  .full-width-header.header-style2.modify1 .rs-header .menu-area .apply-btn,
  .full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul {
    display: none;
  }
  .full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner {
    margin-right: 20px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part {
    left: 15px;
  }
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .logo-cat-wrap .categories-btn,
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .expand-btn-inner .apply-btn {
    display: none;
  }
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area {
    justify-content: right;
    margin-right: 100px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner li > a.short-border {
    padding-right: 10px;
  }
  .full-width-header .rs-header .menu-area .nav-expander {
    font-size: 15px;
  }
  .rs-banner.style4 {
    min-height: 850px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 55px;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 35px;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    font-size: 14px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner li.pl-30 {
    padding-left: 10px;
  }
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.logo-part {
    margin: 0 18px 0 0;
  }
  .full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap .logo-part img {
    max-height: 35px;
  }
  .full-width-header .rs-header .menu-area .nav-expander {
    right: 15px;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .rs-slider.style1 .slider-content .sl-title {
    font-size: 75px;
    line-height: 85px;
  }
  .rs-banner.style2 .banner-content .sub-title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .rs-banner.style2 .banner-content .banner-title {
    font-size: 75px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .rs-banner.style3 {
    min-height: 500px;
  }
  .rs-banner.style3 .banner-content .banner-image img {
    max-width: 500px;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 58px;
  }
  .rs-banner.style3 .banner-content .banner-desc br {
    display: none;
  }
  .rs-banner.style5 {
    min-height: 600px;
  }
  .rs-banner.style5 .banner-content {
    padding-bottom: 160px;
  }
  .rs-banner.style5 .banner-content .banner-title {
    font-size: 55px;
  }
  .rs-banner .left-shape {
    top: 100px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 45px;
  }
  .rs-breadcrumbs .breadcrumbs-img img {
    min-height: 350px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .rs-popular-courses.style2 .course-wrap .front-part .content-part .title {
    font-size: 20px;
  }
  .rs-about.style4 .about-content .contact-part li {
    margin-right: 10px;
  }
  .rs-about.style4 .about-content .contact-part li .desc a {
    font-size: 18px;
    margin-top: 5px;
  }
  .rs-about.style4 .about-content .title {
    font-size: 35px;
  }
  .rs-about.style4 .about-content .book-part {
    position: relative;
    right: unset;
    bottom: unset;
    width: auto;
    margin-top: 40px;
  }
  .rs-about.style4 .about-content .book-part .single-book {
    padding: 10px 40px;
  }
  .rs-about.style5 .about-content .title br {
    display: none;
  }
  .rs-about.style5 .about-content .contact-part li .desc p {
    font-size: 20px;
  }
  .rs-categories.style1 .categories-item {
    padding: 25px 20px;
  }
  .rs-categories.style1 .categories-item .content-part .title {
    font-size: 18px;
  }
  .rs-about.style2 .about-intro {
    padding: 60px 25px 70px;
  }
  .rs-about.style2 .about-intro .title {
    font-size: 30px;
  }
  .rs-about.style2 .couter-area .counter-item,
  .rs-about.style3 .couter-area .counter-item {
    padding: 30px 10px;
  }
  .rs-about.style2 .couter-area .counter-item .number,
  .rs-about.style3 .couter-area .counter-item .number {
    font-size: 40px;
  }
  .rs-about.style2 .couter-area .counter-item .title,
  .rs-about.style3 .couter-area .counter-item .title {
    font-size: 20px;
  }
  .rs-degree.style1 .title {
    font-size: 28px;
  }
  .rs-testimonial.style2 .testi-wrap .img-part {
    max-width: 200px;
    margin-right: 50px;
  }
  .rs-testimonial.style2 .testi-wrap .content-part {
    display: block;
    padding-right: 15px;
  }
  .rs-testimonial.style2 .testi-wrap .content-part .info {
    margin-top: 20px;
  }
  .rs-testimonial.style1 .testi-item {
    display: flex;
    align-items: center;
  }
  .rs-testimonial.style1 .testi-item .img-part {
    position: unset;
  }
  .rs-testimonial.style1 .testi-item .content-part {
    padding: 0 0 0 50px;
  }
  .rs-testimonial.style1 .testi-item .content-part .desc {
    font-size: 30px;
  }
  .rs-testimonial.style3 .testi-item {
    background-size: 100%;
  }
  .rs-testimonial.style4 .testi-item .user-info .name {
    font-size: 16px;
  }
  .rs-team.inner-style .team-item .content-part {
    height: 275px !important;
  }
  .rs-team.style1 .team-item .content-part .social-links li {
    margin-right: 25px;
  }
  .rs-blog.style1.modify1 .blog-item .blog-content {
    padding: 30px 20px;
  }
  .rs-blog.style1 .events-short .date-part .date {
    font-size: 30px;
  }
  .rs-latest-events.style1 .event-wrap .events-short {
    padding: 25px;
  }
  .rs-blog.style1 .blog-item .blog-content .title,
  .rs-blog.style1 .events-short .content-part .title {
    font-size: 20px;
  }
  .rs-blog.style2 .blog-item .blog-content .title {
    font-size: 20px;
  }
  .contact-page-section .contact-address-section .contact-info {
    padding: 0 15px;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part {
    margin-right: 15px;
  }
  .contact-page-section .contact-address-section .contact-info .content-part .info-title {
    font-size: 20px;
  }
  .profile-section .content-column .student-list li {
    margin-right: 20px;
  }
  .rs-popular-courses.course-view-style .course-part .courses-item {
    width: 45%;
    padding: 30px 15px;
  }
  .rs-degree.style1.modify .sec-title .title {
    font-size: 28px;
  }
  .rs-banner.style12 .banner-img img {
    max-width: unset;
    width: 450px;
  }
  .pl-100 {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-menu ul ul li > ul {
    left: unset;
    right: 100%;
  }
  .rs-features .features-wrap {
    padding: 20px 15px;
  }
  .rs-features .features-wrap .icon-part img {
    margin: 0 20px 0 0;
  }
  .rs-popular-courses.style1 .courses-item {
    padding: 30px 20px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    font-size: 14px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .title-part {
    margin-bottom: 8px;
  }
  .rs-blog.style1 .events-short.new-style .content-part .title {
    padding-right: 0;
  }
  .rs-blog.style1.home11-style .blog-item .blog-content {
    padding: 37px 15px 30px;
  }
  .full-width-header .rs-header .topbar-area .topbar-contact li {
    margin-right: 5px;
    padding-right: 12px;
  }
  .rs-banner.style8 .banner-content .sl-title {
    font-size: 80px;
    line-height: 90px;
    padding-right: 131px;
  }
  .rs-categories.home9-style .categories-items .image-content {
    padding: 60px 20px 15px 30px;
  }
  .rs-features.style2 .rs-iconbox-area {
    padding: 50px 15px 50px 15px;
  }
  .rs-categories.main-home .categories-items .contents {
    padding: 30px 20px;
  }
  .rs-latest-couses .course-item .course-info .course-title {
    font-size: 18px;
    line-height: 30px;
  }
  .rs-counter.style-home8 .counter-item .rs-count {
    font-size: 36px;
  }
  .rs-counter.style-home8 .counter-item .title {
    font-size: 18px;
  }
  .rs-latest-couses .course-item .course-image a {
    width: 180px;
    height: 180px;
  }
  .rs-latest-couses .course-item .course-info {
    padding: 0px 15px;
  }
  .rs-about.video-img .shape-img.left {
    left: 15px;
  }
  .rs-about.video-img .shape-img.right {
    right: 15px;
  }
  .rs-blog.style2 .blog-item .blog-content .title {
    font-size: 19px;
  }
  .rs-blog.style2 .blog-item .blog-content {
    padding: 17px 26px 26px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc {
    padding: 80px 30px 30px;
    font-size: 23px;
  }
  .rs-cta.section-wrap .content {
    max-width: 714px;
    padding-left: 0;
    padding: 10px 10px 10px 0;
  }
  .rs-cta.section-wrap .content .sec-title .title {
    margin: 0 0 15px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    margin-right: 100px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .expand-btn-inner .apply-btn {
    display: none;
  }
  .full-width-header.home1-modifiy .rs-header .topbar-area .topbar-contact li:last-child {
    border-right: none;
  }
  .full-width-header.home1-modifiy .rs-header .topbar-area .topbar-contact li {
    border: none;
    margin-right: 5px;
    font-size: 13px;
    padding-right: 0;
  }
  .rs-testimonial.style2 .testi-wrap .content-part .desc {
    font-size: 15px;
    line-height: 25px;
  }
  .intro-section .video-column .btn-part .btn {
    padding: 10px 25px;
  }
  .rs-event .event-item .event-short .content-part .title {
    font-size: 22px;
  }
  .rs-event .event-item .event-short .content-part {
    padding: 25px 15px 15px 25px;
  }
  .rs-degree.style1.modify .content-part .title {
    font-size: 22px;
    line-height: 1.4;
  }
  .rs-degree.style1.modify .degree-wrap .content-part {
    padding: 30px 15px 0;
  }
  .full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li i::before {
    font-size: 14px;
    color: #363636;
  }
  .full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li {
    padding-right: 0;
    margin-right: 0;
    font-size: 13px;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured {
    display: block;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    margin-bottom: 15px;
  }
  .rs-banner.style12 .banner-content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .rs-popular-courses.style1.modify1 .courses-item .content-part .title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .gridFilter.style2 button {
    padding: 9px 24px;
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pr-95 {
    padding-right: 0;
  }
  .rs-popular-courses.home13-style .courses-item .courses-grid .content-part .title {
    font-size: 20px;
  }
  .rs-faq-part.style1 .main-part {
    padding: 60px 50px 70px;
  }
  .lg-pr-0 {
    padding-right: 0;
  }
  .lg-pl-0 {
    padding-left: 0;
  }
  .nav-menu .rs-mega-menu > a:after,
  .nav-menu > .menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    margin: 2px 0 0 5px;
    display: none;
  }
  .sticky {
    background: #fff !important;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    margin: 0 auto !important;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
@media only screen and (max-width: 991px) {
  .order-last {
    -ms-flex-order: unset;
    order: unset;
  }
  .hidden-md {
    display: none;
  }
  .md-text-left {
    text-align: left !important;
  }
  .pt-411 {
    padding-top: 372px;
  }
  .md-pl-pr-15,
  .md-col-padding [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rs-membership .btn-part {
    text-align: left !important;
  }
  .rs-call-action .spiners {
    display: none;
  }
  .rs-about.style10 .shape-icons .shape.one {
    display: none;
  }
  .rs-banner.style11 .content-part .title {
    font-size: 39px;
    line-height: 53px;
  }
  .rs-banner.style11 .images-part img {
    width: 380px;
  }
  .rs-banner.style11 {
    min-height: 800px;
  }
  .rs-testimonial.home13-style .slick-part .slider button.slick-prev::before {
    right: 40%;
    bottom: 130px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap [type=search] {
    width: 413px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button {
    right: 43%;
  }
  .rs-banner.style13 .banner-content {
    padding: unset;
  }
  .bg13 {
    padding: 100px 50px 100px 50px;
  }
  .rs-video .video-item {
    padding: 220px 0 220px 0;
  }
  .rs-banner.style11 .icons-spiner .squre-img {
    right: 58%;
  }
  .rs-cta.home-style14 .btn-part {
    text-align: center !important;
  }
  .rs-cta.home-style14 {
    text-align: center;
  }
  .rs-popular-courses.style1.modify1 .courses-item .content-part .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ff5421 !important;
  }
  .rs-banner.style13 {
    padding: 100px 0px 0px 0px;
  }
  .rs-banner.style13 .banner-img img {
    max-width: 100%;
    right: unset;
  }
  .rs-banner.style12 .banner-content .title {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 25px;
  }
  .rs-features.style4 .features-wrap {
    text-align: center;
  }
  .rs-banner.style12 {
    padding: 80px 0px 80px 0px;
  }
  .rs-banner.style12 .banner-img img {
    width: 100%;
  }
  .bg8 {
    padding: 25px 0 25px;
  }
  .sec-title6 .sub-title {
    font-size: 17px;
  }
  .rs-footer .footer-bottom::before {
    max-width: 690px;
  }
  .rs-banner.style10 {
    min-height: 650px;
  }
  .rs-banner.style10 .banner-intro-box .shape-img {
    top: 100px;
  }
  .rs-banner.style10 .banner-content .sl-title {
    font-size: 45px;
    line-height: 60px;
  }
  .rs-testimonial.home13-style .content {
    margin-bottom: unset;
  }
  .rs-banner.style10 .banner-intro-box .intro-img img {
    display: none;
  }
  .rs-banner.style13 .rs-animation-part,
  .rs-banner.style10 .img-part {
    display: none;
  }
  .rs-banner.style10 .banner-intro-box .intro-img {
    position: absolute;
    right: 0%;
    top: 60px;
  }
  .rs-testimonial.home12-style .testi-item {
    padding: 100px 30px 40px 30px;
    background-color: #ffffff;
    margin-right: 0px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content .title {
    font-size: 19px;
    line-height: 29px;
  }
  .rs-banner.style9 {
    min-height: 750px;
  }
  .rs-banner.style9 .banner-content .desc {
    font-size: 16px;
    line-height: 28px;
  }
  .rs-banner.style9 .banner-content .banner-title {
    font-size: 50px;
    line-height: 1.2;
  }
  .rs-banner.style9 .banner-content {
    max-width: 510px;
    margin-left: 50px;
  }
  .rs-banner.style9 .social-icon .icon-cart li i {
    font-size: 16px;
  }
  .rs-banner.style9 .social-icon .icon-cart li a {
    width: 33px;
    height: 33px;
    line-height: 36px;
  }
  .rs-features.style3 .features-item .content-part {
    top: 54%;
    left: 44%;
    padding: 40px 62px 0;
  }
  .rs-cta.home11-style .content .sec-title2 .desc br {
    display: none;
  }
  .rs-cta.home11-style .content {
    max-width: 600px;
    margin: 0 auto;
  }
  .rs-categories.home11-style .main-part {
    padding: 70px 30px 70px 70px;
  }
  .rs-categories.home11-style .main-part .categories-item .icon-part {
    margin-right: 15px;
  }
  .rs-categories.home11-style .main-part .categories-item .content-part p {
    padding-right: 36px;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body .title {
    font-size: 21px;
    line-height: 31px;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body p {
    font-size: 15px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img img {
    width: 100%;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    padding-right: 200px;
    padding-left: 200px;
  }
  .rs-blog.style1 .events-short.new-style {
    padding: 30px;
    border: none;
  }
  .full-width-header.header-style3.home11-modify2 .rs-header .menu-area .rs-menu-area {
    margin-right: 0;
  }
  .full-width-header .rs-header .menu-area .responsive-logo {
    display: block;
  }
  .contact-page-section .inner-part .title {
    font-size: 32px;
    line-height: 1.2;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    margin-left: 0;
  }
  .contact-page-section .rs-quick-contact {
    padding: 60px 110px 60px;
  }
  .contact-page-section .inner-part p br {
    display: none;
  }
  .contact-page-section .inner-part p {
    font-size: 17px;
    line-height: 1.2;
  }
  .rs-newsletter.style1 .newsletter-wrap .content-part .sec-title {
    display: block;
  }
  .rs-testimonial.home9-style .testi-item p {
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 30px;
  }
  .rs-banner.style8 {
    min-height: 800px;
  }
  .rs-banner.style8 .banner-content .sl-sub-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .rs-banner.style8 .banner-content .sl-title {
    font-size: 66px;
    line-height: 1.2;
    padding-right: 68px;
  }
  .rs-features.style2 {
    margin-top: 70px;
  }
  .rs-features.main-home {
    position: unset;
    margin-top: 70px;
  }
  .rs-cta.home9-style .partition-bg-wrap {
    padding: 70px 0;
  }
  .rs-cta.home9-style .partition-bg-wrap::after,
  .rs-cta.home9-style .partition-bg-wrap::before {
    width: 100%;
  }
  .rs-cta.home9-style .partition-bg-wrap::after {
    display: none;
  }
  .rs-testimonial.home9-style .img-part img {
    width: 80px;
  }
  .rs-testimonial.home9-style .testi-item .testi-information .designation {
    font-size: 20px;
  }
  .rs-testimonial.home9-style .testi-item .testi-information .name {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .rs-blog.home9-style .events-short-top .content-part .txt {
    font-size: 14px;
  }
  .rs-blog.home9-style .events-short-top .content-part .title {
    line-height: 1.2;
    font-size: 20px;
  }
  .rs-blog.home9-style .blog-item .blog-content {
    padding: 3px 20px 0px 30px;
  }
  .rs-blog.home9-style .blog-item .blog-content .blog-meta {
    margin-bottom: 9px;
  }
  .rs-blog.home9-style .blog-item .blog-content .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .rs-footer.home9-style .footer-top {
    padding: 190px 0 60px;
  }
  .rs-footer.home9-style .footer-top .recent-post .post-img {
    width: 100px;
  }
  .rs-slider.style2 .slide-part .content .title {
    font-size: 48px;
    line-height: 60px;
  }
  .rs-slider.style2 .owl-carousel .owl-stage-outer {
    margin: 0 0 -70px;
  }
  .rs-cta.main-home .partition-bg-wrap {
    padding: 70px 0;
  }
  .rs-cta.main-home .partition-bg-wrap::after {
    display: none;
  }
  .rs-cta.main-home .partition-bg-wrap::before {
    width: 100%;
  }
  .rs-about.style8 .main-content .img-part {
    display: none;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part {
    padding: 25px 20px 30px;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
    display: inline-flex;
  }
  .rs-about.style9 .content-part {
    padding: 60px 30px 70px 60px;
  }
  .rs-about.style9 .content-part .about-img {
    position: unset;
  }
  .rs-features .features-wrap {
    display: block;
    padding: 25px 20px;
  }
  .rs-features .features-wrap .icon-part img {
    margin: 0 0 20px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 60px;
    line-height: 1.3;
  }
  .rs-slider.main-home .slider-content .content-part {
    padding: 200px 35px;
  }
  .sec-title3 .title {
    font-size: 32px;
    line-height: 43px;
  }
  .sec-title3 .desc {
    font-size: 15px;
  }
  .rs-banner.style7 .banner-content .banner-title {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 800;
  }
  .rs-banner.style7 .banner-content {
    max-width: 385px;
  }
  .rs-banner.style7 .icons {
    display: none;
  }
  .rs-banner.style7 .img-part {
    max-width: 415px;
    bottom: 213px;
  }
  .rs-banner.style7 {
    min-height: 628px;
  }
  .rs-services.style7 .services-item .content-part .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .rs-services.style7 .services-item .content-part {
    padding: 70px 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .rs-services.style7 .services-item:hover .content-part {
    top: 45%;
  }
  .rs-cta.style7 .partition-bg-wrap::before {
    right: unset;
  }
  .rs-cta.style7 .partition-bg-wrap::after,
  .rs-cta.style7 .partition-bg-wrap::before {
    width: 100%;
    height: 50%;
  }
  .rs-cta.style7 .partition-bg-wrap::after {
    bottom: unset;
    top: 0;
  }
  .rs-facilities .choose-part {
    max-width: 900px;
    margin: 30px 0 0px;
    padding: 60px 50px;
    position: unset;
    top: unset;
    transform: unset;
  }
  .sec-title2 .sub-title {
    font-size: 16px;
    line-height: 23px;
  }
  .sec-title2 .title {
    font-size: 34px;
    line-height: 44px;
  }
  .rs-publication .product-list:hover .image-product .overley i {
    bottom: 250px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form {
    max-width: none;
  }
  .rs-footer.style7 .footer-top {
    padding: 70px 0 63px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    margin-bottom: 15px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 16px;
  }
  .container {
    max-width: 720px;
  }
  .rs-about.style6 .shape-animate .transparent.left {
    left: 0;
  }
  .rs-banner.style6 .banner-content {
    padding: 182px 0 338px;
  }
  .rs-banner.style6 .banner-content .desc {
    font-size: 18px;
    line-height: 25px;
  }
  .rs-banner.style6 .banner-content .banner-title {
    line-height: 70px;
    font-size: 50px;
  }
  .rs-about.style6 .shape-animate .transparent.right {
    right: 75%;
    top: -148px;
  }
  .rs-banner.style6 .shape-img.left {
    left: -90px;
    max-width: 200px;
  }
  .rs-banner.style6 .shape-img.right {
    right: -90px;
    max-width: 200px;
  }
  .rs-banner.style6 .shape-img.center .inner {
    width: 600px;
    height: auto;
  }
  .rs-about.style6 .sec-title {
    text-align: center;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc .quote {
    width: 60px;
  }
  .rs-testimonial.style6 .testimonial-item .content-part {
    padding: 42px 0px 0;
    text-align: center;
  }
  .rs-about.video-img .shape-img.left {
    display: none;
  }
  .rs-about.video-img .shape-img.right {
    display: none;
  }
  .rs-about.video-img .shape-img.center {
    display: none;
  }
  .rs-about.video-img {
    padding-bottom: 70px;
  }
  .rs-testimonial.style6 .testimonial-item .content-part .content-wrap .text p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .rs-testimonial.style6 .testimonial-item .content-part .content-wrap .info .name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .rs-testimonial.style6 .testimonial-item .content-part .content-wrap .info .position {
    font-size: 15px;
    line-height: 22px;
  }
  .rs-footer.style6 .footer-top {
    padding: 70px 0 55px;
  }
  .rs-footer.style6 .footer-bottom .main-part {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc {
    padding: 70px 25px 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc {
    padding: 70px 15px;
  }
  .rs-faq-part.style1 .img-part {
    height: 70%;
    min-height: 570px;
  }
  .rs-faq-part.style1 .main-part .title .text-part {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-faq-part.style1 .main-part {
    padding: 32px 40px 40px;
  }
  .rs-cta.section-wrap .content {
    padding: 20px 15px;
  }
  .container-fluid2 {
    padding-left: 0px;
    padding-right: 60px;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: 0;
    margin: unset;
    max-width: unset;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table {
    display: unset;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-sticky-logo {
    display: none;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu ul.sub-menu,
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
    background: #fff !important;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo {
    position: relative;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .header-logo .custom-logo-area {
    padding: 27px 35px 24px 22px;
    z-index: 1;
  }
  .categories-btn {
    display: none;
  }
  .rs-event.modify1 .event-item .event-short .content-part {
    text-align: left;
  }
  .rs-event.modify1 .event-item .event-short .content-part .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .rs-event.modify1 .event-item .event-short .content-part {
    padding: 30px 30px 23px 30px;
  }
  .rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:first-child {
    padding-left: 0;
  }
  .full-width-header .rs-header .menu-area.sticky {
    position: relative;
  }
  .full-width-header .rs-header .menu-area .logo-cat-wrap,
  .full-width-header.header-style1.home12-modifiy .rs-header .menu-area.sticky .logo-cat-wrap {
    display: unset;
    height: unset;
    line-height: unset;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    height: 90px;
    line-height: 90px;
    background: unset;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table {
    justify-content: flex-end;
  }
  .full-width-header.header-style3.home-style15 .rs-header .menu-area .custom-table .expand-btn-inner,
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part .light-logo {
    display: none;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part .small-logo {
    display: block;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-cat-wrap {
    height: unset;
    line-height: unset;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    width: 100%;
  }
  .full-width-header.home1-modifiy .rs-header .logo-part {
    position: absolute;
    line-height: 90px;
    height: 90px;
  }
  .full-width-header.home8-style4 .rs-header .menu-area .logo-part {
    position: absolute;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    margin: 0;
    padding: 0;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a::before {
    display: none;
  }
  .full-width-header.header-style1.home14-style .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu,
  .full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu,
  .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu,
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu,
  .full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    right: unset;
    min-width: unset;
  }
  .full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #505050 !important;
  }
  .full-width-header.home1-modifiy .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 0 !important;
  }
  .full-width-header .rs-header .topbar-area {
    display: none;
  }
  .full-width-header .rs-header .menu-area .rs-menu-area {
    display: block !important;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner {
    display: none;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #394459 !important;
  }
  .full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.nav-menu li a,
  .full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #394459 !important;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover,
  .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #fff !important;
  }
  .full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap {
    position: absolute;
    width: 150px;
    height: 90px;
    line-height: 90px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap .logo-part {
    padding-right: 0 !important;
  }
  .full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu,
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-90,
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-80 {
    padding-right: 15px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part {
    left: 15px;
    top: 0;
    transform: unset;
    line-height: 90px;
    z-index: 9;
  }
  .full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .nav-expander,
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .logo-part.hidden-md {
    display: none !important;
  }
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .mobile-logo-part {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .mobile-logo-part img {
    max-height: 35px;
  }
  .full-width-header.header-style1 .rs-header .rs-menu-toggle,
  .full-width-header.header-style2.modify1 .rs-header .rs-menu-toggle,
  .full-width-header.header-style2 .rs-header .menu-area.sticky .rs-menu-area .main-menu .rs-menu-toggle {
    color: #fff !important;
  }
  .full-width-header.header-style1.home1-modifiy .rs-header .rs-menu-toggle,
  .full-width-header.header-style1.home8-style4 .rs-header .rs-menu-toggle {
    color: #111 !important;
  }
  .full-width-header.home8-style4.home9 .rs-menu-toggle {
    color: #fff !important;
  }
  .full-width-header.home8-style4.main-home .menu-area.sticky .rs-menu-area .main-menu .rs-menu-toggle,
  .full-width-header.home8-style4.home9 .menu-area.sticky .rs-menu-toggle {
    color: #171f32 !important;
  }
  .rs-slider.style1 .slider-content {
    padding: 200px 0;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .rs-slider.style1 .slider-content .sl-title {
    font-size: 70px;
    line-height: 1.2;
  }
  .sec-title .title {
    font-size: 30px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 40px;
  }
  .rs-banner.style2 .banner-content .sub-title {
    font-size: 30px;
  }
  .rs-banner.style2 .banner-content .banner-title {
    font-size: 60px;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 50px;
  }
  .rs-banner.style4 {
    min-height: 750px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 45px;
  }
  .rs-banner.style5 {
    min-height: 550px;
  }
  .rs-banner.style5 .banner-content {
    padding-bottom: 130px;
  }
  .rs-banner.style5 .banner-img img {
    max-height: 525px;
  }
  .rs-about.style1 .notice-bord.style1,
  .rs-about.style1 .about-part {
    margin-top: 70px;
  }
  .rs-about.style1 .notice-bord.style1 li {
    padding: 30px;
  }
  .rs-about.style1 .histort-part {
    position: unset;
    transform: unset;
    margin-top: 30px;
  }
  .rs-popular-courses.style3 .courses-item .content-part {
    padding: 30px 20px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 24px;
  }
  .rs-services.style2 .service-item {
    max-width: 65%;
    margin: 0 auto;
  }
  .rs-testimonial.style2 .donation-part {
    max-width: 600px;
  }
  .rs-cta .cta-img img {
    min-height: 400px;
  }
  .rs-cta.style1 .partition-bg-wrap:before,
  .rs-cta.style1 .partition-bg-wrap:after {
    width: 100%;
    height: 50%;
  }
  .rs-cta.style1 .partition-bg-wrap:before {
    top: 0;
  }
  .rs-cta.style1 .partition-bg-wrap:after {
    bottom: 0;
  }
  .rs-latest-events.bg-wrap:after {
    display: none;
  }
  .rs-latest-events.style1 .event-wrap .events-short {
    display: flex;
    align-items: center;
    padding: 25px 0;
  }
  .rs-blog.style1.modify1 .events-short .date-part {
    position: unset;
  }
  .rs-blog.style1.modify1 .events-short .content-part {
    padding-left: 30px;
  }
  .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 24px;
  }
  .why-choose-us .choose-us-part .facilities-part .single-facility {
    float: left;
  }
  .rs-about.style2 .about-intro {
    padding: 45px 35px 50px;
  }
  .rs-about.style2 .image-grid {
    text-align: center;
  }
  .rs-about.style4 .about-content .desc {
    max-width: 550px;
  }
  .rs-newsletter.style2 .newsletter-wrap {
    padding: 50px 15px;
  }
  .rs-newsletter.style2 .sec-title .title {
    font-size: 28px;
  }
  .rs-newsletter.style2 .sec-title .sub-title {
    font-size: 16px;
  }
  .rs-about.style5 .about-content .title {
    font-size: 35px;
  }
  .rs-about.video-style .about-content {
    padding: 50px;
    margin: 0;
  }
  .rs-testimonial.style1 .testi-item .content-part .name {
    font-size: 22px;
  }
  .rs-testimonial.style1 .testi-item .content-part .desc {
    font-size: 20px;
    line-height: 1.4;
  }
  .rs-testimonial.style1 .testi-item .content-part .desc br {
    display: none;
  }
  .rs-testimonial.style3 .testi-item {
    padding: 30px 20px;
  }
  .rs-testimonial.style3 .testi-item .user-info .name {
    font-size: 16px;
  }
  .rs-testimonial.style3 .testi-item .desc {
    font-size: 15px;
    padding-left: 15px;
  }
  .rs-team.style1 .team-item .content-part .name {
    font-size: 20px;
  }
  .rs-cta.style2 .partition-bg-wrap.home2:after,
  .rs-cta.style2 .partition-bg-wrap.home2:before {
    height: 50%;
  }
  .rs-cta.style2 .partition-bg-wrap:before {
    width: 100%;
    max-height: 300px;
    left: unset;
    bottom: unset;
    top: 0;
  }
  .rs-cta.style2 .partition-bg-wrap:after {
    width: 100%;
    right: unset;
    top: unset;
  }
  .rs-cta.style2 .partition-bg-wrap.inner-page:after,
  .rs-cta.style2 .partition-bg-wrap.inner-page:before {
    max-height: 300px;
  }
  .rs-newsletter.style1 .newsletter-wrap {
    padding: 40px 30px;
  }
  .contact-page-section .contact-address-section .contact-info {
    display: block;
    padding: 20px;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part {
    margin: 0 0 20px;
  }
  .rs-footer .footer-top {
    padding: 190px 0 60px;
  }
  .rs-footer .footer-top.no-gap {
    padding: 73px 0;
  }
  .rs-footer .footer-top .widget-title {
    margin-bottom: 20px;
  }
  .rs-cart .cart-collaterals .cart-totals {
    float: none;
    width: 100%;
  }
  .rs-cart .container {
    max-width: 750px;
  }
  .rs-checkout .container {
    max-width: 750px;
  }
  .course-overview .inner-box .student-list li {
    margin-right: 50px;
  }
  .rs-checkout .full-grid .payment-method {
    background: #ebe9eb;
    border-radius: 5px;
    margin-top: 25px;
    padding: 30px;
  }
  .rs-checkout .full-grid .payment-method .top-area .p-msg {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
  }
  .rs-checkout .full-grid .payment-method .top-area .p-msg::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
  }
  .rs-page-error {
    padding: 150px 15px;
  }
  .rs-page-error .error-text .error-code::after {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-degree.style1 .degree-wrap .content-part {
    padding: 25px 25px 0;
  }
  .rs-degree.style1 .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title3 .title.title3 {
    font-size: 36px;
    line-height: 46px;
  }
  .pr-183 {
    padding-right: 0;
  }
  .rs-banner.style11 .icons-spiner .dot-img img {
    width: 120px;
  }
  .rs-banner.style11 .icons-spiner .dot-img {
    right: 7%;
    top: 26%;
  }
  .container-fluid2 {
    padding-left: 0px;
    padding-right: 40px;
  }
  .rs-banner.style11 .icons-spiner .squre-img {
    right: 49%;
  }
  .rs-banner.style11 {
    min-height: 700px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button {
    right: 24%;
  }
  .rs-banner.style13 .banner-content .title {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 18px;
  }
  .bg13 {
    padding: 70px 40px 70px 40px;
  }
  .rs-footer.home9-style.main-home.home15 .footer-top {
    padding: 80px 0 68px;
  }
  .rs-video .video-item {
    padding: 180px 0 180px 0;
  }
  .rs-services.style8 .services-item .services-icon img {
    width: 45px;
  }
  .rs-services.style8 .services-item .services-title .title {
    font-size: 18px;
    line-height: 28px;
  }
  .rs-banner.style11 .content-part .title {
    font-size: 27px;
    line-height: 45px;
  }
  .rs-banner.style11 .content-part .sub-title {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .rs-testimonial.home13-style .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-testimonial.home13-style .content .sub-title {
    font-size: 14px;
    line-height: 23px;
  }
  .rs-testimonial.home13-style .slick-part .slider .images-slide-single .content-part .name {
    font-size: 18px;
  }
  .rs-testimonial.home13-style .slick-part .slider .images-slide-single .content-part p {
    font-size: 20px;
    padding: 0px 0px 20px 0px;
  }
  .rs-testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial .content-part {
    width: 100%;
  }
  .rs-testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial .images-part {
    width: 100%;
  }
  .rs-testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial {
    display: block;
  }
  .rs-testimonial.home13-style .slick-part .slider button.slick-prev::before {
    right: 50%;
  }
  .rs-testimonial.home13-style .slick-part .slider button.slick-prev::before {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    right: 40%;
    bottom: 50px;
  }
  .rs-banner.style11 {
    min-height: 750px;
  }
  .rs-banner.style11 .images-part img {
    width: 280px;
  }
  .rs-testimonial.home14-style .testi-item .item-content p {
    font-size: 16px;
    line-height: 31px;
  }
  .rs-testimonial.home14-style .testi-item .testi-content .testi-title {
    font-size: 16px;
    line-height: 31px;
  }
  .rs-testimonial.home14-style .testi-item .testi-content .testi-name {
    font-size: 18px;
    line-height: 30px;
  }
  .rs-cta.effects-layer .effects-bg .content-part .title {
    font-size: 20px;
    line-height: 35px;
  }
  .rs-cta.effects-layer .effects-bg.apply-bg {
    background-position: top center;
  }
  .rs-cta.effects-layer .effects-bg .content-part {
    padding: 350px 90px 60px 40px;
  }
  .rs-cta.effects-layer .effects-bg.enroll-bg {
    background-position: top center;
  }
  .rs-banner.style12 .banner-content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-footer .footer-bottom::before {
    max-width: 530px;
  }
  .rs-banner.style10 .banner-content .sl-title {
    font-size: 38px;
    line-height: 52px;
  }
  .rs-banner.style10 .banner-content .sl-sub-title {
    font-size: 18px;
    line-height: 23px;
  }
  .rs-blog.main-home.modify1 .blog-item .image-part img {
    width: 100%;
  }
  .rs-categories.style1 .categories-items .cate-item .cate-img img {
    width: 50px;
  }
  .rs-categories.style1 .categories-items .cate-item .cate-content .title {
    font-size: 18px;
    line-height: 28px;
  }
  .rs-testimonial.home11-style .testi-item .user-info::before {
    top: unset;
    right: unset;
    bottom: 100%;
    left: 30px;
    border-right-color: transparent;
    border-bottom-color: #e7f9fb;
  }
  .rs-cta.home11-style .content {
    max-width: 532px;
    margin: 0 auto;
  }
  .rs-features.style3 .features-item .content-part {
    top: 50%;
    left: 50%;
    padding: 40px 138px 0;
  }
  .rs-features.style3 .features-item {
    text-align: center;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body p {
    font-size: 15px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    padding-right: 100px;
    padding-left: 100px;
  }
  .rs-blog.style1 .events-short.new-style {
    padding: 0px;
    border: none;
  }
  .rs-blog.style1.home11-style .blog-item .image-part a img {
    width: 100%;
  }
  .contact-page-section .rs-contact-box .address-item {
    padding: 40px 30px 40px 30px;
  }
  .contact-page-section .rs-contact-box .address-item .address-text .label {
    font-size: 20px;
  }
  .contact-page-section .rs-contact-box .address-item .address-text .des {
    font-size: 15px;
  }
  .contact-page-section .rs-contact-box .address-item .icon-part img {
    width: 60px;
  }
  .contact-page-section .rs-contact-box .address-item .icon-part {
    padding-bottom: 15px;
  }
  .rs-banner.style8 .banner-content .sl-sub-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .rs-banner.style8 .banner-content .sl-title {
    font-size: 50px;
    line-height: 1.2;
    padding-right: 64px;
  }
  .rs-banner.style8 {
    min-height: 700px;
  }
  .rs-testimonial.main-home .testi-item .author-desc .desc {
    font-size: 18px;
    padding: 65px 15px 15px;
  }
  .rs-categories.home9-style .categories-items .image-content .description p {
    font-size: 15px;
    padding-right: 100px;
  }
  .rs-categories.home9-style .categories-items .image-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .rs-video-home9 {
    padding: 233px 0 233px;
  }
  .rs-blog.home9-style .events-short-top .content-part .title {
    line-height: 1.2;
    font-size: 18px;
  }
  .rs-blog.home9-style .blog-item .blog-content {
    padding: 20px 20px 20px 30px;
  }
  .rs-blog.home9-style .blog-item .blog-content .title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .rs-footer.home9-style .footer-top {
    padding: 80px 0px;
  }
  .rs-slider.style2 .slide-part .content .title {
    font-size: 34px;
    line-height: 44px;
  }
  .rs-slider.main-home .slider-content .content-part {
    padding: 175px 15px 100px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .rs-features {
    margin-top: 70px;
  }
  .container {
    max-width: 540px;
  }
  .rs-recipes .sec-title3 .desc br {
    display: none;
  }
  .rs-about.style9 .content-part .sec-title3 .title {
    font-size: 23px;
    line-height: 36px;
  }
  .sec-title2 .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .rs-featured-courses .courses-item .content-part .images {
    padding-bottom: 35px;
  }
  .rs-footer .footer-top .widget-title {
    font-size: 16px;
    line-height: 24px;
  }
  .rs-banner.style7 {
    min-height: 550px;
  }
  .rs-banner.style7 .banner-content {
    max-width: 100%;
    padding: 150px 0 0;
  }
  .rs-banner.style7 .banner-content .banner-title {
    font-size: 34px;
    line-height: 48px;
  }
  .rs-banner.style7 .img-part {
    display: none;
  }
  .rs-publication .product-list:hover .image-product .overley i {
    bottom: 420px;
  }
  .rs-about.style6 .shape-animate .transparent.right {
    right: 75%;
    top: -168px;
  }
  .rs-banner.style6 .banner-content .banner-title {
    line-height: 63px;
    font-size: 43px;
  }
  .rs-services.style6 .sec-title .title {
    font-size: 29px;
  }
  .rs-services.style6 .sec-title p {
    padding: 0 30px 0;
    font-size: 14px;
  }
  .rs-footer .footer-bottom {
    padding: 15px 0;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .title {
    font-size: 32px;
    line-height: 42px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .sub-title {
    line-height: 28px;
    font-size: 18px;
  }
  .rs-footer.style6 .footer-bottom .main-part {
    padding-top: 5px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc {
    padding: 70px 0 50px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc {
    padding: 60px 20px 20px;
  }
  .hidden-sm {
    display: none;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sec-title .title {
    font-size: 30px;
  }
  .sec-title .sub-title {
    font-size: 16px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .menu-bg::before {
    display: none;
  }
  .rs-slider.style1 .slider-content {
    padding: 175px 0;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 30px;
  }
  .rs-slider.style1 .slider-content .sl-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 35px;
  }
  .rs-banner.style2 {
    height: auto;
    min-height: 500px;
  }
  .rs-banner .banner-content .desc br,
  .rs-banner.style3 .banner-content .banner-desc br {
    display: none;
  }
  .rs-banner.style2 .banner-content .banner-title {
    font-size: 50px;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 40px;
  }
  .rs-banner.style4 {
    min-height: 650px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 40px;
  }
  .rs-banner.style5 {
    min-height: 500px;
  }
  .rs-banner.style5 .banner-content {
    padding-bottom: 115px;
  }
  .rs-banner.style5 .banner-content .banner-title {
    font-size: 50px;
  }
  .rs-banner.style6 .banner-content .banner-title {
    margin-bottom: 15px;
  }
  .rs-banner.style6 .banner-content .desc {
    margin-bottom: 30px;
  }
  .rs-banner.style6 .banner-content {
    padding: 182px 0 275px;
  }
  .rs-banner.style6 .shape-img.left {
    left: -25px;
    max-width: 160px;
  }
  .rs-banner.style6 .shape-img.right {
    right: -70px;
    max-width: 150px;
  }
  .rs-banner.style6 .shape-img.center .inner {
    width: 500px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 40px;
    margin: 0 15px 15px;
  }
  .rs-about.style4 .about-content .title {
    font-size: 35px;
  }
  .rs-about.video-style .about-content {
    padding: 30px;
  }
  .rs-cta .cta-img img {
    min-height: 350px;
  }
  .rs-popular-courses.style4 .courses-item {
    width: 70%;
    margin: 0 auto;
  }
  .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 20px;
  }
  .free-course-contact .title {
    font-size: 30px;
  }
  .rs-about.style4 .about-content .title {
    font-size: 30px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 22px;
  }
  .rs-testimonial.style1 .testi-item {
    display: block;
    background: unset;
  }
  .rs-testimonial.style1 .testi-item .content-part {
    padding: 50px 0 0 35px;
  }
  .rs-testimonial.style2 .testi-wrap .content-part .desc {
    font-size: 15px;
    line-height: 25px;
  }
  .rs-testimonial.style2 .testi-wrap {
    padding: 30px 25px;
  }
  .rs-testimonial.style3 .testi-item .desc {
    padding-left: 0;
  }
  .rs-testimonial.style4 .testi-item .user-info {
    padding: 20px 0 0;
  }
  .rs-testimonial.style4 .testi-item .user-info .designation {
    display: block;
  }
  .rs-team.style1 .team-item .content-part .name {
    font-size: 18px;
  }
  .rs-cta.style2 .partition-bg-wrap:after {
    max-height: 350px;
  }
  .rs-blog.style2 .blog-item .blog-content {
    padding: 20px 20px 30px;
  }
  .rs-blog.style2 .blog-item .blog-content .title {
    font-size: 20px;
  }
  .rs-about.style5 .about-content .contact-part li .desc a,
  .rs-about.style5 .about-content .contact-part li .desc p {
    margin: 0;
  }
  .contact-page-section .contact-comment-section {
    padding: 50px 30px;
  }
  .contact-page-section .contact-comment-section h3 {
    font-size: 30px;
  }
  .contact-page-section .contact-comment-section p br {
    display: none;
  }
  .contact-page-section .contact-map iframe {
    height: 450px;
  }
  .profile-section .content-column h2 {
    font-size: 32px;
  }
  .profile-section .content-column h4 {
    font-size: 20px;
  }
  .profile-section .content-column h5 {
    font-size: 22px;
  }
  .intro-section .intro-tabs .tab-btns {
    width: 45%;
    margin: 0 15px 15px 0;
  }
  .intro-section .intro-tabs .tab-btns .tab-btn {
    padding: 10px 20px;
  }
  .rs-newsletter.style1 .newsletter-wrap .newsletter-form {
    max-width: 500px;
  }
  .rs-footer .footer-top,
  .rs-footer.style8.main-home .footer-top {
    padding: 64px 0;
  }
  .rs-footer .footer-bottom {
    padding: 30px 0;
  }
  .rs-cart .container {
    max-width: 550px;
  }
  .rs-cart .cart-wrap table.cart-table .action .coupon input {
    margin-bottom: 20px;
    width: 100%;
  }
  .rs-cart .cart-wrap table.cart-table .action .coupon {
    float: none;
    margin-bottom: 20px;
  }
  .rs-cart .btn-shop {
    width: 100%;
  }
  .rs-cart .cart-wrap table.cart-table td {
    display: block;
    border-right: 1px solid #e6e6e6;
  }
  .rs-cart .cart-body .cart-detail table tr th,
  .rs-cart .cart-body .cart-detail table tr td {
    display: none;
  }
  .rs-cart .cart-wrap table.cart-table th {
    display: none;
  }
  .rs-checkout .container {
    max-width: 650px;
  }
  .rs-event .event-item .event-short .featured-img img {
    width: 100%;
  }
  .rs-gallery .gallery-img img {
    width: 100%;
  }
  .rs-login .noticed .login {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-latest-couses .course-item .course-info .course-title {
    font-size: 20px;
    line-height: 30px;
  }
  .rs-popular-courses.course-view-style .course-part {
    margin: 0;
  }
  .rs-popular-courses.course-view-style .course-part .courses-item {
    width: 100%;
    float: left !important;
    margin: 0 0 30px;
  }
  .rs-popular-courses.course-view-style.list-view .course-part .courses-item {
    display: unset;
    margin: 0 0 30px;
  }
  .rs-popular-courses.course-view-style.list-view .course-part .courses-item .img-part {
    margin: 0 0 30px;
  }
  .rs-popular-courses.style2 .course-wrap .front-part .img-part img {
    min-height: unset;
  }
  .rs-popular-courses.style2 .course-wrap .front-part .content-part .title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner.style11 .icons-spiner .spine2 img {
    width: 70px;
  }
  .rs-banner.style11 .icons-spiner .circle img {
    width: 70px;
  }
  .rs-banner.style11 .images-part {
    display: none;
  }
  .rs-banner.style11 .icons-spiner .dot-img {
    display: none;
  }
  .rs-banner.style11 .content-part {
    padding: 180px 20px 100px;
  }
  .rs-banner.style11 .content-part .title {
    padding-right: 95px;
  }
  .rs-banner.style11 {
    min-height: 650px;
  }
  .rs-banner.style11 .icons-spiner .squre-img {
    right: 38%;
  }
  .bg8 {
    background: none;
    padding: 50px 0 50px;
  }
  .readon.green-btn {
    font-size: 12px;
    padding: 8px 23px !important;
  }
  .rs-free-contact textarea {
    height: 100px;
  }
  .rs-banner.style9 {
    min-height: 700px;
  }
  .rs-banner.style9 .banner-content {
    max-width: 400px;
    margin-left: 50px;
  }
  .rs-banner.style9 .banner-content {
    max-width: 323px;
    margin-left: 50px;
  }
  .rs-banner.style9 .banner-content .banner-title {
    font-size: 42px;
    line-height: 1.2;
  }
  .rs-banner.style9 .social-icon {
    bottom: 25px;
    left: 59px;
  }
  .rs-cta.home11-style .content {
    max-width: 390px;
    margin: 0 auto;
  }
  .rs-features.style3 .features-item .content-part {
    padding: 40px 120px 0;
  }
  .rs-banner.style8 {
    min-height: 600px;
  }
  .rs-blog.home9-style .events-short-top {
    display: block;
    padding: 25px;
  }
  .rs-blog.home9-style .events-short-top .date-part {
    margin: 0 0 25px;
  }
  .rs-banner.style7 .img-part {
    display: none;
  }
  .rs-banner.style7 .banner-content {
    margin: 0 auto;
  }
  .rs-popular-courses.style3 .courses-item .img-part img {
    width: 100%;
  }
  .rs-facilities .choose-part .our-facilities {
    display: flex;
    align-items: unset;
  }
  .rs-facilities .choose-part {
    padding: 50px 25px;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part .desc {
    font-size: 14px;
    line-height: 24px;
    padding: 0 55px 0 0;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part .title {
    font-size: 22px;
    line-height: 24px;
  }
  .rs-testimonial.style6 .testimonial-item .content-part .content-wrap .text p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 10px;
  }
  .rs-publication .product-list .image-product .overley i {
    bottom: unset;
    top: 0;
    right: 15px;
  }
  .rs-publication .product-list:hover .image-product .overley i {
    top: 30px;
  }
  .readon {
    padding: 10px 30px !important;
    font-size: 15px;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 25px;
  }
  .rs-slider.style1 .slider-content .sl-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 30px;
  }
  .readon.banner-style {
    padding: 12px 40px;
    font-size: 15px;
  }
  .rs-banner.style5 {
    min-height: 400px;
  }
  .rs-banner.style2 .banner-content .sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rs-banner.style2 .banner-content .banner-title {
    font-size: 33px;
    margin-bottom: 25px;
  }
  .rs-banner.style3 {
    min-height: 400px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 35px;
  }
  .rs-banner.style5 .banner-content {
    padding-bottom: 100px;
  }
  .rs-banner.style5 .banner-content .sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .rs-banner.style5 .banner-content .banner-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .rs-banner.style6 .shape-img.left,
  .rs-banner.style6 .shape-img.right {
    display: none;
  }
  .rs-banner.style6 .shape-img {
    bottom: 0;
  }
  .readon2.banner-style {
    padding: 12px 30px;
  }
  .rs-breadcrumbs .breadcrumbs-img img {
    min-height: 250px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 35px;
  }
  .rs-services.style2 .service-item {
    max-width: 100%;
  }
  .rs-about.style4 .about-content .title {
    font-size: 30px;
  }
  .rs-about.style4 .about-content .sub-title {
    font-size: 18px;
  }
  .rs-about.style4 .about-content .contact-part li {
    width: 100%;
    margin: 0 0 30px;
  }
  .rs-about.style1 .about-part {
    padding: 40px 30px 50px;
  }
  .rs-about.style1 .about-part .sign-part {
    display: block;
  }
  .rs-about.style1 .about-part .sign-part .img-part {
    padding: 0 0 30px;
  }
  .rs-about-video .video-img-part img {
    min-height: 300px;
  }
  .rs-testimonial.style2 .testi-wrap .img-part {
    float: unset;
    width: auto;
    margin-right: 0;
  }
  .rs-testimonial.style2 .testi-wrap .content-part {
    padding: 25px;
    padding-left: 40px;
  }
  .rs-testimonial.style2 .testi-wrap .content-part .info {
    float: unset;
  }
  .rs-blog.style1.modify1 .events-short {
    display: block;
  }
  .rs-blog.style1.modify1 .events-short .content-part {
    padding: 20px 0 0;
  }
  .rs-cta .cta-content {
    padding: 0 15px;
  }
  .rs-popular-courses.style4 .courses-item {
    width: 100%;
  }
  .rs-latest-events.style1 .event-wrap .events-short {
    display: block;
  }
  .rs-latest-events.style1 .event-wrap .events-short {
    padding: 0;
  }
  .rs-latest-events.style1 .event-wrap .events-short .date-part {
    float: unset;
    width: 100%;
    margin: 0 0 25px;
  }
  .rs-newsletter.style2 .newsletter-wrap .newsletter-form input {
    padding-right: 100px;
  }
  .rs-newsletter.style2 .newsletter-wrap .newsletter-form button {
    padding: 17px 25px;
  }
  .rs-newsletter.style1 .newsletter-wrap {
    padding: 30px;
  }
  .rs-about.style5 {
    background: #f2fafc;
  }
  .rs-about.style5 .about-content .title {
    font-size: 30px;
  }
  .rs-about.style5 .about-content .title br {
    display: none;
  }
  .rs-about.style5 .about-content .sub-title {
    font-size: 18px;
  }
  .rs-about.style5 .about-content .contact-part li .desc {
    font-size: 16px;
  }
  .rs-about.style5 .about-content .contact-part li .desc a,
  .rs-about.style5 .about-content .contact-part li .desc p,
  .rs-about.style5 .about-content .contact-part li .desc .address {
    font-size: 20px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 20px;
  }
  .rs-carousel.nav-style2 .owl-nav {
    display: none;
  }
  .profile-section .content-column h5 {
    font-size: 20px;
  }
  .profile-section .content-column .inner-column p {
    margin-top: 0;
  }
  .profile-section .content-column .student-list li {
    display: block;
    margin: 0 0 15px;
  }
  .course-overview .inner-box .student-list li {
    margin: 0 0 15px;
    display: block;
  }
  .intro-section .intro-tabs .tab-btns {
    width: 100%;
    margin: 0 0 15px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap [type=search] {
    width: 392PX;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button {
    right: 21%;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button i::before {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .container-fluid2 {
    padding-left: 0px;
    padding-right: 20px;
  }
  .rs-popular-courses.style6 .sec-title6 .title {
    font-size: 24px;
    line-height: 34px;
  }
  .sec-title3 .title.title3 {
    font-size: 29px;
    line-height: 39px;
  }
  .sec-title5 .description br {
    display: none;
  }
  .rs-popular-courses.home13-style .courses-item .courses-grid .content-part .title {
    line-height: 30px;
    font-size: 18px;
  }
  .check-square li::before {
    font-size: 16px;
  }
  .check-square li {
    padding-left: 28px;
    font-size: 14px;
  }
  .sec-title3 .title.title2 {
    font-size: 24px;
    line-height: 40px;
  }
  .rs-banner.style11 .icons-spiner {
    display: none;
  }
  .rs-team.home-style15 .sec-title6 .title {
    font-size: 23px;
    line-height: 33px;
  }
  .rs-banner.style11 {
    min-height: 550px;
  }
  .rs-banner.style13 .banner-content .title {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 15px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button {
    right: -5px;
    top: 8px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap [type=search] {
    width: 100%;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button i::before {
    font-size: 14px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap [type=search] {
    padding: 20px 6px;
    font-size: 13px;
  }
  .rs-banner.style13 .banner-content .desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 33px;
  }
  .rs-banner.style13 .banner-content .sub-text {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .rs-categories.style1 .sec-title6 .title {
    font-size: 21px;
    line-height: 31px;
  }
  .rs-banner.style11 .icons-spiner .squre-img {
    right: 40%;
    bottom: 6%;
  }
  .rs-banner.style11 .content-part .title {
    padding-right: 0;
  }
  .rs-cta.effects-layer .effects-bg .content-part {
    padding: 350px 30px 60px 40px;
  }
  .sec-title6 .title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-banner.style12 .banner-content .search-widget .search-wrap button {
    padding: 6px 13px 5px;
    right: -2px;
    top: 10px;
  }
  .rs-banner.style12 .banner-content .search-widget .search-wrap [type=search] {
    padding: 15px 10px;
    padding-right: 30px;
    font-size: 13px;
  }
  .rs-banner.style12 .banner-content .title {
    font-size: 26px;
    line-height: 36px;
  }
  .rs-banner.style12 .banner-content .desc {
    font-size: 18px;
    line-height: 32px;
  }
  .rs-free-contact {
    padding: 40px 20px;
  }
  .rs-banner.style10 .banner-content {
    padding: 120px 10px 100px;
  }
  .rs-banner.style10 .banner-content .sl-title {
    font-size: 23px;
    line-height: 40px;
  }
  .rs-banner.style10 .banner-intro-box .shape-img img {
    width: 65px;
  }
  .readon.green-banner {
    font-size: 13px;
    line-height: 33px;
    font-weight: 700;
    padding: 6px 25px;
  }
  .rs-banner.style10 .banner-content .sl-sub-title {
    font-size: 17px;
    line-height: 23px;
  }
  .sec-title4 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .rs-popular-courses.main-home.home12-style .sec-title4 .title {
    font-size: 22px;
  }
  .why-choose-us.style3 .services-part .services-icon {
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .why-choose-us.style3 .services-part .services-text .services-txt {
    font-size: 14px;
    line-height: 1.2;
  }
  .why-choose-us.style3 .services-part .services-text .title {
    font-size: 18px;
    line-height: 30px;
  }
  .why-choose-us.style3 .services-part .services-icon img {
    width: 50px;
  }
  .why-choose-us.style3 .services-part {
    display: block;
    padding: 20px 30px 20px 30px;
  }
  .rs-faq-part.style1 .main-part.new-style .title .text-part {
    font-size: 20px;
  }
  .rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link {
    font-size: 12px;
    padding-right: 0px;
    padding-left: 41px;
  }
  .rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-body {
    padding: 20px 12px 28px !important;
    font-size: 12px;
  }
  .rs-testimonial.home12-style .sec-title4 .title {
    font-size: 25px;
  }
  .rs-testimonial.home12-style .testi-item {
    padding: 100px 20px 40px 20px;
  }
  .rs-event .event-item.home12-style .event-short .content-part .all-dates-time .address {
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .rs-download-app .mobile-img .apps-image img {
    max-width: 140px;
  }
  .rs-event .event-item.home12-style .event-short .content-part .all-dates-time {
    display: block;
    padding-bottom: 10px;
  }
  .rs-event .event-item.home12-style .event-short .content-part .event-btm .btn-part a {
    padding: 5px 13px;
    font-size: 13px;
  }
  .sec-title4 .title {
    font-size: 26px;
    line-height: 36px;
  }
  .sec-title4 .sub-title {
    font-size: 15px;
    line-height: 26px;
  }
  .rs-faq-part.style1 .main-part.new-style .title .text-part {
    font-size: 19px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content .title {
    font-size: 18px;
    line-height: 28px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content {
    padding: 30px 19px 30px 20px;
  }
  .rs-banner.style9 .banner-content .banner-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .rs-banner.style9 .banner-content .desc {
    font-size: 15px;
    line-height: 28px;
  }
  .rs-banner.style9 {
    min-height: 600px;
  }
  .rs-banner.style9 .banner-content {
    max-width: 260px;
    margin: 0 auto;
  }
  .rs-banner.style9 .social-icon {
    bottom: 16px;
    left: 40px;
  }
  .rs-cta.home11-style .content .sec-title2 .title {
    font-size: 17px;
  }
  .rs-cta.home11-style .content {
    max-width: 286px;
    margin: 0 auto;
  }
  .rs-features.style3 .features-item .content-part .title {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 4px;
  }
  .rs-features.style3 .features-item .content-part {
    padding: 40px 74px 0;
  }
  .rs-testimonial.home-style1 .testi-item .author-desc .desc {
    padding: 80px 15px 30px;
    font-size: 20px;
  }
  .rs-categories.home11-style .main-part {
    padding: 70px 0px 70px 40px;
  }
  .rs-categories.home11-style .main-part .categories-item .content-part .title {
    font-size: 17px;
    line-height: 1.2;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body .title {
    font-size: 19px;
    line-height: 30px;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body p {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .rs-testimonial.home11-style .testi-item .user-info .desc {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .rs-testimonial.home11-style .testi-item .user-info .name {
    font-size: 18px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rs-newsletter.style2.home11-style .sec-title2 .title {
    font-size: 29px;
    line-height: 1.2;
  }
  .rs-blog.style1 .events-short.new-style .date-part {
    position: unset;
  }
  .rs-blog.style1 .events-short .content-part.new-padding {
    padding: 10px 12px 30px 10px;
  }
  .rs-blog.style1 .events-short.new-style .content-part .title {
    font-size: 17px;
  }
  .rs-blog.style1 .events-short.new-style {
    display: unset;
  }
  .rs-blog.style1 .blog-item .blog-content .title,
  .rs-blog.style1 .events-short .content-part .title {
    font-size: 19px;
  }
  .contact-page-section .rs-quick-contact.new-style {
    padding: 60px 20px 60px;
  }
  .rs-newsletter.style1 .newsletter-wrap .content-part {
    text-align: center;
  }
  .contact-page-section .rs-quick-contact {
    padding: 60px 20px 60px;
  }
  .contact-page-section .rs-contact-wrap .address-item .address-text .des {
    font-size: 16px;
    line-height: 1.1;
  }
  .contact-page-section .contact-address-section .contact-info {
    display: flex;
    padding: 20px;
  }
  .contact-page-section .contact-address-section .contact-info .content-part .info-title {
    font-size: 16px;
    line-height: 1.2;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part {
    margin: unset;
    padding-right: 15px;
  }
  .contact-page-section .rs-contact-wrap {
    padding: 40px 20px 30px 20px;
  }
  .rs-banner.style8 {
    min-height: 500px;
  }
  .rs-banner.style8 .banner-content .sl-title {
    font-size: 32px;
    line-height: 1.2;
    padding-right: 0;
  }
  .rs-banner.style8 .banner-content .sl-sub-title {
    font-size: 22px;
    line-height: 1;
  }
  .rs-categories.home9-style .categories-items .image-content .title {
    font-size: 20px;
  }
  .rs-categories.home9-style .categories-items .image-content .description p {
    font-size: 15px;
    padding-right: 20px;
  }
  .contact-page-section .inner-part p {
    font-size: 15px;
    line-height: 1.2;
  }
  .contact-page-section .inner-part .title {
    font-size: 28px;
    line-height: 1.2;
  }
  .contact-page-section .rs-quick-contact.new-style {
    padding: 70px 20px 70px;
  }
  .rs-testimonial.home9-style .testi-item p {
    font-size: 18px;
  }
  .rs-testimonial.home9-style .testi-item .testi-information .name {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .rs-testimonial.home9-style .testi-item .testi-information .designation {
    font-size: 18px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-sub-title {
    font-size: 18px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .rs-categories.main-home .categories-items .contents {
    padding: 30px 15px;
  }
  .rs-categories.main-home .categories-items .contents .content-wrap .title {
    font-size: 19px;
    margin-bottom: 0;
  }
  .rs-categories.main-home .categories-items .contents .img-part img {
    margin: 0 15px 0 0;
  }
  .rs-faq-part.style1 .img-part {
    height: auto;
    min-height: 400px;
  }
  .rs-faq-part.style1 .main-part {
    padding: 30px 15px;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
    height: 50px;
    line-height: 50px;
  }
  .rs-popular-courses.main-home .courses-item .courses-grid .content-part {
    padding: 30px 25px;
  }
  .rs-popular-courses.main-home .courses-item .courses-grid .content-part .title {
    font-size: 20px;
  }
  .rs-about.style8 .sec-title3 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .rs-recipes .sec-title3 .title {
    font-size: 24px;
    line-height: 36px;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
    display: unset;
  }
  .rs-about.style9 .content-part {
    padding: 60px 20px 70px 20px;
  }
  .rs-newsletter.home8-style1 .content-wrap .newsletter-form input {
    background: #ffffff;
    color: #505050;
    padding: 15px 15px;
    padding-right: 0;
  }
  .rs-newsletter.home8-style1 .content-wrap .newsletter-form button {
    padding: 15px 30px;
  }
  .rs-blog.main-home .blog-item .blog-content {
    padding: 40px 25px 15px;
  }
  .rs-blog.main-home .blog-item .blog-content .title {
    font-size: 23px;
  }
  .sec-title3 .sub-title {
    font-size: 14px;
    line-height: 26px;
  }
  .sec-title3 .title {
    font-size: 26px;
    line-height: 36px;
  }
  .sec-title2 .title {
    font-size: 25px;
  }
  .rs-banner.style7 .banner-content .banner-title {
    font-size: 25px;
    line-height: 35px;
  }
  .rs-banner.style7 .banner-content {
    max-width: 250px;
    margin: 0 auto;
  }
  .rs-cta.style7 .partition-bg-wrap .sec-title2 .title {
    font-size: 29px;
    line-height: 39px;
  }
  .rs-facilities .choose-part .our-facilities .icon-part img {
    max-width: 40px;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part {
    padding-left: 15px;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part .title {
    font-size: 19px;
    line-height: 21px;
  }
  .rs-about.style6 .sec-title .title {
    font-size: 25px;
  }
  .rs-about.style6 .shape-animate .transparent.right {
    display: none;
  }
  .rs-about.style6 .shape-animate .transparent.left {
    display: none;
  }
  .rs-latest-couses .course-item .course-image a {
    width: 170px;
    height: 170px;
    margin: 0 auto 15px;
  }
  .rs-latest-couses .course-item {
    display: block;
    border-radius: 0;
    text-align: center;
    padding: 30px 0;
  }
  .rs-about.video-img .media-icon .popup-videos::before {
    width: 80px;
    height: 80px;
  }
  .rs-blog.style2 .blog-item .blog-content .blog-bottom {
    padding-top: 15px;
    margin-top: 15px;
  }
  .rs-blog.style2 .blog-item .blog-content .title {
    margin-bottom: 8px;
    line-height: 26px;
    font-size: 18px;
  }
  .rs-blog.style2 .blog-item .blog-content {
    padding: 15px 15px 20px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form p {
    margin: 0;
    font-size: 12px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .title {
    font-size: 21px;
    line-height: 30px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .sub-title {
    line-height: 26px;
    font-size: 17px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form button {
    padding: 5px 34px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form input {
    padding: 10px 16px;
    padding-right: 0px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form p {
    margin: 0;
    font-size: 12px;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 20px;
  }
  .rs-slider.style1 .slider-content .sl-title {
    font-size: 33px;
  }
  .rs-testimonial.home1-style .owl-dots {
    margin-top: 30px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc {
    padding: 50px 20px 20px;
    font-size: 17px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc .quote {
    width: 50px;
  }
  .rs-faq-part.style1 .main-part .title .text-part {
    font-size: 22px;
    line-height: 32px;
  }
  .sec-title .title {
    font-size: 25px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    width: 175px;
  }
  .full-width-header.header-style1 .rs-header .menu-area .main-menu .mobile-logo-part img {
    max-height: 25px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 25px;
  }
  .rs-banner.style1 .banner-content .desc {
    font-size: 18px;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 30px;
  }
  .rs-banner.style3 .banner-content .banner-desc {
    font-size: 16px;
  }
  .rs-banner.style3 .banner-content .banner-btn li {
    display: block;
    margin: 0 0 15px;
  }
  .rs-banner.style3 .banner-content .banner-btn li .readon3 {
    padding: 10px 40px;
    font-size: 15px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 32px;
  }
  .rs-banner.style6 .banner-content {
    padding: 150px 0 250px;
  }
  .rs-banner.style6 .shape-img.center .inner {
    width: 350px;
  }
  .rs-banner.style6 .banner-content .banner-title {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .rs-banner.style6 .banner-content .desc {
    margin-bottom: 20px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 30px;
  }
  .rs-about.style2 .about-intro {
    padding: 45px 15px 50px;
  }
  .rs-about.style1 .img-part .left-bottom {
    max-width: 60%;
  }
  .rs-about.style2 .about-intro .title {
    font-size: 25px;
  }
  .rs-degree.style1 .title {
    font-size: 25px;
  }
  .rs-degree.style1.modify .title {
    font-size: 20px;
  }
  .rs-degree.style1.modify .degree-wrap .content-part {
    padding: 30px 15px 0;
  }
  .rs-cta .cta-content .btn-part .readon2 {
    margin: 5px 0;
    width: 100%;
  }
  .rs-cta.style2 .partition-bg-wrap:after {
    max-height: 375px;
  }
  .rs-cta .sec-title .title,
  .rs-testimonial.style4 .sec-title .title {
    font-size: 23px;
  }
  .rs-newsletter.style1 .newsletter-wrap {
    padding: 20px;
  }
  .rs-popular-courses.style4 .courses-item .content-part {
    padding: 30px 20px;
  }
  .rs-popular-courses.style4 .courses-item .content-part .bottom-part .user {
    margin-right: 10px;
  }
  .why-choose-us .choose-us-part .facilities-part .single-facility .icon-part {
    float: unset;
    margin: 0 0 5px;
    display: inline-block;
  }
  .free-course-contact {
    padding: 40px 15px 50px;
  }
  .free-course-contact .title {
    font-size: 25px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 18px;
  }
  .rs-popular-courses.style1 .courses-item {
    padding: 25px 20px;
  }
  .rs-popular-courses.style1 .courses-item .content-part .title {
    font-size: 20px;
  }
  .rs-popular-courses.style2 .course-wrap {
    padding: 25px;
  }
  .rs-cta.style2 .partition-bg-wrap.inner-page:after,
  .rs-cta.style2 .partition-bg-wrap.inner-page:before {
    max-height: 350px;
  }
  .contact-page-section .contact-comment-section {
    padding: 50px 15px;
  }
  .contact-page-section .contact-map iframe {
    height: 400px;
  }
  .rs-blog.style1 .events-short {
    padding: 20px;
  }
  .rs-blog.style1 .events-short .content-part {
    padding-left: 90px;
  }
  .rs-blog.style1 .events-short .date-part {
    width: 75px;
    padding: 10px 0 15px;
  }
  .rs-blog.style1 .events-short .date-part .date {
    font-size: 30px;
  }
  .rs-newsletter.style1 .newsletter-wrap .newsletter-form input {
    padding: 10px 20px;
    padding-right: 100px;
  }
  .rs-newsletter.style1 .newsletter-wrap .newsletter-form button {
    padding: 10px 20px;
  }
  .profile-section .image-column .inner-column {
    padding: 30px 25px;
  }
  .profile-section .content-column h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .profile-section .content-column h4 {
    font-size: 17px;
  }
  .profile-section .content-column .student-list {
    margin-bottom: 30px;
  }
  .profile-section .image-column .text {
    font-size: 16px;
    font-weight: 500;
  }
  .course-overview .inner-box {
    padding: 0 20px 20px;
  }
  .accordion-box .block .content {
    padding: 0 0 25px;
  }
  .accordion-box .block .play-icon .fa {
    margin: 0;
    margin-right: 15px;
  }
  .accordion-box .block .play-icon::before {
    left: 20px;
  }
  .intro-section .video-column .course-features-info {
    padding: 20px;
  }
  .intro-section .video-column .btn-part {
    padding: 30px 30px 15px;
  }
  .cource-review-box {
    padding: 0 20px;
  }
  .course-overview .inner-box h4 {
    font-size: 20px;
  }
  .rs-inner-blog .blog-item .blog-content {
    padding: 40px 15px 45px;
  }
  .blog-table-wrap {
    width: 100%;
  }
  .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
    display: block;
  }
  .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
    margin-bottom: 10px;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    padding-right: 0px;
  }
  .rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date {
    margin-right: 0px;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured {
    display: block;
  }
  .rs-inner-blog .blog-deatails .blog-full .single-post-meta {
    display: block;
    padding: 0 0 20px;
  }
  .rs-inner-blog .blog-deatails .blog-full .title {
    font-size: 20px;
    line-height: 28px;
  }
  .rs-inner-blog .blog-deatails .blog-full {
    padding: 15px 15px 15px;
  }
  .rs-inner-blog .comment-area .comment-full .reply-title {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .rs-inner-blog .blog-deatails .blog-full .sm-title {
    margin-bottom: 16px;
  }
  .rs-inner-blog .blog-deatails .blog-full .title {
    margin-bottom: 15px;
  }
  blockquote {
    padding: 20px;
  }
  .rs-event .event-item .event-short .content-part .title {
    font-size: 18px;
    line-height: 28px;
  }
  .rs-event .event-item .event-short .content-part {
    padding: 15px 15px 15px 20px;
  }
  .rs-event.modify1 .event-item .event-short .content-part .time-sec {
    display: block;
  }
  .rs-event.modify1 .event-item .event-short .content-part .time-sec .timesec {
    margin-right: 0;
  }
  .profile-section .content-part .title {
    font-size: 20px;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 35px;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link::after {
    left: 8px;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-body {
    font-size: 14px;
    padding: 12px 10px 12px !important;
  }
  .rs-popular-courses.course-view-style .course-search-part {
    display: inline-block;
    padding: 15px;
  }
  .rs-popular-courses.course-view-style .course-search-part .course-view-part {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .rs-popular-courses.course-view-style .course-search-part .type-form {
    float: unset;
  }
  .rs-popular-courses.course-view-style .course-search-part .type-form .custom-select-box {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
  }
  .rs-facilities .choose-part .our-facilities {
    display: inline-block;
  }
  .rs-facilities .choose-part .our-facilities .icon-part {
    margin: 0 0 15px;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part {
    padding-left: 0;
    max-width: 350px;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part .desc br {
    display: none;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured {
    display: block;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    margin-bottom: 15px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
