@charset "UTF-8";
/**
 * CoreUI - Open Source Bootstrap Admin Template
 * @version v1.0.0-alpha.6
 * @link http://coreui.io
 * Copyright (c) 2017 creativeLabs Łukasz Holeczek
 * @license MIT
 */
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #23395b;
  background-color: #f6f7f9; }

[tabindex="-1"]:focus {
  outline: none !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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #e83e8c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #c21766;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #536c79;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #536c79; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f6f7f9;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #536c79; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f0f3f5;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #151b1e;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #151b1e; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @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 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #c2cfd6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c2cfd6; }
  .table tbody + tbody {
    border-top: 2px solid #c2cfd6; }
  .table .table {
    background-color: #f6f7f9; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #c2cfd6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #c2cfd6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f9c9df; }

.table-hover .table-primary:hover {
  background-color: #f6b2d1; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #f6b2d1; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fcfdfd; }

.table-hover .table-secondary:hover {
  background-color: #edf3f3; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #edf3f3; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdedd8; }

.table-hover .table-success:hover {
  background-color: #bae6c9; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #bae6c9; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d7f0fc; }

.table-hover .table-info:hover {
  background-color: #bfe7fa; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #bfe7fa; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f8dbc1; }

.table-hover .table-warning:hover {
  background-color: #f5ceaa; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f5ceaa; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fdd6d6; }

.table-hover .table-danger:hover {
  background-color: #fcbebe; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #fcbebe; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfdfd; }

.table-hover .table-light:hover {
  background-color: #edf3f3; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #edf3f3; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #dedede; }

.table-hover .table-dark:hover {
  background-color: #d1d1d1; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #d1d1d1; }

.table-gazole,
.table-gazole > th,
.table-gazole > td {
  background-color: #fbeebc; }

.table-hover .table-gazole:hover {
  background-color: #fae8a4; }
  .table-hover .table-gazole:hover > td,
  .table-hover .table-gazole:hover > th {
    background-color: #fae8a4; }

.table-sp95,
.table-sp95 > th,
.table-sp95 > td {
  background-color: #c4f1d7; }

.table-hover .table-sp95:hover {
  background-color: #afecc9; }
  .table-hover .table-sp95:hover > td,
  .table-hover .table-sp95:hover > th {
    background-color: #afecc9; }

.table-gnr,
.table-gnr > th,
.table-gnr > td {
  background-color: #f9c5b9; }

.table-hover .table-gnr:hover {
  background-color: #f7b2a2; }
  .table-hover .table-gnr:hover > td,
  .table-hover .table-gnr:hover > th {
    background-color: #f7b2a2; }

.table-gnv,
.table-gnv > th,
.table-gnv > td {
  background-color: #e8f5d6; }

.table-hover .table-gnv:hover {
  background-color: #ddf0c2; }
  .table-hover .table-gnv:hover > td,
  .table-hover .table-gnv:hover > th {
    background-color: #ddf0c2; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #f6f7f9;
  background-color: #151b1e; }

.thead-default th {
  color: #3e515b;
  background-color: #c2cfd6; }

.table-inverse {
  color: #f6f7f9;
  background-color: #151b1e; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #252f35; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.9375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #23395b;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #c2cfd6;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #23395b;
    background-color: #fff;
    border-color: #ccc !important;
    outline: none; }
  .form-control::placeholder {
    color: #536c79;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.96875rem + 2px); }

select.form-control:focus::-ms-value {
  color: #23395b;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.9375rem - 1px * 2);
  padding-bottom: calc(0.9375rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0;
  font-size: 0.875rem; }

.form-control-plaintext {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #536c79; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #f86c6b; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(248, 108, 107, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #4dbd74; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #4dbd74; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(77, 189, 116, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #4dbd74; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #4dbd74; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f86c6b; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #f86c6b; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(248, 108, 107, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #f86c6b; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #f86c6b; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.9375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(232, 62, 140, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c; }
  .btn-primary:hover {
    color: #fff;
    background-color: #e41c78;
    border-color: #d91a72; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(232, 62, 140, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    background-color: #e41c78;
    background-image: none;
    border-color: #d91a72; }

.btn-secondary {
  color: #111;
  background-color: #f6f7f9;
  border-color: #f6f7f9; }
  .btn-secondary:hover {
    color: #111;
    background-color: #dfe3ea;
    border-color: #d7dce5; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(246, 247, 249, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #f6f7f9;
    border-color: #f6f7f9; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #dfe3ea;
    background-image: none;
    border-color: #d7dce5; }

.btn-success {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74; }
  .btn-success:hover {
    color: #fff;
    background-color: #3ea662;
    border-color: #3a9d5d; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(77, 189, 116, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #4dbd74;
    border-color: #4dbd74; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    background-color: #3ea662;
    background-image: none;
    border-color: #3a9d5d; }

.btn-info {
  color: #111;
  background-color: #71cbf4;
  border-color: #71cbf4; }
  .btn-info:hover {
    color: #111;
    background-color: #4ebef1;
    border-color: #42baf0; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(113, 203, 244, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #71cbf4;
    border-color: #71cbf4; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    background-color: #4ebef1;
    background-image: none;
    border-color: #42baf0; }

.btn-warning {
  color: #fff;
  background-color: #e67e22;
  border-color: #e67e22; }
  .btn-warning:hover {
    color: #fff;
    background-color: #cb6b17;
    border-color: #bf6516; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #e67e22;
    border-color: #e67e22; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #cb6b17;
    background-image: none;
    border-color: #bf6516; }

.btn-danger {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f64846;
    border-color: #f63c3a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(248, 108, 107, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #f86c6b;
    border-color: #f86c6b; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #f64846;
    background-image: none;
    border-color: #f63c3a; }

.btn-light {
  color: #111;
  background-color: #f6f7f9;
  border-color: #f6f7f9; }
  .btn-light:hover {
    color: #111;
    background-color: #dfe3ea;
    border-color: #d7dce5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(246, 247, 249, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f6f7f9;
    border-color: #f6f7f9; }
  .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-color: #dfe3ea;
    background-image: none;
    border-color: #d7dce5; }

.btn-dark {
  color: #fff;
  background-color: #888;
  border-color: #888; }
  .btn-dark:hover {
    color: #fff;
    background-color: #757575;
    border-color: #6f6f6f; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(136, 136, 136, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #888;
    border-color: #888; }
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    background-color: #757575;
    background-image: none;
    border-color: #6f6f6f; }

.btn-gazole {
  color: #111;
  background-color: #f1c40f;
  border-color: #f1c40f; }
  .btn-gazole:hover {
    color: #111;
    background-color: #cea70c;
    border-color: #c29d0b; }
  .btn-gazole:focus, .btn-gazole.focus {
    box-shadow: 0 0 0 3px rgba(241, 196, 15, 0.5); }
  .btn-gazole.disabled, .btn-gazole:disabled {
    background-color: #f1c40f;
    border-color: #f1c40f; }
  .btn-gazole:active, .btn-gazole.active,
  .show > .btn-gazole.dropdown-toggle {
    background-color: #cea70c;
    background-image: none;
    border-color: #c29d0b; }

.btn-sp95 {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71; }
  .btn-sp95:hover {
    color: #fff;
    background-color: #27ad60;
    border-color: #25a25a; }
  .btn-sp95:focus, .btn-sp95.focus {
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.5); }
  .btn-sp95.disabled, .btn-sp95:disabled {
    background-color: #2ecc71;
    border-color: #2ecc71; }
  .btn-sp95:active, .btn-sp95.active,
  .show > .btn-sp95.dropdown-toggle {
    background-color: #27ad60;
    background-image: none;
    border-color: #25a25a; }

.btn-gnr {
  color: #fff;
  background-color: #eb2f06;
  border-color: #eb2f06; }
  .btn-gnr:hover {
    color: #fff;
    background-color: #c62805;
    border-color: #b92505; }
  .btn-gnr:focus, .btn-gnr.focus {
    box-shadow: 0 0 0 3px rgba(235, 47, 6, 0.5); }
  .btn-gnr.disabled, .btn-gnr:disabled {
    background-color: #eb2f06;
    border-color: #eb2f06; }
  .btn-gnr:active, .btn-gnr.active,
  .show > .btn-gnr.dropdown-toggle {
    background-color: #c62805;
    background-image: none;
    border-color: #b92505; }

.btn-gnv {
  color: #111;
  background-color: #acdc6e;
  border-color: #acdc6e; }
  .btn-gnv:hover {
    color: #111;
    background-color: #9ad54f;
    border-color: #94d245; }
  .btn-gnv:focus, .btn-gnv.focus {
    box-shadow: 0 0 0 3px rgba(172, 220, 110, 0.5); }
  .btn-gnv.disabled, .btn-gnv:disabled {
    background-color: #acdc6e;
    border-color: #acdc6e; }
  .btn-gnv:active, .btn-gnv.active,
  .show > .btn-gnv.dropdown-toggle {
    background-color: #9ad54f;
    background-image: none;
    border-color: #94d245; }

.btn-white {
  color: #111;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #111;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    background-color: #fff;
    border-color: #fff; }
  .btn-white:active, .btn-white.active,
  .show > .btn-white.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #e6e6e6; }

.btn-outline-primary {
  color: #e83e8c;
  background-color: transparent;
  background-image: none;
  border-color: #e83e8c; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(232, 62, 140, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #e83e8c;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }

.btn-outline-secondary {
  color: #f6f7f9;
  background-color: transparent;
  background-image: none;
  border-color: #f6f7f9; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #f6f7f9;
    border-color: #f6f7f9; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(246, 247, 249, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f6f7f9;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f6f7f9;
    border-color: #f6f7f9; }

.btn-outline-success {
  color: #4dbd74;
  background-color: transparent;
  background-image: none;
  border-color: #4dbd74; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(77, 189, 116, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #4dbd74;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74; }

.btn-outline-info {
  color: #71cbf4;
  background-color: transparent;
  background-image: none;
  border-color: #71cbf4; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #71cbf4;
    border-color: #71cbf4; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(113, 203, 244, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #71cbf4;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #71cbf4;
    border-color: #71cbf4; }

.btn-outline-warning {
  color: #e67e22;
  background-color: transparent;
  background-image: none;
  border-color: #e67e22; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #e67e22;
    border-color: #e67e22; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #e67e22;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #e67e22;
    border-color: #e67e22; }

.btn-outline-danger {
  color: #f86c6b;
  background-color: transparent;
  background-image: none;
  border-color: #f86c6b; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(248, 108, 107, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f86c6b;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b; }

.btn-outline-light {
  color: #f6f7f9;
  background-color: transparent;
  background-image: none;
  border-color: #f6f7f9; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #f6f7f9;
    border-color: #f6f7f9; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(246, 247, 249, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f6f7f9;
    background-color: transparent; }
  .btn-outline-light:active, .btn-outline-light.active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f6f7f9;
    border-color: #f6f7f9; }

.btn-outline-dark {
  color: #888;
  background-color: transparent;
  background-image: none;
  border-color: #888; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #888;
    border-color: #888; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(136, 136, 136, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #888;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #888;
    border-color: #888; }

.btn-outline-gazole {
  color: #f1c40f;
  background-color: transparent;
  background-image: none;
  border-color: #f1c40f; }
  .btn-outline-gazole:hover {
    color: #fff;
    background-color: #f1c40f;
    border-color: #f1c40f; }
  .btn-outline-gazole:focus, .btn-outline-gazole.focus {
    box-shadow: 0 0 0 3px rgba(241, 196, 15, 0.5); }
  .btn-outline-gazole.disabled, .btn-outline-gazole:disabled {
    color: #f1c40f;
    background-color: transparent; }
  .btn-outline-gazole:active, .btn-outline-gazole.active,
  .show > .btn-outline-gazole.dropdown-toggle {
    color: #fff;
    background-color: #f1c40f;
    border-color: #f1c40f; }

.btn-outline-sp95 {
  color: #2ecc71;
  background-color: transparent;
  background-image: none;
  border-color: #2ecc71; }
  .btn-outline-sp95:hover {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71; }
  .btn-outline-sp95:focus, .btn-outline-sp95.focus {
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.5); }
  .btn-outline-sp95.disabled, .btn-outline-sp95:disabled {
    color: #2ecc71;
    background-color: transparent; }
  .btn-outline-sp95:active, .btn-outline-sp95.active,
  .show > .btn-outline-sp95.dropdown-toggle {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71; }

.btn-outline-gnr {
  color: #eb2f06;
  background-color: transparent;
  background-image: none;
  border-color: #eb2f06; }
  .btn-outline-gnr:hover {
    color: #fff;
    background-color: #eb2f06;
    border-color: #eb2f06; }
  .btn-outline-gnr:focus, .btn-outline-gnr.focus {
    box-shadow: 0 0 0 3px rgba(235, 47, 6, 0.5); }
  .btn-outline-gnr.disabled, .btn-outline-gnr:disabled {
    color: #eb2f06;
    background-color: transparent; }
  .btn-outline-gnr:active, .btn-outline-gnr.active,
  .show > .btn-outline-gnr.dropdown-toggle {
    color: #fff;
    background-color: #eb2f06;
    border-color: #eb2f06; }

.btn-outline-gnv {
  color: #acdc6e;
  background-color: transparent;
  background-image: none;
  border-color: #acdc6e; }
  .btn-outline-gnv:hover {
    color: #fff;
    background-color: #acdc6e;
    border-color: #acdc6e; }
  .btn-outline-gnv:focus, .btn-outline-gnv.focus {
    box-shadow: 0 0 0 3px rgba(172, 220, 110, 0.5); }
  .btn-outline-gnv.disabled, .btn-outline-gnv:disabled {
    color: #acdc6e;
    background-color: transparent; }
  .btn-outline-gnv:active, .btn-outline-gnv.active,
  .show > .btn-outline-gnv.dropdown-toggle {
    color: #fff;
    background-color: #acdc6e;
    border-color: #acdc6e; }

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:active, .btn-outline-white.active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }

.btn-link {
  font-weight: normal;
  color: #e83e8c;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #c21766;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #536c79; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #23395b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c2cfd6;
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f0f3f5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #23395b;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #71cbf4;
    text-decoration: none;
    background-color: #fff; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e83e8c; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #536c79;
    background-color: transparent; }

.show > a {
  outline: 0; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #536c79;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
    margin-bottom: 0; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.70312rem;
  padding-left: 0.70312rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  color: #23395b;
  text-align: center;
  background-color: #f0f3f5;
  border: 1px solid #c2cfd6;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #e83e8c; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #f6f7f9, 0 0 0 3px #e83e8c; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #fbddeb; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #c2cfd6; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #536c79; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #e83e8c;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.96875rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #23395b;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #c2cfd6;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #f6b0d0;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #23395b;
      background-color: #fff; }
  .custom-select:disabled {
    color: #536c79;
    background-color: #c2cfd6; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.3125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #3e515b;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #c2cfd6;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #3e515b;
    background-color: #c2cfd6;
    border: 1px solid #c2cfd6;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link, .navbar .dropdown-toggle {
  display: block;
  padding: 0.975rem 0.975rem; }
  .nav-link:focus, .navbar .dropdown-toggle:focus, .nav-link:hover, .navbar .dropdown-toggle:hover {
    text-decoration: none; }
  .nav-link.disabled, .navbar .disabled.dropdown-toggle {
    color: #536c79; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .navbar .dropdown-toggle:focus, .navbar .nav-tabs .dropdown-toggle:focus, .nav-tabs .nav-link:hover, .nav-tabs .navbar .dropdown-toggle:hover, .navbar .nav-tabs .dropdown-toggle:hover {
      border-color: #c2cfd6 #c2cfd6 #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .navbar .disabled.dropdown-toggle, .navbar .nav-tabs .disabled.dropdown-toggle {
      color: #536c79;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle,
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-item.show .navbar .dropdown-toggle,
  .navbar .nav-tabs .nav-item.show .dropdown-toggle {
    color: #3e515b;
    background-color: #f6f7f9;
    border-color: #ddd #ddd #f6f7f9; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link, .nav-pills .navbar .dropdown-toggle, .navbar .nav-pills .dropdown-toggle {
  border-radius: 0.25rem; }
  .nav-pills .nav-link.active, .nav-pills .navbar .active.dropdown-toggle, .navbar .nav-pills .active.dropdown-toggle,
  .show > .nav-pills .nav-link,
  .show > .nav-pills .navbar .dropdown-toggle,
  .navbar .show > .nav-pills .dropdown-toggle {
    color: #fff;
    background-color: #e83e8c; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.69375rem;
  padding-bottom: 0.69375rem;
  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: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.975rem;
  padding-bottom: 0.975rem; }

.navbar-collapse {
  flex-basis: 100%;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.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: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-sm .navbar-nav .dropdown-toggle {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-md .navbar-nav .dropdown-toggle {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-lg .navbar-nav .dropdown-toggle {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-xl .navbar-nav .dropdown-toggle {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand .navbar-nav .dropdown-toggle {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-light .navbar-nav .dropdown-toggle {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-light .navbar-nav .dropdown-toggle:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-light .navbar-nav .dropdown-toggle:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .navbar .disabled.dropdown-toggle, .navbar .navbar-light .navbar-nav .disabled.dropdown-toggle {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .navbar .show > .dropdown-toggle, .navbar .navbar-light .navbar-nav .show > .dropdown-toggle,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-light .navbar-nav .active > .dropdown-toggle,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-light .navbar-nav .show.dropdown-toggle,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-light .navbar-nav .active.dropdown-toggle {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-dark .navbar-nav .dropdown-toggle {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-dark .navbar-nav .dropdown-toggle:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-dark .navbar-nav .dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .navbar .disabled.dropdown-toggle, .navbar .navbar-dark .navbar-nav .disabled.dropdown-toggle {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .navbar .show > .dropdown-toggle, .navbar .navbar-dark .navbar-nav .show > .dropdown-toggle,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active > .dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .show.dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active.dropdown-toggle {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c2cfd6;
  border-radius: 0.25rem; }

.card-body, .card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 100px; }

.card-subtitle {
  margin-top: -50px;
  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 > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 100px 1.25rem;
  margin-bottom: 0;
  background-color: #f0f3f5;
  border-bottom: 1px solid #c2cfd6; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 100px 1.25rem;
  background-color: #f0f3f5;
  border-top: 1px solid #c2cfd6; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -100px;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0%; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 100px; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #536c79;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #536c79; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link, .pagination-datatables li:first-child .page-link, .pagination li:first-child .page-link, .page-item:first-child .pagination-datatables li a, .pagination-datatables li .page-item:first-child a, .pagination-datatables li:first-child a, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a, .pagination li:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link, .pagination-datatables li:last-child .page-link, .pagination li:last-child .page-link, .page-item:last-child .pagination-datatables li a, .pagination-datatables li .page-item:last-child a, .pagination-datatables li:last-child a, .page-item:last-child .pagination li a, .pagination li .page-item:last-child a, .pagination li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link, .pagination-datatables li.active .page-link, .pagination li.active .page-link, .page-item.active .pagination-datatables li a, .pagination-datatables li .page-item.active a, .pagination-datatables li.active a, .page-item.active .pagination li a, .pagination li .page-item.active a, .pagination li.active a {
  z-index: 2;
  color: #fff;
  background-color: #23395b;
  border-color: #23395b; }

.page-item.disabled .page-link, .pagination-datatables li.disabled .page-link, .pagination li.disabled .page-link, .page-item.disabled .pagination-datatables li a, .pagination-datatables li .page-item.disabled a, .pagination-datatables li.disabled a, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a, .pagination li.disabled a {
  color: #536c79;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link, .pagination-datatables li a, .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e83e8c;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .pagination-datatables li a:focus, .pagination li a:focus, .page-link:hover, .pagination-datatables li a:hover, .pagination li a:hover {
    color: #c21766;
    text-decoration: none;
    background-color: #c2cfd6;
    border-color: #ddd; }

.pagination-lg .page-link, .pagination-lg .pagination-datatables li a, .pagination-datatables li .pagination-lg a, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .pagination-datatables li:first-child .page-link, .pagination-datatables .pagination-lg li:first-child .page-link, .pagination-lg .pagination li:first-child .page-link, .pagination .pagination-lg li:first-child .page-link, .pagination-lg .page-item:first-child .pagination-datatables li a, .pagination-datatables li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-datatables li:first-child a, .pagination-datatables .pagination-lg li:first-child a, .pagination-lg .pagination .pagination-datatables li:first-child a, .pagination-datatables .pagination .pagination-lg li:first-child a, .pagination-lg .page-item:first-child .pagination li a, .pagination li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-datatables .pagination li:first-child a, .pagination .pagination-lg .pagination-datatables li:first-child a, .pagination-datatables .pagination-lg .pagination li:first-child a, .pagination .pagination-datatables .pagination-lg li:first-child a, .pagination-lg .pagination li:first-child a, .pagination .pagination-lg li:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .pagination-datatables li:last-child .page-link, .pagination-datatables .pagination-lg li:last-child .page-link, .pagination-lg .pagination li:last-child .page-link, .pagination .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child .pagination-datatables li a, .pagination-datatables li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-datatables li:last-child a, .pagination-datatables .pagination-lg li:last-child a, .pagination-lg .pagination .pagination-datatables li:last-child a, .pagination-datatables .pagination .pagination-lg li:last-child a, .pagination-lg .page-item:last-child .pagination li a, .pagination li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-datatables .pagination li:last-child a, .pagination .pagination-lg .pagination-datatables li:last-child a, .pagination-datatables .pagination-lg .pagination li:last-child a, .pagination .pagination-datatables .pagination-lg li:last-child a, .pagination-lg .pagination li:last-child a, .pagination .pagination-lg li:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link, .pagination-sm .pagination-datatables li a, .pagination-datatables li .pagination-sm a, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link, .pagination-sm .pagination-datatables li:first-child .page-link, .pagination-datatables .pagination-sm li:first-child .page-link, .pagination-sm .pagination li:first-child .page-link, .pagination .pagination-sm li:first-child .page-link, .pagination-sm .page-item:first-child .pagination-datatables li a, .pagination-datatables li .pagination-sm .page-item:first-child a, .pagination-sm .pagination-datatables li:first-child a, .pagination-datatables .pagination-sm li:first-child a, .pagination-sm .pagination .pagination-datatables li:first-child a, .pagination-datatables .pagination .pagination-sm li:first-child a, .pagination-sm .page-item:first-child .pagination li a, .pagination li .pagination-sm .page-item:first-child a, .pagination-sm .pagination-datatables .pagination li:first-child a, .pagination .pagination-sm .pagination-datatables li:first-child a, .pagination-datatables .pagination-sm .pagination li:first-child a, .pagination .pagination-datatables .pagination-sm li:first-child a, .pagination-sm .pagination li:first-child a, .pagination .pagination-sm li:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .pagination-datatables li:last-child .page-link, .pagination-datatables .pagination-sm li:last-child .page-link, .pagination-sm .pagination li:last-child .page-link, .pagination .pagination-sm li:last-child .page-link, .pagination-sm .page-item:last-child .pagination-datatables li a, .pagination-datatables li .pagination-sm .page-item:last-child a, .pagination-sm .pagination-datatables li:last-child a, .pagination-datatables .pagination-sm li:last-child a, .pagination-sm .pagination .pagination-datatables li:last-child a, .pagination-datatables .pagination .pagination-sm li:last-child a, .pagination-sm .page-item:last-child .pagination li a, .pagination li .pagination-sm .page-item:last-child a, .pagination-sm .pagination-datatables .pagination li:last-child a, .pagination .pagination-sm .pagination-datatables li:last-child a, .pagination-datatables .pagination-sm .pagination li:last-child a, .pagination .pagination-datatables .pagination-sm li:last-child a, .pagination-sm .pagination li:last-child a, .pagination .pagination-sm li:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #e83e8c; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d91a72; }

.badge-secondary {
  color: #111;
  background-color: #f6f7f9; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d7dce5; }

.badge-success {
  color: #fff;
  background-color: #4dbd74; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3a9d5d; }

.badge-info {
  color: #111;
  background-color: #71cbf4; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #42baf0; }

.badge-warning {
  color: #fff;
  background-color: #e67e22; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bf6516; }

.badge-danger {
  color: #fff;
  background-color: #f86c6b; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f63c3a; }

.badge-light {
  color: #111;
  background-color: #f6f7f9; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d7dce5; }

.badge-dark {
  color: #fff;
  background-color: #888; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6f6f6f; }

.badge-gazole {
  color: #111;
  background-color: #f1c40f; }
  .badge-gazole[href]:focus, .badge-gazole[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #c29d0b; }

.badge-sp95 {
  color: #fff;
  background-color: #2ecc71; }
  .badge-sp95[href]:focus, .badge-sp95[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #25a25a; }

.badge-gnr {
  color: #fff;
  background-color: #eb2f06; }
  .badge-gnr[href]:focus, .badge-gnr[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b92505; }

.badge-gnv {
  color: #111;
  background-color: #acdc6e; }
  .badge-gnv[href]:focus, .badge-gnv[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #94d245; }

.badge-white {
  color: #111;
  background-color: #fff; }
  .badge-white[href]:focus, .badge-white[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #e6e6e6; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #c2cfd6;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #792049;
  background-color: #fad8e8;
  border-color: #f9c9df; }
  .alert-primary hr {
    border-top-color: #f6b2d1; }
  .alert-primary .alert-link {
    color: #511531; }

.alert-secondary {
  color: #808081;
  background-color: #fdfdfe;
  border-color: #fcfdfd; }
  .alert-secondary hr {
    border-top-color: #edf3f3; }
  .alert-secondary .alert-link {
    color: #676767; }

.alert-success {
  color: #28623c;
  background-color: #dbf2e3;
  border-color: #cdedd8; }
  .alert-success hr {
    border-top-color: #bae6c9; }
  .alert-success .alert-link {
    color: #193e26; }

.alert-info {
  color: #3b6a7f;
  background-color: #e3f5fd;
  border-color: #d7f0fc; }
  .alert-info hr {
    border-top-color: #bfe7fa; }
  .alert-info .alert-link {
    color: #2b4d5c; }

.alert-warning {
  color: #784212;
  background-color: #fae5d3;
  border-color: #f8dbc1; }
  .alert-warning hr {
    border-top-color: #f5ceaa; }
  .alert-warning .alert-link {
    color: #4c2a0b; }

.alert-danger {
  color: #813838;
  background-color: #fee2e1;
  border-color: #fdd6d6; }
  .alert-danger hr {
    border-top-color: #fcbebe; }
  .alert-danger .alert-link {
    color: #5d2929; }

.alert-light {
  color: #808081;
  background-color: #fdfdfe;
  border-color: #fcfdfd; }
  .alert-light hr {
    border-top-color: #edf3f3; }
  .alert-light .alert-link {
    color: #676767; }

.alert-dark {
  color: #474747;
  background-color: #e7e7e7;
  border-color: #dedede; }
  .alert-dark hr {
    border-top-color: #d1d1d1; }
  .alert-dark .alert-link {
    color: #2e2e2e; }

.alert-gazole {
  color: #7d6608;
  background-color: #fcf3cf;
  border-color: #fbeebc; }
  .alert-gazole hr {
    border-top-color: #fae8a4; }
  .alert-gazole .alert-link {
    color: #4d3f05; }

.alert-sp95 {
  color: #186a3b;
  background-color: #d5f5e3;
  border-color: #c4f1d7; }
  .alert-sp95 hr {
    border-top-color: #afecc9; }
  .alert-sp95 .alert-link {
    color: #0f4024; }

.alert-gnr {
  color: #7a1803;
  background-color: #fbd5cd;
  border-color: #f9c5b9; }
  .alert-gnr hr {
    border-top-color: #f7b2a2; }
  .alert-gnr .alert-link {
    color: #480e02; }

.alert-gnv {
  color: #597239;
  background-color: #eef8e2;
  border-color: #e8f5d6; }
  .alert-gnv hr {
    border-top-color: #ddf0c2; }
  .alert-gnv .alert-link {
    color: #3e5028; }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

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

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f0f3f5;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #e83e8c;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #3e515b;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #3e515b;
    text-decoration: none;
    background-color: #f0f3f5; }
  .list-group-item-action:active {
    color: #23395b;
    background-color: #c2cfd6; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #536c79;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #792049;
  background-color: #f9c9df; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #792049; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #792049;
    background-color: #f6b2d1; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #792049;
    border-color: #792049; }

.list-group-item-secondary {
  color: #808081;
  background-color: #fcfdfd; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #808081; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #808081;
    background-color: #edf3f3; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #808081;
    border-color: #808081; }

.list-group-item-success {
  color: #28623c;
  background-color: #cdedd8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #28623c; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #28623c;
    background-color: #bae6c9; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #28623c;
    border-color: #28623c; }

.list-group-item-info {
  color: #3b6a7f;
  background-color: #d7f0fc; }

a.list-group-item-info,
button.list-group-item-info {
  color: #3b6a7f; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #3b6a7f;
    background-color: #bfe7fa; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #3b6a7f;
    border-color: #3b6a7f; }

.list-group-item-warning {
  color: #784212;
  background-color: #f8dbc1; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #784212; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #784212;
    background-color: #f5ceaa; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #784212;
    border-color: #784212; }

.list-group-item-danger {
  color: #813838;
  background-color: #fdd6d6; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #813838; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #813838;
    background-color: #fcbebe; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #813838;
    border-color: #813838; }

.list-group-item-light {
  color: #808081;
  background-color: #fcfdfd; }

a.list-group-item-light,
button.list-group-item-light {
  color: #808081; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #808081;
    background-color: #edf3f3; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #808081;
    border-color: #808081; }

.list-group-item-dark {
  color: #474747;
  background-color: #dedede; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #474747; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #474747;
    background-color: #d1d1d1; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: #474747;
    border-color: #474747; }

.list-group-item-gazole {
  color: #7d6608;
  background-color: #fbeebc; }

a.list-group-item-gazole,
button.list-group-item-gazole {
  color: #7d6608; }
  a.list-group-item-gazole:focus, a.list-group-item-gazole:hover,
  button.list-group-item-gazole:focus,
  button.list-group-item-gazole:hover {
    color: #7d6608;
    background-color: #fae8a4; }
  a.list-group-item-gazole.active,
  button.list-group-item-gazole.active {
    color: #fff;
    background-color: #7d6608;
    border-color: #7d6608; }

.list-group-item-sp95 {
  color: #186a3b;
  background-color: #c4f1d7; }

a.list-group-item-sp95,
button.list-group-item-sp95 {
  color: #186a3b; }
  a.list-group-item-sp95:focus, a.list-group-item-sp95:hover,
  button.list-group-item-sp95:focus,
  button.list-group-item-sp95:hover {
    color: #186a3b;
    background-color: #afecc9; }
  a.list-group-item-sp95.active,
  button.list-group-item-sp95.active {
    color: #fff;
    background-color: #186a3b;
    border-color: #186a3b; }

.list-group-item-gnr {
  color: #7a1803;
  background-color: #f9c5b9; }

a.list-group-item-gnr,
button.list-group-item-gnr {
  color: #7a1803; }
  a.list-group-item-gnr:focus, a.list-group-item-gnr:hover,
  button.list-group-item-gnr:focus,
  button.list-group-item-gnr:hover {
    color: #7a1803;
    background-color: #f7b2a2; }
  a.list-group-item-gnr.active,
  button.list-group-item-gnr.active {
    color: #fff;
    background-color: #7a1803;
    border-color: #7a1803; }

.list-group-item-gnv {
  color: #597239;
  background-color: #e8f5d6; }

a.list-group-item-gnv,
button.list-group-item-gnv {
  color: #597239; }
  a.list-group-item-gnv:focus, a.list-group-item-gnv:hover,
  button.list-group-item-gnv:focus,
  button.list-group-item-gnv:hover {
    color: #597239;
    background-color: #ddf0c2; }
  a.list-group-item-gnv.active,
  button.list-group-item-gnv.active {
    color: #fff;
    background-color: #597239;
    border-color: #597239; }

.list-group-item-white {
  color: #858585;
  background-color: white; }

a.list-group-item-white,
button.list-group-item-white {
  color: #858585; }
  a.list-group-item-white:focus, a.list-group-item-white:hover,
  button.list-group-item-white:focus,
  button.list-group-item-white:hover {
    color: #858585;
    background-color: #f2f2f2; }
  a.list-group-item-white.active,
  button.list-group-item-white.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #c2cfd6; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #c2cfd6; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 11px; }
  .popover .arrow::after {
    content: "";
    border-width: 11px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -11px;
      margin-left: -6px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: -10px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -8px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: -10px;
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -7px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: -10px;
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -8px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: -10px;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 9px 14px;
  color: #23395b; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #e83e8c !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #d91a72 !important; }

.bg-secondary {
  background-color: #f6f7f9 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #d7dce5 !important; }

.bg-success {
  background-color: #4dbd74 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9d5d !important; }

.bg-info {
  background-color: #71cbf4 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #42baf0 !important; }

.bg-warning {
  background-color: #e67e22 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #bf6516 !important; }

.bg-danger {
  background-color: #f86c6b !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #f63c3a !important; }

.bg-light {
  background-color: #f6f7f9 !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #d7dce5 !important; }

.bg-dark {
  background-color: #888 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #6f6f6f !important; }

.bg-gazole {
  background-color: #f1c40f !important; }

a.bg-gazole:focus, a.bg-gazole:hover {
  background-color: #c29d0b !important; }

.bg-sp95 {
  background-color: #2ecc71 !important; }

a.bg-sp95:focus, a.bg-sp95:hover {
  background-color: #25a25a !important; }

.bg-gnr {
  background-color: #eb2f06 !important; }

a.bg-gnr:focus, a.bg-gnr:hover {
  background-color: #b92505 !important; }

.bg-gnv {
  background-color: #acdc6e !important; }

a.bg-gnv:focus, a.bg-gnv:hover {
  background-color: #94d245 !important; }

.bg-white {
  background-color: #fff !important; }

a.bg-white:focus, a.bg-white:hover {
  background-color: #e6e6e6 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #c2cfd6 !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: #e83e8c !important; }

.border-secondary {
  border-color: #f6f7f9 !important; }

.border-success {
  border-color: #4dbd74 !important; }

.border-info {
  border-color: #71cbf4 !important; }

.border-warning {
  border-color: #e67e22 !important; }

.border-danger {
  border-color: #f86c6b !important; }

.border-light {
  border-color: #f6f7f9 !important; }

.border-dark {
  border-color: #888 !important; }

.border-gazole {
  border-color: #f1c40f !important; }

.border-sp95 {
  border-color: #2ecc71 !important; }

.border-gnr {
  border-color: #eb2f06 !important; }

.border-gnv {
  border-color: #acdc6e !important; }

.border-white {
  border-color: #fff !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.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-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  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-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 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; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 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-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #e83e8c !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #d91a72 !important; }

.text-secondary {
  color: #f6f7f9 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #d7dce5 !important; }

.text-success {
  color: #4dbd74 !important; }

a.text-success:focus, a.text-success:hover {
  color: #3a9d5d !important; }

.text-info {
  color: #71cbf4 !important; }

a.text-info:focus, a.text-info:hover {
  color: #42baf0 !important; }

.text-warning {
  color: #e67e22 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #bf6516 !important; }

.text-danger {
  color: #f86c6b !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #f63c3a !important; }

.text-light {
  color: #f6f7f9 !important; }

a.text-light:focus, a.text-light:hover {
  color: #d7dce5 !important; }

.text-dark {
  color: #888 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #6f6f6f !important; }

.text-gazole {
  color: #f1c40f !important; }

a.text-gazole:focus, a.text-gazole:hover {
  color: #c29d0b !important; }

.text-sp95 {
  color: #2ecc71 !important; }

a.text-sp95:focus, a.text-sp95:hover {
  color: #25a25a !important; }

.text-gnr {
  color: #eb2f06 !important; }

a.text-gnr:focus, a.text-gnr:hover {
  color: #b92505 !important; }

.text-gnv {
  color: #acdc6e !important; }

a.text-gnv:focus, a.text-gnv:hover {
  color: #94d245 !important; }

.text-white {
  color: #fff !important; }

a.text-white:focus, a.text-white:hover {
  color: #e6e6e6 !important; }

.text-muted {
  color: #536c79 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-left: 0; }

.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 0.25rem;
  padding: 2px 8px 2px 28px;
  font-size: smaller;
  cursor: default; }

.chart-legend li span,
.bar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 0.25rem; }

.react-phone-number-input {
  /* This is done to stretch `.rrui__select__options` */
  /* to the full width of `.react-phone-number-input__phone` */
  position: relative;
  /* This is done to stretch the contents of this component */
  display: flex;
  align-items: center; }

/* The phone number input stretches to fill all empty space */
.react-phone-number-input__phone,
.react-phone-number-input__country.rrui__select--expanded {
  flex: 1; }

.react-phone-number-input__phone {
  font-size: inherit; }

.react-phone-number-input__country:not(.rrui__select--expanded) {
  margin-right: 0.5em; }

.react-phone-number-input__country .rrui__select__selected--autocomplete {
  width: 100%; }

.react-phone-number-input__country:not(.react-phone-number-input__country--native-expanded) .rrui__input {
  /* This is done to stretch `.rrui__select__options` */
  /* to the full width of `.react-phone-number-input__phone` */
  /* rather than to the full width of `.rrui__select` */
  /* because the `.rrui__select` is contracted */
  /* as soon as a user selects a country which caused */
  /* the `.rrui__select__options` to contract too */
  /* while the list collapse animation is still in progress. */
  /* The `position: relative` container is now `.react-phone-number-input`. */
  position: static; }

.react-phone-number-input .rrui__select__arrow {
  margin-top: 0.3em;
  margin-left: 0.3em; }

.react-phone-number-input .rrui__select__option {
  display: flex;
  align-items: center; }

.react-phone-number-input .rrui__select__option-icon {
  margin-bottom: 0.1em; }

.react-phone-number-input__icon {
  /* The flag icon size is 4x3 hence the exact `width` and `height` values */
  width: 1.24em;
  height: 0.93em;
  border: 1px solid #bfbfbf;
  /* Makes sure `width`x`height` is exactly `4x3` and `border` width is not included in it */
  box-sizing: content-box; }

.react-phone-number-input__icon--international {
  /* The international icon size is square */
  /* and also has no border hence the `2 * 1px` `width` and `height` compensation */
  width: calc(0.93em + 2px);
  height: calc(0.93em + 2px);
  /* The international icon size is square hence the exact `padding` value */
  /* for precise alignment with `4x3` sized country flags. */
  padding-left: 0.155em;
  padding-right: 0.155em;
  border: none; }

/*===========================================================
= Input                                                     =
===========================================================*/
.rrui__input {
  /* `position: relative` is for the floating label absolute positioning
     and also for `.rrui__select__options width` sizing */
  position: relative;
  border: 0;
  color: #23395b; }

/* For native `<select/>` in Safari */
.rrui__select__native {
  min-height: calc(0.3rem * 6); }

/*===========================================================
= Input field                                               =
===========================================================*/
.rrui__input-field {
  outline: none; }

/*===========================================================
= Buttons                                                   =
===========================================================*/
/* Reset the default `<button/>` styles */
.rrui__select__selected,
.rrui__select__option {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  outline: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

/*===========================================================
= Select                                                    =
===========================================================*/
.rrui__expandable {
  opacity: 0;
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: 50% top 0px;
  /* 250ms - too slow for short lists */
  transition: all 150ms cubic-bezier(0.76, 0.04, 0.46, 0.75) 0ms;
  /* prevent white background showing through the transparent border */
  /* http://stackoverflow.com/questions/7473200/transparent-border-expands-background-color-image */
  background-clip: padding-box;
  -webkit-background-clip: padding-box; }

.rrui__expandable--expanded {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1);
  transform-origin: 50% top 0px;
  transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.rrui__expandable--overlay {
  position: absolute;
  z-index: 1; }

.rrui__expandable__content {
  /*
  The inner block's `opacity` is animated too
  (it fades in and out by itself too).
  This is done to fade out the inner block when the dropdown is collapsed
  therefore hiding an otherwise bizarre and unwanted visual clutter
  */
  opacity: 0;
  /* Mitigates inner content overlapping with itself creating a feeling of a mess */
  transition: opacity 150ms ease-out; }

.rrui__expandable__content--expanded {
  opacity: 1; }

.rrui__shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.rrui__select {
  user-select: none; }

.rrui__select--menu {
  position: relative; }

.rrui__select__options {
  margin: 0;
  padding-left: 0;
  padding-top: calc(2 * 0.3rem);
  padding-bottom: calc(2 * 0.3rem);
  overflow-y: auto;
  background-color: white;
  list-style-type: none;
  overflow-x: hidden;
  box-sizing: border-box; }

.rrui__expandable--left-aligned {
  left: 0; }

.rrui__expandable--right-aligned {
  right: 0; }

.rrui__select__options--left-aligned {
  left: calc(0.3rem * 4 * -1); }

.rrui__select__options--right-aligned {
  right: calc(0.3rem * 4 * -1); }

.rrui__select__options:not(.rrui__select__options--menu) {
  width: calc(100% + 0.3rem * 4 * 2); }

.rrui__select__options--downward {
  /* When an html page is overflown by a long list
     then this bottom margin helps to see that
     there's no more options left out being clipped or something */
  margin-bottom: 1em; }

.rrui__select__options--upward {
  bottom: 100%;
  /* When an html page is overflown by a long list
     then this bottom margin helps to see that
     there's no more options left out being clipped or something */
  margin-top: 1em; }

.rrui__select__option {
  display: block;
  width: 100%;
  padding-left: calc(0.3rem * 4);
  padding-right: calc(0.3rem * 4);
  padding-top: calc(0.3rem * 1);
  padding-bottom: calc(0.3rem * 1);
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap; }

.rrui__select__option:hover {
  background-color: #FBFDFD; }

.rrui__select__selected--disabled,
.rrui__select__option--disabled {
  cursor: default; }

.rrui__select__option-icon {
  margin-right: calc(0.3rem * 3); }

.rrui__select__options--upward {
  transform-origin: 50% bottom 0px; }

.rrui__select__option--focused {
  background-color: #ECF1F6; }

.rrui__select__option--focused:hover {
  background-color: #EFF3F8; }

.rrui__select__option:active {
  background-color: #3678D1;
  color: white; }

.rrui__select__option-icon {
  margin-right: 0.5em; }

.rrui__select__toggler,
.rrui__select__selected {
  height: 100%;
  box-sizing: border-box; }

.rrui__select__selected {
  transition: border 0.1s;
  /* Because Chrome adds `text-align: center` for all buttons */
  text-align: left; }

.rrui__select__selected:active {
  color: #3678D1; }

.rrui__select__selected--expanded {
  color: #3678D1; }

.rrui__select__selected--nothing,
.rrui__select--expanded .rrui__select__selected--nothing {
  color: #888C91; }

.rrui__select__selected,
.rrui__select__option {
  color: inherit; }

/* Not introducing an animation on `.rrui__select__option`
   because it would introduce a little clutter due to
   focused option animation in autocomplete mode */
.rrui__select__selected {
  transition: background-color 30ms ease-out, color 30ms ease-out;
  -webkit-transition: background-color 30ms ease-out, color 30ms ease-out; }

.rrui__select__selected-content {
  display: flex;
  align-items: center; }

.rrui__select__selected-label {
  flex: 1 0 auto;
  overflow: hidden;
  text-overflow: ellipsis; }

.rrui__select__arrow {
  width: 0;
  height: 0;
  margin-left: 0.35em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  opacity: 0.7;
  transition: opacity 100ms ease-out;
  /* border-width: arrow_height arrow_width/2 0 arrow_width/2 */
  border-width: 0.35em 0.2em 0 0.2em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #B8BDC4; }

.rrui__select__arrow--expanded {
  opacity: 0.3; }

.rrui__select__native-expanded {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer; }

.background-cover-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.background-cover-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }

.background-cover-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left; }

.background-cover-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }

.background-cover-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }

.background-contain {
  background-size: contain;
  background-repeat: no-repeat; }

.background-contain-center {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.btn-xs {
  padding: 0.35rem 0.6rem;
  font-size: 0.675rem;
  line-height: 1.1;
  border-radius: 0.25rem; }

.btn {
  text-transform: uppercase; }

.marg--100 {
  margin: -100px !important; }

.marg--100-important {
  margin: -100px !important; }

.marg-t--100 {
  margin-top: -100px !important; }

.marg-l--100 {
  margin-left: -100px !important; }

.marg-r--100 {
  margin-right: -100px !important; }

.marg-b--100 {
  margin-bottom: -100px !important; }

.pad--100 {
  padding: -100px !important; }

.pad--100-important {
  padding: -100px !important; }

.pad-t--100 {
  padding-top: -100px !important; }

.pad-l--100 {
  padding-left: -100px !important; }

.pad-r--100 {
  padding-right: -100px !important; }

.pad-b--100 {
  padding-bottom: -100px !important; }

.top--100 {
  top: -100px; }

.topp--100 {
  top: -100%; }

.right--100 {
  right: -100px; }

.rightp--100 {
  right: -100%; }

.left--100 {
  left: -100px; }

.leftp--100 {
  left: -100%; }

.bottom--100 {
  bottom: -100px; }

.bottomp--100 {
  bottom: -100%; }

.marg--99 {
  margin: -99px !important; }

.marg--99-important {
  margin: -99px !important; }

.marg-t--99 {
  margin-top: -99px !important; }

.marg-l--99 {
  margin-left: -99px !important; }

.marg-r--99 {
  margin-right: -99px !important; }

.marg-b--99 {
  margin-bottom: -99px !important; }

.pad--99 {
  padding: -99px !important; }

.pad--99-important {
  padding: -99px !important; }

.pad-t--99 {
  padding-top: -99px !important; }

.pad-l--99 {
  padding-left: -99px !important; }

.pad-r--99 {
  padding-right: -99px !important; }

.pad-b--99 {
  padding-bottom: -99px !important; }

.top--99 {
  top: -99px; }

.topp--99 {
  top: -99%; }

.right--99 {
  right: -99px; }

.rightp--99 {
  right: -99%; }

.left--99 {
  left: -99px; }

.leftp--99 {
  left: -99%; }

.bottom--99 {
  bottom: -99px; }

.bottomp--99 {
  bottom: -99%; }

.marg--98 {
  margin: -98px !important; }

.marg--98-important {
  margin: -98px !important; }

.marg-t--98 {
  margin-top: -98px !important; }

.marg-l--98 {
  margin-left: -98px !important; }

.marg-r--98 {
  margin-right: -98px !important; }

.marg-b--98 {
  margin-bottom: -98px !important; }

.pad--98 {
  padding: -98px !important; }

.pad--98-important {
  padding: -98px !important; }

.pad-t--98 {
  padding-top: -98px !important; }

.pad-l--98 {
  padding-left: -98px !important; }

.pad-r--98 {
  padding-right: -98px !important; }

.pad-b--98 {
  padding-bottom: -98px !important; }

.top--98 {
  top: -98px; }

.topp--98 {
  top: -98%; }

.right--98 {
  right: -98px; }

.rightp--98 {
  right: -98%; }

.left--98 {
  left: -98px; }

.leftp--98 {
  left: -98%; }

.bottom--98 {
  bottom: -98px; }

.bottomp--98 {
  bottom: -98%; }

.marg--97 {
  margin: -97px !important; }

.marg--97-important {
  margin: -97px !important; }

.marg-t--97 {
  margin-top: -97px !important; }

.marg-l--97 {
  margin-left: -97px !important; }

.marg-r--97 {
  margin-right: -97px !important; }

.marg-b--97 {
  margin-bottom: -97px !important; }

.pad--97 {
  padding: -97px !important; }

.pad--97-important {
  padding: -97px !important; }

.pad-t--97 {
  padding-top: -97px !important; }

.pad-l--97 {
  padding-left: -97px !important; }

.pad-r--97 {
  padding-right: -97px !important; }

.pad-b--97 {
  padding-bottom: -97px !important; }

.top--97 {
  top: -97px; }

.topp--97 {
  top: -97%; }

.right--97 {
  right: -97px; }

.rightp--97 {
  right: -97%; }

.left--97 {
  left: -97px; }

.leftp--97 {
  left: -97%; }

.bottom--97 {
  bottom: -97px; }

.bottomp--97 {
  bottom: -97%; }

.marg--96 {
  margin: -96px !important; }

.marg--96-important {
  margin: -96px !important; }

.marg-t--96 {
  margin-top: -96px !important; }

.marg-l--96 {
  margin-left: -96px !important; }

.marg-r--96 {
  margin-right: -96px !important; }

.marg-b--96 {
  margin-bottom: -96px !important; }

.pad--96 {
  padding: -96px !important; }

.pad--96-important {
  padding: -96px !important; }

.pad-t--96 {
  padding-top: -96px !important; }

.pad-l--96 {
  padding-left: -96px !important; }

.pad-r--96 {
  padding-right: -96px !important; }

.pad-b--96 {
  padding-bottom: -96px !important; }

.top--96 {
  top: -96px; }

.topp--96 {
  top: -96%; }

.right--96 {
  right: -96px; }

.rightp--96 {
  right: -96%; }

.left--96 {
  left: -96px; }

.leftp--96 {
  left: -96%; }

.bottom--96 {
  bottom: -96px; }

.bottomp--96 {
  bottom: -96%; }

.marg--95 {
  margin: -95px !important; }

.marg--95-important {
  margin: -95px !important; }

.marg-t--95 {
  margin-top: -95px !important; }

.marg-l--95 {
  margin-left: -95px !important; }

.marg-r--95 {
  margin-right: -95px !important; }

.marg-b--95 {
  margin-bottom: -95px !important; }

.pad--95 {
  padding: -95px !important; }

.pad--95-important {
  padding: -95px !important; }

.pad-t--95 {
  padding-top: -95px !important; }

.pad-l--95 {
  padding-left: -95px !important; }

.pad-r--95 {
  padding-right: -95px !important; }

.pad-b--95 {
  padding-bottom: -95px !important; }

.top--95 {
  top: -95px; }

.topp--95 {
  top: -95%; }

.right--95 {
  right: -95px; }

.rightp--95 {
  right: -95%; }

.left--95 {
  left: -95px; }

.leftp--95 {
  left: -95%; }

.bottom--95 {
  bottom: -95px; }

.bottomp--95 {
  bottom: -95%; }

.marg--94 {
  margin: -94px !important; }

.marg--94-important {
  margin: -94px !important; }

.marg-t--94 {
  margin-top: -94px !important; }

.marg-l--94 {
  margin-left: -94px !important; }

.marg-r--94 {
  margin-right: -94px !important; }

.marg-b--94 {
  margin-bottom: -94px !important; }

.pad--94 {
  padding: -94px !important; }

.pad--94-important {
  padding: -94px !important; }

.pad-t--94 {
  padding-top: -94px !important; }

.pad-l--94 {
  padding-left: -94px !important; }

.pad-r--94 {
  padding-right: -94px !important; }

.pad-b--94 {
  padding-bottom: -94px !important; }

.top--94 {
  top: -94px; }

.topp--94 {
  top: -94%; }

.right--94 {
  right: -94px; }

.rightp--94 {
  right: -94%; }

.left--94 {
  left: -94px; }

.leftp--94 {
  left: -94%; }

.bottom--94 {
  bottom: -94px; }

.bottomp--94 {
  bottom: -94%; }

.marg--93 {
  margin: -93px !important; }

.marg--93-important {
  margin: -93px !important; }

.marg-t--93 {
  margin-top: -93px !important; }

.marg-l--93 {
  margin-left: -93px !important; }

.marg-r--93 {
  margin-right: -93px !important; }

.marg-b--93 {
  margin-bottom: -93px !important; }

.pad--93 {
  padding: -93px !important; }

.pad--93-important {
  padding: -93px !important; }

.pad-t--93 {
  padding-top: -93px !important; }

.pad-l--93 {
  padding-left: -93px !important; }

.pad-r--93 {
  padding-right: -93px !important; }

.pad-b--93 {
  padding-bottom: -93px !important; }

.top--93 {
  top: -93px; }

.topp--93 {
  top: -93%; }

.right--93 {
  right: -93px; }

.rightp--93 {
  right: -93%; }

.left--93 {
  left: -93px; }

.leftp--93 {
  left: -93%; }

.bottom--93 {
  bottom: -93px; }

.bottomp--93 {
  bottom: -93%; }

.marg--92 {
  margin: -92px !important; }

.marg--92-important {
  margin: -92px !important; }

.marg-t--92 {
  margin-top: -92px !important; }

.marg-l--92 {
  margin-left: -92px !important; }

.marg-r--92 {
  margin-right: -92px !important; }

.marg-b--92 {
  margin-bottom: -92px !important; }

.pad--92 {
  padding: -92px !important; }

.pad--92-important {
  padding: -92px !important; }

.pad-t--92 {
  padding-top: -92px !important; }

.pad-l--92 {
  padding-left: -92px !important; }

.pad-r--92 {
  padding-right: -92px !important; }

.pad-b--92 {
  padding-bottom: -92px !important; }

.top--92 {
  top: -92px; }

.topp--92 {
  top: -92%; }

.right--92 {
  right: -92px; }

.rightp--92 {
  right: -92%; }

.left--92 {
  left: -92px; }

.leftp--92 {
  left: -92%; }

.bottom--92 {
  bottom: -92px; }

.bottomp--92 {
  bottom: -92%; }

.marg--91 {
  margin: -91px !important; }

.marg--91-important {
  margin: -91px !important; }

.marg-t--91 {
  margin-top: -91px !important; }

.marg-l--91 {
  margin-left: -91px !important; }

.marg-r--91 {
  margin-right: -91px !important; }

.marg-b--91 {
  margin-bottom: -91px !important; }

.pad--91 {
  padding: -91px !important; }

.pad--91-important {
  padding: -91px !important; }

.pad-t--91 {
  padding-top: -91px !important; }

.pad-l--91 {
  padding-left: -91px !important; }

.pad-r--91 {
  padding-right: -91px !important; }

.pad-b--91 {
  padding-bottom: -91px !important; }

.top--91 {
  top: -91px; }

.topp--91 {
  top: -91%; }

.right--91 {
  right: -91px; }

.rightp--91 {
  right: -91%; }

.left--91 {
  left: -91px; }

.leftp--91 {
  left: -91%; }

.bottom--91 {
  bottom: -91px; }

.bottomp--91 {
  bottom: -91%; }

.marg--90 {
  margin: -90px !important; }

.marg--90-important {
  margin: -90px !important; }

.marg-t--90 {
  margin-top: -90px !important; }

.marg-l--90 {
  margin-left: -90px !important; }

.marg-r--90 {
  margin-right: -90px !important; }

.marg-b--90 {
  margin-bottom: -90px !important; }

.pad--90 {
  padding: -90px !important; }

.pad--90-important {
  padding: -90px !important; }

.pad-t--90 {
  padding-top: -90px !important; }

.pad-l--90 {
  padding-left: -90px !important; }

.pad-r--90 {
  padding-right: -90px !important; }

.pad-b--90 {
  padding-bottom: -90px !important; }

.top--90 {
  top: -90px; }

.topp--90 {
  top: -90%; }

.right--90 {
  right: -90px; }

.rightp--90 {
  right: -90%; }

.left--90 {
  left: -90px; }

.leftp--90 {
  left: -90%; }

.bottom--90 {
  bottom: -90px; }

.bottomp--90 {
  bottom: -90%; }

.marg--89 {
  margin: -89px !important; }

.marg--89-important {
  margin: -89px !important; }

.marg-t--89 {
  margin-top: -89px !important; }

.marg-l--89 {
  margin-left: -89px !important; }

.marg-r--89 {
  margin-right: -89px !important; }

.marg-b--89 {
  margin-bottom: -89px !important; }

.pad--89 {
  padding: -89px !important; }

.pad--89-important {
  padding: -89px !important; }

.pad-t--89 {
  padding-top: -89px !important; }

.pad-l--89 {
  padding-left: -89px !important; }

.pad-r--89 {
  padding-right: -89px !important; }

.pad-b--89 {
  padding-bottom: -89px !important; }

.top--89 {
  top: -89px; }

.topp--89 {
  top: -89%; }

.right--89 {
  right: -89px; }

.rightp--89 {
  right: -89%; }

.left--89 {
  left: -89px; }

.leftp--89 {
  left: -89%; }

.bottom--89 {
  bottom: -89px; }

.bottomp--89 {
  bottom: -89%; }

.marg--88 {
  margin: -88px !important; }

.marg--88-important {
  margin: -88px !important; }

.marg-t--88 {
  margin-top: -88px !important; }

.marg-l--88 {
  margin-left: -88px !important; }

.marg-r--88 {
  margin-right: -88px !important; }

.marg-b--88 {
  margin-bottom: -88px !important; }

.pad--88 {
  padding: -88px !important; }

.pad--88-important {
  padding: -88px !important; }

.pad-t--88 {
  padding-top: -88px !important; }

.pad-l--88 {
  padding-left: -88px !important; }

.pad-r--88 {
  padding-right: -88px !important; }

.pad-b--88 {
  padding-bottom: -88px !important; }

.top--88 {
  top: -88px; }

.topp--88 {
  top: -88%; }

.right--88 {
  right: -88px; }

.rightp--88 {
  right: -88%; }

.left--88 {
  left: -88px; }

.leftp--88 {
  left: -88%; }

.bottom--88 {
  bottom: -88px; }

.bottomp--88 {
  bottom: -88%; }

.marg--87 {
  margin: -87px !important; }

.marg--87-important {
  margin: -87px !important; }

.marg-t--87 {
  margin-top: -87px !important; }

.marg-l--87 {
  margin-left: -87px !important; }

.marg-r--87 {
  margin-right: -87px !important; }

.marg-b--87 {
  margin-bottom: -87px !important; }

.pad--87 {
  padding: -87px !important; }

.pad--87-important {
  padding: -87px !important; }

.pad-t--87 {
  padding-top: -87px !important; }

.pad-l--87 {
  padding-left: -87px !important; }

.pad-r--87 {
  padding-right: -87px !important; }

.pad-b--87 {
  padding-bottom: -87px !important; }

.top--87 {
  top: -87px; }

.topp--87 {
  top: -87%; }

.right--87 {
  right: -87px; }

.rightp--87 {
  right: -87%; }

.left--87 {
  left: -87px; }

.leftp--87 {
  left: -87%; }

.bottom--87 {
  bottom: -87px; }

.bottomp--87 {
  bottom: -87%; }

.marg--86 {
  margin: -86px !important; }

.marg--86-important {
  margin: -86px !important; }

.marg-t--86 {
  margin-top: -86px !important; }

.marg-l--86 {
  margin-left: -86px !important; }

.marg-r--86 {
  margin-right: -86px !important; }

.marg-b--86 {
  margin-bottom: -86px !important; }

.pad--86 {
  padding: -86px !important; }

.pad--86-important {
  padding: -86px !important; }

.pad-t--86 {
  padding-top: -86px !important; }

.pad-l--86 {
  padding-left: -86px !important; }

.pad-r--86 {
  padding-right: -86px !important; }

.pad-b--86 {
  padding-bottom: -86px !important; }

.top--86 {
  top: -86px; }

.topp--86 {
  top: -86%; }

.right--86 {
  right: -86px; }

.rightp--86 {
  right: -86%; }

.left--86 {
  left: -86px; }

.leftp--86 {
  left: -86%; }

.bottom--86 {
  bottom: -86px; }

.bottomp--86 {
  bottom: -86%; }

.marg--85 {
  margin: -85px !important; }

.marg--85-important {
  margin: -85px !important; }

.marg-t--85 {
  margin-top: -85px !important; }

.marg-l--85 {
  margin-left: -85px !important; }

.marg-r--85 {
  margin-right: -85px !important; }

.marg-b--85 {
  margin-bottom: -85px !important; }

.pad--85 {
  padding: -85px !important; }

.pad--85-important {
  padding: -85px !important; }

.pad-t--85 {
  padding-top: -85px !important; }

.pad-l--85 {
  padding-left: -85px !important; }

.pad-r--85 {
  padding-right: -85px !important; }

.pad-b--85 {
  padding-bottom: -85px !important; }

.top--85 {
  top: -85px; }

.topp--85 {
  top: -85%; }

.right--85 {
  right: -85px; }

.rightp--85 {
  right: -85%; }

.left--85 {
  left: -85px; }

.leftp--85 {
  left: -85%; }

.bottom--85 {
  bottom: -85px; }

.bottomp--85 {
  bottom: -85%; }

.marg--84 {
  margin: -84px !important; }

.marg--84-important {
  margin: -84px !important; }

.marg-t--84 {
  margin-top: -84px !important; }

.marg-l--84 {
  margin-left: -84px !important; }

.marg-r--84 {
  margin-right: -84px !important; }

.marg-b--84 {
  margin-bottom: -84px !important; }

.pad--84 {
  padding: -84px !important; }

.pad--84-important {
  padding: -84px !important; }

.pad-t--84 {
  padding-top: -84px !important; }

.pad-l--84 {
  padding-left: -84px !important; }

.pad-r--84 {
  padding-right: -84px !important; }

.pad-b--84 {
  padding-bottom: -84px !important; }

.top--84 {
  top: -84px; }

.topp--84 {
  top: -84%; }

.right--84 {
  right: -84px; }

.rightp--84 {
  right: -84%; }

.left--84 {
  left: -84px; }

.leftp--84 {
  left: -84%; }

.bottom--84 {
  bottom: -84px; }

.bottomp--84 {
  bottom: -84%; }

.marg--83 {
  margin: -83px !important; }

.marg--83-important {
  margin: -83px !important; }

.marg-t--83 {
  margin-top: -83px !important; }

.marg-l--83 {
  margin-left: -83px !important; }

.marg-r--83 {
  margin-right: -83px !important; }

.marg-b--83 {
  margin-bottom: -83px !important; }

.pad--83 {
  padding: -83px !important; }

.pad--83-important {
  padding: -83px !important; }

.pad-t--83 {
  padding-top: -83px !important; }

.pad-l--83 {
  padding-left: -83px !important; }

.pad-r--83 {
  padding-right: -83px !important; }

.pad-b--83 {
  padding-bottom: -83px !important; }

.top--83 {
  top: -83px; }

.topp--83 {
  top: -83%; }

.right--83 {
  right: -83px; }

.rightp--83 {
  right: -83%; }

.left--83 {
  left: -83px; }

.leftp--83 {
  left: -83%; }

.bottom--83 {
  bottom: -83px; }

.bottomp--83 {
  bottom: -83%; }

.marg--82 {
  margin: -82px !important; }

.marg--82-important {
  margin: -82px !important; }

.marg-t--82 {
  margin-top: -82px !important; }

.marg-l--82 {
  margin-left: -82px !important; }

.marg-r--82 {
  margin-right: -82px !important; }

.marg-b--82 {
  margin-bottom: -82px !important; }

.pad--82 {
  padding: -82px !important; }

.pad--82-important {
  padding: -82px !important; }

.pad-t--82 {
  padding-top: -82px !important; }

.pad-l--82 {
  padding-left: -82px !important; }

.pad-r--82 {
  padding-right: -82px !important; }

.pad-b--82 {
  padding-bottom: -82px !important; }

.top--82 {
  top: -82px; }

.topp--82 {
  top: -82%; }

.right--82 {
  right: -82px; }

.rightp--82 {
  right: -82%; }

.left--82 {
  left: -82px; }

.leftp--82 {
  left: -82%; }

.bottom--82 {
  bottom: -82px; }

.bottomp--82 {
  bottom: -82%; }

.marg--81 {
  margin: -81px !important; }

.marg--81-important {
  margin: -81px !important; }

.marg-t--81 {
  margin-top: -81px !important; }

.marg-l--81 {
  margin-left: -81px !important; }

.marg-r--81 {
  margin-right: -81px !important; }

.marg-b--81 {
  margin-bottom: -81px !important; }

.pad--81 {
  padding: -81px !important; }

.pad--81-important {
  padding: -81px !important; }

.pad-t--81 {
  padding-top: -81px !important; }

.pad-l--81 {
  padding-left: -81px !important; }

.pad-r--81 {
  padding-right: -81px !important; }

.pad-b--81 {
  padding-bottom: -81px !important; }

.top--81 {
  top: -81px; }

.topp--81 {
  top: -81%; }

.right--81 {
  right: -81px; }

.rightp--81 {
  right: -81%; }

.left--81 {
  left: -81px; }

.leftp--81 {
  left: -81%; }

.bottom--81 {
  bottom: -81px; }

.bottomp--81 {
  bottom: -81%; }

.marg--80 {
  margin: -80px !important; }

.marg--80-important {
  margin: -80px !important; }

.marg-t--80 {
  margin-top: -80px !important; }

.marg-l--80 {
  margin-left: -80px !important; }

.marg-r--80 {
  margin-right: -80px !important; }

.marg-b--80 {
  margin-bottom: -80px !important; }

.pad--80 {
  padding: -80px !important; }

.pad--80-important {
  padding: -80px !important; }

.pad-t--80 {
  padding-top: -80px !important; }

.pad-l--80 {
  padding-left: -80px !important; }

.pad-r--80 {
  padding-right: -80px !important; }

.pad-b--80 {
  padding-bottom: -80px !important; }

.top--80 {
  top: -80px; }

.topp--80 {
  top: -80%; }

.right--80 {
  right: -80px; }

.rightp--80 {
  right: -80%; }

.left--80 {
  left: -80px; }

.leftp--80 {
  left: -80%; }

.bottom--80 {
  bottom: -80px; }

.bottomp--80 {
  bottom: -80%; }

.marg--79 {
  margin: -79px !important; }

.marg--79-important {
  margin: -79px !important; }

.marg-t--79 {
  margin-top: -79px !important; }

.marg-l--79 {
  margin-left: -79px !important; }

.marg-r--79 {
  margin-right: -79px !important; }

.marg-b--79 {
  margin-bottom: -79px !important; }

.pad--79 {
  padding: -79px !important; }

.pad--79-important {
  padding: -79px !important; }

.pad-t--79 {
  padding-top: -79px !important; }

.pad-l--79 {
  padding-left: -79px !important; }

.pad-r--79 {
  padding-right: -79px !important; }

.pad-b--79 {
  padding-bottom: -79px !important; }

.top--79 {
  top: -79px; }

.topp--79 {
  top: -79%; }

.right--79 {
  right: -79px; }

.rightp--79 {
  right: -79%; }

.left--79 {
  left: -79px; }

.leftp--79 {
  left: -79%; }

.bottom--79 {
  bottom: -79px; }

.bottomp--79 {
  bottom: -79%; }

.marg--78 {
  margin: -78px !important; }

.marg--78-important {
  margin: -78px !important; }

.marg-t--78 {
  margin-top: -78px !important; }

.marg-l--78 {
  margin-left: -78px !important; }

.marg-r--78 {
  margin-right: -78px !important; }

.marg-b--78 {
  margin-bottom: -78px !important; }

.pad--78 {
  padding: -78px !important; }

.pad--78-important {
  padding: -78px !important; }

.pad-t--78 {
  padding-top: -78px !important; }

.pad-l--78 {
  padding-left: -78px !important; }

.pad-r--78 {
  padding-right: -78px !important; }

.pad-b--78 {
  padding-bottom: -78px !important; }

.top--78 {
  top: -78px; }

.topp--78 {
  top: -78%; }

.right--78 {
  right: -78px; }

.rightp--78 {
  right: -78%; }

.left--78 {
  left: -78px; }

.leftp--78 {
  left: -78%; }

.bottom--78 {
  bottom: -78px; }

.bottomp--78 {
  bottom: -78%; }

.marg--77 {
  margin: -77px !important; }

.marg--77-important {
  margin: -77px !important; }

.marg-t--77 {
  margin-top: -77px !important; }

.marg-l--77 {
  margin-left: -77px !important; }

.marg-r--77 {
  margin-right: -77px !important; }

.marg-b--77 {
  margin-bottom: -77px !important; }

.pad--77 {
  padding: -77px !important; }

.pad--77-important {
  padding: -77px !important; }

.pad-t--77 {
  padding-top: -77px !important; }

.pad-l--77 {
  padding-left: -77px !important; }

.pad-r--77 {
  padding-right: -77px !important; }

.pad-b--77 {
  padding-bottom: -77px !important; }

.top--77 {
  top: -77px; }

.topp--77 {
  top: -77%; }

.right--77 {
  right: -77px; }

.rightp--77 {
  right: -77%; }

.left--77 {
  left: -77px; }

.leftp--77 {
  left: -77%; }

.bottom--77 {
  bottom: -77px; }

.bottomp--77 {
  bottom: -77%; }

.marg--76 {
  margin: -76px !important; }

.marg--76-important {
  margin: -76px !important; }

.marg-t--76 {
  margin-top: -76px !important; }

.marg-l--76 {
  margin-left: -76px !important; }

.marg-r--76 {
  margin-right: -76px !important; }

.marg-b--76 {
  margin-bottom: -76px !important; }

.pad--76 {
  padding: -76px !important; }

.pad--76-important {
  padding: -76px !important; }

.pad-t--76 {
  padding-top: -76px !important; }

.pad-l--76 {
  padding-left: -76px !important; }

.pad-r--76 {
  padding-right: -76px !important; }

.pad-b--76 {
  padding-bottom: -76px !important; }

.top--76 {
  top: -76px; }

.topp--76 {
  top: -76%; }

.right--76 {
  right: -76px; }

.rightp--76 {
  right: -76%; }

.left--76 {
  left: -76px; }

.leftp--76 {
  left: -76%; }

.bottom--76 {
  bottom: -76px; }

.bottomp--76 {
  bottom: -76%; }

.marg--75 {
  margin: -75px !important; }

.marg--75-important {
  margin: -75px !important; }

.marg-t--75 {
  margin-top: -75px !important; }

.marg-l--75 {
  margin-left: -75px !important; }

.marg-r--75 {
  margin-right: -75px !important; }

.marg-b--75 {
  margin-bottom: -75px !important; }

.pad--75 {
  padding: -75px !important; }

.pad--75-important {
  padding: -75px !important; }

.pad-t--75 {
  padding-top: -75px !important; }

.pad-l--75 {
  padding-left: -75px !important; }

.pad-r--75 {
  padding-right: -75px !important; }

.pad-b--75 {
  padding-bottom: -75px !important; }

.top--75 {
  top: -75px; }

.topp--75 {
  top: -75%; }

.right--75 {
  right: -75px; }

.rightp--75 {
  right: -75%; }

.left--75 {
  left: -75px; }

.leftp--75 {
  left: -75%; }

.bottom--75 {
  bottom: -75px; }

.bottomp--75 {
  bottom: -75%; }

.marg--74 {
  margin: -74px !important; }

.marg--74-important {
  margin: -74px !important; }

.marg-t--74 {
  margin-top: -74px !important; }

.marg-l--74 {
  margin-left: -74px !important; }

.marg-r--74 {
  margin-right: -74px !important; }

.marg-b--74 {
  margin-bottom: -74px !important; }

.pad--74 {
  padding: -74px !important; }

.pad--74-important {
  padding: -74px !important; }

.pad-t--74 {
  padding-top: -74px !important; }

.pad-l--74 {
  padding-left: -74px !important; }

.pad-r--74 {
  padding-right: -74px !important; }

.pad-b--74 {
  padding-bottom: -74px !important; }

.top--74 {
  top: -74px; }

.topp--74 {
  top: -74%; }

.right--74 {
  right: -74px; }

.rightp--74 {
  right: -74%; }

.left--74 {
  left: -74px; }

.leftp--74 {
  left: -74%; }

.bottom--74 {
  bottom: -74px; }

.bottomp--74 {
  bottom: -74%; }

.marg--73 {
  margin: -73px !important; }

.marg--73-important {
  margin: -73px !important; }

.marg-t--73 {
  margin-top: -73px !important; }

.marg-l--73 {
  margin-left: -73px !important; }

.marg-r--73 {
  margin-right: -73px !important; }

.marg-b--73 {
  margin-bottom: -73px !important; }

.pad--73 {
  padding: -73px !important; }

.pad--73-important {
  padding: -73px !important; }

.pad-t--73 {
  padding-top: -73px !important; }

.pad-l--73 {
  padding-left: -73px !important; }

.pad-r--73 {
  padding-right: -73px !important; }

.pad-b--73 {
  padding-bottom: -73px !important; }

.top--73 {
  top: -73px; }

.topp--73 {
  top: -73%; }

.right--73 {
  right: -73px; }

.rightp--73 {
  right: -73%; }

.left--73 {
  left: -73px; }

.leftp--73 {
  left: -73%; }

.bottom--73 {
  bottom: -73px; }

.bottomp--73 {
  bottom: -73%; }

.marg--72 {
  margin: -72px !important; }

.marg--72-important {
  margin: -72px !important; }

.marg-t--72 {
  margin-top: -72px !important; }

.marg-l--72 {
  margin-left: -72px !important; }

.marg-r--72 {
  margin-right: -72px !important; }

.marg-b--72 {
  margin-bottom: -72px !important; }

.pad--72 {
  padding: -72px !important; }

.pad--72-important {
  padding: -72px !important; }

.pad-t--72 {
  padding-top: -72px !important; }

.pad-l--72 {
  padding-left: -72px !important; }

.pad-r--72 {
  padding-right: -72px !important; }

.pad-b--72 {
  padding-bottom: -72px !important; }

.top--72 {
  top: -72px; }

.topp--72 {
  top: -72%; }

.right--72 {
  right: -72px; }

.rightp--72 {
  right: -72%; }

.left--72 {
  left: -72px; }

.leftp--72 {
  left: -72%; }

.bottom--72 {
  bottom: -72px; }

.bottomp--72 {
  bottom: -72%; }

.marg--71 {
  margin: -71px !important; }

.marg--71-important {
  margin: -71px !important; }

.marg-t--71 {
  margin-top: -71px !important; }

.marg-l--71 {
  margin-left: -71px !important; }

.marg-r--71 {
  margin-right: -71px !important; }

.marg-b--71 {
  margin-bottom: -71px !important; }

.pad--71 {
  padding: -71px !important; }

.pad--71-important {
  padding: -71px !important; }

.pad-t--71 {
  padding-top: -71px !important; }

.pad-l--71 {
  padding-left: -71px !important; }

.pad-r--71 {
  padding-right: -71px !important; }

.pad-b--71 {
  padding-bottom: -71px !important; }

.top--71 {
  top: -71px; }

.topp--71 {
  top: -71%; }

.right--71 {
  right: -71px; }

.rightp--71 {
  right: -71%; }

.left--71 {
  left: -71px; }

.leftp--71 {
  left: -71%; }

.bottom--71 {
  bottom: -71px; }

.bottomp--71 {
  bottom: -71%; }

.marg--70 {
  margin: -70px !important; }

.marg--70-important {
  margin: -70px !important; }

.marg-t--70 {
  margin-top: -70px !important; }

.marg-l--70 {
  margin-left: -70px !important; }

.marg-r--70 {
  margin-right: -70px !important; }

.marg-b--70 {
  margin-bottom: -70px !important; }

.pad--70 {
  padding: -70px !important; }

.pad--70-important {
  padding: -70px !important; }

.pad-t--70 {
  padding-top: -70px !important; }

.pad-l--70 {
  padding-left: -70px !important; }

.pad-r--70 {
  padding-right: -70px !important; }

.pad-b--70 {
  padding-bottom: -70px !important; }

.top--70 {
  top: -70px; }

.topp--70 {
  top: -70%; }

.right--70 {
  right: -70px; }

.rightp--70 {
  right: -70%; }

.left--70 {
  left: -70px; }

.leftp--70 {
  left: -70%; }

.bottom--70 {
  bottom: -70px; }

.bottomp--70 {
  bottom: -70%; }

.marg--69 {
  margin: -69px !important; }

.marg--69-important {
  margin: -69px !important; }

.marg-t--69 {
  margin-top: -69px !important; }

.marg-l--69 {
  margin-left: -69px !important; }

.marg-r--69 {
  margin-right: -69px !important; }

.marg-b--69 {
  margin-bottom: -69px !important; }

.pad--69 {
  padding: -69px !important; }

.pad--69-important {
  padding: -69px !important; }

.pad-t--69 {
  padding-top: -69px !important; }

.pad-l--69 {
  padding-left: -69px !important; }

.pad-r--69 {
  padding-right: -69px !important; }

.pad-b--69 {
  padding-bottom: -69px !important; }

.top--69 {
  top: -69px; }

.topp--69 {
  top: -69%; }

.right--69 {
  right: -69px; }

.rightp--69 {
  right: -69%; }

.left--69 {
  left: -69px; }

.leftp--69 {
  left: -69%; }

.bottom--69 {
  bottom: -69px; }

.bottomp--69 {
  bottom: -69%; }

.marg--68 {
  margin: -68px !important; }

.marg--68-important {
  margin: -68px !important; }

.marg-t--68 {
  margin-top: -68px !important; }

.marg-l--68 {
  margin-left: -68px !important; }

.marg-r--68 {
  margin-right: -68px !important; }

.marg-b--68 {
  margin-bottom: -68px !important; }

.pad--68 {
  padding: -68px !important; }

.pad--68-important {
  padding: -68px !important; }

.pad-t--68 {
  padding-top: -68px !important; }

.pad-l--68 {
  padding-left: -68px !important; }

.pad-r--68 {
  padding-right: -68px !important; }

.pad-b--68 {
  padding-bottom: -68px !important; }

.top--68 {
  top: -68px; }

.topp--68 {
  top: -68%; }

.right--68 {
  right: -68px; }

.rightp--68 {
  right: -68%; }

.left--68 {
  left: -68px; }

.leftp--68 {
  left: -68%; }

.bottom--68 {
  bottom: -68px; }

.bottomp--68 {
  bottom: -68%; }

.marg--67 {
  margin: -67px !important; }

.marg--67-important {
  margin: -67px !important; }

.marg-t--67 {
  margin-top: -67px !important; }

.marg-l--67 {
  margin-left: -67px !important; }

.marg-r--67 {
  margin-right: -67px !important; }

.marg-b--67 {
  margin-bottom: -67px !important; }

.pad--67 {
  padding: -67px !important; }

.pad--67-important {
  padding: -67px !important; }

.pad-t--67 {
  padding-top: -67px !important; }

.pad-l--67 {
  padding-left: -67px !important; }

.pad-r--67 {
  padding-right: -67px !important; }

.pad-b--67 {
  padding-bottom: -67px !important; }

.top--67 {
  top: -67px; }

.topp--67 {
  top: -67%; }

.right--67 {
  right: -67px; }

.rightp--67 {
  right: -67%; }

.left--67 {
  left: -67px; }

.leftp--67 {
  left: -67%; }

.bottom--67 {
  bottom: -67px; }

.bottomp--67 {
  bottom: -67%; }

.marg--66 {
  margin: -66px !important; }

.marg--66-important {
  margin: -66px !important; }

.marg-t--66 {
  margin-top: -66px !important; }

.marg-l--66 {
  margin-left: -66px !important; }

.marg-r--66 {
  margin-right: -66px !important; }

.marg-b--66 {
  margin-bottom: -66px !important; }

.pad--66 {
  padding: -66px !important; }

.pad--66-important {
  padding: -66px !important; }

.pad-t--66 {
  padding-top: -66px !important; }

.pad-l--66 {
  padding-left: -66px !important; }

.pad-r--66 {
  padding-right: -66px !important; }

.pad-b--66 {
  padding-bottom: -66px !important; }

.top--66 {
  top: -66px; }

.topp--66 {
  top: -66%; }

.right--66 {
  right: -66px; }

.rightp--66 {
  right: -66%; }

.left--66 {
  left: -66px; }

.leftp--66 {
  left: -66%; }

.bottom--66 {
  bottom: -66px; }

.bottomp--66 {
  bottom: -66%; }

.marg--65 {
  margin: -65px !important; }

.marg--65-important {
  margin: -65px !important; }

.marg-t--65 {
  margin-top: -65px !important; }

.marg-l--65 {
  margin-left: -65px !important; }

.marg-r--65 {
  margin-right: -65px !important; }

.marg-b--65 {
  margin-bottom: -65px !important; }

.pad--65 {
  padding: -65px !important; }

.pad--65-important {
  padding: -65px !important; }

.pad-t--65 {
  padding-top: -65px !important; }

.pad-l--65 {
  padding-left: -65px !important; }

.pad-r--65 {
  padding-right: -65px !important; }

.pad-b--65 {
  padding-bottom: -65px !important; }

.top--65 {
  top: -65px; }

.topp--65 {
  top: -65%; }

.right--65 {
  right: -65px; }

.rightp--65 {
  right: -65%; }

.left--65 {
  left: -65px; }

.leftp--65 {
  left: -65%; }

.bottom--65 {
  bottom: -65px; }

.bottomp--65 {
  bottom: -65%; }

.marg--64 {
  margin: -64px !important; }

.marg--64-important {
  margin: -64px !important; }

.marg-t--64 {
  margin-top: -64px !important; }

.marg-l--64 {
  margin-left: -64px !important; }

.marg-r--64 {
  margin-right: -64px !important; }

.marg-b--64 {
  margin-bottom: -64px !important; }

.pad--64 {
  padding: -64px !important; }

.pad--64-important {
  padding: -64px !important; }

.pad-t--64 {
  padding-top: -64px !important; }

.pad-l--64 {
  padding-left: -64px !important; }

.pad-r--64 {
  padding-right: -64px !important; }

.pad-b--64 {
  padding-bottom: -64px !important; }

.top--64 {
  top: -64px; }

.topp--64 {
  top: -64%; }

.right--64 {
  right: -64px; }

.rightp--64 {
  right: -64%; }

.left--64 {
  left: -64px; }

.leftp--64 {
  left: -64%; }

.bottom--64 {
  bottom: -64px; }

.bottomp--64 {
  bottom: -64%; }

.marg--63 {
  margin: -63px !important; }

.marg--63-important {
  margin: -63px !important; }

.marg-t--63 {
  margin-top: -63px !important; }

.marg-l--63 {
  margin-left: -63px !important; }

.marg-r--63 {
  margin-right: -63px !important; }

.marg-b--63 {
  margin-bottom: -63px !important; }

.pad--63 {
  padding: -63px !important; }

.pad--63-important {
  padding: -63px !important; }

.pad-t--63 {
  padding-top: -63px !important; }

.pad-l--63 {
  padding-left: -63px !important; }

.pad-r--63 {
  padding-right: -63px !important; }

.pad-b--63 {
  padding-bottom: -63px !important; }

.top--63 {
  top: -63px; }

.topp--63 {
  top: -63%; }

.right--63 {
  right: -63px; }

.rightp--63 {
  right: -63%; }

.left--63 {
  left: -63px; }

.leftp--63 {
  left: -63%; }

.bottom--63 {
  bottom: -63px; }

.bottomp--63 {
  bottom: -63%; }

.marg--62 {
  margin: -62px !important; }

.marg--62-important {
  margin: -62px !important; }

.marg-t--62 {
  margin-top: -62px !important; }

.marg-l--62 {
  margin-left: -62px !important; }

.marg-r--62 {
  margin-right: -62px !important; }

.marg-b--62 {
  margin-bottom: -62px !important; }

.pad--62 {
  padding: -62px !important; }

.pad--62-important {
  padding: -62px !important; }

.pad-t--62 {
  padding-top: -62px !important; }

.pad-l--62 {
  padding-left: -62px !important; }

.pad-r--62 {
  padding-right: -62px !important; }

.pad-b--62 {
  padding-bottom: -62px !important; }

.top--62 {
  top: -62px; }

.topp--62 {
  top: -62%; }

.right--62 {
  right: -62px; }

.rightp--62 {
  right: -62%; }

.left--62 {
  left: -62px; }

.leftp--62 {
  left: -62%; }

.bottom--62 {
  bottom: -62px; }

.bottomp--62 {
  bottom: -62%; }

.marg--61 {
  margin: -61px !important; }

.marg--61-important {
  margin: -61px !important; }

.marg-t--61 {
  margin-top: -61px !important; }

.marg-l--61 {
  margin-left: -61px !important; }

.marg-r--61 {
  margin-right: -61px !important; }

.marg-b--61 {
  margin-bottom: -61px !important; }

.pad--61 {
  padding: -61px !important; }

.pad--61-important {
  padding: -61px !important; }

.pad-t--61 {
  padding-top: -61px !important; }

.pad-l--61 {
  padding-left: -61px !important; }

.pad-r--61 {
  padding-right: -61px !important; }

.pad-b--61 {
  padding-bottom: -61px !important; }

.top--61 {
  top: -61px; }

.topp--61 {
  top: -61%; }

.right--61 {
  right: -61px; }

.rightp--61 {
  right: -61%; }

.left--61 {
  left: -61px; }

.leftp--61 {
  left: -61%; }

.bottom--61 {
  bottom: -61px; }

.bottomp--61 {
  bottom: -61%; }

.marg--60 {
  margin: -60px !important; }

.marg--60-important {
  margin: -60px !important; }

.marg-t--60 {
  margin-top: -60px !important; }

.marg-l--60 {
  margin-left: -60px !important; }

.marg-r--60 {
  margin-right: -60px !important; }

.marg-b--60 {
  margin-bottom: -60px !important; }

.pad--60 {
  padding: -60px !important; }

.pad--60-important {
  padding: -60px !important; }

.pad-t--60 {
  padding-top: -60px !important; }

.pad-l--60 {
  padding-left: -60px !important; }

.pad-r--60 {
  padding-right: -60px !important; }

.pad-b--60 {
  padding-bottom: -60px !important; }

.top--60 {
  top: -60px; }

.topp--60 {
  top: -60%; }

.right--60 {
  right: -60px; }

.rightp--60 {
  right: -60%; }

.left--60 {
  left: -60px; }

.leftp--60 {
  left: -60%; }

.bottom--60 {
  bottom: -60px; }

.bottomp--60 {
  bottom: -60%; }

.marg--59 {
  margin: -59px !important; }

.marg--59-important {
  margin: -59px !important; }

.marg-t--59 {
  margin-top: -59px !important; }

.marg-l--59 {
  margin-left: -59px !important; }

.marg-r--59 {
  margin-right: -59px !important; }

.marg-b--59 {
  margin-bottom: -59px !important; }

.pad--59 {
  padding: -59px !important; }

.pad--59-important {
  padding: -59px !important; }

.pad-t--59 {
  padding-top: -59px !important; }

.pad-l--59 {
  padding-left: -59px !important; }

.pad-r--59 {
  padding-right: -59px !important; }

.pad-b--59 {
  padding-bottom: -59px !important; }

.top--59 {
  top: -59px; }

.topp--59 {
  top: -59%; }

.right--59 {
  right: -59px; }

.rightp--59 {
  right: -59%; }

.left--59 {
  left: -59px; }

.leftp--59 {
  left: -59%; }

.bottom--59 {
  bottom: -59px; }

.bottomp--59 {
  bottom: -59%; }

.marg--58 {
  margin: -58px !important; }

.marg--58-important {
  margin: -58px !important; }

.marg-t--58 {
  margin-top: -58px !important; }

.marg-l--58 {
  margin-left: -58px !important; }

.marg-r--58 {
  margin-right: -58px !important; }

.marg-b--58 {
  margin-bottom: -58px !important; }

.pad--58 {
  padding: -58px !important; }

.pad--58-important {
  padding: -58px !important; }

.pad-t--58 {
  padding-top: -58px !important; }

.pad-l--58 {
  padding-left: -58px !important; }

.pad-r--58 {
  padding-right: -58px !important; }

.pad-b--58 {
  padding-bottom: -58px !important; }

.top--58 {
  top: -58px; }

.topp--58 {
  top: -58%; }

.right--58 {
  right: -58px; }

.rightp--58 {
  right: -58%; }

.left--58 {
  left: -58px; }

.leftp--58 {
  left: -58%; }

.bottom--58 {
  bottom: -58px; }

.bottomp--58 {
  bottom: -58%; }

.marg--57 {
  margin: -57px !important; }

.marg--57-important {
  margin: -57px !important; }

.marg-t--57 {
  margin-top: -57px !important; }

.marg-l--57 {
  margin-left: -57px !important; }

.marg-r--57 {
  margin-right: -57px !important; }

.marg-b--57 {
  margin-bottom: -57px !important; }

.pad--57 {
  padding: -57px !important; }

.pad--57-important {
  padding: -57px !important; }

.pad-t--57 {
  padding-top: -57px !important; }

.pad-l--57 {
  padding-left: -57px !important; }

.pad-r--57 {
  padding-right: -57px !important; }

.pad-b--57 {
  padding-bottom: -57px !important; }

.top--57 {
  top: -57px; }

.topp--57 {
  top: -57%; }

.right--57 {
  right: -57px; }

.rightp--57 {
  right: -57%; }

.left--57 {
  left: -57px; }

.leftp--57 {
  left: -57%; }

.bottom--57 {
  bottom: -57px; }

.bottomp--57 {
  bottom: -57%; }

.marg--56 {
  margin: -56px !important; }

.marg--56-important {
  margin: -56px !important; }

.marg-t--56 {
  margin-top: -56px !important; }

.marg-l--56 {
  margin-left: -56px !important; }

.marg-r--56 {
  margin-right: -56px !important; }

.marg-b--56 {
  margin-bottom: -56px !important; }

.pad--56 {
  padding: -56px !important; }

.pad--56-important {
  padding: -56px !important; }

.pad-t--56 {
  padding-top: -56px !important; }

.pad-l--56 {
  padding-left: -56px !important; }

.pad-r--56 {
  padding-right: -56px !important; }

.pad-b--56 {
  padding-bottom: -56px !important; }

.top--56 {
  top: -56px; }

.topp--56 {
  top: -56%; }

.right--56 {
  right: -56px; }

.rightp--56 {
  right: -56%; }

.left--56 {
  left: -56px; }

.leftp--56 {
  left: -56%; }

.bottom--56 {
  bottom: -56px; }

.bottomp--56 {
  bottom: -56%; }

.marg--55 {
  margin: -55px !important; }

.marg--55-important {
  margin: -55px !important; }

.marg-t--55 {
  margin-top: -55px !important; }

.marg-l--55 {
  margin-left: -55px !important; }

.marg-r--55 {
  margin-right: -55px !important; }

.marg-b--55 {
  margin-bottom: -55px !important; }

.pad--55 {
  padding: -55px !important; }

.pad--55-important {
  padding: -55px !important; }

.pad-t--55 {
  padding-top: -55px !important; }

.pad-l--55 {
  padding-left: -55px !important; }

.pad-r--55 {
  padding-right: -55px !important; }

.pad-b--55 {
  padding-bottom: -55px !important; }

.top--55 {
  top: -55px; }

.topp--55 {
  top: -55%; }

.right--55 {
  right: -55px; }

.rightp--55 {
  right: -55%; }

.left--55 {
  left: -55px; }

.leftp--55 {
  left: -55%; }

.bottom--55 {
  bottom: -55px; }

.bottomp--55 {
  bottom: -55%; }

.marg--54 {
  margin: -54px !important; }

.marg--54-important {
  margin: -54px !important; }

.marg-t--54 {
  margin-top: -54px !important; }

.marg-l--54 {
  margin-left: -54px !important; }

.marg-r--54 {
  margin-right: -54px !important; }

.marg-b--54 {
  margin-bottom: -54px !important; }

.pad--54 {
  padding: -54px !important; }

.pad--54-important {
  padding: -54px !important; }

.pad-t--54 {
  padding-top: -54px !important; }

.pad-l--54 {
  padding-left: -54px !important; }

.pad-r--54 {
  padding-right: -54px !important; }

.pad-b--54 {
  padding-bottom: -54px !important; }

.top--54 {
  top: -54px; }

.topp--54 {
  top: -54%; }

.right--54 {
  right: -54px; }

.rightp--54 {
  right: -54%; }

.left--54 {
  left: -54px; }

.leftp--54 {
  left: -54%; }

.bottom--54 {
  bottom: -54px; }

.bottomp--54 {
  bottom: -54%; }

.marg--53 {
  margin: -53px !important; }

.marg--53-important {
  margin: -53px !important; }

.marg-t--53 {
  margin-top: -53px !important; }

.marg-l--53 {
  margin-left: -53px !important; }

.marg-r--53 {
  margin-right: -53px !important; }

.marg-b--53 {
  margin-bottom: -53px !important; }

.pad--53 {
  padding: -53px !important; }

.pad--53-important {
  padding: -53px !important; }

.pad-t--53 {
  padding-top: -53px !important; }

.pad-l--53 {
  padding-left: -53px !important; }

.pad-r--53 {
  padding-right: -53px !important; }

.pad-b--53 {
  padding-bottom: -53px !important; }

.top--53 {
  top: -53px; }

.topp--53 {
  top: -53%; }

.right--53 {
  right: -53px; }

.rightp--53 {
  right: -53%; }

.left--53 {
  left: -53px; }

.leftp--53 {
  left: -53%; }

.bottom--53 {
  bottom: -53px; }

.bottomp--53 {
  bottom: -53%; }

.marg--52 {
  margin: -52px !important; }

.marg--52-important {
  margin: -52px !important; }

.marg-t--52 {
  margin-top: -52px !important; }

.marg-l--52 {
  margin-left: -52px !important; }

.marg-r--52 {
  margin-right: -52px !important; }

.marg-b--52 {
  margin-bottom: -52px !important; }

.pad--52 {
  padding: -52px !important; }

.pad--52-important {
  padding: -52px !important; }

.pad-t--52 {
  padding-top: -52px !important; }

.pad-l--52 {
  padding-left: -52px !important; }

.pad-r--52 {
  padding-right: -52px !important; }

.pad-b--52 {
  padding-bottom: -52px !important; }

.top--52 {
  top: -52px; }

.topp--52 {
  top: -52%; }

.right--52 {
  right: -52px; }

.rightp--52 {
  right: -52%; }

.left--52 {
  left: -52px; }

.leftp--52 {
  left: -52%; }

.bottom--52 {
  bottom: -52px; }

.bottomp--52 {
  bottom: -52%; }

.marg--51 {
  margin: -51px !important; }

.marg--51-important {
  margin: -51px !important; }

.marg-t--51 {
  margin-top: -51px !important; }

.marg-l--51 {
  margin-left: -51px !important; }

.marg-r--51 {
  margin-right: -51px !important; }

.marg-b--51 {
  margin-bottom: -51px !important; }

.pad--51 {
  padding: -51px !important; }

.pad--51-important {
  padding: -51px !important; }

.pad-t--51 {
  padding-top: -51px !important; }

.pad-l--51 {
  padding-left: -51px !important; }

.pad-r--51 {
  padding-right: -51px !important; }

.pad-b--51 {
  padding-bottom: -51px !important; }

.top--51 {
  top: -51px; }

.topp--51 {
  top: -51%; }

.right--51 {
  right: -51px; }

.rightp--51 {
  right: -51%; }

.left--51 {
  left: -51px; }

.leftp--51 {
  left: -51%; }

.bottom--51 {
  bottom: -51px; }

.bottomp--51 {
  bottom: -51%; }

.marg--50 {
  margin: -50px !important; }

.marg--50-important {
  margin: -50px !important; }

.marg-t--50 {
  margin-top: -50px !important; }

.marg-l--50 {
  margin-left: -50px !important; }

.marg-r--50 {
  margin-right: -50px !important; }

.marg-b--50 {
  margin-bottom: -50px !important; }

.pad--50 {
  padding: -50px !important; }

.pad--50-important {
  padding: -50px !important; }

.pad-t--50 {
  padding-top: -50px !important; }

.pad-l--50 {
  padding-left: -50px !important; }

.pad-r--50 {
  padding-right: -50px !important; }

.pad-b--50 {
  padding-bottom: -50px !important; }

.top--50 {
  top: -50px; }

.topp--50 {
  top: -50%; }

.right--50 {
  right: -50px; }

.rightp--50 {
  right: -50%; }

.left--50 {
  left: -50px; }

.leftp--50 {
  left: -50%; }

.bottom--50 {
  bottom: -50px; }

.bottomp--50 {
  bottom: -50%; }

.marg--49 {
  margin: -49px !important; }

.marg--49-important {
  margin: -49px !important; }

.marg-t--49 {
  margin-top: -49px !important; }

.marg-l--49 {
  margin-left: -49px !important; }

.marg-r--49 {
  margin-right: -49px !important; }

.marg-b--49 {
  margin-bottom: -49px !important; }

.pad--49 {
  padding: -49px !important; }

.pad--49-important {
  padding: -49px !important; }

.pad-t--49 {
  padding-top: -49px !important; }

.pad-l--49 {
  padding-left: -49px !important; }

.pad-r--49 {
  padding-right: -49px !important; }

.pad-b--49 {
  padding-bottom: -49px !important; }

.top--49 {
  top: -49px; }

.topp--49 {
  top: -49%; }

.right--49 {
  right: -49px; }

.rightp--49 {
  right: -49%; }

.left--49 {
  left: -49px; }

.leftp--49 {
  left: -49%; }

.bottom--49 {
  bottom: -49px; }

.bottomp--49 {
  bottom: -49%; }

.marg--48 {
  margin: -48px !important; }

.marg--48-important {
  margin: -48px !important; }

.marg-t--48 {
  margin-top: -48px !important; }

.marg-l--48 {
  margin-left: -48px !important; }

.marg-r--48 {
  margin-right: -48px !important; }

.marg-b--48 {
  margin-bottom: -48px !important; }

.pad--48 {
  padding: -48px !important; }

.pad--48-important {
  padding: -48px !important; }

.pad-t--48 {
  padding-top: -48px !important; }

.pad-l--48 {
  padding-left: -48px !important; }

.pad-r--48 {
  padding-right: -48px !important; }

.pad-b--48 {
  padding-bottom: -48px !important; }

.top--48 {
  top: -48px; }

.topp--48 {
  top: -48%; }

.right--48 {
  right: -48px; }

.rightp--48 {
  right: -48%; }

.left--48 {
  left: -48px; }

.leftp--48 {
  left: -48%; }

.bottom--48 {
  bottom: -48px; }

.bottomp--48 {
  bottom: -48%; }

.marg--47 {
  margin: -47px !important; }

.marg--47-important {
  margin: -47px !important; }

.marg-t--47 {
  margin-top: -47px !important; }

.marg-l--47 {
  margin-left: -47px !important; }

.marg-r--47 {
  margin-right: -47px !important; }

.marg-b--47 {
  margin-bottom: -47px !important; }

.pad--47 {
  padding: -47px !important; }

.pad--47-important {
  padding: -47px !important; }

.pad-t--47 {
  padding-top: -47px !important; }

.pad-l--47 {
  padding-left: -47px !important; }

.pad-r--47 {
  padding-right: -47px !important; }

.pad-b--47 {
  padding-bottom: -47px !important; }

.top--47 {
  top: -47px; }

.topp--47 {
  top: -47%; }

.right--47 {
  right: -47px; }

.rightp--47 {
  right: -47%; }

.left--47 {
  left: -47px; }

.leftp--47 {
  left: -47%; }

.bottom--47 {
  bottom: -47px; }

.bottomp--47 {
  bottom: -47%; }

.marg--46 {
  margin: -46px !important; }

.marg--46-important {
  margin: -46px !important; }

.marg-t--46 {
  margin-top: -46px !important; }

.marg-l--46 {
  margin-left: -46px !important; }

.marg-r--46 {
  margin-right: -46px !important; }

.marg-b--46 {
  margin-bottom: -46px !important; }

.pad--46 {
  padding: -46px !important; }

.pad--46-important {
  padding: -46px !important; }

.pad-t--46 {
  padding-top: -46px !important; }

.pad-l--46 {
  padding-left: -46px !important; }

.pad-r--46 {
  padding-right: -46px !important; }

.pad-b--46 {
  padding-bottom: -46px !important; }

.top--46 {
  top: -46px; }

.topp--46 {
  top: -46%; }

.right--46 {
  right: -46px; }

.rightp--46 {
  right: -46%; }

.left--46 {
  left: -46px; }

.leftp--46 {
  left: -46%; }

.bottom--46 {
  bottom: -46px; }

.bottomp--46 {
  bottom: -46%; }

.marg--45 {
  margin: -45px !important; }

.marg--45-important {
  margin: -45px !important; }

.marg-t--45 {
  margin-top: -45px !important; }

.marg-l--45 {
  margin-left: -45px !important; }

.marg-r--45 {
  margin-right: -45px !important; }

.marg-b--45 {
  margin-bottom: -45px !important; }

.pad--45 {
  padding: -45px !important; }

.pad--45-important {
  padding: -45px !important; }

.pad-t--45 {
  padding-top: -45px !important; }

.pad-l--45 {
  padding-left: -45px !important; }

.pad-r--45 {
  padding-right: -45px !important; }

.pad-b--45 {
  padding-bottom: -45px !important; }

.top--45 {
  top: -45px; }

.topp--45 {
  top: -45%; }

.right--45 {
  right: -45px; }

.rightp--45 {
  right: -45%; }

.left--45 {
  left: -45px; }

.leftp--45 {
  left: -45%; }

.bottom--45 {
  bottom: -45px; }

.bottomp--45 {
  bottom: -45%; }

.marg--44 {
  margin: -44px !important; }

.marg--44-important {
  margin: -44px !important; }

.marg-t--44 {
  margin-top: -44px !important; }

.marg-l--44 {
  margin-left: -44px !important; }

.marg-r--44 {
  margin-right: -44px !important; }

.marg-b--44 {
  margin-bottom: -44px !important; }

.pad--44 {
  padding: -44px !important; }

.pad--44-important {
  padding: -44px !important; }

.pad-t--44 {
  padding-top: -44px !important; }

.pad-l--44 {
  padding-left: -44px !important; }

.pad-r--44 {
  padding-right: -44px !important; }

.pad-b--44 {
  padding-bottom: -44px !important; }

.top--44 {
  top: -44px; }

.topp--44 {
  top: -44%; }

.right--44 {
  right: -44px; }

.rightp--44 {
  right: -44%; }

.left--44 {
  left: -44px; }

.leftp--44 {
  left: -44%; }

.bottom--44 {
  bottom: -44px; }

.bottomp--44 {
  bottom: -44%; }

.marg--43 {
  margin: -43px !important; }

.marg--43-important {
  margin: -43px !important; }

.marg-t--43 {
  margin-top: -43px !important; }

.marg-l--43 {
  margin-left: -43px !important; }

.marg-r--43 {
  margin-right: -43px !important; }

.marg-b--43 {
  margin-bottom: -43px !important; }

.pad--43 {
  padding: -43px !important; }

.pad--43-important {
  padding: -43px !important; }

.pad-t--43 {
  padding-top: -43px !important; }

.pad-l--43 {
  padding-left: -43px !important; }

.pad-r--43 {
  padding-right: -43px !important; }

.pad-b--43 {
  padding-bottom: -43px !important; }

.top--43 {
  top: -43px; }

.topp--43 {
  top: -43%; }

.right--43 {
  right: -43px; }

.rightp--43 {
  right: -43%; }

.left--43 {
  left: -43px; }

.leftp--43 {
  left: -43%; }

.bottom--43 {
  bottom: -43px; }

.bottomp--43 {
  bottom: -43%; }

.marg--42 {
  margin: -42px !important; }

.marg--42-important {
  margin: -42px !important; }

.marg-t--42 {
  margin-top: -42px !important; }

.marg-l--42 {
  margin-left: -42px !important; }

.marg-r--42 {
  margin-right: -42px !important; }

.marg-b--42 {
  margin-bottom: -42px !important; }

.pad--42 {
  padding: -42px !important; }

.pad--42-important {
  padding: -42px !important; }

.pad-t--42 {
  padding-top: -42px !important; }

.pad-l--42 {
  padding-left: -42px !important; }

.pad-r--42 {
  padding-right: -42px !important; }

.pad-b--42 {
  padding-bottom: -42px !important; }

.top--42 {
  top: -42px; }

.topp--42 {
  top: -42%; }

.right--42 {
  right: -42px; }

.rightp--42 {
  right: -42%; }

.left--42 {
  left: -42px; }

.leftp--42 {
  left: -42%; }

.bottom--42 {
  bottom: -42px; }

.bottomp--42 {
  bottom: -42%; }

.marg--41 {
  margin: -41px !important; }

.marg--41-important {
  margin: -41px !important; }

.marg-t--41 {
  margin-top: -41px !important; }

.marg-l--41 {
  margin-left: -41px !important; }

.marg-r--41 {
  margin-right: -41px !important; }

.marg-b--41 {
  margin-bottom: -41px !important; }

.pad--41 {
  padding: -41px !important; }

.pad--41-important {
  padding: -41px !important; }

.pad-t--41 {
  padding-top: -41px !important; }

.pad-l--41 {
  padding-left: -41px !important; }

.pad-r--41 {
  padding-right: -41px !important; }

.pad-b--41 {
  padding-bottom: -41px !important; }

.top--41 {
  top: -41px; }

.topp--41 {
  top: -41%; }

.right--41 {
  right: -41px; }

.rightp--41 {
  right: -41%; }

.left--41 {
  left: -41px; }

.leftp--41 {
  left: -41%; }

.bottom--41 {
  bottom: -41px; }

.bottomp--41 {
  bottom: -41%; }

.marg--40 {
  margin: -40px !important; }

.marg--40-important {
  margin: -40px !important; }

.marg-t--40 {
  margin-top: -40px !important; }

.marg-l--40 {
  margin-left: -40px !important; }

.marg-r--40 {
  margin-right: -40px !important; }

.marg-b--40 {
  margin-bottom: -40px !important; }

.pad--40 {
  padding: -40px !important; }

.pad--40-important {
  padding: -40px !important; }

.pad-t--40 {
  padding-top: -40px !important; }

.pad-l--40 {
  padding-left: -40px !important; }

.pad-r--40 {
  padding-right: -40px !important; }

.pad-b--40 {
  padding-bottom: -40px !important; }

.top--40 {
  top: -40px; }

.topp--40 {
  top: -40%; }

.right--40 {
  right: -40px; }

.rightp--40 {
  right: -40%; }

.left--40 {
  left: -40px; }

.leftp--40 {
  left: -40%; }

.bottom--40 {
  bottom: -40px; }

.bottomp--40 {
  bottom: -40%; }

.marg--39 {
  margin: -39px !important; }

.marg--39-important {
  margin: -39px !important; }

.marg-t--39 {
  margin-top: -39px !important; }

.marg-l--39 {
  margin-left: -39px !important; }

.marg-r--39 {
  margin-right: -39px !important; }

.marg-b--39 {
  margin-bottom: -39px !important; }

.pad--39 {
  padding: -39px !important; }

.pad--39-important {
  padding: -39px !important; }

.pad-t--39 {
  padding-top: -39px !important; }

.pad-l--39 {
  padding-left: -39px !important; }

.pad-r--39 {
  padding-right: -39px !important; }

.pad-b--39 {
  padding-bottom: -39px !important; }

.top--39 {
  top: -39px; }

.topp--39 {
  top: -39%; }

.right--39 {
  right: -39px; }

.rightp--39 {
  right: -39%; }

.left--39 {
  left: -39px; }

.leftp--39 {
  left: -39%; }

.bottom--39 {
  bottom: -39px; }

.bottomp--39 {
  bottom: -39%; }

.marg--38 {
  margin: -38px !important; }

.marg--38-important {
  margin: -38px !important; }

.marg-t--38 {
  margin-top: -38px !important; }

.marg-l--38 {
  margin-left: -38px !important; }

.marg-r--38 {
  margin-right: -38px !important; }

.marg-b--38 {
  margin-bottom: -38px !important; }

.pad--38 {
  padding: -38px !important; }

.pad--38-important {
  padding: -38px !important; }

.pad-t--38 {
  padding-top: -38px !important; }

.pad-l--38 {
  padding-left: -38px !important; }

.pad-r--38 {
  padding-right: -38px !important; }

.pad-b--38 {
  padding-bottom: -38px !important; }

.top--38 {
  top: -38px; }

.topp--38 {
  top: -38%; }

.right--38 {
  right: -38px; }

.rightp--38 {
  right: -38%; }

.left--38 {
  left: -38px; }

.leftp--38 {
  left: -38%; }

.bottom--38 {
  bottom: -38px; }

.bottomp--38 {
  bottom: -38%; }

.marg--37 {
  margin: -37px !important; }

.marg--37-important {
  margin: -37px !important; }

.marg-t--37 {
  margin-top: -37px !important; }

.marg-l--37 {
  margin-left: -37px !important; }

.marg-r--37 {
  margin-right: -37px !important; }

.marg-b--37 {
  margin-bottom: -37px !important; }

.pad--37 {
  padding: -37px !important; }

.pad--37-important {
  padding: -37px !important; }

.pad-t--37 {
  padding-top: -37px !important; }

.pad-l--37 {
  padding-left: -37px !important; }

.pad-r--37 {
  padding-right: -37px !important; }

.pad-b--37 {
  padding-bottom: -37px !important; }

.top--37 {
  top: -37px; }

.topp--37 {
  top: -37%; }

.right--37 {
  right: -37px; }

.rightp--37 {
  right: -37%; }

.left--37 {
  left: -37px; }

.leftp--37 {
  left: -37%; }

.bottom--37 {
  bottom: -37px; }

.bottomp--37 {
  bottom: -37%; }

.marg--36 {
  margin: -36px !important; }

.marg--36-important {
  margin: -36px !important; }

.marg-t--36 {
  margin-top: -36px !important; }

.marg-l--36 {
  margin-left: -36px !important; }

.marg-r--36 {
  margin-right: -36px !important; }

.marg-b--36 {
  margin-bottom: -36px !important; }

.pad--36 {
  padding: -36px !important; }

.pad--36-important {
  padding: -36px !important; }

.pad-t--36 {
  padding-top: -36px !important; }

.pad-l--36 {
  padding-left: -36px !important; }

.pad-r--36 {
  padding-right: -36px !important; }

.pad-b--36 {
  padding-bottom: -36px !important; }

.top--36 {
  top: -36px; }

.topp--36 {
  top: -36%; }

.right--36 {
  right: -36px; }

.rightp--36 {
  right: -36%; }

.left--36 {
  left: -36px; }

.leftp--36 {
  left: -36%; }

.bottom--36 {
  bottom: -36px; }

.bottomp--36 {
  bottom: -36%; }

.marg--35 {
  margin: -35px !important; }

.marg--35-important {
  margin: -35px !important; }

.marg-t--35 {
  margin-top: -35px !important; }

.marg-l--35 {
  margin-left: -35px !important; }

.marg-r--35 {
  margin-right: -35px !important; }

.marg-b--35 {
  margin-bottom: -35px !important; }

.pad--35 {
  padding: -35px !important; }

.pad--35-important {
  padding: -35px !important; }

.pad-t--35 {
  padding-top: -35px !important; }

.pad-l--35 {
  padding-left: -35px !important; }

.pad-r--35 {
  padding-right: -35px !important; }

.pad-b--35 {
  padding-bottom: -35px !important; }

.top--35 {
  top: -35px; }

.topp--35 {
  top: -35%; }

.right--35 {
  right: -35px; }

.rightp--35 {
  right: -35%; }

.left--35 {
  left: -35px; }

.leftp--35 {
  left: -35%; }

.bottom--35 {
  bottom: -35px; }

.bottomp--35 {
  bottom: -35%; }

.marg--34 {
  margin: -34px !important; }

.marg--34-important {
  margin: -34px !important; }

.marg-t--34 {
  margin-top: -34px !important; }

.marg-l--34 {
  margin-left: -34px !important; }

.marg-r--34 {
  margin-right: -34px !important; }

.marg-b--34 {
  margin-bottom: -34px !important; }

.pad--34 {
  padding: -34px !important; }

.pad--34-important {
  padding: -34px !important; }

.pad-t--34 {
  padding-top: -34px !important; }

.pad-l--34 {
  padding-left: -34px !important; }

.pad-r--34 {
  padding-right: -34px !important; }

.pad-b--34 {
  padding-bottom: -34px !important; }

.top--34 {
  top: -34px; }

.topp--34 {
  top: -34%; }

.right--34 {
  right: -34px; }

.rightp--34 {
  right: -34%; }

.left--34 {
  left: -34px; }

.leftp--34 {
  left: -34%; }

.bottom--34 {
  bottom: -34px; }

.bottomp--34 {
  bottom: -34%; }

.marg--33 {
  margin: -33px !important; }

.marg--33-important {
  margin: -33px !important; }

.marg-t--33 {
  margin-top: -33px !important; }

.marg-l--33 {
  margin-left: -33px !important; }

.marg-r--33 {
  margin-right: -33px !important; }

.marg-b--33 {
  margin-bottom: -33px !important; }

.pad--33 {
  padding: -33px !important; }

.pad--33-important {
  padding: -33px !important; }

.pad-t--33 {
  padding-top: -33px !important; }

.pad-l--33 {
  padding-left: -33px !important; }

.pad-r--33 {
  padding-right: -33px !important; }

.pad-b--33 {
  padding-bottom: -33px !important; }

.top--33 {
  top: -33px; }

.topp--33 {
  top: -33%; }

.right--33 {
  right: -33px; }

.rightp--33 {
  right: -33%; }

.left--33 {
  left: -33px; }

.leftp--33 {
  left: -33%; }

.bottom--33 {
  bottom: -33px; }

.bottomp--33 {
  bottom: -33%; }

.marg--32 {
  margin: -32px !important; }

.marg--32-important {
  margin: -32px !important; }

.marg-t--32 {
  margin-top: -32px !important; }

.marg-l--32 {
  margin-left: -32px !important; }

.marg-r--32 {
  margin-right: -32px !important; }

.marg-b--32 {
  margin-bottom: -32px !important; }

.pad--32 {
  padding: -32px !important; }

.pad--32-important {
  padding: -32px !important; }

.pad-t--32 {
  padding-top: -32px !important; }

.pad-l--32 {
  padding-left: -32px !important; }

.pad-r--32 {
  padding-right: -32px !important; }

.pad-b--32 {
  padding-bottom: -32px !important; }

.top--32 {
  top: -32px; }

.topp--32 {
  top: -32%; }

.right--32 {
  right: -32px; }

.rightp--32 {
  right: -32%; }

.left--32 {
  left: -32px; }

.leftp--32 {
  left: -32%; }

.bottom--32 {
  bottom: -32px; }

.bottomp--32 {
  bottom: -32%; }

.marg--31 {
  margin: -31px !important; }

.marg--31-important {
  margin: -31px !important; }

.marg-t--31 {
  margin-top: -31px !important; }

.marg-l--31 {
  margin-left: -31px !important; }

.marg-r--31 {
  margin-right: -31px !important; }

.marg-b--31 {
  margin-bottom: -31px !important; }

.pad--31 {
  padding: -31px !important; }

.pad--31-important {
  padding: -31px !important; }

.pad-t--31 {
  padding-top: -31px !important; }

.pad-l--31 {
  padding-left: -31px !important; }

.pad-r--31 {
  padding-right: -31px !important; }

.pad-b--31 {
  padding-bottom: -31px !important; }

.top--31 {
  top: -31px; }

.topp--31 {
  top: -31%; }

.right--31 {
  right: -31px; }

.rightp--31 {
  right: -31%; }

.left--31 {
  left: -31px; }

.leftp--31 {
  left: -31%; }

.bottom--31 {
  bottom: -31px; }

.bottomp--31 {
  bottom: -31%; }

.marg--30 {
  margin: -30px !important; }

.marg--30-important {
  margin: -30px !important; }

.marg-t--30 {
  margin-top: -30px !important; }

.marg-l--30 {
  margin-left: -30px !important; }

.marg-r--30 {
  margin-right: -30px !important; }

.marg-b--30 {
  margin-bottom: -30px !important; }

.pad--30 {
  padding: -30px !important; }

.pad--30-important {
  padding: -30px !important; }

.pad-t--30 {
  padding-top: -30px !important; }

.pad-l--30 {
  padding-left: -30px !important; }

.pad-r--30 {
  padding-right: -30px !important; }

.pad-b--30 {
  padding-bottom: -30px !important; }

.top--30 {
  top: -30px; }

.topp--30 {
  top: -30%; }

.right--30 {
  right: -30px; }

.rightp--30 {
  right: -30%; }

.left--30 {
  left: -30px; }

.leftp--30 {
  left: -30%; }

.bottom--30 {
  bottom: -30px; }

.bottomp--30 {
  bottom: -30%; }

.marg--29 {
  margin: -29px !important; }

.marg--29-important {
  margin: -29px !important; }

.marg-t--29 {
  margin-top: -29px !important; }

.marg-l--29 {
  margin-left: -29px !important; }

.marg-r--29 {
  margin-right: -29px !important; }

.marg-b--29 {
  margin-bottom: -29px !important; }

.pad--29 {
  padding: -29px !important; }

.pad--29-important {
  padding: -29px !important; }

.pad-t--29 {
  padding-top: -29px !important; }

.pad-l--29 {
  padding-left: -29px !important; }

.pad-r--29 {
  padding-right: -29px !important; }

.pad-b--29 {
  padding-bottom: -29px !important; }

.top--29 {
  top: -29px; }

.topp--29 {
  top: -29%; }

.right--29 {
  right: -29px; }

.rightp--29 {
  right: -29%; }

.left--29 {
  left: -29px; }

.leftp--29 {
  left: -29%; }

.bottom--29 {
  bottom: -29px; }

.bottomp--29 {
  bottom: -29%; }

.marg--28 {
  margin: -28px !important; }

.marg--28-important {
  margin: -28px !important; }

.marg-t--28 {
  margin-top: -28px !important; }

.marg-l--28 {
  margin-left: -28px !important; }

.marg-r--28 {
  margin-right: -28px !important; }

.marg-b--28 {
  margin-bottom: -28px !important; }

.pad--28 {
  padding: -28px !important; }

.pad--28-important {
  padding: -28px !important; }

.pad-t--28 {
  padding-top: -28px !important; }

.pad-l--28 {
  padding-left: -28px !important; }

.pad-r--28 {
  padding-right: -28px !important; }

.pad-b--28 {
  padding-bottom: -28px !important; }

.top--28 {
  top: -28px; }

.topp--28 {
  top: -28%; }

.right--28 {
  right: -28px; }

.rightp--28 {
  right: -28%; }

.left--28 {
  left: -28px; }

.leftp--28 {
  left: -28%; }

.bottom--28 {
  bottom: -28px; }

.bottomp--28 {
  bottom: -28%; }

.marg--27 {
  margin: -27px !important; }

.marg--27-important {
  margin: -27px !important; }

.marg-t--27 {
  margin-top: -27px !important; }

.marg-l--27 {
  margin-left: -27px !important; }

.marg-r--27 {
  margin-right: -27px !important; }

.marg-b--27 {
  margin-bottom: -27px !important; }

.pad--27 {
  padding: -27px !important; }

.pad--27-important {
  padding: -27px !important; }

.pad-t--27 {
  padding-top: -27px !important; }

.pad-l--27 {
  padding-left: -27px !important; }

.pad-r--27 {
  padding-right: -27px !important; }

.pad-b--27 {
  padding-bottom: -27px !important; }

.top--27 {
  top: -27px; }

.topp--27 {
  top: -27%; }

.right--27 {
  right: -27px; }

.rightp--27 {
  right: -27%; }

.left--27 {
  left: -27px; }

.leftp--27 {
  left: -27%; }

.bottom--27 {
  bottom: -27px; }

.bottomp--27 {
  bottom: -27%; }

.marg--26 {
  margin: -26px !important; }

.marg--26-important {
  margin: -26px !important; }

.marg-t--26 {
  margin-top: -26px !important; }

.marg-l--26 {
  margin-left: -26px !important; }

.marg-r--26 {
  margin-right: -26px !important; }

.marg-b--26 {
  margin-bottom: -26px !important; }

.pad--26 {
  padding: -26px !important; }

.pad--26-important {
  padding: -26px !important; }

.pad-t--26 {
  padding-top: -26px !important; }

.pad-l--26 {
  padding-left: -26px !important; }

.pad-r--26 {
  padding-right: -26px !important; }

.pad-b--26 {
  padding-bottom: -26px !important; }

.top--26 {
  top: -26px; }

.topp--26 {
  top: -26%; }

.right--26 {
  right: -26px; }

.rightp--26 {
  right: -26%; }

.left--26 {
  left: -26px; }

.leftp--26 {
  left: -26%; }

.bottom--26 {
  bottom: -26px; }

.bottomp--26 {
  bottom: -26%; }

.marg--25 {
  margin: -25px !important; }

.marg--25-important {
  margin: -25px !important; }

.marg-t--25 {
  margin-top: -25px !important; }

.marg-l--25 {
  margin-left: -25px !important; }

.marg-r--25 {
  margin-right: -25px !important; }

.marg-b--25 {
  margin-bottom: -25px !important; }

.pad--25 {
  padding: -25px !important; }

.pad--25-important {
  padding: -25px !important; }

.pad-t--25 {
  padding-top: -25px !important; }

.pad-l--25 {
  padding-left: -25px !important; }

.pad-r--25 {
  padding-right: -25px !important; }

.pad-b--25 {
  padding-bottom: -25px !important; }

.top--25 {
  top: -25px; }

.topp--25 {
  top: -25%; }

.right--25 {
  right: -25px; }

.rightp--25 {
  right: -25%; }

.left--25 {
  left: -25px; }

.leftp--25 {
  left: -25%; }

.bottom--25 {
  bottom: -25px; }

.bottomp--25 {
  bottom: -25%; }

.marg--24 {
  margin: -24px !important; }

.marg--24-important {
  margin: -24px !important; }

.marg-t--24 {
  margin-top: -24px !important; }

.marg-l--24 {
  margin-left: -24px !important; }

.marg-r--24 {
  margin-right: -24px !important; }

.marg-b--24 {
  margin-bottom: -24px !important; }

.pad--24 {
  padding: -24px !important; }

.pad--24-important {
  padding: -24px !important; }

.pad-t--24 {
  padding-top: -24px !important; }

.pad-l--24 {
  padding-left: -24px !important; }

.pad-r--24 {
  padding-right: -24px !important; }

.pad-b--24 {
  padding-bottom: -24px !important; }

.top--24 {
  top: -24px; }

.topp--24 {
  top: -24%; }

.right--24 {
  right: -24px; }

.rightp--24 {
  right: -24%; }

.left--24 {
  left: -24px; }

.leftp--24 {
  left: -24%; }

.bottom--24 {
  bottom: -24px; }

.bottomp--24 {
  bottom: -24%; }

.marg--23 {
  margin: -23px !important; }

.marg--23-important {
  margin: -23px !important; }

.marg-t--23 {
  margin-top: -23px !important; }

.marg-l--23 {
  margin-left: -23px !important; }

.marg-r--23 {
  margin-right: -23px !important; }

.marg-b--23 {
  margin-bottom: -23px !important; }

.pad--23 {
  padding: -23px !important; }

.pad--23-important {
  padding: -23px !important; }

.pad-t--23 {
  padding-top: -23px !important; }

.pad-l--23 {
  padding-left: -23px !important; }

.pad-r--23 {
  padding-right: -23px !important; }

.pad-b--23 {
  padding-bottom: -23px !important; }

.top--23 {
  top: -23px; }

.topp--23 {
  top: -23%; }

.right--23 {
  right: -23px; }

.rightp--23 {
  right: -23%; }

.left--23 {
  left: -23px; }

.leftp--23 {
  left: -23%; }

.bottom--23 {
  bottom: -23px; }

.bottomp--23 {
  bottom: -23%; }

.marg--22 {
  margin: -22px !important; }

.marg--22-important {
  margin: -22px !important; }

.marg-t--22 {
  margin-top: -22px !important; }

.marg-l--22 {
  margin-left: -22px !important; }

.marg-r--22 {
  margin-right: -22px !important; }

.marg-b--22 {
  margin-bottom: -22px !important; }

.pad--22 {
  padding: -22px !important; }

.pad--22-important {
  padding: -22px !important; }

.pad-t--22 {
  padding-top: -22px !important; }

.pad-l--22 {
  padding-left: -22px !important; }

.pad-r--22 {
  padding-right: -22px !important; }

.pad-b--22 {
  padding-bottom: -22px !important; }

.top--22 {
  top: -22px; }

.topp--22 {
  top: -22%; }

.right--22 {
  right: -22px; }

.rightp--22 {
  right: -22%; }

.left--22 {
  left: -22px; }

.leftp--22 {
  left: -22%; }

.bottom--22 {
  bottom: -22px; }

.bottomp--22 {
  bottom: -22%; }

.marg--21 {
  margin: -21px !important; }

.marg--21-important {
  margin: -21px !important; }

.marg-t--21 {
  margin-top: -21px !important; }

.marg-l--21 {
  margin-left: -21px !important; }

.marg-r--21 {
  margin-right: -21px !important; }

.marg-b--21 {
  margin-bottom: -21px !important; }

.pad--21 {
  padding: -21px !important; }

.pad--21-important {
  padding: -21px !important; }

.pad-t--21 {
  padding-top: -21px !important; }

.pad-l--21 {
  padding-left: -21px !important; }

.pad-r--21 {
  padding-right: -21px !important; }

.pad-b--21 {
  padding-bottom: -21px !important; }

.top--21 {
  top: -21px; }

.topp--21 {
  top: -21%; }

.right--21 {
  right: -21px; }

.rightp--21 {
  right: -21%; }

.left--21 {
  left: -21px; }

.leftp--21 {
  left: -21%; }

.bottom--21 {
  bottom: -21px; }

.bottomp--21 {
  bottom: -21%; }

.marg--20 {
  margin: -20px !important; }

.marg--20-important {
  margin: -20px !important; }

.marg-t--20 {
  margin-top: -20px !important; }

.marg-l--20 {
  margin-left: -20px !important; }

.marg-r--20 {
  margin-right: -20px !important; }

.marg-b--20 {
  margin-bottom: -20px !important; }

.pad--20 {
  padding: -20px !important; }

.pad--20-important {
  padding: -20px !important; }

.pad-t--20 {
  padding-top: -20px !important; }

.pad-l--20 {
  padding-left: -20px !important; }

.pad-r--20 {
  padding-right: -20px !important; }

.pad-b--20 {
  padding-bottom: -20px !important; }

.top--20 {
  top: -20px; }

.topp--20 {
  top: -20%; }

.right--20 {
  right: -20px; }

.rightp--20 {
  right: -20%; }

.left--20 {
  left: -20px; }

.leftp--20 {
  left: -20%; }

.bottom--20 {
  bottom: -20px; }

.bottomp--20 {
  bottom: -20%; }

.marg--19 {
  margin: -19px !important; }

.marg--19-important {
  margin: -19px !important; }

.marg-t--19 {
  margin-top: -19px !important; }

.marg-l--19 {
  margin-left: -19px !important; }

.marg-r--19 {
  margin-right: -19px !important; }

.marg-b--19 {
  margin-bottom: -19px !important; }

.pad--19 {
  padding: -19px !important; }

.pad--19-important {
  padding: -19px !important; }

.pad-t--19 {
  padding-top: -19px !important; }

.pad-l--19 {
  padding-left: -19px !important; }

.pad-r--19 {
  padding-right: -19px !important; }

.pad-b--19 {
  padding-bottom: -19px !important; }

.top--19 {
  top: -19px; }

.topp--19 {
  top: -19%; }

.right--19 {
  right: -19px; }

.rightp--19 {
  right: -19%; }

.left--19 {
  left: -19px; }

.leftp--19 {
  left: -19%; }

.bottom--19 {
  bottom: -19px; }

.bottomp--19 {
  bottom: -19%; }

.marg--18 {
  margin: -18px !important; }

.marg--18-important {
  margin: -18px !important; }

.marg-t--18 {
  margin-top: -18px !important; }

.marg-l--18 {
  margin-left: -18px !important; }

.marg-r--18 {
  margin-right: -18px !important; }

.marg-b--18 {
  margin-bottom: -18px !important; }

.pad--18 {
  padding: -18px !important; }

.pad--18-important {
  padding: -18px !important; }

.pad-t--18 {
  padding-top: -18px !important; }

.pad-l--18 {
  padding-left: -18px !important; }

.pad-r--18 {
  padding-right: -18px !important; }

.pad-b--18 {
  padding-bottom: -18px !important; }

.top--18 {
  top: -18px; }

.topp--18 {
  top: -18%; }

.right--18 {
  right: -18px; }

.rightp--18 {
  right: -18%; }

.left--18 {
  left: -18px; }

.leftp--18 {
  left: -18%; }

.bottom--18 {
  bottom: -18px; }

.bottomp--18 {
  bottom: -18%; }

.marg--17 {
  margin: -17px !important; }

.marg--17-important {
  margin: -17px !important; }

.marg-t--17 {
  margin-top: -17px !important; }

.marg-l--17 {
  margin-left: -17px !important; }

.marg-r--17 {
  margin-right: -17px !important; }

.marg-b--17 {
  margin-bottom: -17px !important; }

.pad--17 {
  padding: -17px !important; }

.pad--17-important {
  padding: -17px !important; }

.pad-t--17 {
  padding-top: -17px !important; }

.pad-l--17 {
  padding-left: -17px !important; }

.pad-r--17 {
  padding-right: -17px !important; }

.pad-b--17 {
  padding-bottom: -17px !important; }

.top--17 {
  top: -17px; }

.topp--17 {
  top: -17%; }

.right--17 {
  right: -17px; }

.rightp--17 {
  right: -17%; }

.left--17 {
  left: -17px; }

.leftp--17 {
  left: -17%; }

.bottom--17 {
  bottom: -17px; }

.bottomp--17 {
  bottom: -17%; }

.marg--16 {
  margin: -16px !important; }

.marg--16-important {
  margin: -16px !important; }

.marg-t--16 {
  margin-top: -16px !important; }

.marg-l--16 {
  margin-left: -16px !important; }

.marg-r--16 {
  margin-right: -16px !important; }

.marg-b--16 {
  margin-bottom: -16px !important; }

.pad--16 {
  padding: -16px !important; }

.pad--16-important {
  padding: -16px !important; }

.pad-t--16 {
  padding-top: -16px !important; }

.pad-l--16 {
  padding-left: -16px !important; }

.pad-r--16 {
  padding-right: -16px !important; }

.pad-b--16 {
  padding-bottom: -16px !important; }

.top--16 {
  top: -16px; }

.topp--16 {
  top: -16%; }

.right--16 {
  right: -16px; }

.rightp--16 {
  right: -16%; }

.left--16 {
  left: -16px; }

.leftp--16 {
  left: -16%; }

.bottom--16 {
  bottom: -16px; }

.bottomp--16 {
  bottom: -16%; }

.marg--15 {
  margin: -15px !important; }

.marg--15-important {
  margin: -15px !important; }

.marg-t--15 {
  margin-top: -15px !important; }

.marg-l--15 {
  margin-left: -15px !important; }

.marg-r--15 {
  margin-right: -15px !important; }

.marg-b--15 {
  margin-bottom: -15px !important; }

.pad--15 {
  padding: -15px !important; }

.pad--15-important {
  padding: -15px !important; }

.pad-t--15 {
  padding-top: -15px !important; }

.pad-l--15 {
  padding-left: -15px !important; }

.pad-r--15 {
  padding-right: -15px !important; }

.pad-b--15 {
  padding-bottom: -15px !important; }

.top--15 {
  top: -15px; }

.topp--15 {
  top: -15%; }

.right--15 {
  right: -15px; }

.rightp--15 {
  right: -15%; }

.left--15 {
  left: -15px; }

.leftp--15 {
  left: -15%; }

.bottom--15 {
  bottom: -15px; }

.bottomp--15 {
  bottom: -15%; }

.marg--14 {
  margin: -14px !important; }

.marg--14-important {
  margin: -14px !important; }

.marg-t--14 {
  margin-top: -14px !important; }

.marg-l--14 {
  margin-left: -14px !important; }

.marg-r--14 {
  margin-right: -14px !important; }

.marg-b--14 {
  margin-bottom: -14px !important; }

.pad--14 {
  padding: -14px !important; }

.pad--14-important {
  padding: -14px !important; }

.pad-t--14 {
  padding-top: -14px !important; }

.pad-l--14 {
  padding-left: -14px !important; }

.pad-r--14 {
  padding-right: -14px !important; }

.pad-b--14 {
  padding-bottom: -14px !important; }

.top--14 {
  top: -14px; }

.topp--14 {
  top: -14%; }

.right--14 {
  right: -14px; }

.rightp--14 {
  right: -14%; }

.left--14 {
  left: -14px; }

.leftp--14 {
  left: -14%; }

.bottom--14 {
  bottom: -14px; }

.bottomp--14 {
  bottom: -14%; }

.marg--13 {
  margin: -13px !important; }

.marg--13-important {
  margin: -13px !important; }

.marg-t--13 {
  margin-top: -13px !important; }

.marg-l--13 {
  margin-left: -13px !important; }

.marg-r--13 {
  margin-right: -13px !important; }

.marg-b--13 {
  margin-bottom: -13px !important; }

.pad--13 {
  padding: -13px !important; }

.pad--13-important {
  padding: -13px !important; }

.pad-t--13 {
  padding-top: -13px !important; }

.pad-l--13 {
  padding-left: -13px !important; }

.pad-r--13 {
  padding-right: -13px !important; }

.pad-b--13 {
  padding-bottom: -13px !important; }

.top--13 {
  top: -13px; }

.topp--13 {
  top: -13%; }

.right--13 {
  right: -13px; }

.rightp--13 {
  right: -13%; }

.left--13 {
  left: -13px; }

.leftp--13 {
  left: -13%; }

.bottom--13 {
  bottom: -13px; }

.bottomp--13 {
  bottom: -13%; }

.marg--12 {
  margin: -12px !important; }

.marg--12-important {
  margin: -12px !important; }

.marg-t--12 {
  margin-top: -12px !important; }

.marg-l--12 {
  margin-left: -12px !important; }

.marg-r--12 {
  margin-right: -12px !important; }

.marg-b--12 {
  margin-bottom: -12px !important; }

.pad--12 {
  padding: -12px !important; }

.pad--12-important {
  padding: -12px !important; }

.pad-t--12 {
  padding-top: -12px !important; }

.pad-l--12 {
  padding-left: -12px !important; }

.pad-r--12 {
  padding-right: -12px !important; }

.pad-b--12 {
  padding-bottom: -12px !important; }

.top--12 {
  top: -12px; }

.topp--12 {
  top: -12%; }

.right--12 {
  right: -12px; }

.rightp--12 {
  right: -12%; }

.left--12 {
  left: -12px; }

.leftp--12 {
  left: -12%; }

.bottom--12 {
  bottom: -12px; }

.bottomp--12 {
  bottom: -12%; }

.marg--11 {
  margin: -11px !important; }

.marg--11-important {
  margin: -11px !important; }

.marg-t--11 {
  margin-top: -11px !important; }

.marg-l--11 {
  margin-left: -11px !important; }

.marg-r--11 {
  margin-right: -11px !important; }

.marg-b--11 {
  margin-bottom: -11px !important; }

.pad--11 {
  padding: -11px !important; }

.pad--11-important {
  padding: -11px !important; }

.pad-t--11 {
  padding-top: -11px !important; }

.pad-l--11 {
  padding-left: -11px !important; }

.pad-r--11 {
  padding-right: -11px !important; }

.pad-b--11 {
  padding-bottom: -11px !important; }

.top--11 {
  top: -11px; }

.topp--11 {
  top: -11%; }

.right--11 {
  right: -11px; }

.rightp--11 {
  right: -11%; }

.left--11 {
  left: -11px; }

.leftp--11 {
  left: -11%; }

.bottom--11 {
  bottom: -11px; }

.bottomp--11 {
  bottom: -11%; }

.marg--10 {
  margin: -10px !important; }

.marg--10-important {
  margin: -10px !important; }

.marg-t--10 {
  margin-top: -10px !important; }

.marg-l--10 {
  margin-left: -10px !important; }

.marg-r--10 {
  margin-right: -10px !important; }

.marg-b--10 {
  margin-bottom: -10px !important; }

.pad--10 {
  padding: -10px !important; }

.pad--10-important {
  padding: -10px !important; }

.pad-t--10 {
  padding-top: -10px !important; }

.pad-l--10 {
  padding-left: -10px !important; }

.pad-r--10 {
  padding-right: -10px !important; }

.pad-b--10 {
  padding-bottom: -10px !important; }

.top--10 {
  top: -10px; }

.topp--10 {
  top: -10%; }

.right--10 {
  right: -10px; }

.rightp--10 {
  right: -10%; }

.left--10 {
  left: -10px; }

.leftp--10 {
  left: -10%; }

.bottom--10 {
  bottom: -10px; }

.bottomp--10 {
  bottom: -10%; }

.marg--9 {
  margin: -9px !important; }

.marg--9-important {
  margin: -9px !important; }

.marg-t--9 {
  margin-top: -9px !important; }

.marg-l--9 {
  margin-left: -9px !important; }

.marg-r--9 {
  margin-right: -9px !important; }

.marg-b--9 {
  margin-bottom: -9px !important; }

.pad--9 {
  padding: -9px !important; }

.pad--9-important {
  padding: -9px !important; }

.pad-t--9 {
  padding-top: -9px !important; }

.pad-l--9 {
  padding-left: -9px !important; }

.pad-r--9 {
  padding-right: -9px !important; }

.pad-b--9 {
  padding-bottom: -9px !important; }

.top--9 {
  top: -9px; }

.topp--9 {
  top: -9%; }

.right--9 {
  right: -9px; }

.rightp--9 {
  right: -9%; }

.left--9 {
  left: -9px; }

.leftp--9 {
  left: -9%; }

.bottom--9 {
  bottom: -9px; }

.bottomp--9 {
  bottom: -9%; }

.marg--8 {
  margin: -8px !important; }

.marg--8-important {
  margin: -8px !important; }

.marg-t--8 {
  margin-top: -8px !important; }

.marg-l--8 {
  margin-left: -8px !important; }

.marg-r--8 {
  margin-right: -8px !important; }

.marg-b--8 {
  margin-bottom: -8px !important; }

.pad--8 {
  padding: -8px !important; }

.pad--8-important {
  padding: -8px !important; }

.pad-t--8 {
  padding-top: -8px !important; }

.pad-l--8 {
  padding-left: -8px !important; }

.pad-r--8 {
  padding-right: -8px !important; }

.pad-b--8 {
  padding-bottom: -8px !important; }

.top--8 {
  top: -8px; }

.topp--8 {
  top: -8%; }

.right--8 {
  right: -8px; }

.rightp--8 {
  right: -8%; }

.left--8 {
  left: -8px; }

.leftp--8 {
  left: -8%; }

.bottom--8 {
  bottom: -8px; }

.bottomp--8 {
  bottom: -8%; }

.marg--7 {
  margin: -7px !important; }

.marg--7-important {
  margin: -7px !important; }

.marg-t--7 {
  margin-top: -7px !important; }

.marg-l--7 {
  margin-left: -7px !important; }

.marg-r--7 {
  margin-right: -7px !important; }

.marg-b--7 {
  margin-bottom: -7px !important; }

.pad--7 {
  padding: -7px !important; }

.pad--7-important {
  padding: -7px !important; }

.pad-t--7 {
  padding-top: -7px !important; }

.pad-l--7 {
  padding-left: -7px !important; }

.pad-r--7 {
  padding-right: -7px !important; }

.pad-b--7 {
  padding-bottom: -7px !important; }

.top--7 {
  top: -7px; }

.topp--7 {
  top: -7%; }

.right--7 {
  right: -7px; }

.rightp--7 {
  right: -7%; }

.left--7 {
  left: -7px; }

.leftp--7 {
  left: -7%; }

.bottom--7 {
  bottom: -7px; }

.bottomp--7 {
  bottom: -7%; }

.marg--6 {
  margin: -6px !important; }

.marg--6-important {
  margin: -6px !important; }

.marg-t--6 {
  margin-top: -6px !important; }

.marg-l--6 {
  margin-left: -6px !important; }

.marg-r--6 {
  margin-right: -6px !important; }

.marg-b--6 {
  margin-bottom: -6px !important; }

.pad--6 {
  padding: -6px !important; }

.pad--6-important {
  padding: -6px !important; }

.pad-t--6 {
  padding-top: -6px !important; }

.pad-l--6 {
  padding-left: -6px !important; }

.pad-r--6 {
  padding-right: -6px !important; }

.pad-b--6 {
  padding-bottom: -6px !important; }

.top--6 {
  top: -6px; }

.topp--6 {
  top: -6%; }

.right--6 {
  right: -6px; }

.rightp--6 {
  right: -6%; }

.left--6 {
  left: -6px; }

.leftp--6 {
  left: -6%; }

.bottom--6 {
  bottom: -6px; }

.bottomp--6 {
  bottom: -6%; }

.marg--5 {
  margin: -5px !important; }

.marg--5-important {
  margin: -5px !important; }

.marg-t--5 {
  margin-top: -5px !important; }

.marg-l--5 {
  margin-left: -5px !important; }

.marg-r--5 {
  margin-right: -5px !important; }

.marg-b--5 {
  margin-bottom: -5px !important; }

.pad--5 {
  padding: -5px !important; }

.pad--5-important {
  padding: -5px !important; }

.pad-t--5 {
  padding-top: -5px !important; }

.pad-l--5 {
  padding-left: -5px !important; }

.pad-r--5 {
  padding-right: -5px !important; }

.pad-b--5 {
  padding-bottom: -5px !important; }

.top--5 {
  top: -5px; }

.topp--5 {
  top: -5%; }

.right--5 {
  right: -5px; }

.rightp--5 {
  right: -5%; }

.left--5 {
  left: -5px; }

.leftp--5 {
  left: -5%; }

.bottom--5 {
  bottom: -5px; }

.bottomp--5 {
  bottom: -5%; }

.marg--4 {
  margin: -4px !important; }

.marg--4-important {
  margin: -4px !important; }

.marg-t--4 {
  margin-top: -4px !important; }

.marg-l--4 {
  margin-left: -4px !important; }

.marg-r--4 {
  margin-right: -4px !important; }

.marg-b--4 {
  margin-bottom: -4px !important; }

.pad--4 {
  padding: -4px !important; }

.pad--4-important {
  padding: -4px !important; }

.pad-t--4 {
  padding-top: -4px !important; }

.pad-l--4 {
  padding-left: -4px !important; }

.pad-r--4 {
  padding-right: -4px !important; }

.pad-b--4 {
  padding-bottom: -4px !important; }

.top--4 {
  top: -4px; }

.topp--4 {
  top: -4%; }

.right--4 {
  right: -4px; }

.rightp--4 {
  right: -4%; }

.left--4 {
  left: -4px; }

.leftp--4 {
  left: -4%; }

.bottom--4 {
  bottom: -4px; }

.bottomp--4 {
  bottom: -4%; }

.marg--3 {
  margin: -3px !important; }

.marg--3-important {
  margin: -3px !important; }

.marg-t--3 {
  margin-top: -3px !important; }

.marg-l--3 {
  margin-left: -3px !important; }

.marg-r--3 {
  margin-right: -3px !important; }

.marg-b--3 {
  margin-bottom: -3px !important; }

.pad--3 {
  padding: -3px !important; }

.pad--3-important {
  padding: -3px !important; }

.pad-t--3 {
  padding-top: -3px !important; }

.pad-l--3 {
  padding-left: -3px !important; }

.pad-r--3 {
  padding-right: -3px !important; }

.pad-b--3 {
  padding-bottom: -3px !important; }

.top--3 {
  top: -3px; }

.topp--3 {
  top: -3%; }

.right--3 {
  right: -3px; }

.rightp--3 {
  right: -3%; }

.left--3 {
  left: -3px; }

.leftp--3 {
  left: -3%; }

.bottom--3 {
  bottom: -3px; }

.bottomp--3 {
  bottom: -3%; }

.marg--2 {
  margin: -2px !important; }

.marg--2-important {
  margin: -2px !important; }

.marg-t--2 {
  margin-top: -2px !important; }

.marg-l--2 {
  margin-left: -2px !important; }

.marg-r--2 {
  margin-right: -2px !important; }

.marg-b--2 {
  margin-bottom: -2px !important; }

.pad--2 {
  padding: -2px !important; }

.pad--2-important {
  padding: -2px !important; }

.pad-t--2 {
  padding-top: -2px !important; }

.pad-l--2 {
  padding-left: -2px !important; }

.pad-r--2 {
  padding-right: -2px !important; }

.pad-b--2 {
  padding-bottom: -2px !important; }

.top--2 {
  top: -2px; }

.topp--2 {
  top: -2%; }

.right--2 {
  right: -2px; }

.rightp--2 {
  right: -2%; }

.left--2 {
  left: -2px; }

.leftp--2 {
  left: -2%; }

.bottom--2 {
  bottom: -2px; }

.bottomp--2 {
  bottom: -2%; }

.marg--1 {
  margin: -1px !important; }

.marg--1-important {
  margin: -1px !important; }

.marg-t--1 {
  margin-top: -1px !important; }

.marg-l--1 {
  margin-left: -1px !important; }

.marg-r--1 {
  margin-right: -1px !important; }

.marg-b--1 {
  margin-bottom: -1px !important; }

.pad--1 {
  padding: -1px !important; }

.pad--1-important {
  padding: -1px !important; }

.pad-t--1 {
  padding-top: -1px !important; }

.pad-l--1 {
  padding-left: -1px !important; }

.pad-r--1 {
  padding-right: -1px !important; }

.pad-b--1 {
  padding-bottom: -1px !important; }

.top--1 {
  top: -1px; }

.topp--1 {
  top: -1%; }

.right--1 {
  right: -1px; }

.rightp--1 {
  right: -1%; }

.left--1 {
  left: -1px; }

.leftp--1 {
  left: -1%; }

.bottom--1 {
  bottom: -1px; }

.bottomp--1 {
  bottom: -1%; }

.marg-0 {
  margin: 0px !important; }

.marg-0-important {
  margin: 0px !important; }

.marg-t-0 {
  margin-top: 0px !important; }

.marg-l-0 {
  margin-left: 0px !important; }

.marg-r-0 {
  margin-right: 0px !important; }

.marg-b-0 {
  margin-bottom: 0px !important; }

.pad-0 {
  padding: 0px !important; }

.pad-0-important {
  padding: 0px !important; }

.pad-t-0 {
  padding-top: 0px !important; }

.pad-l-0 {
  padding-left: 0px !important; }

.pad-r-0 {
  padding-right: 0px !important; }

.pad-b-0 {
  padding-bottom: 0px !important; }

.top-0 {
  top: 0px; }

.topp-0 {
  top: 0%; }

.right-0 {
  right: 0px; }

.rightp-0 {
  right: 0%; }

.left-0 {
  left: 0px; }

.leftp-0 {
  left: 0%; }

.bottom-0 {
  bottom: 0px; }

.bottomp-0 {
  bottom: 0%; }

.marg-1 {
  margin: 1px !important; }

.marg-1-important {
  margin: 1px !important; }

.marg-t-1 {
  margin-top: 1px !important; }

.marg-l-1 {
  margin-left: 1px !important; }

.marg-r-1 {
  margin-right: 1px !important; }

.marg-b-1 {
  margin-bottom: 1px !important; }

.pad-1 {
  padding: 1px !important; }

.pad-1-important {
  padding: 1px !important; }

.pad-t-1 {
  padding-top: 1px !important; }

.pad-l-1 {
  padding-left: 1px !important; }

.pad-r-1 {
  padding-right: 1px !important; }

.pad-b-1 {
  padding-bottom: 1px !important; }

.top-1 {
  top: 1px; }

.topp-1 {
  top: 1%; }

.right-1 {
  right: 1px; }

.rightp-1 {
  right: 1%; }

.left-1 {
  left: 1px; }

.leftp-1 {
  left: 1%; }

.bottom-1 {
  bottom: 1px; }

.bottomp-1 {
  bottom: 1%; }

.marg-2 {
  margin: 2px !important; }

.marg-2-important {
  margin: 2px !important; }

.marg-t-2 {
  margin-top: 2px !important; }

.marg-l-2 {
  margin-left: 2px !important; }

.marg-r-2 {
  margin-right: 2px !important; }

.marg-b-2 {
  margin-bottom: 2px !important; }

.pad-2 {
  padding: 2px !important; }

.pad-2-important {
  padding: 2px !important; }

.pad-t-2 {
  padding-top: 2px !important; }

.pad-l-2 {
  padding-left: 2px !important; }

.pad-r-2 {
  padding-right: 2px !important; }

.pad-b-2 {
  padding-bottom: 2px !important; }

.top-2 {
  top: 2px; }

.topp-2 {
  top: 2%; }

.right-2 {
  right: 2px; }

.rightp-2 {
  right: 2%; }

.left-2 {
  left: 2px; }

.leftp-2 {
  left: 2%; }

.bottom-2 {
  bottom: 2px; }

.bottomp-2 {
  bottom: 2%; }

.marg-3 {
  margin: 3px !important; }

.marg-3-important {
  margin: 3px !important; }

.marg-t-3 {
  margin-top: 3px !important; }

.marg-l-3 {
  margin-left: 3px !important; }

.marg-r-3 {
  margin-right: 3px !important; }

.marg-b-3 {
  margin-bottom: 3px !important; }

.pad-3 {
  padding: 3px !important; }

.pad-3-important {
  padding: 3px !important; }

.pad-t-3 {
  padding-top: 3px !important; }

.pad-l-3 {
  padding-left: 3px !important; }

.pad-r-3 {
  padding-right: 3px !important; }

.pad-b-3 {
  padding-bottom: 3px !important; }

.top-3 {
  top: 3px; }

.topp-3 {
  top: 3%; }

.right-3 {
  right: 3px; }

.rightp-3 {
  right: 3%; }

.left-3 {
  left: 3px; }

.leftp-3 {
  left: 3%; }

.bottom-3 {
  bottom: 3px; }

.bottomp-3 {
  bottom: 3%; }

.marg-4 {
  margin: 4px !important; }

.marg-4-important {
  margin: 4px !important; }

.marg-t-4 {
  margin-top: 4px !important; }

.marg-l-4 {
  margin-left: 4px !important; }

.marg-r-4 {
  margin-right: 4px !important; }

.marg-b-4 {
  margin-bottom: 4px !important; }

.pad-4 {
  padding: 4px !important; }

.pad-4-important {
  padding: 4px !important; }

.pad-t-4 {
  padding-top: 4px !important; }

.pad-l-4 {
  padding-left: 4px !important; }

.pad-r-4 {
  padding-right: 4px !important; }

.pad-b-4 {
  padding-bottom: 4px !important; }

.top-4 {
  top: 4px; }

.topp-4 {
  top: 4%; }

.right-4 {
  right: 4px; }

.rightp-4 {
  right: 4%; }

.left-4 {
  left: 4px; }

.leftp-4 {
  left: 4%; }

.bottom-4 {
  bottom: 4px; }

.bottomp-4 {
  bottom: 4%; }

.marg-5 {
  margin: 5px !important; }

.marg-5-important {
  margin: 5px !important; }

.marg-t-5 {
  margin-top: 5px !important; }

.marg-l-5 {
  margin-left: 5px !important; }

.marg-r-5 {
  margin-right: 5px !important; }

.marg-b-5 {
  margin-bottom: 5px !important; }

.pad-5 {
  padding: 5px !important; }

.pad-5-important {
  padding: 5px !important; }

.pad-t-5 {
  padding-top: 5px !important; }

.pad-l-5 {
  padding-left: 5px !important; }

.pad-r-5 {
  padding-right: 5px !important; }

.pad-b-5 {
  padding-bottom: 5px !important; }

.top-5 {
  top: 5px; }

.topp-5 {
  top: 5%; }

.right-5 {
  right: 5px; }

.rightp-5 {
  right: 5%; }

.left-5 {
  left: 5px; }

.leftp-5 {
  left: 5%; }

.bottom-5 {
  bottom: 5px; }

.bottomp-5 {
  bottom: 5%; }

.marg-6 {
  margin: 6px !important; }

.marg-6-important {
  margin: 6px !important; }

.marg-t-6 {
  margin-top: 6px !important; }

.marg-l-6 {
  margin-left: 6px !important; }

.marg-r-6 {
  margin-right: 6px !important; }

.marg-b-6 {
  margin-bottom: 6px !important; }

.pad-6 {
  padding: 6px !important; }

.pad-6-important {
  padding: 6px !important; }

.pad-t-6 {
  padding-top: 6px !important; }

.pad-l-6 {
  padding-left: 6px !important; }

.pad-r-6 {
  padding-right: 6px !important; }

.pad-b-6 {
  padding-bottom: 6px !important; }

.top-6 {
  top: 6px; }

.topp-6 {
  top: 6%; }

.right-6 {
  right: 6px; }

.rightp-6 {
  right: 6%; }

.left-6 {
  left: 6px; }

.leftp-6 {
  left: 6%; }

.bottom-6 {
  bottom: 6px; }

.bottomp-6 {
  bottom: 6%; }

.marg-7 {
  margin: 7px !important; }

.marg-7-important {
  margin: 7px !important; }

.marg-t-7 {
  margin-top: 7px !important; }

.marg-l-7 {
  margin-left: 7px !important; }

.marg-r-7 {
  margin-right: 7px !important; }

.marg-b-7 {
  margin-bottom: 7px !important; }

.pad-7 {
  padding: 7px !important; }

.pad-7-important {
  padding: 7px !important; }

.pad-t-7 {
  padding-top: 7px !important; }

.pad-l-7 {
  padding-left: 7px !important; }

.pad-r-7 {
  padding-right: 7px !important; }

.pad-b-7 {
  padding-bottom: 7px !important; }

.top-7 {
  top: 7px; }

.topp-7 {
  top: 7%; }

.right-7 {
  right: 7px; }

.rightp-7 {
  right: 7%; }

.left-7 {
  left: 7px; }

.leftp-7 {
  left: 7%; }

.bottom-7 {
  bottom: 7px; }

.bottomp-7 {
  bottom: 7%; }

.marg-8 {
  margin: 8px !important; }

.marg-8-important {
  margin: 8px !important; }

.marg-t-8 {
  margin-top: 8px !important; }

.marg-l-8 {
  margin-left: 8px !important; }

.marg-r-8 {
  margin-right: 8px !important; }

.marg-b-8 {
  margin-bottom: 8px !important; }

.pad-8 {
  padding: 8px !important; }

.pad-8-important {
  padding: 8px !important; }

.pad-t-8 {
  padding-top: 8px !important; }

.pad-l-8 {
  padding-left: 8px !important; }

.pad-r-8 {
  padding-right: 8px !important; }

.pad-b-8 {
  padding-bottom: 8px !important; }

.top-8 {
  top: 8px; }

.topp-8 {
  top: 8%; }

.right-8 {
  right: 8px; }

.rightp-8 {
  right: 8%; }

.left-8 {
  left: 8px; }

.leftp-8 {
  left: 8%; }

.bottom-8 {
  bottom: 8px; }

.bottomp-8 {
  bottom: 8%; }

.marg-9 {
  margin: 9px !important; }

.marg-9-important {
  margin: 9px !important; }

.marg-t-9 {
  margin-top: 9px !important; }

.marg-l-9 {
  margin-left: 9px !important; }

.marg-r-9 {
  margin-right: 9px !important; }

.marg-b-9 {
  margin-bottom: 9px !important; }

.pad-9 {
  padding: 9px !important; }

.pad-9-important {
  padding: 9px !important; }

.pad-t-9 {
  padding-top: 9px !important; }

.pad-l-9 {
  padding-left: 9px !important; }

.pad-r-9 {
  padding-right: 9px !important; }

.pad-b-9 {
  padding-bottom: 9px !important; }

.top-9 {
  top: 9px; }

.topp-9 {
  top: 9%; }

.right-9 {
  right: 9px; }

.rightp-9 {
  right: 9%; }

.left-9 {
  left: 9px; }

.leftp-9 {
  left: 9%; }

.bottom-9 {
  bottom: 9px; }

.bottomp-9 {
  bottom: 9%; }

.marg-10 {
  margin: 10px !important; }

.marg-10-important {
  margin: 10px !important; }

.marg-t-10 {
  margin-top: 10px !important; }

.marg-l-10 {
  margin-left: 10px !important; }

.marg-r-10 {
  margin-right: 10px !important; }

.marg-b-10 {
  margin-bottom: 10px !important; }

.pad-10 {
  padding: 10px !important; }

.pad-10-important {
  padding: 10px !important; }

.pad-t-10 {
  padding-top: 10px !important; }

.pad-l-10 {
  padding-left: 10px !important; }

.pad-r-10 {
  padding-right: 10px !important; }

.pad-b-10 {
  padding-bottom: 10px !important; }

.top-10 {
  top: 10px; }

.topp-10 {
  top: 10%; }

.right-10 {
  right: 10px; }

.rightp-10 {
  right: 10%; }

.left-10 {
  left: 10px; }

.leftp-10 {
  left: 10%; }

.bottom-10 {
  bottom: 10px; }

.bottomp-10 {
  bottom: 10%; }

.marg-11 {
  margin: 11px !important; }

.marg-11-important {
  margin: 11px !important; }

.marg-t-11 {
  margin-top: 11px !important; }

.marg-l-11 {
  margin-left: 11px !important; }

.marg-r-11 {
  margin-right: 11px !important; }

.marg-b-11 {
  margin-bottom: 11px !important; }

.pad-11 {
  padding: 11px !important; }

.pad-11-important {
  padding: 11px !important; }

.pad-t-11 {
  padding-top: 11px !important; }

.pad-l-11 {
  padding-left: 11px !important; }

.pad-r-11 {
  padding-right: 11px !important; }

.pad-b-11 {
  padding-bottom: 11px !important; }

.top-11 {
  top: 11px; }

.topp-11 {
  top: 11%; }

.right-11 {
  right: 11px; }

.rightp-11 {
  right: 11%; }

.left-11 {
  left: 11px; }

.leftp-11 {
  left: 11%; }

.bottom-11 {
  bottom: 11px; }

.bottomp-11 {
  bottom: 11%; }

.marg-12 {
  margin: 12px !important; }

.marg-12-important {
  margin: 12px !important; }

.marg-t-12 {
  margin-top: 12px !important; }

.marg-l-12 {
  margin-left: 12px !important; }

.marg-r-12 {
  margin-right: 12px !important; }

.marg-b-12 {
  margin-bottom: 12px !important; }

.pad-12 {
  padding: 12px !important; }

.pad-12-important {
  padding: 12px !important; }

.pad-t-12 {
  padding-top: 12px !important; }

.pad-l-12 {
  padding-left: 12px !important; }

.pad-r-12 {
  padding-right: 12px !important; }

.pad-b-12 {
  padding-bottom: 12px !important; }

.top-12 {
  top: 12px; }

.topp-12 {
  top: 12%; }

.right-12 {
  right: 12px; }

.rightp-12 {
  right: 12%; }

.left-12 {
  left: 12px; }

.leftp-12 {
  left: 12%; }

.bottom-12 {
  bottom: 12px; }

.bottomp-12 {
  bottom: 12%; }

.marg-13 {
  margin: 13px !important; }

.marg-13-important {
  margin: 13px !important; }

.marg-t-13 {
  margin-top: 13px !important; }

.marg-l-13 {
  margin-left: 13px !important; }

.marg-r-13 {
  margin-right: 13px !important; }

.marg-b-13 {
  margin-bottom: 13px !important; }

.pad-13 {
  padding: 13px !important; }

.pad-13-important {
  padding: 13px !important; }

.pad-t-13 {
  padding-top: 13px !important; }

.pad-l-13 {
  padding-left: 13px !important; }

.pad-r-13 {
  padding-right: 13px !important; }

.pad-b-13 {
  padding-bottom: 13px !important; }

.top-13 {
  top: 13px; }

.topp-13 {
  top: 13%; }

.right-13 {
  right: 13px; }

.rightp-13 {
  right: 13%; }

.left-13 {
  left: 13px; }

.leftp-13 {
  left: 13%; }

.bottom-13 {
  bottom: 13px; }

.bottomp-13 {
  bottom: 13%; }

.marg-14 {
  margin: 14px !important; }

.marg-14-important {
  margin: 14px !important; }

.marg-t-14 {
  margin-top: 14px !important; }

.marg-l-14 {
  margin-left: 14px !important; }

.marg-r-14 {
  margin-right: 14px !important; }

.marg-b-14 {
  margin-bottom: 14px !important; }

.pad-14 {
  padding: 14px !important; }

.pad-14-important {
  padding: 14px !important; }

.pad-t-14 {
  padding-top: 14px !important; }

.pad-l-14 {
  padding-left: 14px !important; }

.pad-r-14 {
  padding-right: 14px !important; }

.pad-b-14 {
  padding-bottom: 14px !important; }

.top-14 {
  top: 14px; }

.topp-14 {
  top: 14%; }

.right-14 {
  right: 14px; }

.rightp-14 {
  right: 14%; }

.left-14 {
  left: 14px; }

.leftp-14 {
  left: 14%; }

.bottom-14 {
  bottom: 14px; }

.bottomp-14 {
  bottom: 14%; }

.marg-15 {
  margin: 15px !important; }

.marg-15-important {
  margin: 15px !important; }

.marg-t-15 {
  margin-top: 15px !important; }

.marg-l-15 {
  margin-left: 15px !important; }

.marg-r-15 {
  margin-right: 15px !important; }

.marg-b-15 {
  margin-bottom: 15px !important; }

.pad-15 {
  padding: 15px !important; }

.pad-15-important {
  padding: 15px !important; }

.pad-t-15 {
  padding-top: 15px !important; }

.pad-l-15 {
  padding-left: 15px !important; }

.pad-r-15 {
  padding-right: 15px !important; }

.pad-b-15 {
  padding-bottom: 15px !important; }

.top-15 {
  top: 15px; }

.topp-15 {
  top: 15%; }

.right-15 {
  right: 15px; }

.rightp-15 {
  right: 15%; }

.left-15 {
  left: 15px; }

.leftp-15 {
  left: 15%; }

.bottom-15 {
  bottom: 15px; }

.bottomp-15 {
  bottom: 15%; }

.marg-16 {
  margin: 16px !important; }

.marg-16-important {
  margin: 16px !important; }

.marg-t-16 {
  margin-top: 16px !important; }

.marg-l-16 {
  margin-left: 16px !important; }

.marg-r-16 {
  margin-right: 16px !important; }

.marg-b-16 {
  margin-bottom: 16px !important; }

.pad-16 {
  padding: 16px !important; }

.pad-16-important {
  padding: 16px !important; }

.pad-t-16 {
  padding-top: 16px !important; }

.pad-l-16 {
  padding-left: 16px !important; }

.pad-r-16 {
  padding-right: 16px !important; }

.pad-b-16 {
  padding-bottom: 16px !important; }

.top-16 {
  top: 16px; }

.topp-16 {
  top: 16%; }

.right-16 {
  right: 16px; }

.rightp-16 {
  right: 16%; }

.left-16 {
  left: 16px; }

.leftp-16 {
  left: 16%; }

.bottom-16 {
  bottom: 16px; }

.bottomp-16 {
  bottom: 16%; }

.marg-17 {
  margin: 17px !important; }

.marg-17-important {
  margin: 17px !important; }

.marg-t-17 {
  margin-top: 17px !important; }

.marg-l-17 {
  margin-left: 17px !important; }

.marg-r-17 {
  margin-right: 17px !important; }

.marg-b-17 {
  margin-bottom: 17px !important; }

.pad-17 {
  padding: 17px !important; }

.pad-17-important {
  padding: 17px !important; }

.pad-t-17 {
  padding-top: 17px !important; }

.pad-l-17 {
  padding-left: 17px !important; }

.pad-r-17 {
  padding-right: 17px !important; }

.pad-b-17 {
  padding-bottom: 17px !important; }

.top-17 {
  top: 17px; }

.topp-17 {
  top: 17%; }

.right-17 {
  right: 17px; }

.rightp-17 {
  right: 17%; }

.left-17 {
  left: 17px; }

.leftp-17 {
  left: 17%; }

.bottom-17 {
  bottom: 17px; }

.bottomp-17 {
  bottom: 17%; }

.marg-18 {
  margin: 18px !important; }

.marg-18-important {
  margin: 18px !important; }

.marg-t-18 {
  margin-top: 18px !important; }

.marg-l-18 {
  margin-left: 18px !important; }

.marg-r-18 {
  margin-right: 18px !important; }

.marg-b-18 {
  margin-bottom: 18px !important; }

.pad-18 {
  padding: 18px !important; }

.pad-18-important {
  padding: 18px !important; }

.pad-t-18 {
  padding-top: 18px !important; }

.pad-l-18 {
  padding-left: 18px !important; }

.pad-r-18 {
  padding-right: 18px !important; }

.pad-b-18 {
  padding-bottom: 18px !important; }

.top-18 {
  top: 18px; }

.topp-18 {
  top: 18%; }

.right-18 {
  right: 18px; }

.rightp-18 {
  right: 18%; }

.left-18 {
  left: 18px; }

.leftp-18 {
  left: 18%; }

.bottom-18 {
  bottom: 18px; }

.bottomp-18 {
  bottom: 18%; }

.marg-19 {
  margin: 19px !important; }

.marg-19-important {
  margin: 19px !important; }

.marg-t-19 {
  margin-top: 19px !important; }

.marg-l-19 {
  margin-left: 19px !important; }

.marg-r-19 {
  margin-right: 19px !important; }

.marg-b-19 {
  margin-bottom: 19px !important; }

.pad-19 {
  padding: 19px !important; }

.pad-19-important {
  padding: 19px !important; }

.pad-t-19 {
  padding-top: 19px !important; }

.pad-l-19 {
  padding-left: 19px !important; }

.pad-r-19 {
  padding-right: 19px !important; }

.pad-b-19 {
  padding-bottom: 19px !important; }

.top-19 {
  top: 19px; }

.topp-19 {
  top: 19%; }

.right-19 {
  right: 19px; }

.rightp-19 {
  right: 19%; }

.left-19 {
  left: 19px; }

.leftp-19 {
  left: 19%; }

.bottom-19 {
  bottom: 19px; }

.bottomp-19 {
  bottom: 19%; }

.marg-20 {
  margin: 20px !important; }

.marg-20-important {
  margin: 20px !important; }

.marg-t-20 {
  margin-top: 20px !important; }

.marg-l-20 {
  margin-left: 20px !important; }

.marg-r-20 {
  margin-right: 20px !important; }

.marg-b-20 {
  margin-bottom: 20px !important; }

.pad-20 {
  padding: 20px !important; }

.pad-20-important {
  padding: 20px !important; }

.pad-t-20 {
  padding-top: 20px !important; }

.pad-l-20 {
  padding-left: 20px !important; }

.pad-r-20 {
  padding-right: 20px !important; }

.pad-b-20 {
  padding-bottom: 20px !important; }

.top-20 {
  top: 20px; }

.topp-20 {
  top: 20%; }

.right-20 {
  right: 20px; }

.rightp-20 {
  right: 20%; }

.left-20 {
  left: 20px; }

.leftp-20 {
  left: 20%; }

.bottom-20 {
  bottom: 20px; }

.bottomp-20 {
  bottom: 20%; }

.marg-21 {
  margin: 21px !important; }

.marg-21-important {
  margin: 21px !important; }

.marg-t-21 {
  margin-top: 21px !important; }

.marg-l-21 {
  margin-left: 21px !important; }

.marg-r-21 {
  margin-right: 21px !important; }

.marg-b-21 {
  margin-bottom: 21px !important; }

.pad-21 {
  padding: 21px !important; }

.pad-21-important {
  padding: 21px !important; }

.pad-t-21 {
  padding-top: 21px !important; }

.pad-l-21 {
  padding-left: 21px !important; }

.pad-r-21 {
  padding-right: 21px !important; }

.pad-b-21 {
  padding-bottom: 21px !important; }

.top-21 {
  top: 21px; }

.topp-21 {
  top: 21%; }

.right-21 {
  right: 21px; }

.rightp-21 {
  right: 21%; }

.left-21 {
  left: 21px; }

.leftp-21 {
  left: 21%; }

.bottom-21 {
  bottom: 21px; }

.bottomp-21 {
  bottom: 21%; }

.marg-22 {
  margin: 22px !important; }

.marg-22-important {
  margin: 22px !important; }

.marg-t-22 {
  margin-top: 22px !important; }

.marg-l-22 {
  margin-left: 22px !important; }

.marg-r-22 {
  margin-right: 22px !important; }

.marg-b-22 {
  margin-bottom: 22px !important; }

.pad-22 {
  padding: 22px !important; }

.pad-22-important {
  padding: 22px !important; }

.pad-t-22 {
  padding-top: 22px !important; }

.pad-l-22 {
  padding-left: 22px !important; }

.pad-r-22 {
  padding-right: 22px !important; }

.pad-b-22 {
  padding-bottom: 22px !important; }

.top-22 {
  top: 22px; }

.topp-22 {
  top: 22%; }

.right-22 {
  right: 22px; }

.rightp-22 {
  right: 22%; }

.left-22 {
  left: 22px; }

.leftp-22 {
  left: 22%; }

.bottom-22 {
  bottom: 22px; }

.bottomp-22 {
  bottom: 22%; }

.marg-23 {
  margin: 23px !important; }

.marg-23-important {
  margin: 23px !important; }

.marg-t-23 {
  margin-top: 23px !important; }

.marg-l-23 {
  margin-left: 23px !important; }

.marg-r-23 {
  margin-right: 23px !important; }

.marg-b-23 {
  margin-bottom: 23px !important; }

.pad-23 {
  padding: 23px !important; }

.pad-23-important {
  padding: 23px !important; }

.pad-t-23 {
  padding-top: 23px !important; }

.pad-l-23 {
  padding-left: 23px !important; }

.pad-r-23 {
  padding-right: 23px !important; }

.pad-b-23 {
  padding-bottom: 23px !important; }

.top-23 {
  top: 23px; }

.topp-23 {
  top: 23%; }

.right-23 {
  right: 23px; }

.rightp-23 {
  right: 23%; }

.left-23 {
  left: 23px; }

.leftp-23 {
  left: 23%; }

.bottom-23 {
  bottom: 23px; }

.bottomp-23 {
  bottom: 23%; }

.marg-24 {
  margin: 24px !important; }

.marg-24-important {
  margin: 24px !important; }

.marg-t-24 {
  margin-top: 24px !important; }

.marg-l-24 {
  margin-left: 24px !important; }

.marg-r-24 {
  margin-right: 24px !important; }

.marg-b-24 {
  margin-bottom: 24px !important; }

.pad-24 {
  padding: 24px !important; }

.pad-24-important {
  padding: 24px !important; }

.pad-t-24 {
  padding-top: 24px !important; }

.pad-l-24 {
  padding-left: 24px !important; }

.pad-r-24 {
  padding-right: 24px !important; }

.pad-b-24 {
  padding-bottom: 24px !important; }

.top-24 {
  top: 24px; }

.topp-24 {
  top: 24%; }

.right-24 {
  right: 24px; }

.rightp-24 {
  right: 24%; }

.left-24 {
  left: 24px; }

.leftp-24 {
  left: 24%; }

.bottom-24 {
  bottom: 24px; }

.bottomp-24 {
  bottom: 24%; }

.marg-25 {
  margin: 25px !important; }

.marg-25-important {
  margin: 25px !important; }

.marg-t-25 {
  margin-top: 25px !important; }

.marg-l-25 {
  margin-left: 25px !important; }

.marg-r-25 {
  margin-right: 25px !important; }

.marg-b-25 {
  margin-bottom: 25px !important; }

.pad-25 {
  padding: 25px !important; }

.pad-25-important {
  padding: 25px !important; }

.pad-t-25 {
  padding-top: 25px !important; }

.pad-l-25 {
  padding-left: 25px !important; }

.pad-r-25 {
  padding-right: 25px !important; }

.pad-b-25 {
  padding-bottom: 25px !important; }

.top-25 {
  top: 25px; }

.topp-25 {
  top: 25%; }

.right-25 {
  right: 25px; }

.rightp-25 {
  right: 25%; }

.left-25 {
  left: 25px; }

.leftp-25 {
  left: 25%; }

.bottom-25 {
  bottom: 25px; }

.bottomp-25 {
  bottom: 25%; }

.marg-26 {
  margin: 26px !important; }

.marg-26-important {
  margin: 26px !important; }

.marg-t-26 {
  margin-top: 26px !important; }

.marg-l-26 {
  margin-left: 26px !important; }

.marg-r-26 {
  margin-right: 26px !important; }

.marg-b-26 {
  margin-bottom: 26px !important; }

.pad-26 {
  padding: 26px !important; }

.pad-26-important {
  padding: 26px !important; }

.pad-t-26 {
  padding-top: 26px !important; }

.pad-l-26 {
  padding-left: 26px !important; }

.pad-r-26 {
  padding-right: 26px !important; }

.pad-b-26 {
  padding-bottom: 26px !important; }

.top-26 {
  top: 26px; }

.topp-26 {
  top: 26%; }

.right-26 {
  right: 26px; }

.rightp-26 {
  right: 26%; }

.left-26 {
  left: 26px; }

.leftp-26 {
  left: 26%; }

.bottom-26 {
  bottom: 26px; }

.bottomp-26 {
  bottom: 26%; }

.marg-27 {
  margin: 27px !important; }

.marg-27-important {
  margin: 27px !important; }

.marg-t-27 {
  margin-top: 27px !important; }

.marg-l-27 {
  margin-left: 27px !important; }

.marg-r-27 {
  margin-right: 27px !important; }

.marg-b-27 {
  margin-bottom: 27px !important; }

.pad-27 {
  padding: 27px !important; }

.pad-27-important {
  padding: 27px !important; }

.pad-t-27 {
  padding-top: 27px !important; }

.pad-l-27 {
  padding-left: 27px !important; }

.pad-r-27 {
  padding-right: 27px !important; }

.pad-b-27 {
  padding-bottom: 27px !important; }

.top-27 {
  top: 27px; }

.topp-27 {
  top: 27%; }

.right-27 {
  right: 27px; }

.rightp-27 {
  right: 27%; }

.left-27 {
  left: 27px; }

.leftp-27 {
  left: 27%; }

.bottom-27 {
  bottom: 27px; }

.bottomp-27 {
  bottom: 27%; }

.marg-28 {
  margin: 28px !important; }

.marg-28-important {
  margin: 28px !important; }

.marg-t-28 {
  margin-top: 28px !important; }

.marg-l-28 {
  margin-left: 28px !important; }

.marg-r-28 {
  margin-right: 28px !important; }

.marg-b-28 {
  margin-bottom: 28px !important; }

.pad-28 {
  padding: 28px !important; }

.pad-28-important {
  padding: 28px !important; }

.pad-t-28 {
  padding-top: 28px !important; }

.pad-l-28 {
  padding-left: 28px !important; }

.pad-r-28 {
  padding-right: 28px !important; }

.pad-b-28 {
  padding-bottom: 28px !important; }

.top-28 {
  top: 28px; }

.topp-28 {
  top: 28%; }

.right-28 {
  right: 28px; }

.rightp-28 {
  right: 28%; }

.left-28 {
  left: 28px; }

.leftp-28 {
  left: 28%; }

.bottom-28 {
  bottom: 28px; }

.bottomp-28 {
  bottom: 28%; }

.marg-29 {
  margin: 29px !important; }

.marg-29-important {
  margin: 29px !important; }

.marg-t-29 {
  margin-top: 29px !important; }

.marg-l-29 {
  margin-left: 29px !important; }

.marg-r-29 {
  margin-right: 29px !important; }

.marg-b-29 {
  margin-bottom: 29px !important; }

.pad-29 {
  padding: 29px !important; }

.pad-29-important {
  padding: 29px !important; }

.pad-t-29 {
  padding-top: 29px !important; }

.pad-l-29 {
  padding-left: 29px !important; }

.pad-r-29 {
  padding-right: 29px !important; }

.pad-b-29 {
  padding-bottom: 29px !important; }

.top-29 {
  top: 29px; }

.topp-29 {
  top: 29%; }

.right-29 {
  right: 29px; }

.rightp-29 {
  right: 29%; }

.left-29 {
  left: 29px; }

.leftp-29 {
  left: 29%; }

.bottom-29 {
  bottom: 29px; }

.bottomp-29 {
  bottom: 29%; }

.marg-30 {
  margin: 30px !important; }

.marg-30-important {
  margin: 30px !important; }

.marg-t-30 {
  margin-top: 30px !important; }

.marg-l-30 {
  margin-left: 30px !important; }

.marg-r-30 {
  margin-right: 30px !important; }

.marg-b-30 {
  margin-bottom: 30px !important; }

.pad-30 {
  padding: 30px !important; }

.pad-30-important {
  padding: 30px !important; }

.pad-t-30 {
  padding-top: 30px !important; }

.pad-l-30 {
  padding-left: 30px !important; }

.pad-r-30 {
  padding-right: 30px !important; }

.pad-b-30 {
  padding-bottom: 30px !important; }

.top-30 {
  top: 30px; }

.topp-30 {
  top: 30%; }

.right-30 {
  right: 30px; }

.rightp-30 {
  right: 30%; }

.left-30 {
  left: 30px; }

.leftp-30 {
  left: 30%; }

.bottom-30 {
  bottom: 30px; }

.bottomp-30 {
  bottom: 30%; }

.marg-31 {
  margin: 31px !important; }

.marg-31-important {
  margin: 31px !important; }

.marg-t-31 {
  margin-top: 31px !important; }

.marg-l-31 {
  margin-left: 31px !important; }

.marg-r-31 {
  margin-right: 31px !important; }

.marg-b-31 {
  margin-bottom: 31px !important; }

.pad-31 {
  padding: 31px !important; }

.pad-31-important {
  padding: 31px !important; }

.pad-t-31 {
  padding-top: 31px !important; }

.pad-l-31 {
  padding-left: 31px !important; }

.pad-r-31 {
  padding-right: 31px !important; }

.pad-b-31 {
  padding-bottom: 31px !important; }

.top-31 {
  top: 31px; }

.topp-31 {
  top: 31%; }

.right-31 {
  right: 31px; }

.rightp-31 {
  right: 31%; }

.left-31 {
  left: 31px; }

.leftp-31 {
  left: 31%; }

.bottom-31 {
  bottom: 31px; }

.bottomp-31 {
  bottom: 31%; }

.marg-32 {
  margin: 32px !important; }

.marg-32-important {
  margin: 32px !important; }

.marg-t-32 {
  margin-top: 32px !important; }

.marg-l-32 {
  margin-left: 32px !important; }

.marg-r-32 {
  margin-right: 32px !important; }

.marg-b-32 {
  margin-bottom: 32px !important; }

.pad-32 {
  padding: 32px !important; }

.pad-32-important {
  padding: 32px !important; }

.pad-t-32 {
  padding-top: 32px !important; }

.pad-l-32 {
  padding-left: 32px !important; }

.pad-r-32 {
  padding-right: 32px !important; }

.pad-b-32 {
  padding-bottom: 32px !important; }

.top-32 {
  top: 32px; }

.topp-32 {
  top: 32%; }

.right-32 {
  right: 32px; }

.rightp-32 {
  right: 32%; }

.left-32 {
  left: 32px; }

.leftp-32 {
  left: 32%; }

.bottom-32 {
  bottom: 32px; }

.bottomp-32 {
  bottom: 32%; }

.marg-33 {
  margin: 33px !important; }

.marg-33-important {
  margin: 33px !important; }

.marg-t-33 {
  margin-top: 33px !important; }

.marg-l-33 {
  margin-left: 33px !important; }

.marg-r-33 {
  margin-right: 33px !important; }

.marg-b-33 {
  margin-bottom: 33px !important; }

.pad-33 {
  padding: 33px !important; }

.pad-33-important {
  padding: 33px !important; }

.pad-t-33 {
  padding-top: 33px !important; }

.pad-l-33 {
  padding-left: 33px !important; }

.pad-r-33 {
  padding-right: 33px !important; }

.pad-b-33 {
  padding-bottom: 33px !important; }

.top-33 {
  top: 33px; }

.topp-33 {
  top: 33%; }

.right-33 {
  right: 33px; }

.rightp-33 {
  right: 33%; }

.left-33 {
  left: 33px; }

.leftp-33 {
  left: 33%; }

.bottom-33 {
  bottom: 33px; }

.bottomp-33 {
  bottom: 33%; }

.marg-34 {
  margin: 34px !important; }

.marg-34-important {
  margin: 34px !important; }

.marg-t-34 {
  margin-top: 34px !important; }

.marg-l-34 {
  margin-left: 34px !important; }

.marg-r-34 {
  margin-right: 34px !important; }

.marg-b-34 {
  margin-bottom: 34px !important; }

.pad-34 {
  padding: 34px !important; }

.pad-34-important {
  padding: 34px !important; }

.pad-t-34 {
  padding-top: 34px !important; }

.pad-l-34 {
  padding-left: 34px !important; }

.pad-r-34 {
  padding-right: 34px !important; }

.pad-b-34 {
  padding-bottom: 34px !important; }

.top-34 {
  top: 34px; }

.topp-34 {
  top: 34%; }

.right-34 {
  right: 34px; }

.rightp-34 {
  right: 34%; }

.left-34 {
  left: 34px; }

.leftp-34 {
  left: 34%; }

.bottom-34 {
  bottom: 34px; }

.bottomp-34 {
  bottom: 34%; }

.marg-35 {
  margin: 35px !important; }

.marg-35-important {
  margin: 35px !important; }

.marg-t-35 {
  margin-top: 35px !important; }

.marg-l-35 {
  margin-left: 35px !important; }

.marg-r-35 {
  margin-right: 35px !important; }

.marg-b-35 {
  margin-bottom: 35px !important; }

.pad-35 {
  padding: 35px !important; }

.pad-35-important {
  padding: 35px !important; }

.pad-t-35 {
  padding-top: 35px !important; }

.pad-l-35 {
  padding-left: 35px !important; }

.pad-r-35 {
  padding-right: 35px !important; }

.pad-b-35 {
  padding-bottom: 35px !important; }

.top-35 {
  top: 35px; }

.topp-35 {
  top: 35%; }

.right-35 {
  right: 35px; }

.rightp-35 {
  right: 35%; }

.left-35 {
  left: 35px; }

.leftp-35 {
  left: 35%; }

.bottom-35 {
  bottom: 35px; }

.bottomp-35 {
  bottom: 35%; }

.marg-36 {
  margin: 36px !important; }

.marg-36-important {
  margin: 36px !important; }

.marg-t-36 {
  margin-top: 36px !important; }

.marg-l-36 {
  margin-left: 36px !important; }

.marg-r-36 {
  margin-right: 36px !important; }

.marg-b-36 {
  margin-bottom: 36px !important; }

.pad-36 {
  padding: 36px !important; }

.pad-36-important {
  padding: 36px !important; }

.pad-t-36 {
  padding-top: 36px !important; }

.pad-l-36 {
  padding-left: 36px !important; }

.pad-r-36 {
  padding-right: 36px !important; }

.pad-b-36 {
  padding-bottom: 36px !important; }

.top-36 {
  top: 36px; }

.topp-36 {
  top: 36%; }

.right-36 {
  right: 36px; }

.rightp-36 {
  right: 36%; }

.left-36 {
  left: 36px; }

.leftp-36 {
  left: 36%; }

.bottom-36 {
  bottom: 36px; }

.bottomp-36 {
  bottom: 36%; }

.marg-37 {
  margin: 37px !important; }

.marg-37-important {
  margin: 37px !important; }

.marg-t-37 {
  margin-top: 37px !important; }

.marg-l-37 {
  margin-left: 37px !important; }

.marg-r-37 {
  margin-right: 37px !important; }

.marg-b-37 {
  margin-bottom: 37px !important; }

.pad-37 {
  padding: 37px !important; }

.pad-37-important {
  padding: 37px !important; }

.pad-t-37 {
  padding-top: 37px !important; }

.pad-l-37 {
  padding-left: 37px !important; }

.pad-r-37 {
  padding-right: 37px !important; }

.pad-b-37 {
  padding-bottom: 37px !important; }

.top-37 {
  top: 37px; }

.topp-37 {
  top: 37%; }

.right-37 {
  right: 37px; }

.rightp-37 {
  right: 37%; }

.left-37 {
  left: 37px; }

.leftp-37 {
  left: 37%; }

.bottom-37 {
  bottom: 37px; }

.bottomp-37 {
  bottom: 37%; }

.marg-38 {
  margin: 38px !important; }

.marg-38-important {
  margin: 38px !important; }

.marg-t-38 {
  margin-top: 38px !important; }

.marg-l-38 {
  margin-left: 38px !important; }

.marg-r-38 {
  margin-right: 38px !important; }

.marg-b-38 {
  margin-bottom: 38px !important; }

.pad-38 {
  padding: 38px !important; }

.pad-38-important {
  padding: 38px !important; }

.pad-t-38 {
  padding-top: 38px !important; }

.pad-l-38 {
  padding-left: 38px !important; }

.pad-r-38 {
  padding-right: 38px !important; }

.pad-b-38 {
  padding-bottom: 38px !important; }

.top-38 {
  top: 38px; }

.topp-38 {
  top: 38%; }

.right-38 {
  right: 38px; }

.rightp-38 {
  right: 38%; }

.left-38 {
  left: 38px; }

.leftp-38 {
  left: 38%; }

.bottom-38 {
  bottom: 38px; }

.bottomp-38 {
  bottom: 38%; }

.marg-39 {
  margin: 39px !important; }

.marg-39-important {
  margin: 39px !important; }

.marg-t-39 {
  margin-top: 39px !important; }

.marg-l-39 {
  margin-left: 39px !important; }

.marg-r-39 {
  margin-right: 39px !important; }

.marg-b-39 {
  margin-bottom: 39px !important; }

.pad-39 {
  padding: 39px !important; }

.pad-39-important {
  padding: 39px !important; }

.pad-t-39 {
  padding-top: 39px !important; }

.pad-l-39 {
  padding-left: 39px !important; }

.pad-r-39 {
  padding-right: 39px !important; }

.pad-b-39 {
  padding-bottom: 39px !important; }

.top-39 {
  top: 39px; }

.topp-39 {
  top: 39%; }

.right-39 {
  right: 39px; }

.rightp-39 {
  right: 39%; }

.left-39 {
  left: 39px; }

.leftp-39 {
  left: 39%; }

.bottom-39 {
  bottom: 39px; }

.bottomp-39 {
  bottom: 39%; }

.marg-40 {
  margin: 40px !important; }

.marg-40-important {
  margin: 40px !important; }

.marg-t-40 {
  margin-top: 40px !important; }

.marg-l-40 {
  margin-left: 40px !important; }

.marg-r-40 {
  margin-right: 40px !important; }

.marg-b-40 {
  margin-bottom: 40px !important; }

.pad-40 {
  padding: 40px !important; }

.pad-40-important {
  padding: 40px !important; }

.pad-t-40 {
  padding-top: 40px !important; }

.pad-l-40 {
  padding-left: 40px !important; }

.pad-r-40 {
  padding-right: 40px !important; }

.pad-b-40 {
  padding-bottom: 40px !important; }

.top-40 {
  top: 40px; }

.topp-40 {
  top: 40%; }

.right-40 {
  right: 40px; }

.rightp-40 {
  right: 40%; }

.left-40 {
  left: 40px; }

.leftp-40 {
  left: 40%; }

.bottom-40 {
  bottom: 40px; }

.bottomp-40 {
  bottom: 40%; }

.marg-41 {
  margin: 41px !important; }

.marg-41-important {
  margin: 41px !important; }

.marg-t-41 {
  margin-top: 41px !important; }

.marg-l-41 {
  margin-left: 41px !important; }

.marg-r-41 {
  margin-right: 41px !important; }

.marg-b-41 {
  margin-bottom: 41px !important; }

.pad-41 {
  padding: 41px !important; }

.pad-41-important {
  padding: 41px !important; }

.pad-t-41 {
  padding-top: 41px !important; }

.pad-l-41 {
  padding-left: 41px !important; }

.pad-r-41 {
  padding-right: 41px !important; }

.pad-b-41 {
  padding-bottom: 41px !important; }

.top-41 {
  top: 41px; }

.topp-41 {
  top: 41%; }

.right-41 {
  right: 41px; }

.rightp-41 {
  right: 41%; }

.left-41 {
  left: 41px; }

.leftp-41 {
  left: 41%; }

.bottom-41 {
  bottom: 41px; }

.bottomp-41 {
  bottom: 41%; }

.marg-42 {
  margin: 42px !important; }

.marg-42-important {
  margin: 42px !important; }

.marg-t-42 {
  margin-top: 42px !important; }

.marg-l-42 {
  margin-left: 42px !important; }

.marg-r-42 {
  margin-right: 42px !important; }

.marg-b-42 {
  margin-bottom: 42px !important; }

.pad-42 {
  padding: 42px !important; }

.pad-42-important {
  padding: 42px !important; }

.pad-t-42 {
  padding-top: 42px !important; }

.pad-l-42 {
  padding-left: 42px !important; }

.pad-r-42 {
  padding-right: 42px !important; }

.pad-b-42 {
  padding-bottom: 42px !important; }

.top-42 {
  top: 42px; }

.topp-42 {
  top: 42%; }

.right-42 {
  right: 42px; }

.rightp-42 {
  right: 42%; }

.left-42 {
  left: 42px; }

.leftp-42 {
  left: 42%; }

.bottom-42 {
  bottom: 42px; }

.bottomp-42 {
  bottom: 42%; }

.marg-43 {
  margin: 43px !important; }

.marg-43-important {
  margin: 43px !important; }

.marg-t-43 {
  margin-top: 43px !important; }

.marg-l-43 {
  margin-left: 43px !important; }

.marg-r-43 {
  margin-right: 43px !important; }

.marg-b-43 {
  margin-bottom: 43px !important; }

.pad-43 {
  padding: 43px !important; }

.pad-43-important {
  padding: 43px !important; }

.pad-t-43 {
  padding-top: 43px !important; }

.pad-l-43 {
  padding-left: 43px !important; }

.pad-r-43 {
  padding-right: 43px !important; }

.pad-b-43 {
  padding-bottom: 43px !important; }

.top-43 {
  top: 43px; }

.topp-43 {
  top: 43%; }

.right-43 {
  right: 43px; }

.rightp-43 {
  right: 43%; }

.left-43 {
  left: 43px; }

.leftp-43 {
  left: 43%; }

.bottom-43 {
  bottom: 43px; }

.bottomp-43 {
  bottom: 43%; }

.marg-44 {
  margin: 44px !important; }

.marg-44-important {
  margin: 44px !important; }

.marg-t-44 {
  margin-top: 44px !important; }

.marg-l-44 {
  margin-left: 44px !important; }

.marg-r-44 {
  margin-right: 44px !important; }

.marg-b-44 {
  margin-bottom: 44px !important; }

.pad-44 {
  padding: 44px !important; }

.pad-44-important {
  padding: 44px !important; }

.pad-t-44 {
  padding-top: 44px !important; }

.pad-l-44 {
  padding-left: 44px !important; }

.pad-r-44 {
  padding-right: 44px !important; }

.pad-b-44 {
  padding-bottom: 44px !important; }

.top-44 {
  top: 44px; }

.topp-44 {
  top: 44%; }

.right-44 {
  right: 44px; }

.rightp-44 {
  right: 44%; }

.left-44 {
  left: 44px; }

.leftp-44 {
  left: 44%; }

.bottom-44 {
  bottom: 44px; }

.bottomp-44 {
  bottom: 44%; }

.marg-45 {
  margin: 45px !important; }

.marg-45-important {
  margin: 45px !important; }

.marg-t-45 {
  margin-top: 45px !important; }

.marg-l-45 {
  margin-left: 45px !important; }

.marg-r-45 {
  margin-right: 45px !important; }

.marg-b-45 {
  margin-bottom: 45px !important; }

.pad-45 {
  padding: 45px !important; }

.pad-45-important {
  padding: 45px !important; }

.pad-t-45 {
  padding-top: 45px !important; }

.pad-l-45 {
  padding-left: 45px !important; }

.pad-r-45 {
  padding-right: 45px !important; }

.pad-b-45 {
  padding-bottom: 45px !important; }

.top-45 {
  top: 45px; }

.topp-45 {
  top: 45%; }

.right-45 {
  right: 45px; }

.rightp-45 {
  right: 45%; }

.left-45 {
  left: 45px; }

.leftp-45 {
  left: 45%; }

.bottom-45 {
  bottom: 45px; }

.bottomp-45 {
  bottom: 45%; }

.marg-46 {
  margin: 46px !important; }

.marg-46-important {
  margin: 46px !important; }

.marg-t-46 {
  margin-top: 46px !important; }

.marg-l-46 {
  margin-left: 46px !important; }

.marg-r-46 {
  margin-right: 46px !important; }

.marg-b-46 {
  margin-bottom: 46px !important; }

.pad-46 {
  padding: 46px !important; }

.pad-46-important {
  padding: 46px !important; }

.pad-t-46 {
  padding-top: 46px !important; }

.pad-l-46 {
  padding-left: 46px !important; }

.pad-r-46 {
  padding-right: 46px !important; }

.pad-b-46 {
  padding-bottom: 46px !important; }

.top-46 {
  top: 46px; }

.topp-46 {
  top: 46%; }

.right-46 {
  right: 46px; }

.rightp-46 {
  right: 46%; }

.left-46 {
  left: 46px; }

.leftp-46 {
  left: 46%; }

.bottom-46 {
  bottom: 46px; }

.bottomp-46 {
  bottom: 46%; }

.marg-47 {
  margin: 47px !important; }

.marg-47-important {
  margin: 47px !important; }

.marg-t-47 {
  margin-top: 47px !important; }

.marg-l-47 {
  margin-left: 47px !important; }

.marg-r-47 {
  margin-right: 47px !important; }

.marg-b-47 {
  margin-bottom: 47px !important; }

.pad-47 {
  padding: 47px !important; }

.pad-47-important {
  padding: 47px !important; }

.pad-t-47 {
  padding-top: 47px !important; }

.pad-l-47 {
  padding-left: 47px !important; }

.pad-r-47 {
  padding-right: 47px !important; }

.pad-b-47 {
  padding-bottom: 47px !important; }

.top-47 {
  top: 47px; }

.topp-47 {
  top: 47%; }

.right-47 {
  right: 47px; }

.rightp-47 {
  right: 47%; }

.left-47 {
  left: 47px; }

.leftp-47 {
  left: 47%; }

.bottom-47 {
  bottom: 47px; }

.bottomp-47 {
  bottom: 47%; }

.marg-48 {
  margin: 48px !important; }

.marg-48-important {
  margin: 48px !important; }

.marg-t-48 {
  margin-top: 48px !important; }

.marg-l-48 {
  margin-left: 48px !important; }

.marg-r-48 {
  margin-right: 48px !important; }

.marg-b-48 {
  margin-bottom: 48px !important; }

.pad-48 {
  padding: 48px !important; }

.pad-48-important {
  padding: 48px !important; }

.pad-t-48 {
  padding-top: 48px !important; }

.pad-l-48 {
  padding-left: 48px !important; }

.pad-r-48 {
  padding-right: 48px !important; }

.pad-b-48 {
  padding-bottom: 48px !important; }

.top-48 {
  top: 48px; }

.topp-48 {
  top: 48%; }

.right-48 {
  right: 48px; }

.rightp-48 {
  right: 48%; }

.left-48 {
  left: 48px; }

.leftp-48 {
  left: 48%; }

.bottom-48 {
  bottom: 48px; }

.bottomp-48 {
  bottom: 48%; }

.marg-49 {
  margin: 49px !important; }

.marg-49-important {
  margin: 49px !important; }

.marg-t-49 {
  margin-top: 49px !important; }

.marg-l-49 {
  margin-left: 49px !important; }

.marg-r-49 {
  margin-right: 49px !important; }

.marg-b-49 {
  margin-bottom: 49px !important; }

.pad-49 {
  padding: 49px !important; }

.pad-49-important {
  padding: 49px !important; }

.pad-t-49 {
  padding-top: 49px !important; }

.pad-l-49 {
  padding-left: 49px !important; }

.pad-r-49 {
  padding-right: 49px !important; }

.pad-b-49 {
  padding-bottom: 49px !important; }

.top-49 {
  top: 49px; }

.topp-49 {
  top: 49%; }

.right-49 {
  right: 49px; }

.rightp-49 {
  right: 49%; }

.left-49 {
  left: 49px; }

.leftp-49 {
  left: 49%; }

.bottom-49 {
  bottom: 49px; }

.bottomp-49 {
  bottom: 49%; }

.marg-50 {
  margin: 50px !important; }

.marg-50-important {
  margin: 50px !important; }

.marg-t-50 {
  margin-top: 50px !important; }

.marg-l-50 {
  margin-left: 50px !important; }

.marg-r-50 {
  margin-right: 50px !important; }

.marg-b-50 {
  margin-bottom: 50px !important; }

.pad-50 {
  padding: 50px !important; }

.pad-50-important {
  padding: 50px !important; }

.pad-t-50 {
  padding-top: 50px !important; }

.pad-l-50 {
  padding-left: 50px !important; }

.pad-r-50 {
  padding-right: 50px !important; }

.pad-b-50 {
  padding-bottom: 50px !important; }

.top-50 {
  top: 50px; }

.topp-50 {
  top: 50%; }

.right-50 {
  right: 50px; }

.rightp-50 {
  right: 50%; }

.left-50 {
  left: 50px; }

.leftp-50 {
  left: 50%; }

.bottom-50 {
  bottom: 50px; }

.bottomp-50 {
  bottom: 50%; }

.marg-51 {
  margin: 51px !important; }

.marg-51-important {
  margin: 51px !important; }

.marg-t-51 {
  margin-top: 51px !important; }

.marg-l-51 {
  margin-left: 51px !important; }

.marg-r-51 {
  margin-right: 51px !important; }

.marg-b-51 {
  margin-bottom: 51px !important; }

.pad-51 {
  padding: 51px !important; }

.pad-51-important {
  padding: 51px !important; }

.pad-t-51 {
  padding-top: 51px !important; }

.pad-l-51 {
  padding-left: 51px !important; }

.pad-r-51 {
  padding-right: 51px !important; }

.pad-b-51 {
  padding-bottom: 51px !important; }

.top-51 {
  top: 51px; }

.topp-51 {
  top: 51%; }

.right-51 {
  right: 51px; }

.rightp-51 {
  right: 51%; }

.left-51 {
  left: 51px; }

.leftp-51 {
  left: 51%; }

.bottom-51 {
  bottom: 51px; }

.bottomp-51 {
  bottom: 51%; }

.marg-52 {
  margin: 52px !important; }

.marg-52-important {
  margin: 52px !important; }

.marg-t-52 {
  margin-top: 52px !important; }

.marg-l-52 {
  margin-left: 52px !important; }

.marg-r-52 {
  margin-right: 52px !important; }

.marg-b-52 {
  margin-bottom: 52px !important; }

.pad-52 {
  padding: 52px !important; }

.pad-52-important {
  padding: 52px !important; }

.pad-t-52 {
  padding-top: 52px !important; }

.pad-l-52 {
  padding-left: 52px !important; }

.pad-r-52 {
  padding-right: 52px !important; }

.pad-b-52 {
  padding-bottom: 52px !important; }

.top-52 {
  top: 52px; }

.topp-52 {
  top: 52%; }

.right-52 {
  right: 52px; }

.rightp-52 {
  right: 52%; }

.left-52 {
  left: 52px; }

.leftp-52 {
  left: 52%; }

.bottom-52 {
  bottom: 52px; }

.bottomp-52 {
  bottom: 52%; }

.marg-53 {
  margin: 53px !important; }

.marg-53-important {
  margin: 53px !important; }

.marg-t-53 {
  margin-top: 53px !important; }

.marg-l-53 {
  margin-left: 53px !important; }

.marg-r-53 {
  margin-right: 53px !important; }

.marg-b-53 {
  margin-bottom: 53px !important; }

.pad-53 {
  padding: 53px !important; }

.pad-53-important {
  padding: 53px !important; }

.pad-t-53 {
  padding-top: 53px !important; }

.pad-l-53 {
  padding-left: 53px !important; }

.pad-r-53 {
  padding-right: 53px !important; }

.pad-b-53 {
  padding-bottom: 53px !important; }

.top-53 {
  top: 53px; }

.topp-53 {
  top: 53%; }

.right-53 {
  right: 53px; }

.rightp-53 {
  right: 53%; }

.left-53 {
  left: 53px; }

.leftp-53 {
  left: 53%; }

.bottom-53 {
  bottom: 53px; }

.bottomp-53 {
  bottom: 53%; }

.marg-54 {
  margin: 54px !important; }

.marg-54-important {
  margin: 54px !important; }

.marg-t-54 {
  margin-top: 54px !important; }

.marg-l-54 {
  margin-left: 54px !important; }

.marg-r-54 {
  margin-right: 54px !important; }

.marg-b-54 {
  margin-bottom: 54px !important; }

.pad-54 {
  padding: 54px !important; }

.pad-54-important {
  padding: 54px !important; }

.pad-t-54 {
  padding-top: 54px !important; }

.pad-l-54 {
  padding-left: 54px !important; }

.pad-r-54 {
  padding-right: 54px !important; }

.pad-b-54 {
  padding-bottom: 54px !important; }

.top-54 {
  top: 54px; }

.topp-54 {
  top: 54%; }

.right-54 {
  right: 54px; }

.rightp-54 {
  right: 54%; }

.left-54 {
  left: 54px; }

.leftp-54 {
  left: 54%; }

.bottom-54 {
  bottom: 54px; }

.bottomp-54 {
  bottom: 54%; }

.marg-55 {
  margin: 55px !important; }

.marg-55-important {
  margin: 55px !important; }

.marg-t-55 {
  margin-top: 55px !important; }

.marg-l-55 {
  margin-left: 55px !important; }

.marg-r-55 {
  margin-right: 55px !important; }

.marg-b-55 {
  margin-bottom: 55px !important; }

.pad-55 {
  padding: 55px !important; }

.pad-55-important {
  padding: 55px !important; }

.pad-t-55 {
  padding-top: 55px !important; }

.pad-l-55 {
  padding-left: 55px !important; }

.pad-r-55 {
  padding-right: 55px !important; }

.pad-b-55 {
  padding-bottom: 55px !important; }

.top-55 {
  top: 55px; }

.topp-55 {
  top: 55%; }

.right-55 {
  right: 55px; }

.rightp-55 {
  right: 55%; }

.left-55 {
  left: 55px; }

.leftp-55 {
  left: 55%; }

.bottom-55 {
  bottom: 55px; }

.bottomp-55 {
  bottom: 55%; }

.marg-56 {
  margin: 56px !important; }

.marg-56-important {
  margin: 56px !important; }

.marg-t-56 {
  margin-top: 56px !important; }

.marg-l-56 {
  margin-left: 56px !important; }

.marg-r-56 {
  margin-right: 56px !important; }

.marg-b-56 {
  margin-bottom: 56px !important; }

.pad-56 {
  padding: 56px !important; }

.pad-56-important {
  padding: 56px !important; }

.pad-t-56 {
  padding-top: 56px !important; }

.pad-l-56 {
  padding-left: 56px !important; }

.pad-r-56 {
  padding-right: 56px !important; }

.pad-b-56 {
  padding-bottom: 56px !important; }

.top-56 {
  top: 56px; }

.topp-56 {
  top: 56%; }

.right-56 {
  right: 56px; }

.rightp-56 {
  right: 56%; }

.left-56 {
  left: 56px; }

.leftp-56 {
  left: 56%; }

.bottom-56 {
  bottom: 56px; }

.bottomp-56 {
  bottom: 56%; }

.marg-57 {
  margin: 57px !important; }

.marg-57-important {
  margin: 57px !important; }

.marg-t-57 {
  margin-top: 57px !important; }

.marg-l-57 {
  margin-left: 57px !important; }

.marg-r-57 {
  margin-right: 57px !important; }

.marg-b-57 {
  margin-bottom: 57px !important; }

.pad-57 {
  padding: 57px !important; }

.pad-57-important {
  padding: 57px !important; }

.pad-t-57 {
  padding-top: 57px !important; }

.pad-l-57 {
  padding-left: 57px !important; }

.pad-r-57 {
  padding-right: 57px !important; }

.pad-b-57 {
  padding-bottom: 57px !important; }

.top-57 {
  top: 57px; }

.topp-57 {
  top: 57%; }

.right-57 {
  right: 57px; }

.rightp-57 {
  right: 57%; }

.left-57 {
  left: 57px; }

.leftp-57 {
  left: 57%; }

.bottom-57 {
  bottom: 57px; }

.bottomp-57 {
  bottom: 57%; }

.marg-58 {
  margin: 58px !important; }

.marg-58-important {
  margin: 58px !important; }

.marg-t-58 {
  margin-top: 58px !important; }

.marg-l-58 {
  margin-left: 58px !important; }

.marg-r-58 {
  margin-right: 58px !important; }

.marg-b-58 {
  margin-bottom: 58px !important; }

.pad-58 {
  padding: 58px !important; }

.pad-58-important {
  padding: 58px !important; }

.pad-t-58 {
  padding-top: 58px !important; }

.pad-l-58 {
  padding-left: 58px !important; }

.pad-r-58 {
  padding-right: 58px !important; }

.pad-b-58 {
  padding-bottom: 58px !important; }

.top-58 {
  top: 58px; }

.topp-58 {
  top: 58%; }

.right-58 {
  right: 58px; }

.rightp-58 {
  right: 58%; }

.left-58 {
  left: 58px; }

.leftp-58 {
  left: 58%; }

.bottom-58 {
  bottom: 58px; }

.bottomp-58 {
  bottom: 58%; }

.marg-59 {
  margin: 59px !important; }

.marg-59-important {
  margin: 59px !important; }

.marg-t-59 {
  margin-top: 59px !important; }

.marg-l-59 {
  margin-left: 59px !important; }

.marg-r-59 {
  margin-right: 59px !important; }

.marg-b-59 {
  margin-bottom: 59px !important; }

.pad-59 {
  padding: 59px !important; }

.pad-59-important {
  padding: 59px !important; }

.pad-t-59 {
  padding-top: 59px !important; }

.pad-l-59 {
  padding-left: 59px !important; }

.pad-r-59 {
  padding-right: 59px !important; }

.pad-b-59 {
  padding-bottom: 59px !important; }

.top-59 {
  top: 59px; }

.topp-59 {
  top: 59%; }

.right-59 {
  right: 59px; }

.rightp-59 {
  right: 59%; }

.left-59 {
  left: 59px; }

.leftp-59 {
  left: 59%; }

.bottom-59 {
  bottom: 59px; }

.bottomp-59 {
  bottom: 59%; }

.marg-60 {
  margin: 60px !important; }

.marg-60-important {
  margin: 60px !important; }

.marg-t-60 {
  margin-top: 60px !important; }

.marg-l-60 {
  margin-left: 60px !important; }

.marg-r-60 {
  margin-right: 60px !important; }

.marg-b-60 {
  margin-bottom: 60px !important; }

.pad-60 {
  padding: 60px !important; }

.pad-60-important {
  padding: 60px !important; }

.pad-t-60 {
  padding-top: 60px !important; }

.pad-l-60 {
  padding-left: 60px !important; }

.pad-r-60 {
  padding-right: 60px !important; }

.pad-b-60 {
  padding-bottom: 60px !important; }

.top-60 {
  top: 60px; }

.topp-60 {
  top: 60%; }

.right-60 {
  right: 60px; }

.rightp-60 {
  right: 60%; }

.left-60 {
  left: 60px; }

.leftp-60 {
  left: 60%; }

.bottom-60 {
  bottom: 60px; }

.bottomp-60 {
  bottom: 60%; }

.marg-61 {
  margin: 61px !important; }

.marg-61-important {
  margin: 61px !important; }

.marg-t-61 {
  margin-top: 61px !important; }

.marg-l-61 {
  margin-left: 61px !important; }

.marg-r-61 {
  margin-right: 61px !important; }

.marg-b-61 {
  margin-bottom: 61px !important; }

.pad-61 {
  padding: 61px !important; }

.pad-61-important {
  padding: 61px !important; }

.pad-t-61 {
  padding-top: 61px !important; }

.pad-l-61 {
  padding-left: 61px !important; }

.pad-r-61 {
  padding-right: 61px !important; }

.pad-b-61 {
  padding-bottom: 61px !important; }

.top-61 {
  top: 61px; }

.topp-61 {
  top: 61%; }

.right-61 {
  right: 61px; }

.rightp-61 {
  right: 61%; }

.left-61 {
  left: 61px; }

.leftp-61 {
  left: 61%; }

.bottom-61 {
  bottom: 61px; }

.bottomp-61 {
  bottom: 61%; }

.marg-62 {
  margin: 62px !important; }

.marg-62-important {
  margin: 62px !important; }

.marg-t-62 {
  margin-top: 62px !important; }

.marg-l-62 {
  margin-left: 62px !important; }

.marg-r-62 {
  margin-right: 62px !important; }

.marg-b-62 {
  margin-bottom: 62px !important; }

.pad-62 {
  padding: 62px !important; }

.pad-62-important {
  padding: 62px !important; }

.pad-t-62 {
  padding-top: 62px !important; }

.pad-l-62 {
  padding-left: 62px !important; }

.pad-r-62 {
  padding-right: 62px !important; }

.pad-b-62 {
  padding-bottom: 62px !important; }

.top-62 {
  top: 62px; }

.topp-62 {
  top: 62%; }

.right-62 {
  right: 62px; }

.rightp-62 {
  right: 62%; }

.left-62 {
  left: 62px; }

.leftp-62 {
  left: 62%; }

.bottom-62 {
  bottom: 62px; }

.bottomp-62 {
  bottom: 62%; }

.marg-63 {
  margin: 63px !important; }

.marg-63-important {
  margin: 63px !important; }

.marg-t-63 {
  margin-top: 63px !important; }

.marg-l-63 {
  margin-left: 63px !important; }

.marg-r-63 {
  margin-right: 63px !important; }

.marg-b-63 {
  margin-bottom: 63px !important; }

.pad-63 {
  padding: 63px !important; }

.pad-63-important {
  padding: 63px !important; }

.pad-t-63 {
  padding-top: 63px !important; }

.pad-l-63 {
  padding-left: 63px !important; }

.pad-r-63 {
  padding-right: 63px !important; }

.pad-b-63 {
  padding-bottom: 63px !important; }

.top-63 {
  top: 63px; }

.topp-63 {
  top: 63%; }

.right-63 {
  right: 63px; }

.rightp-63 {
  right: 63%; }

.left-63 {
  left: 63px; }

.leftp-63 {
  left: 63%; }

.bottom-63 {
  bottom: 63px; }

.bottomp-63 {
  bottom: 63%; }

.marg-64 {
  margin: 64px !important; }

.marg-64-important {
  margin: 64px !important; }

.marg-t-64 {
  margin-top: 64px !important; }

.marg-l-64 {
  margin-left: 64px !important; }

.marg-r-64 {
  margin-right: 64px !important; }

.marg-b-64 {
  margin-bottom: 64px !important; }

.pad-64 {
  padding: 64px !important; }

.pad-64-important {
  padding: 64px !important; }

.pad-t-64 {
  padding-top: 64px !important; }

.pad-l-64 {
  padding-left: 64px !important; }

.pad-r-64 {
  padding-right: 64px !important; }

.pad-b-64 {
  padding-bottom: 64px !important; }

.top-64 {
  top: 64px; }

.topp-64 {
  top: 64%; }

.right-64 {
  right: 64px; }

.rightp-64 {
  right: 64%; }

.left-64 {
  left: 64px; }

.leftp-64 {
  left: 64%; }

.bottom-64 {
  bottom: 64px; }

.bottomp-64 {
  bottom: 64%; }

.marg-65 {
  margin: 65px !important; }

.marg-65-important {
  margin: 65px !important; }

.marg-t-65 {
  margin-top: 65px !important; }

.marg-l-65 {
  margin-left: 65px !important; }

.marg-r-65 {
  margin-right: 65px !important; }

.marg-b-65 {
  margin-bottom: 65px !important; }

.pad-65 {
  padding: 65px !important; }

.pad-65-important {
  padding: 65px !important; }

.pad-t-65 {
  padding-top: 65px !important; }

.pad-l-65 {
  padding-left: 65px !important; }

.pad-r-65 {
  padding-right: 65px !important; }

.pad-b-65 {
  padding-bottom: 65px !important; }

.top-65 {
  top: 65px; }

.topp-65 {
  top: 65%; }

.right-65 {
  right: 65px; }

.rightp-65 {
  right: 65%; }

.left-65 {
  left: 65px; }

.leftp-65 {
  left: 65%; }

.bottom-65 {
  bottom: 65px; }

.bottomp-65 {
  bottom: 65%; }

.marg-66 {
  margin: 66px !important; }

.marg-66-important {
  margin: 66px !important; }

.marg-t-66 {
  margin-top: 66px !important; }

.marg-l-66 {
  margin-left: 66px !important; }

.marg-r-66 {
  margin-right: 66px !important; }

.marg-b-66 {
  margin-bottom: 66px !important; }

.pad-66 {
  padding: 66px !important; }

.pad-66-important {
  padding: 66px !important; }

.pad-t-66 {
  padding-top: 66px !important; }

.pad-l-66 {
  padding-left: 66px !important; }

.pad-r-66 {
  padding-right: 66px !important; }

.pad-b-66 {
  padding-bottom: 66px !important; }

.top-66 {
  top: 66px; }

.topp-66 {
  top: 66%; }

.right-66 {
  right: 66px; }

.rightp-66 {
  right: 66%; }

.left-66 {
  left: 66px; }

.leftp-66 {
  left: 66%; }

.bottom-66 {
  bottom: 66px; }

.bottomp-66 {
  bottom: 66%; }

.marg-67 {
  margin: 67px !important; }

.marg-67-important {
  margin: 67px !important; }

.marg-t-67 {
  margin-top: 67px !important; }

.marg-l-67 {
  margin-left: 67px !important; }

.marg-r-67 {
  margin-right: 67px !important; }

.marg-b-67 {
  margin-bottom: 67px !important; }

.pad-67 {
  padding: 67px !important; }

.pad-67-important {
  padding: 67px !important; }

.pad-t-67 {
  padding-top: 67px !important; }

.pad-l-67 {
  padding-left: 67px !important; }

.pad-r-67 {
  padding-right: 67px !important; }

.pad-b-67 {
  padding-bottom: 67px !important; }

.top-67 {
  top: 67px; }

.topp-67 {
  top: 67%; }

.right-67 {
  right: 67px; }

.rightp-67 {
  right: 67%; }

.left-67 {
  left: 67px; }

.leftp-67 {
  left: 67%; }

.bottom-67 {
  bottom: 67px; }

.bottomp-67 {
  bottom: 67%; }

.marg-68 {
  margin: 68px !important; }

.marg-68-important {
  margin: 68px !important; }

.marg-t-68 {
  margin-top: 68px !important; }

.marg-l-68 {
  margin-left: 68px !important; }

.marg-r-68 {
  margin-right: 68px !important; }

.marg-b-68 {
  margin-bottom: 68px !important; }

.pad-68 {
  padding: 68px !important; }

.pad-68-important {
  padding: 68px !important; }

.pad-t-68 {
  padding-top: 68px !important; }

.pad-l-68 {
  padding-left: 68px !important; }

.pad-r-68 {
  padding-right: 68px !important; }

.pad-b-68 {
  padding-bottom: 68px !important; }

.top-68 {
  top: 68px; }

.topp-68 {
  top: 68%; }

.right-68 {
  right: 68px; }

.rightp-68 {
  right: 68%; }

.left-68 {
  left: 68px; }

.leftp-68 {
  left: 68%; }

.bottom-68 {
  bottom: 68px; }

.bottomp-68 {
  bottom: 68%; }

.marg-69 {
  margin: 69px !important; }

.marg-69-important {
  margin: 69px !important; }

.marg-t-69 {
  margin-top: 69px !important; }

.marg-l-69 {
  margin-left: 69px !important; }

.marg-r-69 {
  margin-right: 69px !important; }

.marg-b-69 {
  margin-bottom: 69px !important; }

.pad-69 {
  padding: 69px !important; }

.pad-69-important {
  padding: 69px !important; }

.pad-t-69 {
  padding-top: 69px !important; }

.pad-l-69 {
  padding-left: 69px !important; }

.pad-r-69 {
  padding-right: 69px !important; }

.pad-b-69 {
  padding-bottom: 69px !important; }

.top-69 {
  top: 69px; }

.topp-69 {
  top: 69%; }

.right-69 {
  right: 69px; }

.rightp-69 {
  right: 69%; }

.left-69 {
  left: 69px; }

.leftp-69 {
  left: 69%; }

.bottom-69 {
  bottom: 69px; }

.bottomp-69 {
  bottom: 69%; }

.marg-70 {
  margin: 70px !important; }

.marg-70-important {
  margin: 70px !important; }

.marg-t-70 {
  margin-top: 70px !important; }

.marg-l-70 {
  margin-left: 70px !important; }

.marg-r-70 {
  margin-right: 70px !important; }

.marg-b-70 {
  margin-bottom: 70px !important; }

.pad-70 {
  padding: 70px !important; }

.pad-70-important {
  padding: 70px !important; }

.pad-t-70 {
  padding-top: 70px !important; }

.pad-l-70 {
  padding-left: 70px !important; }

.pad-r-70 {
  padding-right: 70px !important; }

.pad-b-70 {
  padding-bottom: 70px !important; }

.top-70 {
  top: 70px; }

.topp-70 {
  top: 70%; }

.right-70 {
  right: 70px; }

.rightp-70 {
  right: 70%; }

.left-70 {
  left: 70px; }

.leftp-70 {
  left: 70%; }

.bottom-70 {
  bottom: 70px; }

.bottomp-70 {
  bottom: 70%; }

.marg-71 {
  margin: 71px !important; }

.marg-71-important {
  margin: 71px !important; }

.marg-t-71 {
  margin-top: 71px !important; }

.marg-l-71 {
  margin-left: 71px !important; }

.marg-r-71 {
  margin-right: 71px !important; }

.marg-b-71 {
  margin-bottom: 71px !important; }

.pad-71 {
  padding: 71px !important; }

.pad-71-important {
  padding: 71px !important; }

.pad-t-71 {
  padding-top: 71px !important; }

.pad-l-71 {
  padding-left: 71px !important; }

.pad-r-71 {
  padding-right: 71px !important; }

.pad-b-71 {
  padding-bottom: 71px !important; }

.top-71 {
  top: 71px; }

.topp-71 {
  top: 71%; }

.right-71 {
  right: 71px; }

.rightp-71 {
  right: 71%; }

.left-71 {
  left: 71px; }

.leftp-71 {
  left: 71%; }

.bottom-71 {
  bottom: 71px; }

.bottomp-71 {
  bottom: 71%; }

.marg-72 {
  margin: 72px !important; }

.marg-72-important {
  margin: 72px !important; }

.marg-t-72 {
  margin-top: 72px !important; }

.marg-l-72 {
  margin-left: 72px !important; }

.marg-r-72 {
  margin-right: 72px !important; }

.marg-b-72 {
  margin-bottom: 72px !important; }

.pad-72 {
  padding: 72px !important; }

.pad-72-important {
  padding: 72px !important; }

.pad-t-72 {
  padding-top: 72px !important; }

.pad-l-72 {
  padding-left: 72px !important; }

.pad-r-72 {
  padding-right: 72px !important; }

.pad-b-72 {
  padding-bottom: 72px !important; }

.top-72 {
  top: 72px; }

.topp-72 {
  top: 72%; }

.right-72 {
  right: 72px; }

.rightp-72 {
  right: 72%; }

.left-72 {
  left: 72px; }

.leftp-72 {
  left: 72%; }

.bottom-72 {
  bottom: 72px; }

.bottomp-72 {
  bottom: 72%; }

.marg-73 {
  margin: 73px !important; }

.marg-73-important {
  margin: 73px !important; }

.marg-t-73 {
  margin-top: 73px !important; }

.marg-l-73 {
  margin-left: 73px !important; }

.marg-r-73 {
  margin-right: 73px !important; }

.marg-b-73 {
  margin-bottom: 73px !important; }

.pad-73 {
  padding: 73px !important; }

.pad-73-important {
  padding: 73px !important; }

.pad-t-73 {
  padding-top: 73px !important; }

.pad-l-73 {
  padding-left: 73px !important; }

.pad-r-73 {
  padding-right: 73px !important; }

.pad-b-73 {
  padding-bottom: 73px !important; }

.top-73 {
  top: 73px; }

.topp-73 {
  top: 73%; }

.right-73 {
  right: 73px; }

.rightp-73 {
  right: 73%; }

.left-73 {
  left: 73px; }

.leftp-73 {
  left: 73%; }

.bottom-73 {
  bottom: 73px; }

.bottomp-73 {
  bottom: 73%; }

.marg-74 {
  margin: 74px !important; }

.marg-74-important {
  margin: 74px !important; }

.marg-t-74 {
  margin-top: 74px !important; }

.marg-l-74 {
  margin-left: 74px !important; }

.marg-r-74 {
  margin-right: 74px !important; }

.marg-b-74 {
  margin-bottom: 74px !important; }

.pad-74 {
  padding: 74px !important; }

.pad-74-important {
  padding: 74px !important; }

.pad-t-74 {
  padding-top: 74px !important; }

.pad-l-74 {
  padding-left: 74px !important; }

.pad-r-74 {
  padding-right: 74px !important; }

.pad-b-74 {
  padding-bottom: 74px !important; }

.top-74 {
  top: 74px; }

.topp-74 {
  top: 74%; }

.right-74 {
  right: 74px; }

.rightp-74 {
  right: 74%; }

.left-74 {
  left: 74px; }

.leftp-74 {
  left: 74%; }

.bottom-74 {
  bottom: 74px; }

.bottomp-74 {
  bottom: 74%; }

.marg-75 {
  margin: 75px !important; }

.marg-75-important {
  margin: 75px !important; }

.marg-t-75 {
  margin-top: 75px !important; }

.marg-l-75 {
  margin-left: 75px !important; }

.marg-r-75 {
  margin-right: 75px !important; }

.marg-b-75 {
  margin-bottom: 75px !important; }

.pad-75 {
  padding: 75px !important; }

.pad-75-important {
  padding: 75px !important; }

.pad-t-75 {
  padding-top: 75px !important; }

.pad-l-75 {
  padding-left: 75px !important; }

.pad-r-75 {
  padding-right: 75px !important; }

.pad-b-75 {
  padding-bottom: 75px !important; }

.top-75 {
  top: 75px; }

.topp-75 {
  top: 75%; }

.right-75 {
  right: 75px; }

.rightp-75 {
  right: 75%; }

.left-75 {
  left: 75px; }

.leftp-75 {
  left: 75%; }

.bottom-75 {
  bottom: 75px; }

.bottomp-75 {
  bottom: 75%; }

.marg-76 {
  margin: 76px !important; }

.marg-76-important {
  margin: 76px !important; }

.marg-t-76 {
  margin-top: 76px !important; }

.marg-l-76 {
  margin-left: 76px !important; }

.marg-r-76 {
  margin-right: 76px !important; }

.marg-b-76 {
  margin-bottom: 76px !important; }

.pad-76 {
  padding: 76px !important; }

.pad-76-important {
  padding: 76px !important; }

.pad-t-76 {
  padding-top: 76px !important; }

.pad-l-76 {
  padding-left: 76px !important; }

.pad-r-76 {
  padding-right: 76px !important; }

.pad-b-76 {
  padding-bottom: 76px !important; }

.top-76 {
  top: 76px; }

.topp-76 {
  top: 76%; }

.right-76 {
  right: 76px; }

.rightp-76 {
  right: 76%; }

.left-76 {
  left: 76px; }

.leftp-76 {
  left: 76%; }

.bottom-76 {
  bottom: 76px; }

.bottomp-76 {
  bottom: 76%; }

.marg-77 {
  margin: 77px !important; }

.marg-77-important {
  margin: 77px !important; }

.marg-t-77 {
  margin-top: 77px !important; }

.marg-l-77 {
  margin-left: 77px !important; }

.marg-r-77 {
  margin-right: 77px !important; }

.marg-b-77 {
  margin-bottom: 77px !important; }

.pad-77 {
  padding: 77px !important; }

.pad-77-important {
  padding: 77px !important; }

.pad-t-77 {
  padding-top: 77px !important; }

.pad-l-77 {
  padding-left: 77px !important; }

.pad-r-77 {
  padding-right: 77px !important; }

.pad-b-77 {
  padding-bottom: 77px !important; }

.top-77 {
  top: 77px; }

.topp-77 {
  top: 77%; }

.right-77 {
  right: 77px; }

.rightp-77 {
  right: 77%; }

.left-77 {
  left: 77px; }

.leftp-77 {
  left: 77%; }

.bottom-77 {
  bottom: 77px; }

.bottomp-77 {
  bottom: 77%; }

.marg-78 {
  margin: 78px !important; }

.marg-78-important {
  margin: 78px !important; }

.marg-t-78 {
  margin-top: 78px !important; }

.marg-l-78 {
  margin-left: 78px !important; }

.marg-r-78 {
  margin-right: 78px !important; }

.marg-b-78 {
  margin-bottom: 78px !important; }

.pad-78 {
  padding: 78px !important; }

.pad-78-important {
  padding: 78px !important; }

.pad-t-78 {
  padding-top: 78px !important; }

.pad-l-78 {
  padding-left: 78px !important; }

.pad-r-78 {
  padding-right: 78px !important; }

.pad-b-78 {
  padding-bottom: 78px !important; }

.top-78 {
  top: 78px; }

.topp-78 {
  top: 78%; }

.right-78 {
  right: 78px; }

.rightp-78 {
  right: 78%; }

.left-78 {
  left: 78px; }

.leftp-78 {
  left: 78%; }

.bottom-78 {
  bottom: 78px; }

.bottomp-78 {
  bottom: 78%; }

.marg-79 {
  margin: 79px !important; }

.marg-79-important {
  margin: 79px !important; }

.marg-t-79 {
  margin-top: 79px !important; }

.marg-l-79 {
  margin-left: 79px !important; }

.marg-r-79 {
  margin-right: 79px !important; }

.marg-b-79 {
  margin-bottom: 79px !important; }

.pad-79 {
  padding: 79px !important; }

.pad-79-important {
  padding: 79px !important; }

.pad-t-79 {
  padding-top: 79px !important; }

.pad-l-79 {
  padding-left: 79px !important; }

.pad-r-79 {
  padding-right: 79px !important; }

.pad-b-79 {
  padding-bottom: 79px !important; }

.top-79 {
  top: 79px; }

.topp-79 {
  top: 79%; }

.right-79 {
  right: 79px; }

.rightp-79 {
  right: 79%; }

.left-79 {
  left: 79px; }

.leftp-79 {
  left: 79%; }

.bottom-79 {
  bottom: 79px; }

.bottomp-79 {
  bottom: 79%; }

.marg-80 {
  margin: 80px !important; }

.marg-80-important {
  margin: 80px !important; }

.marg-t-80 {
  margin-top: 80px !important; }

.marg-l-80 {
  margin-left: 80px !important; }

.marg-r-80 {
  margin-right: 80px !important; }

.marg-b-80 {
  margin-bottom: 80px !important; }

.pad-80 {
  padding: 80px !important; }

.pad-80-important {
  padding: 80px !important; }

.pad-t-80 {
  padding-top: 80px !important; }

.pad-l-80 {
  padding-left: 80px !important; }

.pad-r-80 {
  padding-right: 80px !important; }

.pad-b-80 {
  padding-bottom: 80px !important; }

.top-80 {
  top: 80px; }

.topp-80 {
  top: 80%; }

.right-80 {
  right: 80px; }

.rightp-80 {
  right: 80%; }

.left-80 {
  left: 80px; }

.leftp-80 {
  left: 80%; }

.bottom-80 {
  bottom: 80px; }

.bottomp-80 {
  bottom: 80%; }

.marg-81 {
  margin: 81px !important; }

.marg-81-important {
  margin: 81px !important; }

.marg-t-81 {
  margin-top: 81px !important; }

.marg-l-81 {
  margin-left: 81px !important; }

.marg-r-81 {
  margin-right: 81px !important; }

.marg-b-81 {
  margin-bottom: 81px !important; }

.pad-81 {
  padding: 81px !important; }

.pad-81-important {
  padding: 81px !important; }

.pad-t-81 {
  padding-top: 81px !important; }

.pad-l-81 {
  padding-left: 81px !important; }

.pad-r-81 {
  padding-right: 81px !important; }

.pad-b-81 {
  padding-bottom: 81px !important; }

.top-81 {
  top: 81px; }

.topp-81 {
  top: 81%; }

.right-81 {
  right: 81px; }

.rightp-81 {
  right: 81%; }

.left-81 {
  left: 81px; }

.leftp-81 {
  left: 81%; }

.bottom-81 {
  bottom: 81px; }

.bottomp-81 {
  bottom: 81%; }

.marg-82 {
  margin: 82px !important; }

.marg-82-important {
  margin: 82px !important; }

.marg-t-82 {
  margin-top: 82px !important; }

.marg-l-82 {
  margin-left: 82px !important; }

.marg-r-82 {
  margin-right: 82px !important; }

.marg-b-82 {
  margin-bottom: 82px !important; }

.pad-82 {
  padding: 82px !important; }

.pad-82-important {
  padding: 82px !important; }

.pad-t-82 {
  padding-top: 82px !important; }

.pad-l-82 {
  padding-left: 82px !important; }

.pad-r-82 {
  padding-right: 82px !important; }

.pad-b-82 {
  padding-bottom: 82px !important; }

.top-82 {
  top: 82px; }

.topp-82 {
  top: 82%; }

.right-82 {
  right: 82px; }

.rightp-82 {
  right: 82%; }

.left-82 {
  left: 82px; }

.leftp-82 {
  left: 82%; }

.bottom-82 {
  bottom: 82px; }

.bottomp-82 {
  bottom: 82%; }

.marg-83 {
  margin: 83px !important; }

.marg-83-important {
  margin: 83px !important; }

.marg-t-83 {
  margin-top: 83px !important; }

.marg-l-83 {
  margin-left: 83px !important; }

.marg-r-83 {
  margin-right: 83px !important; }

.marg-b-83 {
  margin-bottom: 83px !important; }

.pad-83 {
  padding: 83px !important; }

.pad-83-important {
  padding: 83px !important; }

.pad-t-83 {
  padding-top: 83px !important; }

.pad-l-83 {
  padding-left: 83px !important; }

.pad-r-83 {
  padding-right: 83px !important; }

.pad-b-83 {
  padding-bottom: 83px !important; }

.top-83 {
  top: 83px; }

.topp-83 {
  top: 83%; }

.right-83 {
  right: 83px; }

.rightp-83 {
  right: 83%; }

.left-83 {
  left: 83px; }

.leftp-83 {
  left: 83%; }

.bottom-83 {
  bottom: 83px; }

.bottomp-83 {
  bottom: 83%; }

.marg-84 {
  margin: 84px !important; }

.marg-84-important {
  margin: 84px !important; }

.marg-t-84 {
  margin-top: 84px !important; }

.marg-l-84 {
  margin-left: 84px !important; }

.marg-r-84 {
  margin-right: 84px !important; }

.marg-b-84 {
  margin-bottom: 84px !important; }

.pad-84 {
  padding: 84px !important; }

.pad-84-important {
  padding: 84px !important; }

.pad-t-84 {
  padding-top: 84px !important; }

.pad-l-84 {
  padding-left: 84px !important; }

.pad-r-84 {
  padding-right: 84px !important; }

.pad-b-84 {
  padding-bottom: 84px !important; }

.top-84 {
  top: 84px; }

.topp-84 {
  top: 84%; }

.right-84 {
  right: 84px; }

.rightp-84 {
  right: 84%; }

.left-84 {
  left: 84px; }

.leftp-84 {
  left: 84%; }

.bottom-84 {
  bottom: 84px; }

.bottomp-84 {
  bottom: 84%; }

.marg-85 {
  margin: 85px !important; }

.marg-85-important {
  margin: 85px !important; }

.marg-t-85 {
  margin-top: 85px !important; }

.marg-l-85 {
  margin-left: 85px !important; }

.marg-r-85 {
  margin-right: 85px !important; }

.marg-b-85 {
  margin-bottom: 85px !important; }

.pad-85 {
  padding: 85px !important; }

.pad-85-important {
  padding: 85px !important; }

.pad-t-85 {
  padding-top: 85px !important; }

.pad-l-85 {
  padding-left: 85px !important; }

.pad-r-85 {
  padding-right: 85px !important; }

.pad-b-85 {
  padding-bottom: 85px !important; }

.top-85 {
  top: 85px; }

.topp-85 {
  top: 85%; }

.right-85 {
  right: 85px; }

.rightp-85 {
  right: 85%; }

.left-85 {
  left: 85px; }

.leftp-85 {
  left: 85%; }

.bottom-85 {
  bottom: 85px; }

.bottomp-85 {
  bottom: 85%; }

.marg-86 {
  margin: 86px !important; }

.marg-86-important {
  margin: 86px !important; }

.marg-t-86 {
  margin-top: 86px !important; }

.marg-l-86 {
  margin-left: 86px !important; }

.marg-r-86 {
  margin-right: 86px !important; }

.marg-b-86 {
  margin-bottom: 86px !important; }

.pad-86 {
  padding: 86px !important; }

.pad-86-important {
  padding: 86px !important; }

.pad-t-86 {
  padding-top: 86px !important; }

.pad-l-86 {
  padding-left: 86px !important; }

.pad-r-86 {
  padding-right: 86px !important; }

.pad-b-86 {
  padding-bottom: 86px !important; }

.top-86 {
  top: 86px; }

.topp-86 {
  top: 86%; }

.right-86 {
  right: 86px; }

.rightp-86 {
  right: 86%; }

.left-86 {
  left: 86px; }

.leftp-86 {
  left: 86%; }

.bottom-86 {
  bottom: 86px; }

.bottomp-86 {
  bottom: 86%; }

.marg-87 {
  margin: 87px !important; }

.marg-87-important {
  margin: 87px !important; }

.marg-t-87 {
  margin-top: 87px !important; }

.marg-l-87 {
  margin-left: 87px !important; }

.marg-r-87 {
  margin-right: 87px !important; }

.marg-b-87 {
  margin-bottom: 87px !important; }

.pad-87 {
  padding: 87px !important; }

.pad-87-important {
  padding: 87px !important; }

.pad-t-87 {
  padding-top: 87px !important; }

.pad-l-87 {
  padding-left: 87px !important; }

.pad-r-87 {
  padding-right: 87px !important; }

.pad-b-87 {
  padding-bottom: 87px !important; }

.top-87 {
  top: 87px; }

.topp-87 {
  top: 87%; }

.right-87 {
  right: 87px; }

.rightp-87 {
  right: 87%; }

.left-87 {
  left: 87px; }

.leftp-87 {
  left: 87%; }

.bottom-87 {
  bottom: 87px; }

.bottomp-87 {
  bottom: 87%; }

.marg-88 {
  margin: 88px !important; }

.marg-88-important {
  margin: 88px !important; }

.marg-t-88 {
  margin-top: 88px !important; }

.marg-l-88 {
  margin-left: 88px !important; }

.marg-r-88 {
  margin-right: 88px !important; }

.marg-b-88 {
  margin-bottom: 88px !important; }

.pad-88 {
  padding: 88px !important; }

.pad-88-important {
  padding: 88px !important; }

.pad-t-88 {
  padding-top: 88px !important; }

.pad-l-88 {
  padding-left: 88px !important; }

.pad-r-88 {
  padding-right: 88px !important; }

.pad-b-88 {
  padding-bottom: 88px !important; }

.top-88 {
  top: 88px; }

.topp-88 {
  top: 88%; }

.right-88 {
  right: 88px; }

.rightp-88 {
  right: 88%; }

.left-88 {
  left: 88px; }

.leftp-88 {
  left: 88%; }

.bottom-88 {
  bottom: 88px; }

.bottomp-88 {
  bottom: 88%; }

.marg-89 {
  margin: 89px !important; }

.marg-89-important {
  margin: 89px !important; }

.marg-t-89 {
  margin-top: 89px !important; }

.marg-l-89 {
  margin-left: 89px !important; }

.marg-r-89 {
  margin-right: 89px !important; }

.marg-b-89 {
  margin-bottom: 89px !important; }

.pad-89 {
  padding: 89px !important; }

.pad-89-important {
  padding: 89px !important; }

.pad-t-89 {
  padding-top: 89px !important; }

.pad-l-89 {
  padding-left: 89px !important; }

.pad-r-89 {
  padding-right: 89px !important; }

.pad-b-89 {
  padding-bottom: 89px !important; }

.top-89 {
  top: 89px; }

.topp-89 {
  top: 89%; }

.right-89 {
  right: 89px; }

.rightp-89 {
  right: 89%; }

.left-89 {
  left: 89px; }

.leftp-89 {
  left: 89%; }

.bottom-89 {
  bottom: 89px; }

.bottomp-89 {
  bottom: 89%; }

.marg-90 {
  margin: 90px !important; }

.marg-90-important {
  margin: 90px !important; }

.marg-t-90 {
  margin-top: 90px !important; }

.marg-l-90 {
  margin-left: 90px !important; }

.marg-r-90 {
  margin-right: 90px !important; }

.marg-b-90 {
  margin-bottom: 90px !important; }

.pad-90 {
  padding: 90px !important; }

.pad-90-important {
  padding: 90px !important; }

.pad-t-90 {
  padding-top: 90px !important; }

.pad-l-90 {
  padding-left: 90px !important; }

.pad-r-90 {
  padding-right: 90px !important; }

.pad-b-90 {
  padding-bottom: 90px !important; }

.top-90 {
  top: 90px; }

.topp-90 {
  top: 90%; }

.right-90 {
  right: 90px; }

.rightp-90 {
  right: 90%; }

.left-90 {
  left: 90px; }

.leftp-90 {
  left: 90%; }

.bottom-90 {
  bottom: 90px; }

.bottomp-90 {
  bottom: 90%; }

.marg-91 {
  margin: 91px !important; }

.marg-91-important {
  margin: 91px !important; }

.marg-t-91 {
  margin-top: 91px !important; }

.marg-l-91 {
  margin-left: 91px !important; }

.marg-r-91 {
  margin-right: 91px !important; }

.marg-b-91 {
  margin-bottom: 91px !important; }

.pad-91 {
  padding: 91px !important; }

.pad-91-important {
  padding: 91px !important; }

.pad-t-91 {
  padding-top: 91px !important; }

.pad-l-91 {
  padding-left: 91px !important; }

.pad-r-91 {
  padding-right: 91px !important; }

.pad-b-91 {
  padding-bottom: 91px !important; }

.top-91 {
  top: 91px; }

.topp-91 {
  top: 91%; }

.right-91 {
  right: 91px; }

.rightp-91 {
  right: 91%; }

.left-91 {
  left: 91px; }

.leftp-91 {
  left: 91%; }

.bottom-91 {
  bottom: 91px; }

.bottomp-91 {
  bottom: 91%; }

.marg-92 {
  margin: 92px !important; }

.marg-92-important {
  margin: 92px !important; }

.marg-t-92 {
  margin-top: 92px !important; }

.marg-l-92 {
  margin-left: 92px !important; }

.marg-r-92 {
  margin-right: 92px !important; }

.marg-b-92 {
  margin-bottom: 92px !important; }

.pad-92 {
  padding: 92px !important; }

.pad-92-important {
  padding: 92px !important; }

.pad-t-92 {
  padding-top: 92px !important; }

.pad-l-92 {
  padding-left: 92px !important; }

.pad-r-92 {
  padding-right: 92px !important; }

.pad-b-92 {
  padding-bottom: 92px !important; }

.top-92 {
  top: 92px; }

.topp-92 {
  top: 92%; }

.right-92 {
  right: 92px; }

.rightp-92 {
  right: 92%; }

.left-92 {
  left: 92px; }

.leftp-92 {
  left: 92%; }

.bottom-92 {
  bottom: 92px; }

.bottomp-92 {
  bottom: 92%; }

.marg-93 {
  margin: 93px !important; }

.marg-93-important {
  margin: 93px !important; }

.marg-t-93 {
  margin-top: 93px !important; }

.marg-l-93 {
  margin-left: 93px !important; }

.marg-r-93 {
  margin-right: 93px !important; }

.marg-b-93 {
  margin-bottom: 93px !important; }

.pad-93 {
  padding: 93px !important; }

.pad-93-important {
  padding: 93px !important; }

.pad-t-93 {
  padding-top: 93px !important; }

.pad-l-93 {
  padding-left: 93px !important; }

.pad-r-93 {
  padding-right: 93px !important; }

.pad-b-93 {
  padding-bottom: 93px !important; }

.top-93 {
  top: 93px; }

.topp-93 {
  top: 93%; }

.right-93 {
  right: 93px; }

.rightp-93 {
  right: 93%; }

.left-93 {
  left: 93px; }

.leftp-93 {
  left: 93%; }

.bottom-93 {
  bottom: 93px; }

.bottomp-93 {
  bottom: 93%; }

.marg-94 {
  margin: 94px !important; }

.marg-94-important {
  margin: 94px !important; }

.marg-t-94 {
  margin-top: 94px !important; }

.marg-l-94 {
  margin-left: 94px !important; }

.marg-r-94 {
  margin-right: 94px !important; }

.marg-b-94 {
  margin-bottom: 94px !important; }

.pad-94 {
  padding: 94px !important; }

.pad-94-important {
  padding: 94px !important; }

.pad-t-94 {
  padding-top: 94px !important; }

.pad-l-94 {
  padding-left: 94px !important; }

.pad-r-94 {
  padding-right: 94px !important; }

.pad-b-94 {
  padding-bottom: 94px !important; }

.top-94 {
  top: 94px; }

.topp-94 {
  top: 94%; }

.right-94 {
  right: 94px; }

.rightp-94 {
  right: 94%; }

.left-94 {
  left: 94px; }

.leftp-94 {
  left: 94%; }

.bottom-94 {
  bottom: 94px; }

.bottomp-94 {
  bottom: 94%; }

.marg-95 {
  margin: 95px !important; }

.marg-95-important {
  margin: 95px !important; }

.marg-t-95 {
  margin-top: 95px !important; }

.marg-l-95 {
  margin-left: 95px !important; }

.marg-r-95 {
  margin-right: 95px !important; }

.marg-b-95 {
  margin-bottom: 95px !important; }

.pad-95 {
  padding: 95px !important; }

.pad-95-important {
  padding: 95px !important; }

.pad-t-95 {
  padding-top: 95px !important; }

.pad-l-95 {
  padding-left: 95px !important; }

.pad-r-95 {
  padding-right: 95px !important; }

.pad-b-95 {
  padding-bottom: 95px !important; }

.top-95 {
  top: 95px; }

.topp-95 {
  top: 95%; }

.right-95 {
  right: 95px; }

.rightp-95 {
  right: 95%; }

.left-95 {
  left: 95px; }

.leftp-95 {
  left: 95%; }

.bottom-95 {
  bottom: 95px; }

.bottomp-95 {
  bottom: 95%; }

.marg-96 {
  margin: 96px !important; }

.marg-96-important {
  margin: 96px !important; }

.marg-t-96 {
  margin-top: 96px !important; }

.marg-l-96 {
  margin-left: 96px !important; }

.marg-r-96 {
  margin-right: 96px !important; }

.marg-b-96 {
  margin-bottom: 96px !important; }

.pad-96 {
  padding: 96px !important; }

.pad-96-important {
  padding: 96px !important; }

.pad-t-96 {
  padding-top: 96px !important; }

.pad-l-96 {
  padding-left: 96px !important; }

.pad-r-96 {
  padding-right: 96px !important; }

.pad-b-96 {
  padding-bottom: 96px !important; }

.top-96 {
  top: 96px; }

.topp-96 {
  top: 96%; }

.right-96 {
  right: 96px; }

.rightp-96 {
  right: 96%; }

.left-96 {
  left: 96px; }

.leftp-96 {
  left: 96%; }

.bottom-96 {
  bottom: 96px; }

.bottomp-96 {
  bottom: 96%; }

.marg-97 {
  margin: 97px !important; }

.marg-97-important {
  margin: 97px !important; }

.marg-t-97 {
  margin-top: 97px !important; }

.marg-l-97 {
  margin-left: 97px !important; }

.marg-r-97 {
  margin-right: 97px !important; }

.marg-b-97 {
  margin-bottom: 97px !important; }

.pad-97 {
  padding: 97px !important; }

.pad-97-important {
  padding: 97px !important; }

.pad-t-97 {
  padding-top: 97px !important; }

.pad-l-97 {
  padding-left: 97px !important; }

.pad-r-97 {
  padding-right: 97px !important; }

.pad-b-97 {
  padding-bottom: 97px !important; }

.top-97 {
  top: 97px; }

.topp-97 {
  top: 97%; }

.right-97 {
  right: 97px; }

.rightp-97 {
  right: 97%; }

.left-97 {
  left: 97px; }

.leftp-97 {
  left: 97%; }

.bottom-97 {
  bottom: 97px; }

.bottomp-97 {
  bottom: 97%; }

.marg-98 {
  margin: 98px !important; }

.marg-98-important {
  margin: 98px !important; }

.marg-t-98 {
  margin-top: 98px !important; }

.marg-l-98 {
  margin-left: 98px !important; }

.marg-r-98 {
  margin-right: 98px !important; }

.marg-b-98 {
  margin-bottom: 98px !important; }

.pad-98 {
  padding: 98px !important; }

.pad-98-important {
  padding: 98px !important; }

.pad-t-98 {
  padding-top: 98px !important; }

.pad-l-98 {
  padding-left: 98px !important; }

.pad-r-98 {
  padding-right: 98px !important; }

.pad-b-98 {
  padding-bottom: 98px !important; }

.top-98 {
  top: 98px; }

.topp-98 {
  top: 98%; }

.right-98 {
  right: 98px; }

.rightp-98 {
  right: 98%; }

.left-98 {
  left: 98px; }

.leftp-98 {
  left: 98%; }

.bottom-98 {
  bottom: 98px; }

.bottomp-98 {
  bottom: 98%; }

.marg-99 {
  margin: 99px !important; }

.marg-99-important {
  margin: 99px !important; }

.marg-t-99 {
  margin-top: 99px !important; }

.marg-l-99 {
  margin-left: 99px !important; }

.marg-r-99 {
  margin-right: 99px !important; }

.marg-b-99 {
  margin-bottom: 99px !important; }

.pad-99 {
  padding: 99px !important; }

.pad-99-important {
  padding: 99px !important; }

.pad-t-99 {
  padding-top: 99px !important; }

.pad-l-99 {
  padding-left: 99px !important; }

.pad-r-99 {
  padding-right: 99px !important; }

.pad-b-99 {
  padding-bottom: 99px !important; }

.top-99 {
  top: 99px; }

.topp-99 {
  top: 99%; }

.right-99 {
  right: 99px; }

.rightp-99 {
  right: 99%; }

.left-99 {
  left: 99px; }

.leftp-99 {
  left: 99%; }

.bottom-99 {
  bottom: 99px; }

.bottomp-99 {
  bottom: 99%; }

.marg-100 {
  margin: 100px !important; }

.marg-100-important {
  margin: 100px !important; }

.marg-t-100 {
  margin-top: 100px !important; }

.marg-l-100 {
  margin-left: 100px !important; }

.marg-r-100 {
  margin-right: 100px !important; }

.marg-b-100 {
  margin-bottom: 100px !important; }

.pad-100 {
  padding: 100px !important; }

.pad-100-important {
  padding: 100px !important; }

.pad-t-100 {
  padding-top: 100px !important; }

.pad-l-100 {
  padding-left: 100px !important; }

.pad-r-100 {
  padding-right: 100px !important; }

.pad-b-100 {
  padding-bottom: 100px !important; }

.top-100 {
  top: 100px; }

.topp-100 {
  top: 100%; }

.right-100 {
  right: 100px; }

.rightp-100 {
  right: 100%; }

.left-100 {
  left: 100px; }

.leftp-100 {
  left: 100%; }

.bottom-100 {
  bottom: 100px; }

.bottomp-100 {
  bottom: 100%; }

.bg-transparent-important {
  background: transparent !important; }

.bg-transparent {
  background: transparent; }

.bg-transparent-hover:hover {
  background: transparent; }

.blue {
  color: #71cbf4; }

.blue-hover:hover {
  color: #71cbf4; }

.bg-blue {
  background-color: #71cbf4; }

.bg-blue-important {
  background-color: #71cbf4 !important; }

.bg-blue-hover:hover {
  background-color: #71cbf4; }

.bg-blue-hover-important:hover {
  background-color: #71cbf4 !important; }

.ty-title-blue {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #71cbf4; }

.ty-title-after-blue:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #71cbf4; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-1-blue {
  border: 1px solid #71cbf4; }

.border-t-1-blue {
  border-top: 1px solid #71cbf4; }

.border-l-1-blue {
  border-left: 1px solid #71cbf4; }

.border-r-1-blue {
  border-right: 1px solid #71cbf4; }

.border-b-1-blue {
  border-bottom: 1px solid #71cbf4; }

.border-1-blue-hover:hover {
  border: 1px solid #71cbf4; }

.border-t-1-blue-hover:hover {
  border-top: 1px solid #71cbf4; }

.border-l-1-blue-hover:hover {
  border-left: 1px solid #71cbf4; }

.border-r-1-blue-hover:hover {
  border-right: 1px solid #71cbf4; }

.border-b-1-blue-hover:hover {
  border-bottom: 1px solid #71cbf4; }

.border-1-blue-important {
  border: 1px solid #71cbf4 !important; }

.border-t-1-blue-important {
  border-top: 1px solid #71cbf4 !important; }

.border-l-1-blue-important {
  border-left: 1px solid #71cbf4 !important; }

.border-r-1-blue-important {
  border-right: 1px solid #71cbf4 !important; }

.border-b-1-blue-important {
  border-bottom: 1px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-2-blue {
  border: 2px solid #71cbf4; }

.border-t-2-blue {
  border-top: 2px solid #71cbf4; }

.border-l-2-blue {
  border-left: 2px solid #71cbf4; }

.border-r-2-blue {
  border-right: 2px solid #71cbf4; }

.border-b-2-blue {
  border-bottom: 2px solid #71cbf4; }

.border-2-blue-hover:hover {
  border: 2px solid #71cbf4; }

.border-t-2-blue-hover:hover {
  border-top: 2px solid #71cbf4; }

.border-l-2-blue-hover:hover {
  border-left: 2px solid #71cbf4; }

.border-r-2-blue-hover:hover {
  border-right: 2px solid #71cbf4; }

.border-b-2-blue-hover:hover {
  border-bottom: 2px solid #71cbf4; }

.border-2-blue-important {
  border: 2px solid #71cbf4 !important; }

.border-t-2-blue-important {
  border-top: 2px solid #71cbf4 !important; }

.border-l-2-blue-important {
  border-left: 2px solid #71cbf4 !important; }

.border-r-2-blue-important {
  border-right: 2px solid #71cbf4 !important; }

.border-b-2-blue-important {
  border-bottom: 2px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-3-blue {
  border: 3px solid #71cbf4; }

.border-t-3-blue {
  border-top: 3px solid #71cbf4; }

.border-l-3-blue {
  border-left: 3px solid #71cbf4; }

.border-r-3-blue {
  border-right: 3px solid #71cbf4; }

.border-b-3-blue {
  border-bottom: 3px solid #71cbf4; }

.border-3-blue-hover:hover {
  border: 3px solid #71cbf4; }

.border-t-3-blue-hover:hover {
  border-top: 3px solid #71cbf4; }

.border-l-3-blue-hover:hover {
  border-left: 3px solid #71cbf4; }

.border-r-3-blue-hover:hover {
  border-right: 3px solid #71cbf4; }

.border-b-3-blue-hover:hover {
  border-bottom: 3px solid #71cbf4; }

.border-3-blue-important {
  border: 3px solid #71cbf4 !important; }

.border-t-3-blue-important {
  border-top: 3px solid #71cbf4 !important; }

.border-l-3-blue-important {
  border-left: 3px solid #71cbf4 !important; }

.border-r-3-blue-important {
  border-right: 3px solid #71cbf4 !important; }

.border-b-3-blue-important {
  border-bottom: 3px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-4-blue {
  border: 4px solid #71cbf4; }

.border-t-4-blue {
  border-top: 4px solid #71cbf4; }

.border-l-4-blue {
  border-left: 4px solid #71cbf4; }

.border-r-4-blue {
  border-right: 4px solid #71cbf4; }

.border-b-4-blue {
  border-bottom: 4px solid #71cbf4; }

.border-4-blue-hover:hover {
  border: 4px solid #71cbf4; }

.border-t-4-blue-hover:hover {
  border-top: 4px solid #71cbf4; }

.border-l-4-blue-hover:hover {
  border-left: 4px solid #71cbf4; }

.border-r-4-blue-hover:hover {
  border-right: 4px solid #71cbf4; }

.border-b-4-blue-hover:hover {
  border-bottom: 4px solid #71cbf4; }

.border-4-blue-important {
  border: 4px solid #71cbf4 !important; }

.border-t-4-blue-important {
  border-top: 4px solid #71cbf4 !important; }

.border-l-4-blue-important {
  border-left: 4px solid #71cbf4 !important; }

.border-r-4-blue-important {
  border-right: 4px solid #71cbf4 !important; }

.border-b-4-blue-important {
  border-bottom: 4px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-5-blue {
  border: 5px solid #71cbf4; }

.border-t-5-blue {
  border-top: 5px solid #71cbf4; }

.border-l-5-blue {
  border-left: 5px solid #71cbf4; }

.border-r-5-blue {
  border-right: 5px solid #71cbf4; }

.border-b-5-blue {
  border-bottom: 5px solid #71cbf4; }

.border-5-blue-hover:hover {
  border: 5px solid #71cbf4; }

.border-t-5-blue-hover:hover {
  border-top: 5px solid #71cbf4; }

.border-l-5-blue-hover:hover {
  border-left: 5px solid #71cbf4; }

.border-r-5-blue-hover:hover {
  border-right: 5px solid #71cbf4; }

.border-b-5-blue-hover:hover {
  border-bottom: 5px solid #71cbf4; }

.border-5-blue-important {
  border: 5px solid #71cbf4 !important; }

.border-t-5-blue-important {
  border-top: 5px solid #71cbf4 !important; }

.border-l-5-blue-important {
  border-left: 5px solid #71cbf4 !important; }

.border-r-5-blue-important {
  border-right: 5px solid #71cbf4 !important; }

.border-b-5-blue-important {
  border-bottom: 5px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-6-blue {
  border: 6px solid #71cbf4; }

.border-t-6-blue {
  border-top: 6px solid #71cbf4; }

.border-l-6-blue {
  border-left: 6px solid #71cbf4; }

.border-r-6-blue {
  border-right: 6px solid #71cbf4; }

.border-b-6-blue {
  border-bottom: 6px solid #71cbf4; }

.border-6-blue-hover:hover {
  border: 6px solid #71cbf4; }

.border-t-6-blue-hover:hover {
  border-top: 6px solid #71cbf4; }

.border-l-6-blue-hover:hover {
  border-left: 6px solid #71cbf4; }

.border-r-6-blue-hover:hover {
  border-right: 6px solid #71cbf4; }

.border-b-6-blue-hover:hover {
  border-bottom: 6px solid #71cbf4; }

.border-6-blue-important {
  border: 6px solid #71cbf4 !important; }

.border-t-6-blue-important {
  border-top: 6px solid #71cbf4 !important; }

.border-l-6-blue-important {
  border-left: 6px solid #71cbf4 !important; }

.border-r-6-blue-important {
  border-right: 6px solid #71cbf4 !important; }

.border-b-6-blue-important {
  border-bottom: 6px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-7-blue {
  border: 7px solid #71cbf4; }

.border-t-7-blue {
  border-top: 7px solid #71cbf4; }

.border-l-7-blue {
  border-left: 7px solid #71cbf4; }

.border-r-7-blue {
  border-right: 7px solid #71cbf4; }

.border-b-7-blue {
  border-bottom: 7px solid #71cbf4; }

.border-7-blue-hover:hover {
  border: 7px solid #71cbf4; }

.border-t-7-blue-hover:hover {
  border-top: 7px solid #71cbf4; }

.border-l-7-blue-hover:hover {
  border-left: 7px solid #71cbf4; }

.border-r-7-blue-hover:hover {
  border-right: 7px solid #71cbf4; }

.border-b-7-blue-hover:hover {
  border-bottom: 7px solid #71cbf4; }

.border-7-blue-important {
  border: 7px solid #71cbf4 !important; }

.border-t-7-blue-important {
  border-top: 7px solid #71cbf4 !important; }

.border-l-7-blue-important {
  border-left: 7px solid #71cbf4 !important; }

.border-r-7-blue-important {
  border-right: 7px solid #71cbf4 !important; }

.border-b-7-blue-important {
  border-bottom: 7px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-8-blue {
  border: 8px solid #71cbf4; }

.border-t-8-blue {
  border-top: 8px solid #71cbf4; }

.border-l-8-blue {
  border-left: 8px solid #71cbf4; }

.border-r-8-blue {
  border-right: 8px solid #71cbf4; }

.border-b-8-blue {
  border-bottom: 8px solid #71cbf4; }

.border-8-blue-hover:hover {
  border: 8px solid #71cbf4; }

.border-t-8-blue-hover:hover {
  border-top: 8px solid #71cbf4; }

.border-l-8-blue-hover:hover {
  border-left: 8px solid #71cbf4; }

.border-r-8-blue-hover:hover {
  border-right: 8px solid #71cbf4; }

.border-b-8-blue-hover:hover {
  border-bottom: 8px solid #71cbf4; }

.border-8-blue-important {
  border: 8px solid #71cbf4 !important; }

.border-t-8-blue-important {
  border-top: 8px solid #71cbf4 !important; }

.border-l-8-blue-important {
  border-left: 8px solid #71cbf4 !important; }

.border-r-8-blue-important {
  border-right: 8px solid #71cbf4 !important; }

.border-b-8-blue-important {
  border-bottom: 8px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-9-blue {
  border: 9px solid #71cbf4; }

.border-t-9-blue {
  border-top: 9px solid #71cbf4; }

.border-l-9-blue {
  border-left: 9px solid #71cbf4; }

.border-r-9-blue {
  border-right: 9px solid #71cbf4; }

.border-b-9-blue {
  border-bottom: 9px solid #71cbf4; }

.border-9-blue-hover:hover {
  border: 9px solid #71cbf4; }

.border-t-9-blue-hover:hover {
  border-top: 9px solid #71cbf4; }

.border-l-9-blue-hover:hover {
  border-left: 9px solid #71cbf4; }

.border-r-9-blue-hover:hover {
  border-right: 9px solid #71cbf4; }

.border-b-9-blue-hover:hover {
  border-bottom: 9px solid #71cbf4; }

.border-9-blue-important {
  border: 9px solid #71cbf4 !important; }

.border-t-9-blue-important {
  border-top: 9px solid #71cbf4 !important; }

.border-l-9-blue-important {
  border-left: 9px solid #71cbf4 !important; }

.border-r-9-blue-important {
  border-right: 9px solid #71cbf4 !important; }

.border-b-9-blue-important {
  border-bottom: 9px solid #71cbf4 !important; }

.border-blue-hover:hover {
  border-color: #71cbf4 !important; }

.border-10-blue {
  border: 10px solid #71cbf4; }

.border-t-10-blue {
  border-top: 10px solid #71cbf4; }

.border-l-10-blue {
  border-left: 10px solid #71cbf4; }

.border-r-10-blue {
  border-right: 10px solid #71cbf4; }

.border-b-10-blue {
  border-bottom: 10px solid #71cbf4; }

.border-10-blue-hover:hover {
  border: 10px solid #71cbf4; }

.border-t-10-blue-hover:hover {
  border-top: 10px solid #71cbf4; }

.border-l-10-blue-hover:hover {
  border-left: 10px solid #71cbf4; }

.border-r-10-blue-hover:hover {
  border-right: 10px solid #71cbf4; }

.border-b-10-blue-hover:hover {
  border-bottom: 10px solid #71cbf4; }

.border-10-blue-important {
  border: 10px solid #71cbf4 !important; }

.border-t-10-blue-important {
  border-top: 10px solid #71cbf4 !important; }

.border-l-10-blue-important {
  border-left: 10px solid #71cbf4 !important; }

.border-r-10-blue-important {
  border-right: 10px solid #71cbf4 !important; }

.border-b-10-blue-important {
  border-bottom: 10px solid #71cbf4 !important; }

.blue_dark {
  color: #23395b; }

.blue_dark-hover:hover {
  color: #23395b; }

.bg-blue_dark {
  background-color: #23395b; }

.bg-blue_dark-important {
  background-color: #23395b !important; }

.bg-blue_dark-hover:hover {
  background-color: #23395b; }

.bg-blue_dark-hover-important:hover {
  background-color: #23395b !important; }

.ty-title-blue_dark {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #23395b; }

.ty-title-after-blue_dark:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #23395b; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-1-blue_dark {
  border: 1px solid #23395b; }

.border-t-1-blue_dark {
  border-top: 1px solid #23395b; }

.border-l-1-blue_dark {
  border-left: 1px solid #23395b; }

.border-r-1-blue_dark {
  border-right: 1px solid #23395b; }

.border-b-1-blue_dark {
  border-bottom: 1px solid #23395b; }

.border-1-blue_dark-hover:hover {
  border: 1px solid #23395b; }

.border-t-1-blue_dark-hover:hover {
  border-top: 1px solid #23395b; }

.border-l-1-blue_dark-hover:hover {
  border-left: 1px solid #23395b; }

.border-r-1-blue_dark-hover:hover {
  border-right: 1px solid #23395b; }

.border-b-1-blue_dark-hover:hover {
  border-bottom: 1px solid #23395b; }

.border-1-blue_dark-important {
  border: 1px solid #23395b !important; }

.border-t-1-blue_dark-important {
  border-top: 1px solid #23395b !important; }

.border-l-1-blue_dark-important {
  border-left: 1px solid #23395b !important; }

.border-r-1-blue_dark-important {
  border-right: 1px solid #23395b !important; }

.border-b-1-blue_dark-important {
  border-bottom: 1px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-2-blue_dark {
  border: 2px solid #23395b; }

.border-t-2-blue_dark {
  border-top: 2px solid #23395b; }

.border-l-2-blue_dark {
  border-left: 2px solid #23395b; }

.border-r-2-blue_dark {
  border-right: 2px solid #23395b; }

.border-b-2-blue_dark {
  border-bottom: 2px solid #23395b; }

.border-2-blue_dark-hover:hover {
  border: 2px solid #23395b; }

.border-t-2-blue_dark-hover:hover {
  border-top: 2px solid #23395b; }

.border-l-2-blue_dark-hover:hover {
  border-left: 2px solid #23395b; }

.border-r-2-blue_dark-hover:hover {
  border-right: 2px solid #23395b; }

.border-b-2-blue_dark-hover:hover {
  border-bottom: 2px solid #23395b; }

.border-2-blue_dark-important {
  border: 2px solid #23395b !important; }

.border-t-2-blue_dark-important {
  border-top: 2px solid #23395b !important; }

.border-l-2-blue_dark-important {
  border-left: 2px solid #23395b !important; }

.border-r-2-blue_dark-important {
  border-right: 2px solid #23395b !important; }

.border-b-2-blue_dark-important {
  border-bottom: 2px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-3-blue_dark {
  border: 3px solid #23395b; }

.border-t-3-blue_dark {
  border-top: 3px solid #23395b; }

.border-l-3-blue_dark {
  border-left: 3px solid #23395b; }

.border-r-3-blue_dark {
  border-right: 3px solid #23395b; }

.border-b-3-blue_dark {
  border-bottom: 3px solid #23395b; }

.border-3-blue_dark-hover:hover {
  border: 3px solid #23395b; }

.border-t-3-blue_dark-hover:hover {
  border-top: 3px solid #23395b; }

.border-l-3-blue_dark-hover:hover {
  border-left: 3px solid #23395b; }

.border-r-3-blue_dark-hover:hover {
  border-right: 3px solid #23395b; }

.border-b-3-blue_dark-hover:hover {
  border-bottom: 3px solid #23395b; }

.border-3-blue_dark-important {
  border: 3px solid #23395b !important; }

.border-t-3-blue_dark-important {
  border-top: 3px solid #23395b !important; }

.border-l-3-blue_dark-important {
  border-left: 3px solid #23395b !important; }

.border-r-3-blue_dark-important {
  border-right: 3px solid #23395b !important; }

.border-b-3-blue_dark-important {
  border-bottom: 3px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-4-blue_dark {
  border: 4px solid #23395b; }

.border-t-4-blue_dark {
  border-top: 4px solid #23395b; }

.border-l-4-blue_dark {
  border-left: 4px solid #23395b; }

.border-r-4-blue_dark {
  border-right: 4px solid #23395b; }

.border-b-4-blue_dark {
  border-bottom: 4px solid #23395b; }

.border-4-blue_dark-hover:hover {
  border: 4px solid #23395b; }

.border-t-4-blue_dark-hover:hover {
  border-top: 4px solid #23395b; }

.border-l-4-blue_dark-hover:hover {
  border-left: 4px solid #23395b; }

.border-r-4-blue_dark-hover:hover {
  border-right: 4px solid #23395b; }

.border-b-4-blue_dark-hover:hover {
  border-bottom: 4px solid #23395b; }

.border-4-blue_dark-important {
  border: 4px solid #23395b !important; }

.border-t-4-blue_dark-important {
  border-top: 4px solid #23395b !important; }

.border-l-4-blue_dark-important {
  border-left: 4px solid #23395b !important; }

.border-r-4-blue_dark-important {
  border-right: 4px solid #23395b !important; }

.border-b-4-blue_dark-important {
  border-bottom: 4px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-5-blue_dark {
  border: 5px solid #23395b; }

.border-t-5-blue_dark {
  border-top: 5px solid #23395b; }

.border-l-5-blue_dark {
  border-left: 5px solid #23395b; }

.border-r-5-blue_dark {
  border-right: 5px solid #23395b; }

.border-b-5-blue_dark {
  border-bottom: 5px solid #23395b; }

.border-5-blue_dark-hover:hover {
  border: 5px solid #23395b; }

.border-t-5-blue_dark-hover:hover {
  border-top: 5px solid #23395b; }

.border-l-5-blue_dark-hover:hover {
  border-left: 5px solid #23395b; }

.border-r-5-blue_dark-hover:hover {
  border-right: 5px solid #23395b; }

.border-b-5-blue_dark-hover:hover {
  border-bottom: 5px solid #23395b; }

.border-5-blue_dark-important {
  border: 5px solid #23395b !important; }

.border-t-5-blue_dark-important {
  border-top: 5px solid #23395b !important; }

.border-l-5-blue_dark-important {
  border-left: 5px solid #23395b !important; }

.border-r-5-blue_dark-important {
  border-right: 5px solid #23395b !important; }

.border-b-5-blue_dark-important {
  border-bottom: 5px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-6-blue_dark {
  border: 6px solid #23395b; }

.border-t-6-blue_dark {
  border-top: 6px solid #23395b; }

.border-l-6-blue_dark {
  border-left: 6px solid #23395b; }

.border-r-6-blue_dark {
  border-right: 6px solid #23395b; }

.border-b-6-blue_dark {
  border-bottom: 6px solid #23395b; }

.border-6-blue_dark-hover:hover {
  border: 6px solid #23395b; }

.border-t-6-blue_dark-hover:hover {
  border-top: 6px solid #23395b; }

.border-l-6-blue_dark-hover:hover {
  border-left: 6px solid #23395b; }

.border-r-6-blue_dark-hover:hover {
  border-right: 6px solid #23395b; }

.border-b-6-blue_dark-hover:hover {
  border-bottom: 6px solid #23395b; }

.border-6-blue_dark-important {
  border: 6px solid #23395b !important; }

.border-t-6-blue_dark-important {
  border-top: 6px solid #23395b !important; }

.border-l-6-blue_dark-important {
  border-left: 6px solid #23395b !important; }

.border-r-6-blue_dark-important {
  border-right: 6px solid #23395b !important; }

.border-b-6-blue_dark-important {
  border-bottom: 6px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-7-blue_dark {
  border: 7px solid #23395b; }

.border-t-7-blue_dark {
  border-top: 7px solid #23395b; }

.border-l-7-blue_dark {
  border-left: 7px solid #23395b; }

.border-r-7-blue_dark {
  border-right: 7px solid #23395b; }

.border-b-7-blue_dark {
  border-bottom: 7px solid #23395b; }

.border-7-blue_dark-hover:hover {
  border: 7px solid #23395b; }

.border-t-7-blue_dark-hover:hover {
  border-top: 7px solid #23395b; }

.border-l-7-blue_dark-hover:hover {
  border-left: 7px solid #23395b; }

.border-r-7-blue_dark-hover:hover {
  border-right: 7px solid #23395b; }

.border-b-7-blue_dark-hover:hover {
  border-bottom: 7px solid #23395b; }

.border-7-blue_dark-important {
  border: 7px solid #23395b !important; }

.border-t-7-blue_dark-important {
  border-top: 7px solid #23395b !important; }

.border-l-7-blue_dark-important {
  border-left: 7px solid #23395b !important; }

.border-r-7-blue_dark-important {
  border-right: 7px solid #23395b !important; }

.border-b-7-blue_dark-important {
  border-bottom: 7px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-8-blue_dark {
  border: 8px solid #23395b; }

.border-t-8-blue_dark {
  border-top: 8px solid #23395b; }

.border-l-8-blue_dark {
  border-left: 8px solid #23395b; }

.border-r-8-blue_dark {
  border-right: 8px solid #23395b; }

.border-b-8-blue_dark {
  border-bottom: 8px solid #23395b; }

.border-8-blue_dark-hover:hover {
  border: 8px solid #23395b; }

.border-t-8-blue_dark-hover:hover {
  border-top: 8px solid #23395b; }

.border-l-8-blue_dark-hover:hover {
  border-left: 8px solid #23395b; }

.border-r-8-blue_dark-hover:hover {
  border-right: 8px solid #23395b; }

.border-b-8-blue_dark-hover:hover {
  border-bottom: 8px solid #23395b; }

.border-8-blue_dark-important {
  border: 8px solid #23395b !important; }

.border-t-8-blue_dark-important {
  border-top: 8px solid #23395b !important; }

.border-l-8-blue_dark-important {
  border-left: 8px solid #23395b !important; }

.border-r-8-blue_dark-important {
  border-right: 8px solid #23395b !important; }

.border-b-8-blue_dark-important {
  border-bottom: 8px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-9-blue_dark {
  border: 9px solid #23395b; }

.border-t-9-blue_dark {
  border-top: 9px solid #23395b; }

.border-l-9-blue_dark {
  border-left: 9px solid #23395b; }

.border-r-9-blue_dark {
  border-right: 9px solid #23395b; }

.border-b-9-blue_dark {
  border-bottom: 9px solid #23395b; }

.border-9-blue_dark-hover:hover {
  border: 9px solid #23395b; }

.border-t-9-blue_dark-hover:hover {
  border-top: 9px solid #23395b; }

.border-l-9-blue_dark-hover:hover {
  border-left: 9px solid #23395b; }

.border-r-9-blue_dark-hover:hover {
  border-right: 9px solid #23395b; }

.border-b-9-blue_dark-hover:hover {
  border-bottom: 9px solid #23395b; }

.border-9-blue_dark-important {
  border: 9px solid #23395b !important; }

.border-t-9-blue_dark-important {
  border-top: 9px solid #23395b !important; }

.border-l-9-blue_dark-important {
  border-left: 9px solid #23395b !important; }

.border-r-9-blue_dark-important {
  border-right: 9px solid #23395b !important; }

.border-b-9-blue_dark-important {
  border-bottom: 9px solid #23395b !important; }

.border-blue_dark-hover:hover {
  border-color: #23395b !important; }

.border-10-blue_dark {
  border: 10px solid #23395b; }

.border-t-10-blue_dark {
  border-top: 10px solid #23395b; }

.border-l-10-blue_dark {
  border-left: 10px solid #23395b; }

.border-r-10-blue_dark {
  border-right: 10px solid #23395b; }

.border-b-10-blue_dark {
  border-bottom: 10px solid #23395b; }

.border-10-blue_dark-hover:hover {
  border: 10px solid #23395b; }

.border-t-10-blue_dark-hover:hover {
  border-top: 10px solid #23395b; }

.border-l-10-blue_dark-hover:hover {
  border-left: 10px solid #23395b; }

.border-r-10-blue_dark-hover:hover {
  border-right: 10px solid #23395b; }

.border-b-10-blue_dark-hover:hover {
  border-bottom: 10px solid #23395b; }

.border-10-blue_dark-important {
  border: 10px solid #23395b !important; }

.border-t-10-blue_dark-important {
  border-top: 10px solid #23395b !important; }

.border-l-10-blue_dark-important {
  border-left: 10px solid #23395b !important; }

.border-r-10-blue_dark-important {
  border-right: 10px solid #23395b !important; }

.border-b-10-blue_dark-important {
  border-bottom: 10px solid #23395b !important; }

.indigo {
  color: #6610f2; }

.indigo-hover:hover {
  color: #6610f2; }

.bg-indigo {
  background-color: #6610f2; }

.bg-indigo-important {
  background-color: #6610f2 !important; }

.bg-indigo-hover:hover {
  background-color: #6610f2; }

.bg-indigo-hover-important:hover {
  background-color: #6610f2 !important; }

.ty-title-indigo {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #6610f2; }

.ty-title-after-indigo:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #6610f2; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-1-indigo {
  border: 1px solid #6610f2; }

.border-t-1-indigo {
  border-top: 1px solid #6610f2; }

.border-l-1-indigo {
  border-left: 1px solid #6610f2; }

.border-r-1-indigo {
  border-right: 1px solid #6610f2; }

.border-b-1-indigo {
  border-bottom: 1px solid #6610f2; }

.border-1-indigo-hover:hover {
  border: 1px solid #6610f2; }

.border-t-1-indigo-hover:hover {
  border-top: 1px solid #6610f2; }

.border-l-1-indigo-hover:hover {
  border-left: 1px solid #6610f2; }

.border-r-1-indigo-hover:hover {
  border-right: 1px solid #6610f2; }

.border-b-1-indigo-hover:hover {
  border-bottom: 1px solid #6610f2; }

.border-1-indigo-important {
  border: 1px solid #6610f2 !important; }

.border-t-1-indigo-important {
  border-top: 1px solid #6610f2 !important; }

.border-l-1-indigo-important {
  border-left: 1px solid #6610f2 !important; }

.border-r-1-indigo-important {
  border-right: 1px solid #6610f2 !important; }

.border-b-1-indigo-important {
  border-bottom: 1px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-2-indigo {
  border: 2px solid #6610f2; }

.border-t-2-indigo {
  border-top: 2px solid #6610f2; }

.border-l-2-indigo {
  border-left: 2px solid #6610f2; }

.border-r-2-indigo {
  border-right: 2px solid #6610f2; }

.border-b-2-indigo {
  border-bottom: 2px solid #6610f2; }

.border-2-indigo-hover:hover {
  border: 2px solid #6610f2; }

.border-t-2-indigo-hover:hover {
  border-top: 2px solid #6610f2; }

.border-l-2-indigo-hover:hover {
  border-left: 2px solid #6610f2; }

.border-r-2-indigo-hover:hover {
  border-right: 2px solid #6610f2; }

.border-b-2-indigo-hover:hover {
  border-bottom: 2px solid #6610f2; }

.border-2-indigo-important {
  border: 2px solid #6610f2 !important; }

.border-t-2-indigo-important {
  border-top: 2px solid #6610f2 !important; }

.border-l-2-indigo-important {
  border-left: 2px solid #6610f2 !important; }

.border-r-2-indigo-important {
  border-right: 2px solid #6610f2 !important; }

.border-b-2-indigo-important {
  border-bottom: 2px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-3-indigo {
  border: 3px solid #6610f2; }

.border-t-3-indigo {
  border-top: 3px solid #6610f2; }

.border-l-3-indigo {
  border-left: 3px solid #6610f2; }

.border-r-3-indigo {
  border-right: 3px solid #6610f2; }

.border-b-3-indigo {
  border-bottom: 3px solid #6610f2; }

.border-3-indigo-hover:hover {
  border: 3px solid #6610f2; }

.border-t-3-indigo-hover:hover {
  border-top: 3px solid #6610f2; }

.border-l-3-indigo-hover:hover {
  border-left: 3px solid #6610f2; }

.border-r-3-indigo-hover:hover {
  border-right: 3px solid #6610f2; }

.border-b-3-indigo-hover:hover {
  border-bottom: 3px solid #6610f2; }

.border-3-indigo-important {
  border: 3px solid #6610f2 !important; }

.border-t-3-indigo-important {
  border-top: 3px solid #6610f2 !important; }

.border-l-3-indigo-important {
  border-left: 3px solid #6610f2 !important; }

.border-r-3-indigo-important {
  border-right: 3px solid #6610f2 !important; }

.border-b-3-indigo-important {
  border-bottom: 3px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-4-indigo {
  border: 4px solid #6610f2; }

.border-t-4-indigo {
  border-top: 4px solid #6610f2; }

.border-l-4-indigo {
  border-left: 4px solid #6610f2; }

.border-r-4-indigo {
  border-right: 4px solid #6610f2; }

.border-b-4-indigo {
  border-bottom: 4px solid #6610f2; }

.border-4-indigo-hover:hover {
  border: 4px solid #6610f2; }

.border-t-4-indigo-hover:hover {
  border-top: 4px solid #6610f2; }

.border-l-4-indigo-hover:hover {
  border-left: 4px solid #6610f2; }

.border-r-4-indigo-hover:hover {
  border-right: 4px solid #6610f2; }

.border-b-4-indigo-hover:hover {
  border-bottom: 4px solid #6610f2; }

.border-4-indigo-important {
  border: 4px solid #6610f2 !important; }

.border-t-4-indigo-important {
  border-top: 4px solid #6610f2 !important; }

.border-l-4-indigo-important {
  border-left: 4px solid #6610f2 !important; }

.border-r-4-indigo-important {
  border-right: 4px solid #6610f2 !important; }

.border-b-4-indigo-important {
  border-bottom: 4px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-5-indigo {
  border: 5px solid #6610f2; }

.border-t-5-indigo {
  border-top: 5px solid #6610f2; }

.border-l-5-indigo {
  border-left: 5px solid #6610f2; }

.border-r-5-indigo {
  border-right: 5px solid #6610f2; }

.border-b-5-indigo {
  border-bottom: 5px solid #6610f2; }

.border-5-indigo-hover:hover {
  border: 5px solid #6610f2; }

.border-t-5-indigo-hover:hover {
  border-top: 5px solid #6610f2; }

.border-l-5-indigo-hover:hover {
  border-left: 5px solid #6610f2; }

.border-r-5-indigo-hover:hover {
  border-right: 5px solid #6610f2; }

.border-b-5-indigo-hover:hover {
  border-bottom: 5px solid #6610f2; }

.border-5-indigo-important {
  border: 5px solid #6610f2 !important; }

.border-t-5-indigo-important {
  border-top: 5px solid #6610f2 !important; }

.border-l-5-indigo-important {
  border-left: 5px solid #6610f2 !important; }

.border-r-5-indigo-important {
  border-right: 5px solid #6610f2 !important; }

.border-b-5-indigo-important {
  border-bottom: 5px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-6-indigo {
  border: 6px solid #6610f2; }

.border-t-6-indigo {
  border-top: 6px solid #6610f2; }

.border-l-6-indigo {
  border-left: 6px solid #6610f2; }

.border-r-6-indigo {
  border-right: 6px solid #6610f2; }

.border-b-6-indigo {
  border-bottom: 6px solid #6610f2; }

.border-6-indigo-hover:hover {
  border: 6px solid #6610f2; }

.border-t-6-indigo-hover:hover {
  border-top: 6px solid #6610f2; }

.border-l-6-indigo-hover:hover {
  border-left: 6px solid #6610f2; }

.border-r-6-indigo-hover:hover {
  border-right: 6px solid #6610f2; }

.border-b-6-indigo-hover:hover {
  border-bottom: 6px solid #6610f2; }

.border-6-indigo-important {
  border: 6px solid #6610f2 !important; }

.border-t-6-indigo-important {
  border-top: 6px solid #6610f2 !important; }

.border-l-6-indigo-important {
  border-left: 6px solid #6610f2 !important; }

.border-r-6-indigo-important {
  border-right: 6px solid #6610f2 !important; }

.border-b-6-indigo-important {
  border-bottom: 6px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-7-indigo {
  border: 7px solid #6610f2; }

.border-t-7-indigo {
  border-top: 7px solid #6610f2; }

.border-l-7-indigo {
  border-left: 7px solid #6610f2; }

.border-r-7-indigo {
  border-right: 7px solid #6610f2; }

.border-b-7-indigo {
  border-bottom: 7px solid #6610f2; }

.border-7-indigo-hover:hover {
  border: 7px solid #6610f2; }

.border-t-7-indigo-hover:hover {
  border-top: 7px solid #6610f2; }

.border-l-7-indigo-hover:hover {
  border-left: 7px solid #6610f2; }

.border-r-7-indigo-hover:hover {
  border-right: 7px solid #6610f2; }

.border-b-7-indigo-hover:hover {
  border-bottom: 7px solid #6610f2; }

.border-7-indigo-important {
  border: 7px solid #6610f2 !important; }

.border-t-7-indigo-important {
  border-top: 7px solid #6610f2 !important; }

.border-l-7-indigo-important {
  border-left: 7px solid #6610f2 !important; }

.border-r-7-indigo-important {
  border-right: 7px solid #6610f2 !important; }

.border-b-7-indigo-important {
  border-bottom: 7px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-8-indigo {
  border: 8px solid #6610f2; }

.border-t-8-indigo {
  border-top: 8px solid #6610f2; }

.border-l-8-indigo {
  border-left: 8px solid #6610f2; }

.border-r-8-indigo {
  border-right: 8px solid #6610f2; }

.border-b-8-indigo {
  border-bottom: 8px solid #6610f2; }

.border-8-indigo-hover:hover {
  border: 8px solid #6610f2; }

.border-t-8-indigo-hover:hover {
  border-top: 8px solid #6610f2; }

.border-l-8-indigo-hover:hover {
  border-left: 8px solid #6610f2; }

.border-r-8-indigo-hover:hover {
  border-right: 8px solid #6610f2; }

.border-b-8-indigo-hover:hover {
  border-bottom: 8px solid #6610f2; }

.border-8-indigo-important {
  border: 8px solid #6610f2 !important; }

.border-t-8-indigo-important {
  border-top: 8px solid #6610f2 !important; }

.border-l-8-indigo-important {
  border-left: 8px solid #6610f2 !important; }

.border-r-8-indigo-important {
  border-right: 8px solid #6610f2 !important; }

.border-b-8-indigo-important {
  border-bottom: 8px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-9-indigo {
  border: 9px solid #6610f2; }

.border-t-9-indigo {
  border-top: 9px solid #6610f2; }

.border-l-9-indigo {
  border-left: 9px solid #6610f2; }

.border-r-9-indigo {
  border-right: 9px solid #6610f2; }

.border-b-9-indigo {
  border-bottom: 9px solid #6610f2; }

.border-9-indigo-hover:hover {
  border: 9px solid #6610f2; }

.border-t-9-indigo-hover:hover {
  border-top: 9px solid #6610f2; }

.border-l-9-indigo-hover:hover {
  border-left: 9px solid #6610f2; }

.border-r-9-indigo-hover:hover {
  border-right: 9px solid #6610f2; }

.border-b-9-indigo-hover:hover {
  border-bottom: 9px solid #6610f2; }

.border-9-indigo-important {
  border: 9px solid #6610f2 !important; }

.border-t-9-indigo-important {
  border-top: 9px solid #6610f2 !important; }

.border-l-9-indigo-important {
  border-left: 9px solid #6610f2 !important; }

.border-r-9-indigo-important {
  border-right: 9px solid #6610f2 !important; }

.border-b-9-indigo-important {
  border-bottom: 9px solid #6610f2 !important; }

.border-indigo-hover:hover {
  border-color: #6610f2 !important; }

.border-10-indigo {
  border: 10px solid #6610f2; }

.border-t-10-indigo {
  border-top: 10px solid #6610f2; }

.border-l-10-indigo {
  border-left: 10px solid #6610f2; }

.border-r-10-indigo {
  border-right: 10px solid #6610f2; }

.border-b-10-indigo {
  border-bottom: 10px solid #6610f2; }

.border-10-indigo-hover:hover {
  border: 10px solid #6610f2; }

.border-t-10-indigo-hover:hover {
  border-top: 10px solid #6610f2; }

.border-l-10-indigo-hover:hover {
  border-left: 10px solid #6610f2; }

.border-r-10-indigo-hover:hover {
  border-right: 10px solid #6610f2; }

.border-b-10-indigo-hover:hover {
  border-bottom: 10px solid #6610f2; }

.border-10-indigo-important {
  border: 10px solid #6610f2 !important; }

.border-t-10-indigo-important {
  border-top: 10px solid #6610f2 !important; }

.border-l-10-indigo-important {
  border-left: 10px solid #6610f2 !important; }

.border-r-10-indigo-important {
  border-right: 10px solid #6610f2 !important; }

.border-b-10-indigo-important {
  border-bottom: 10px solid #6610f2 !important; }

.purple {
  color: #6f42c1; }

.purple-hover:hover {
  color: #6f42c1; }

.bg-purple {
  background-color: #6f42c1; }

.bg-purple-important {
  background-color: #6f42c1 !important; }

.bg-purple-hover:hover {
  background-color: #6f42c1; }

.bg-purple-hover-important:hover {
  background-color: #6f42c1 !important; }

.ty-title-purple {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #6f42c1; }

.ty-title-after-purple:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #6f42c1; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-1-purple {
  border: 1px solid #6f42c1; }

.border-t-1-purple {
  border-top: 1px solid #6f42c1; }

.border-l-1-purple {
  border-left: 1px solid #6f42c1; }

.border-r-1-purple {
  border-right: 1px solid #6f42c1; }

.border-b-1-purple {
  border-bottom: 1px solid #6f42c1; }

.border-1-purple-hover:hover {
  border: 1px solid #6f42c1; }

.border-t-1-purple-hover:hover {
  border-top: 1px solid #6f42c1; }

.border-l-1-purple-hover:hover {
  border-left: 1px solid #6f42c1; }

.border-r-1-purple-hover:hover {
  border-right: 1px solid #6f42c1; }

.border-b-1-purple-hover:hover {
  border-bottom: 1px solid #6f42c1; }

.border-1-purple-important {
  border: 1px solid #6f42c1 !important; }

.border-t-1-purple-important {
  border-top: 1px solid #6f42c1 !important; }

.border-l-1-purple-important {
  border-left: 1px solid #6f42c1 !important; }

.border-r-1-purple-important {
  border-right: 1px solid #6f42c1 !important; }

.border-b-1-purple-important {
  border-bottom: 1px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-2-purple {
  border: 2px solid #6f42c1; }

.border-t-2-purple {
  border-top: 2px solid #6f42c1; }

.border-l-2-purple {
  border-left: 2px solid #6f42c1; }

.border-r-2-purple {
  border-right: 2px solid #6f42c1; }

.border-b-2-purple {
  border-bottom: 2px solid #6f42c1; }

.border-2-purple-hover:hover {
  border: 2px solid #6f42c1; }

.border-t-2-purple-hover:hover {
  border-top: 2px solid #6f42c1; }

.border-l-2-purple-hover:hover {
  border-left: 2px solid #6f42c1; }

.border-r-2-purple-hover:hover {
  border-right: 2px solid #6f42c1; }

.border-b-2-purple-hover:hover {
  border-bottom: 2px solid #6f42c1; }

.border-2-purple-important {
  border: 2px solid #6f42c1 !important; }

.border-t-2-purple-important {
  border-top: 2px solid #6f42c1 !important; }

.border-l-2-purple-important {
  border-left: 2px solid #6f42c1 !important; }

.border-r-2-purple-important {
  border-right: 2px solid #6f42c1 !important; }

.border-b-2-purple-important {
  border-bottom: 2px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-3-purple {
  border: 3px solid #6f42c1; }

.border-t-3-purple {
  border-top: 3px solid #6f42c1; }

.border-l-3-purple {
  border-left: 3px solid #6f42c1; }

.border-r-3-purple {
  border-right: 3px solid #6f42c1; }

.border-b-3-purple {
  border-bottom: 3px solid #6f42c1; }

.border-3-purple-hover:hover {
  border: 3px solid #6f42c1; }

.border-t-3-purple-hover:hover {
  border-top: 3px solid #6f42c1; }

.border-l-3-purple-hover:hover {
  border-left: 3px solid #6f42c1; }

.border-r-3-purple-hover:hover {
  border-right: 3px solid #6f42c1; }

.border-b-3-purple-hover:hover {
  border-bottom: 3px solid #6f42c1; }

.border-3-purple-important {
  border: 3px solid #6f42c1 !important; }

.border-t-3-purple-important {
  border-top: 3px solid #6f42c1 !important; }

.border-l-3-purple-important {
  border-left: 3px solid #6f42c1 !important; }

.border-r-3-purple-important {
  border-right: 3px solid #6f42c1 !important; }

.border-b-3-purple-important {
  border-bottom: 3px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-4-purple {
  border: 4px solid #6f42c1; }

.border-t-4-purple {
  border-top: 4px solid #6f42c1; }

.border-l-4-purple {
  border-left: 4px solid #6f42c1; }

.border-r-4-purple {
  border-right: 4px solid #6f42c1; }

.border-b-4-purple {
  border-bottom: 4px solid #6f42c1; }

.border-4-purple-hover:hover {
  border: 4px solid #6f42c1; }

.border-t-4-purple-hover:hover {
  border-top: 4px solid #6f42c1; }

.border-l-4-purple-hover:hover {
  border-left: 4px solid #6f42c1; }

.border-r-4-purple-hover:hover {
  border-right: 4px solid #6f42c1; }

.border-b-4-purple-hover:hover {
  border-bottom: 4px solid #6f42c1; }

.border-4-purple-important {
  border: 4px solid #6f42c1 !important; }

.border-t-4-purple-important {
  border-top: 4px solid #6f42c1 !important; }

.border-l-4-purple-important {
  border-left: 4px solid #6f42c1 !important; }

.border-r-4-purple-important {
  border-right: 4px solid #6f42c1 !important; }

.border-b-4-purple-important {
  border-bottom: 4px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-5-purple {
  border: 5px solid #6f42c1; }

.border-t-5-purple {
  border-top: 5px solid #6f42c1; }

.border-l-5-purple {
  border-left: 5px solid #6f42c1; }

.border-r-5-purple {
  border-right: 5px solid #6f42c1; }

.border-b-5-purple {
  border-bottom: 5px solid #6f42c1; }

.border-5-purple-hover:hover {
  border: 5px solid #6f42c1; }

.border-t-5-purple-hover:hover {
  border-top: 5px solid #6f42c1; }

.border-l-5-purple-hover:hover {
  border-left: 5px solid #6f42c1; }

.border-r-5-purple-hover:hover {
  border-right: 5px solid #6f42c1; }

.border-b-5-purple-hover:hover {
  border-bottom: 5px solid #6f42c1; }

.border-5-purple-important {
  border: 5px solid #6f42c1 !important; }

.border-t-5-purple-important {
  border-top: 5px solid #6f42c1 !important; }

.border-l-5-purple-important {
  border-left: 5px solid #6f42c1 !important; }

.border-r-5-purple-important {
  border-right: 5px solid #6f42c1 !important; }

.border-b-5-purple-important {
  border-bottom: 5px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-6-purple {
  border: 6px solid #6f42c1; }

.border-t-6-purple {
  border-top: 6px solid #6f42c1; }

.border-l-6-purple {
  border-left: 6px solid #6f42c1; }

.border-r-6-purple {
  border-right: 6px solid #6f42c1; }

.border-b-6-purple {
  border-bottom: 6px solid #6f42c1; }

.border-6-purple-hover:hover {
  border: 6px solid #6f42c1; }

.border-t-6-purple-hover:hover {
  border-top: 6px solid #6f42c1; }

.border-l-6-purple-hover:hover {
  border-left: 6px solid #6f42c1; }

.border-r-6-purple-hover:hover {
  border-right: 6px solid #6f42c1; }

.border-b-6-purple-hover:hover {
  border-bottom: 6px solid #6f42c1; }

.border-6-purple-important {
  border: 6px solid #6f42c1 !important; }

.border-t-6-purple-important {
  border-top: 6px solid #6f42c1 !important; }

.border-l-6-purple-important {
  border-left: 6px solid #6f42c1 !important; }

.border-r-6-purple-important {
  border-right: 6px solid #6f42c1 !important; }

.border-b-6-purple-important {
  border-bottom: 6px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-7-purple {
  border: 7px solid #6f42c1; }

.border-t-7-purple {
  border-top: 7px solid #6f42c1; }

.border-l-7-purple {
  border-left: 7px solid #6f42c1; }

.border-r-7-purple {
  border-right: 7px solid #6f42c1; }

.border-b-7-purple {
  border-bottom: 7px solid #6f42c1; }

.border-7-purple-hover:hover {
  border: 7px solid #6f42c1; }

.border-t-7-purple-hover:hover {
  border-top: 7px solid #6f42c1; }

.border-l-7-purple-hover:hover {
  border-left: 7px solid #6f42c1; }

.border-r-7-purple-hover:hover {
  border-right: 7px solid #6f42c1; }

.border-b-7-purple-hover:hover {
  border-bottom: 7px solid #6f42c1; }

.border-7-purple-important {
  border: 7px solid #6f42c1 !important; }

.border-t-7-purple-important {
  border-top: 7px solid #6f42c1 !important; }

.border-l-7-purple-important {
  border-left: 7px solid #6f42c1 !important; }

.border-r-7-purple-important {
  border-right: 7px solid #6f42c1 !important; }

.border-b-7-purple-important {
  border-bottom: 7px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-8-purple {
  border: 8px solid #6f42c1; }

.border-t-8-purple {
  border-top: 8px solid #6f42c1; }

.border-l-8-purple {
  border-left: 8px solid #6f42c1; }

.border-r-8-purple {
  border-right: 8px solid #6f42c1; }

.border-b-8-purple {
  border-bottom: 8px solid #6f42c1; }

.border-8-purple-hover:hover {
  border: 8px solid #6f42c1; }

.border-t-8-purple-hover:hover {
  border-top: 8px solid #6f42c1; }

.border-l-8-purple-hover:hover {
  border-left: 8px solid #6f42c1; }

.border-r-8-purple-hover:hover {
  border-right: 8px solid #6f42c1; }

.border-b-8-purple-hover:hover {
  border-bottom: 8px solid #6f42c1; }

.border-8-purple-important {
  border: 8px solid #6f42c1 !important; }

.border-t-8-purple-important {
  border-top: 8px solid #6f42c1 !important; }

.border-l-8-purple-important {
  border-left: 8px solid #6f42c1 !important; }

.border-r-8-purple-important {
  border-right: 8px solid #6f42c1 !important; }

.border-b-8-purple-important {
  border-bottom: 8px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-9-purple {
  border: 9px solid #6f42c1; }

.border-t-9-purple {
  border-top: 9px solid #6f42c1; }

.border-l-9-purple {
  border-left: 9px solid #6f42c1; }

.border-r-9-purple {
  border-right: 9px solid #6f42c1; }

.border-b-9-purple {
  border-bottom: 9px solid #6f42c1; }

.border-9-purple-hover:hover {
  border: 9px solid #6f42c1; }

.border-t-9-purple-hover:hover {
  border-top: 9px solid #6f42c1; }

.border-l-9-purple-hover:hover {
  border-left: 9px solid #6f42c1; }

.border-r-9-purple-hover:hover {
  border-right: 9px solid #6f42c1; }

.border-b-9-purple-hover:hover {
  border-bottom: 9px solid #6f42c1; }

.border-9-purple-important {
  border: 9px solid #6f42c1 !important; }

.border-t-9-purple-important {
  border-top: 9px solid #6f42c1 !important; }

.border-l-9-purple-important {
  border-left: 9px solid #6f42c1 !important; }

.border-r-9-purple-important {
  border-right: 9px solid #6f42c1 !important; }

.border-b-9-purple-important {
  border-bottom: 9px solid #6f42c1 !important; }

.border-purple-hover:hover {
  border-color: #6f42c1 !important; }

.border-10-purple {
  border: 10px solid #6f42c1; }

.border-t-10-purple {
  border-top: 10px solid #6f42c1; }

.border-l-10-purple {
  border-left: 10px solid #6f42c1; }

.border-r-10-purple {
  border-right: 10px solid #6f42c1; }

.border-b-10-purple {
  border-bottom: 10px solid #6f42c1; }

.border-10-purple-hover:hover {
  border: 10px solid #6f42c1; }

.border-t-10-purple-hover:hover {
  border-top: 10px solid #6f42c1; }

.border-l-10-purple-hover:hover {
  border-left: 10px solid #6f42c1; }

.border-r-10-purple-hover:hover {
  border-right: 10px solid #6f42c1; }

.border-b-10-purple-hover:hover {
  border-bottom: 10px solid #6f42c1; }

.border-10-purple-important {
  border: 10px solid #6f42c1 !important; }

.border-t-10-purple-important {
  border-top: 10px solid #6f42c1 !important; }

.border-l-10-purple-important {
  border-left: 10px solid #6f42c1 !important; }

.border-r-10-purple-important {
  border-right: 10px solid #6f42c1 !important; }

.border-b-10-purple-important {
  border-bottom: 10px solid #6f42c1 !important; }

.pink_light {
  color: #f6b0d0; }

.pink_light-hover:hover {
  color: #f6b0d0; }

.bg-pink_light {
  background-color: #f6b0d0; }

.bg-pink_light-important {
  background-color: #f6b0d0 !important; }

.bg-pink_light-hover:hover {
  background-color: #f6b0d0; }

.bg-pink_light-hover-important:hover {
  background-color: #f6b0d0 !important; }

.ty-title-pink_light {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #f6b0d0; }

.ty-title-after-pink_light:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #f6b0d0; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-1-pink_light {
  border: 1px solid #f6b0d0; }

.border-t-1-pink_light {
  border-top: 1px solid #f6b0d0; }

.border-l-1-pink_light {
  border-left: 1px solid #f6b0d0; }

.border-r-1-pink_light {
  border-right: 1px solid #f6b0d0; }

.border-b-1-pink_light {
  border-bottom: 1px solid #f6b0d0; }

.border-1-pink_light-hover:hover {
  border: 1px solid #f6b0d0; }

.border-t-1-pink_light-hover:hover {
  border-top: 1px solid #f6b0d0; }

.border-l-1-pink_light-hover:hover {
  border-left: 1px solid #f6b0d0; }

.border-r-1-pink_light-hover:hover {
  border-right: 1px solid #f6b0d0; }

.border-b-1-pink_light-hover:hover {
  border-bottom: 1px solid #f6b0d0; }

.border-1-pink_light-important {
  border: 1px solid #f6b0d0 !important; }

.border-t-1-pink_light-important {
  border-top: 1px solid #f6b0d0 !important; }

.border-l-1-pink_light-important {
  border-left: 1px solid #f6b0d0 !important; }

.border-r-1-pink_light-important {
  border-right: 1px solid #f6b0d0 !important; }

.border-b-1-pink_light-important {
  border-bottom: 1px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-2-pink_light {
  border: 2px solid #f6b0d0; }

.border-t-2-pink_light {
  border-top: 2px solid #f6b0d0; }

.border-l-2-pink_light {
  border-left: 2px solid #f6b0d0; }

.border-r-2-pink_light {
  border-right: 2px solid #f6b0d0; }

.border-b-2-pink_light {
  border-bottom: 2px solid #f6b0d0; }

.border-2-pink_light-hover:hover {
  border: 2px solid #f6b0d0; }

.border-t-2-pink_light-hover:hover {
  border-top: 2px solid #f6b0d0; }

.border-l-2-pink_light-hover:hover {
  border-left: 2px solid #f6b0d0; }

.border-r-2-pink_light-hover:hover {
  border-right: 2px solid #f6b0d0; }

.border-b-2-pink_light-hover:hover {
  border-bottom: 2px solid #f6b0d0; }

.border-2-pink_light-important {
  border: 2px solid #f6b0d0 !important; }

.border-t-2-pink_light-important {
  border-top: 2px solid #f6b0d0 !important; }

.border-l-2-pink_light-important {
  border-left: 2px solid #f6b0d0 !important; }

.border-r-2-pink_light-important {
  border-right: 2px solid #f6b0d0 !important; }

.border-b-2-pink_light-important {
  border-bottom: 2px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-3-pink_light {
  border: 3px solid #f6b0d0; }

.border-t-3-pink_light {
  border-top: 3px solid #f6b0d0; }

.border-l-3-pink_light {
  border-left: 3px solid #f6b0d0; }

.border-r-3-pink_light {
  border-right: 3px solid #f6b0d0; }

.border-b-3-pink_light {
  border-bottom: 3px solid #f6b0d0; }

.border-3-pink_light-hover:hover {
  border: 3px solid #f6b0d0; }

.border-t-3-pink_light-hover:hover {
  border-top: 3px solid #f6b0d0; }

.border-l-3-pink_light-hover:hover {
  border-left: 3px solid #f6b0d0; }

.border-r-3-pink_light-hover:hover {
  border-right: 3px solid #f6b0d0; }

.border-b-3-pink_light-hover:hover {
  border-bottom: 3px solid #f6b0d0; }

.border-3-pink_light-important {
  border: 3px solid #f6b0d0 !important; }

.border-t-3-pink_light-important {
  border-top: 3px solid #f6b0d0 !important; }

.border-l-3-pink_light-important {
  border-left: 3px solid #f6b0d0 !important; }

.border-r-3-pink_light-important {
  border-right: 3px solid #f6b0d0 !important; }

.border-b-3-pink_light-important {
  border-bottom: 3px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-4-pink_light {
  border: 4px solid #f6b0d0; }

.border-t-4-pink_light {
  border-top: 4px solid #f6b0d0; }

.border-l-4-pink_light {
  border-left: 4px solid #f6b0d0; }

.border-r-4-pink_light {
  border-right: 4px solid #f6b0d0; }

.border-b-4-pink_light {
  border-bottom: 4px solid #f6b0d0; }

.border-4-pink_light-hover:hover {
  border: 4px solid #f6b0d0; }

.border-t-4-pink_light-hover:hover {
  border-top: 4px solid #f6b0d0; }

.border-l-4-pink_light-hover:hover {
  border-left: 4px solid #f6b0d0; }

.border-r-4-pink_light-hover:hover {
  border-right: 4px solid #f6b0d0; }

.border-b-4-pink_light-hover:hover {
  border-bottom: 4px solid #f6b0d0; }

.border-4-pink_light-important {
  border: 4px solid #f6b0d0 !important; }

.border-t-4-pink_light-important {
  border-top: 4px solid #f6b0d0 !important; }

.border-l-4-pink_light-important {
  border-left: 4px solid #f6b0d0 !important; }

.border-r-4-pink_light-important {
  border-right: 4px solid #f6b0d0 !important; }

.border-b-4-pink_light-important {
  border-bottom: 4px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-5-pink_light {
  border: 5px solid #f6b0d0; }

.border-t-5-pink_light {
  border-top: 5px solid #f6b0d0; }

.border-l-5-pink_light {
  border-left: 5px solid #f6b0d0; }

.border-r-5-pink_light {
  border-right: 5px solid #f6b0d0; }

.border-b-5-pink_light {
  border-bottom: 5px solid #f6b0d0; }

.border-5-pink_light-hover:hover {
  border: 5px solid #f6b0d0; }

.border-t-5-pink_light-hover:hover {
  border-top: 5px solid #f6b0d0; }

.border-l-5-pink_light-hover:hover {
  border-left: 5px solid #f6b0d0; }

.border-r-5-pink_light-hover:hover {
  border-right: 5px solid #f6b0d0; }

.border-b-5-pink_light-hover:hover {
  border-bottom: 5px solid #f6b0d0; }

.border-5-pink_light-important {
  border: 5px solid #f6b0d0 !important; }

.border-t-5-pink_light-important {
  border-top: 5px solid #f6b0d0 !important; }

.border-l-5-pink_light-important {
  border-left: 5px solid #f6b0d0 !important; }

.border-r-5-pink_light-important {
  border-right: 5px solid #f6b0d0 !important; }

.border-b-5-pink_light-important {
  border-bottom: 5px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-6-pink_light {
  border: 6px solid #f6b0d0; }

.border-t-6-pink_light {
  border-top: 6px solid #f6b0d0; }

.border-l-6-pink_light {
  border-left: 6px solid #f6b0d0; }

.border-r-6-pink_light {
  border-right: 6px solid #f6b0d0; }

.border-b-6-pink_light {
  border-bottom: 6px solid #f6b0d0; }

.border-6-pink_light-hover:hover {
  border: 6px solid #f6b0d0; }

.border-t-6-pink_light-hover:hover {
  border-top: 6px solid #f6b0d0; }

.border-l-6-pink_light-hover:hover {
  border-left: 6px solid #f6b0d0; }

.border-r-6-pink_light-hover:hover {
  border-right: 6px solid #f6b0d0; }

.border-b-6-pink_light-hover:hover {
  border-bottom: 6px solid #f6b0d0; }

.border-6-pink_light-important {
  border: 6px solid #f6b0d0 !important; }

.border-t-6-pink_light-important {
  border-top: 6px solid #f6b0d0 !important; }

.border-l-6-pink_light-important {
  border-left: 6px solid #f6b0d0 !important; }

.border-r-6-pink_light-important {
  border-right: 6px solid #f6b0d0 !important; }

.border-b-6-pink_light-important {
  border-bottom: 6px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-7-pink_light {
  border: 7px solid #f6b0d0; }

.border-t-7-pink_light {
  border-top: 7px solid #f6b0d0; }

.border-l-7-pink_light {
  border-left: 7px solid #f6b0d0; }

.border-r-7-pink_light {
  border-right: 7px solid #f6b0d0; }

.border-b-7-pink_light {
  border-bottom: 7px solid #f6b0d0; }

.border-7-pink_light-hover:hover {
  border: 7px solid #f6b0d0; }

.border-t-7-pink_light-hover:hover {
  border-top: 7px solid #f6b0d0; }

.border-l-7-pink_light-hover:hover {
  border-left: 7px solid #f6b0d0; }

.border-r-7-pink_light-hover:hover {
  border-right: 7px solid #f6b0d0; }

.border-b-7-pink_light-hover:hover {
  border-bottom: 7px solid #f6b0d0; }

.border-7-pink_light-important {
  border: 7px solid #f6b0d0 !important; }

.border-t-7-pink_light-important {
  border-top: 7px solid #f6b0d0 !important; }

.border-l-7-pink_light-important {
  border-left: 7px solid #f6b0d0 !important; }

.border-r-7-pink_light-important {
  border-right: 7px solid #f6b0d0 !important; }

.border-b-7-pink_light-important {
  border-bottom: 7px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-8-pink_light {
  border: 8px solid #f6b0d0; }

.border-t-8-pink_light {
  border-top: 8px solid #f6b0d0; }

.border-l-8-pink_light {
  border-left: 8px solid #f6b0d0; }

.border-r-8-pink_light {
  border-right: 8px solid #f6b0d0; }

.border-b-8-pink_light {
  border-bottom: 8px solid #f6b0d0; }

.border-8-pink_light-hover:hover {
  border: 8px solid #f6b0d0; }

.border-t-8-pink_light-hover:hover {
  border-top: 8px solid #f6b0d0; }

.border-l-8-pink_light-hover:hover {
  border-left: 8px solid #f6b0d0; }

.border-r-8-pink_light-hover:hover {
  border-right: 8px solid #f6b0d0; }

.border-b-8-pink_light-hover:hover {
  border-bottom: 8px solid #f6b0d0; }

.border-8-pink_light-important {
  border: 8px solid #f6b0d0 !important; }

.border-t-8-pink_light-important {
  border-top: 8px solid #f6b0d0 !important; }

.border-l-8-pink_light-important {
  border-left: 8px solid #f6b0d0 !important; }

.border-r-8-pink_light-important {
  border-right: 8px solid #f6b0d0 !important; }

.border-b-8-pink_light-important {
  border-bottom: 8px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-9-pink_light {
  border: 9px solid #f6b0d0; }

.border-t-9-pink_light {
  border-top: 9px solid #f6b0d0; }

.border-l-9-pink_light {
  border-left: 9px solid #f6b0d0; }

.border-r-9-pink_light {
  border-right: 9px solid #f6b0d0; }

.border-b-9-pink_light {
  border-bottom: 9px solid #f6b0d0; }

.border-9-pink_light-hover:hover {
  border: 9px solid #f6b0d0; }

.border-t-9-pink_light-hover:hover {
  border-top: 9px solid #f6b0d0; }

.border-l-9-pink_light-hover:hover {
  border-left: 9px solid #f6b0d0; }

.border-r-9-pink_light-hover:hover {
  border-right: 9px solid #f6b0d0; }

.border-b-9-pink_light-hover:hover {
  border-bottom: 9px solid #f6b0d0; }

.border-9-pink_light-important {
  border: 9px solid #f6b0d0 !important; }

.border-t-9-pink_light-important {
  border-top: 9px solid #f6b0d0 !important; }

.border-l-9-pink_light-important {
  border-left: 9px solid #f6b0d0 !important; }

.border-r-9-pink_light-important {
  border-right: 9px solid #f6b0d0 !important; }

.border-b-9-pink_light-important {
  border-bottom: 9px solid #f6b0d0 !important; }

.border-pink_light-hover:hover {
  border-color: #f6b0d0 !important; }

.border-10-pink_light {
  border: 10px solid #f6b0d0; }

.border-t-10-pink_light {
  border-top: 10px solid #f6b0d0; }

.border-l-10-pink_light {
  border-left: 10px solid #f6b0d0; }

.border-r-10-pink_light {
  border-right: 10px solid #f6b0d0; }

.border-b-10-pink_light {
  border-bottom: 10px solid #f6b0d0; }

.border-10-pink_light-hover:hover {
  border: 10px solid #f6b0d0; }

.border-t-10-pink_light-hover:hover {
  border-top: 10px solid #f6b0d0; }

.border-l-10-pink_light-hover:hover {
  border-left: 10px solid #f6b0d0; }

.border-r-10-pink_light-hover:hover {
  border-right: 10px solid #f6b0d0; }

.border-b-10-pink_light-hover:hover {
  border-bottom: 10px solid #f6b0d0; }

.border-10-pink_light-important {
  border: 10px solid #f6b0d0 !important; }

.border-t-10-pink_light-important {
  border-top: 10px solid #f6b0d0 !important; }

.border-l-10-pink_light-important {
  border-left: 10px solid #f6b0d0 !important; }

.border-r-10-pink_light-important {
  border-right: 10px solid #f6b0d0 !important; }

.border-b-10-pink_light-important {
  border-bottom: 10px solid #f6b0d0 !important; }

.pink {
  color: #e83e8c; }

.pink-hover:hover {
  color: #e83e8c; }

.bg-pink {
  background-color: #e83e8c; }

.bg-pink-important {
  background-color: #e83e8c !important; }

.bg-pink-hover:hover {
  background-color: #e83e8c; }

.bg-pink-hover-important:hover {
  background-color: #e83e8c !important; }

.ty-title-pink {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #e83e8c; }

.ty-title-after-pink:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #e83e8c; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-1-pink {
  border: 1px solid #e83e8c; }

.border-t-1-pink {
  border-top: 1px solid #e83e8c; }

.border-l-1-pink {
  border-left: 1px solid #e83e8c; }

.border-r-1-pink {
  border-right: 1px solid #e83e8c; }

.border-b-1-pink {
  border-bottom: 1px solid #e83e8c; }

.border-1-pink-hover:hover {
  border: 1px solid #e83e8c; }

.border-t-1-pink-hover:hover {
  border-top: 1px solid #e83e8c; }

.border-l-1-pink-hover:hover {
  border-left: 1px solid #e83e8c; }

.border-r-1-pink-hover:hover {
  border-right: 1px solid #e83e8c; }

.border-b-1-pink-hover:hover {
  border-bottom: 1px solid #e83e8c; }

.border-1-pink-important {
  border: 1px solid #e83e8c !important; }

.border-t-1-pink-important {
  border-top: 1px solid #e83e8c !important; }

.border-l-1-pink-important {
  border-left: 1px solid #e83e8c !important; }

.border-r-1-pink-important {
  border-right: 1px solid #e83e8c !important; }

.border-b-1-pink-important {
  border-bottom: 1px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-2-pink {
  border: 2px solid #e83e8c; }

.border-t-2-pink {
  border-top: 2px solid #e83e8c; }

.border-l-2-pink {
  border-left: 2px solid #e83e8c; }

.border-r-2-pink {
  border-right: 2px solid #e83e8c; }

.border-b-2-pink {
  border-bottom: 2px solid #e83e8c; }

.border-2-pink-hover:hover {
  border: 2px solid #e83e8c; }

.border-t-2-pink-hover:hover {
  border-top: 2px solid #e83e8c; }

.border-l-2-pink-hover:hover {
  border-left: 2px solid #e83e8c; }

.border-r-2-pink-hover:hover {
  border-right: 2px solid #e83e8c; }

.border-b-2-pink-hover:hover {
  border-bottom: 2px solid #e83e8c; }

.border-2-pink-important {
  border: 2px solid #e83e8c !important; }

.border-t-2-pink-important {
  border-top: 2px solid #e83e8c !important; }

.border-l-2-pink-important {
  border-left: 2px solid #e83e8c !important; }

.border-r-2-pink-important {
  border-right: 2px solid #e83e8c !important; }

.border-b-2-pink-important {
  border-bottom: 2px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-3-pink {
  border: 3px solid #e83e8c; }

.border-t-3-pink {
  border-top: 3px solid #e83e8c; }

.border-l-3-pink {
  border-left: 3px solid #e83e8c; }

.border-r-3-pink {
  border-right: 3px solid #e83e8c; }

.border-b-3-pink {
  border-bottom: 3px solid #e83e8c; }

.border-3-pink-hover:hover {
  border: 3px solid #e83e8c; }

.border-t-3-pink-hover:hover {
  border-top: 3px solid #e83e8c; }

.border-l-3-pink-hover:hover {
  border-left: 3px solid #e83e8c; }

.border-r-3-pink-hover:hover {
  border-right: 3px solid #e83e8c; }

.border-b-3-pink-hover:hover {
  border-bottom: 3px solid #e83e8c; }

.border-3-pink-important {
  border: 3px solid #e83e8c !important; }

.border-t-3-pink-important {
  border-top: 3px solid #e83e8c !important; }

.border-l-3-pink-important {
  border-left: 3px solid #e83e8c !important; }

.border-r-3-pink-important {
  border-right: 3px solid #e83e8c !important; }

.border-b-3-pink-important {
  border-bottom: 3px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-4-pink {
  border: 4px solid #e83e8c; }

.border-t-4-pink {
  border-top: 4px solid #e83e8c; }

.border-l-4-pink {
  border-left: 4px solid #e83e8c; }

.border-r-4-pink {
  border-right: 4px solid #e83e8c; }

.border-b-4-pink {
  border-bottom: 4px solid #e83e8c; }

.border-4-pink-hover:hover {
  border: 4px solid #e83e8c; }

.border-t-4-pink-hover:hover {
  border-top: 4px solid #e83e8c; }

.border-l-4-pink-hover:hover {
  border-left: 4px solid #e83e8c; }

.border-r-4-pink-hover:hover {
  border-right: 4px solid #e83e8c; }

.border-b-4-pink-hover:hover {
  border-bottom: 4px solid #e83e8c; }

.border-4-pink-important {
  border: 4px solid #e83e8c !important; }

.border-t-4-pink-important {
  border-top: 4px solid #e83e8c !important; }

.border-l-4-pink-important {
  border-left: 4px solid #e83e8c !important; }

.border-r-4-pink-important {
  border-right: 4px solid #e83e8c !important; }

.border-b-4-pink-important {
  border-bottom: 4px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-5-pink {
  border: 5px solid #e83e8c; }

.border-t-5-pink {
  border-top: 5px solid #e83e8c; }

.border-l-5-pink {
  border-left: 5px solid #e83e8c; }

.border-r-5-pink {
  border-right: 5px solid #e83e8c; }

.border-b-5-pink {
  border-bottom: 5px solid #e83e8c; }

.border-5-pink-hover:hover {
  border: 5px solid #e83e8c; }

.border-t-5-pink-hover:hover {
  border-top: 5px solid #e83e8c; }

.border-l-5-pink-hover:hover {
  border-left: 5px solid #e83e8c; }

.border-r-5-pink-hover:hover {
  border-right: 5px solid #e83e8c; }

.border-b-5-pink-hover:hover {
  border-bottom: 5px solid #e83e8c; }

.border-5-pink-important {
  border: 5px solid #e83e8c !important; }

.border-t-5-pink-important {
  border-top: 5px solid #e83e8c !important; }

.border-l-5-pink-important {
  border-left: 5px solid #e83e8c !important; }

.border-r-5-pink-important {
  border-right: 5px solid #e83e8c !important; }

.border-b-5-pink-important {
  border-bottom: 5px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-6-pink {
  border: 6px solid #e83e8c; }

.border-t-6-pink {
  border-top: 6px solid #e83e8c; }

.border-l-6-pink {
  border-left: 6px solid #e83e8c; }

.border-r-6-pink {
  border-right: 6px solid #e83e8c; }

.border-b-6-pink {
  border-bottom: 6px solid #e83e8c; }

.border-6-pink-hover:hover {
  border: 6px solid #e83e8c; }

.border-t-6-pink-hover:hover {
  border-top: 6px solid #e83e8c; }

.border-l-6-pink-hover:hover {
  border-left: 6px solid #e83e8c; }

.border-r-6-pink-hover:hover {
  border-right: 6px solid #e83e8c; }

.border-b-6-pink-hover:hover {
  border-bottom: 6px solid #e83e8c; }

.border-6-pink-important {
  border: 6px solid #e83e8c !important; }

.border-t-6-pink-important {
  border-top: 6px solid #e83e8c !important; }

.border-l-6-pink-important {
  border-left: 6px solid #e83e8c !important; }

.border-r-6-pink-important {
  border-right: 6px solid #e83e8c !important; }

.border-b-6-pink-important {
  border-bottom: 6px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-7-pink {
  border: 7px solid #e83e8c; }

.border-t-7-pink {
  border-top: 7px solid #e83e8c; }

.border-l-7-pink {
  border-left: 7px solid #e83e8c; }

.border-r-7-pink {
  border-right: 7px solid #e83e8c; }

.border-b-7-pink {
  border-bottom: 7px solid #e83e8c; }

.border-7-pink-hover:hover {
  border: 7px solid #e83e8c; }

.border-t-7-pink-hover:hover {
  border-top: 7px solid #e83e8c; }

.border-l-7-pink-hover:hover {
  border-left: 7px solid #e83e8c; }

.border-r-7-pink-hover:hover {
  border-right: 7px solid #e83e8c; }

.border-b-7-pink-hover:hover {
  border-bottom: 7px solid #e83e8c; }

.border-7-pink-important {
  border: 7px solid #e83e8c !important; }

.border-t-7-pink-important {
  border-top: 7px solid #e83e8c !important; }

.border-l-7-pink-important {
  border-left: 7px solid #e83e8c !important; }

.border-r-7-pink-important {
  border-right: 7px solid #e83e8c !important; }

.border-b-7-pink-important {
  border-bottom: 7px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-8-pink {
  border: 8px solid #e83e8c; }

.border-t-8-pink {
  border-top: 8px solid #e83e8c; }

.border-l-8-pink {
  border-left: 8px solid #e83e8c; }

.border-r-8-pink {
  border-right: 8px solid #e83e8c; }

.border-b-8-pink {
  border-bottom: 8px solid #e83e8c; }

.border-8-pink-hover:hover {
  border: 8px solid #e83e8c; }

.border-t-8-pink-hover:hover {
  border-top: 8px solid #e83e8c; }

.border-l-8-pink-hover:hover {
  border-left: 8px solid #e83e8c; }

.border-r-8-pink-hover:hover {
  border-right: 8px solid #e83e8c; }

.border-b-8-pink-hover:hover {
  border-bottom: 8px solid #e83e8c; }

.border-8-pink-important {
  border: 8px solid #e83e8c !important; }

.border-t-8-pink-important {
  border-top: 8px solid #e83e8c !important; }

.border-l-8-pink-important {
  border-left: 8px solid #e83e8c !important; }

.border-r-8-pink-important {
  border-right: 8px solid #e83e8c !important; }

.border-b-8-pink-important {
  border-bottom: 8px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-9-pink {
  border: 9px solid #e83e8c; }

.border-t-9-pink {
  border-top: 9px solid #e83e8c; }

.border-l-9-pink {
  border-left: 9px solid #e83e8c; }

.border-r-9-pink {
  border-right: 9px solid #e83e8c; }

.border-b-9-pink {
  border-bottom: 9px solid #e83e8c; }

.border-9-pink-hover:hover {
  border: 9px solid #e83e8c; }

.border-t-9-pink-hover:hover {
  border-top: 9px solid #e83e8c; }

.border-l-9-pink-hover:hover {
  border-left: 9px solid #e83e8c; }

.border-r-9-pink-hover:hover {
  border-right: 9px solid #e83e8c; }

.border-b-9-pink-hover:hover {
  border-bottom: 9px solid #e83e8c; }

.border-9-pink-important {
  border: 9px solid #e83e8c !important; }

.border-t-9-pink-important {
  border-top: 9px solid #e83e8c !important; }

.border-l-9-pink-important {
  border-left: 9px solid #e83e8c !important; }

.border-r-9-pink-important {
  border-right: 9px solid #e83e8c !important; }

.border-b-9-pink-important {
  border-bottom: 9px solid #e83e8c !important; }

.border-pink-hover:hover {
  border-color: #e83e8c !important; }

.border-10-pink {
  border: 10px solid #e83e8c; }

.border-t-10-pink {
  border-top: 10px solid #e83e8c; }

.border-l-10-pink {
  border-left: 10px solid #e83e8c; }

.border-r-10-pink {
  border-right: 10px solid #e83e8c; }

.border-b-10-pink {
  border-bottom: 10px solid #e83e8c; }

.border-10-pink-hover:hover {
  border: 10px solid #e83e8c; }

.border-t-10-pink-hover:hover {
  border-top: 10px solid #e83e8c; }

.border-l-10-pink-hover:hover {
  border-left: 10px solid #e83e8c; }

.border-r-10-pink-hover:hover {
  border-right: 10px solid #e83e8c; }

.border-b-10-pink-hover:hover {
  border-bottom: 10px solid #e83e8c; }

.border-10-pink-important {
  border: 10px solid #e83e8c !important; }

.border-t-10-pink-important {
  border-top: 10px solid #e83e8c !important; }

.border-l-10-pink-important {
  border-left: 10px solid #e83e8c !important; }

.border-r-10-pink-important {
  border-right: 10px solid #e83e8c !important; }

.border-b-10-pink-important {
  border-bottom: 10px solid #e83e8c !important; }

.pink_dark {
  color: #d91a72; }

.pink_dark-hover:hover {
  color: #d91a72; }

.bg-pink_dark {
  background-color: #d91a72; }

.bg-pink_dark-important {
  background-color: #d91a72 !important; }

.bg-pink_dark-hover:hover {
  background-color: #d91a72; }

.bg-pink_dark-hover-important:hover {
  background-color: #d91a72 !important; }

.ty-title-pink_dark {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #d91a72; }

.ty-title-after-pink_dark:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #d91a72; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-1-pink_dark {
  border: 1px solid #d91a72; }

.border-t-1-pink_dark {
  border-top: 1px solid #d91a72; }

.border-l-1-pink_dark {
  border-left: 1px solid #d91a72; }

.border-r-1-pink_dark {
  border-right: 1px solid #d91a72; }

.border-b-1-pink_dark {
  border-bottom: 1px solid #d91a72; }

.border-1-pink_dark-hover:hover {
  border: 1px solid #d91a72; }

.border-t-1-pink_dark-hover:hover {
  border-top: 1px solid #d91a72; }

.border-l-1-pink_dark-hover:hover {
  border-left: 1px solid #d91a72; }

.border-r-1-pink_dark-hover:hover {
  border-right: 1px solid #d91a72; }

.border-b-1-pink_dark-hover:hover {
  border-bottom: 1px solid #d91a72; }

.border-1-pink_dark-important {
  border: 1px solid #d91a72 !important; }

.border-t-1-pink_dark-important {
  border-top: 1px solid #d91a72 !important; }

.border-l-1-pink_dark-important {
  border-left: 1px solid #d91a72 !important; }

.border-r-1-pink_dark-important {
  border-right: 1px solid #d91a72 !important; }

.border-b-1-pink_dark-important {
  border-bottom: 1px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-2-pink_dark {
  border: 2px solid #d91a72; }

.border-t-2-pink_dark {
  border-top: 2px solid #d91a72; }

.border-l-2-pink_dark {
  border-left: 2px solid #d91a72; }

.border-r-2-pink_dark {
  border-right: 2px solid #d91a72; }

.border-b-2-pink_dark {
  border-bottom: 2px solid #d91a72; }

.border-2-pink_dark-hover:hover {
  border: 2px solid #d91a72; }

.border-t-2-pink_dark-hover:hover {
  border-top: 2px solid #d91a72; }

.border-l-2-pink_dark-hover:hover {
  border-left: 2px solid #d91a72; }

.border-r-2-pink_dark-hover:hover {
  border-right: 2px solid #d91a72; }

.border-b-2-pink_dark-hover:hover {
  border-bottom: 2px solid #d91a72; }

.border-2-pink_dark-important {
  border: 2px solid #d91a72 !important; }

.border-t-2-pink_dark-important {
  border-top: 2px solid #d91a72 !important; }

.border-l-2-pink_dark-important {
  border-left: 2px solid #d91a72 !important; }

.border-r-2-pink_dark-important {
  border-right: 2px solid #d91a72 !important; }

.border-b-2-pink_dark-important {
  border-bottom: 2px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-3-pink_dark {
  border: 3px solid #d91a72; }

.border-t-3-pink_dark {
  border-top: 3px solid #d91a72; }

.border-l-3-pink_dark {
  border-left: 3px solid #d91a72; }

.border-r-3-pink_dark {
  border-right: 3px solid #d91a72; }

.border-b-3-pink_dark {
  border-bottom: 3px solid #d91a72; }

.border-3-pink_dark-hover:hover {
  border: 3px solid #d91a72; }

.border-t-3-pink_dark-hover:hover {
  border-top: 3px solid #d91a72; }

.border-l-3-pink_dark-hover:hover {
  border-left: 3px solid #d91a72; }

.border-r-3-pink_dark-hover:hover {
  border-right: 3px solid #d91a72; }

.border-b-3-pink_dark-hover:hover {
  border-bottom: 3px solid #d91a72; }

.border-3-pink_dark-important {
  border: 3px solid #d91a72 !important; }

.border-t-3-pink_dark-important {
  border-top: 3px solid #d91a72 !important; }

.border-l-3-pink_dark-important {
  border-left: 3px solid #d91a72 !important; }

.border-r-3-pink_dark-important {
  border-right: 3px solid #d91a72 !important; }

.border-b-3-pink_dark-important {
  border-bottom: 3px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-4-pink_dark {
  border: 4px solid #d91a72; }

.border-t-4-pink_dark {
  border-top: 4px solid #d91a72; }

.border-l-4-pink_dark {
  border-left: 4px solid #d91a72; }

.border-r-4-pink_dark {
  border-right: 4px solid #d91a72; }

.border-b-4-pink_dark {
  border-bottom: 4px solid #d91a72; }

.border-4-pink_dark-hover:hover {
  border: 4px solid #d91a72; }

.border-t-4-pink_dark-hover:hover {
  border-top: 4px solid #d91a72; }

.border-l-4-pink_dark-hover:hover {
  border-left: 4px solid #d91a72; }

.border-r-4-pink_dark-hover:hover {
  border-right: 4px solid #d91a72; }

.border-b-4-pink_dark-hover:hover {
  border-bottom: 4px solid #d91a72; }

.border-4-pink_dark-important {
  border: 4px solid #d91a72 !important; }

.border-t-4-pink_dark-important {
  border-top: 4px solid #d91a72 !important; }

.border-l-4-pink_dark-important {
  border-left: 4px solid #d91a72 !important; }

.border-r-4-pink_dark-important {
  border-right: 4px solid #d91a72 !important; }

.border-b-4-pink_dark-important {
  border-bottom: 4px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-5-pink_dark {
  border: 5px solid #d91a72; }

.border-t-5-pink_dark {
  border-top: 5px solid #d91a72; }

.border-l-5-pink_dark {
  border-left: 5px solid #d91a72; }

.border-r-5-pink_dark {
  border-right: 5px solid #d91a72; }

.border-b-5-pink_dark {
  border-bottom: 5px solid #d91a72; }

.border-5-pink_dark-hover:hover {
  border: 5px solid #d91a72; }

.border-t-5-pink_dark-hover:hover {
  border-top: 5px solid #d91a72; }

.border-l-5-pink_dark-hover:hover {
  border-left: 5px solid #d91a72; }

.border-r-5-pink_dark-hover:hover {
  border-right: 5px solid #d91a72; }

.border-b-5-pink_dark-hover:hover {
  border-bottom: 5px solid #d91a72; }

.border-5-pink_dark-important {
  border: 5px solid #d91a72 !important; }

.border-t-5-pink_dark-important {
  border-top: 5px solid #d91a72 !important; }

.border-l-5-pink_dark-important {
  border-left: 5px solid #d91a72 !important; }

.border-r-5-pink_dark-important {
  border-right: 5px solid #d91a72 !important; }

.border-b-5-pink_dark-important {
  border-bottom: 5px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-6-pink_dark {
  border: 6px solid #d91a72; }

.border-t-6-pink_dark {
  border-top: 6px solid #d91a72; }

.border-l-6-pink_dark {
  border-left: 6px solid #d91a72; }

.border-r-6-pink_dark {
  border-right: 6px solid #d91a72; }

.border-b-6-pink_dark {
  border-bottom: 6px solid #d91a72; }

.border-6-pink_dark-hover:hover {
  border: 6px solid #d91a72; }

.border-t-6-pink_dark-hover:hover {
  border-top: 6px solid #d91a72; }

.border-l-6-pink_dark-hover:hover {
  border-left: 6px solid #d91a72; }

.border-r-6-pink_dark-hover:hover {
  border-right: 6px solid #d91a72; }

.border-b-6-pink_dark-hover:hover {
  border-bottom: 6px solid #d91a72; }

.border-6-pink_dark-important {
  border: 6px solid #d91a72 !important; }

.border-t-6-pink_dark-important {
  border-top: 6px solid #d91a72 !important; }

.border-l-6-pink_dark-important {
  border-left: 6px solid #d91a72 !important; }

.border-r-6-pink_dark-important {
  border-right: 6px solid #d91a72 !important; }

.border-b-6-pink_dark-important {
  border-bottom: 6px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-7-pink_dark {
  border: 7px solid #d91a72; }

.border-t-7-pink_dark {
  border-top: 7px solid #d91a72; }

.border-l-7-pink_dark {
  border-left: 7px solid #d91a72; }

.border-r-7-pink_dark {
  border-right: 7px solid #d91a72; }

.border-b-7-pink_dark {
  border-bottom: 7px solid #d91a72; }

.border-7-pink_dark-hover:hover {
  border: 7px solid #d91a72; }

.border-t-7-pink_dark-hover:hover {
  border-top: 7px solid #d91a72; }

.border-l-7-pink_dark-hover:hover {
  border-left: 7px solid #d91a72; }

.border-r-7-pink_dark-hover:hover {
  border-right: 7px solid #d91a72; }

.border-b-7-pink_dark-hover:hover {
  border-bottom: 7px solid #d91a72; }

.border-7-pink_dark-important {
  border: 7px solid #d91a72 !important; }

.border-t-7-pink_dark-important {
  border-top: 7px solid #d91a72 !important; }

.border-l-7-pink_dark-important {
  border-left: 7px solid #d91a72 !important; }

.border-r-7-pink_dark-important {
  border-right: 7px solid #d91a72 !important; }

.border-b-7-pink_dark-important {
  border-bottom: 7px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-8-pink_dark {
  border: 8px solid #d91a72; }

.border-t-8-pink_dark {
  border-top: 8px solid #d91a72; }

.border-l-8-pink_dark {
  border-left: 8px solid #d91a72; }

.border-r-8-pink_dark {
  border-right: 8px solid #d91a72; }

.border-b-8-pink_dark {
  border-bottom: 8px solid #d91a72; }

.border-8-pink_dark-hover:hover {
  border: 8px solid #d91a72; }

.border-t-8-pink_dark-hover:hover {
  border-top: 8px solid #d91a72; }

.border-l-8-pink_dark-hover:hover {
  border-left: 8px solid #d91a72; }

.border-r-8-pink_dark-hover:hover {
  border-right: 8px solid #d91a72; }

.border-b-8-pink_dark-hover:hover {
  border-bottom: 8px solid #d91a72; }

.border-8-pink_dark-important {
  border: 8px solid #d91a72 !important; }

.border-t-8-pink_dark-important {
  border-top: 8px solid #d91a72 !important; }

.border-l-8-pink_dark-important {
  border-left: 8px solid #d91a72 !important; }

.border-r-8-pink_dark-important {
  border-right: 8px solid #d91a72 !important; }

.border-b-8-pink_dark-important {
  border-bottom: 8px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-9-pink_dark {
  border: 9px solid #d91a72; }

.border-t-9-pink_dark {
  border-top: 9px solid #d91a72; }

.border-l-9-pink_dark {
  border-left: 9px solid #d91a72; }

.border-r-9-pink_dark {
  border-right: 9px solid #d91a72; }

.border-b-9-pink_dark {
  border-bottom: 9px solid #d91a72; }

.border-9-pink_dark-hover:hover {
  border: 9px solid #d91a72; }

.border-t-9-pink_dark-hover:hover {
  border-top: 9px solid #d91a72; }

.border-l-9-pink_dark-hover:hover {
  border-left: 9px solid #d91a72; }

.border-r-9-pink_dark-hover:hover {
  border-right: 9px solid #d91a72; }

.border-b-9-pink_dark-hover:hover {
  border-bottom: 9px solid #d91a72; }

.border-9-pink_dark-important {
  border: 9px solid #d91a72 !important; }

.border-t-9-pink_dark-important {
  border-top: 9px solid #d91a72 !important; }

.border-l-9-pink_dark-important {
  border-left: 9px solid #d91a72 !important; }

.border-r-9-pink_dark-important {
  border-right: 9px solid #d91a72 !important; }

.border-b-9-pink_dark-important {
  border-bottom: 9px solid #d91a72 !important; }

.border-pink_dark-hover:hover {
  border-color: #d91a72 !important; }

.border-10-pink_dark {
  border: 10px solid #d91a72; }

.border-t-10-pink_dark {
  border-top: 10px solid #d91a72; }

.border-l-10-pink_dark {
  border-left: 10px solid #d91a72; }

.border-r-10-pink_dark {
  border-right: 10px solid #d91a72; }

.border-b-10-pink_dark {
  border-bottom: 10px solid #d91a72; }

.border-10-pink_dark-hover:hover {
  border: 10px solid #d91a72; }

.border-t-10-pink_dark-hover:hover {
  border-top: 10px solid #d91a72; }

.border-l-10-pink_dark-hover:hover {
  border-left: 10px solid #d91a72; }

.border-r-10-pink_dark-hover:hover {
  border-right: 10px solid #d91a72; }

.border-b-10-pink_dark-hover:hover {
  border-bottom: 10px solid #d91a72; }

.border-10-pink_dark-important {
  border: 10px solid #d91a72 !important; }

.border-t-10-pink_dark-important {
  border-top: 10px solid #d91a72 !important; }

.border-l-10-pink_dark-important {
  border-left: 10px solid #d91a72 !important; }

.border-r-10-pink_dark-important {
  border-right: 10px solid #d91a72 !important; }

.border-b-10-pink_dark-important {
  border-bottom: 10px solid #d91a72 !important; }

.red {
  color: #f86c6b; }

.red-hover:hover {
  color: #f86c6b; }

.bg-red {
  background-color: #f86c6b; }

.bg-red-important {
  background-color: #f86c6b !important; }

.bg-red-hover:hover {
  background-color: #f86c6b; }

.bg-red-hover-important:hover {
  background-color: #f86c6b !important; }

.ty-title-red {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #f86c6b; }

.ty-title-after-red:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #f86c6b; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-1-red {
  border: 1px solid #f86c6b; }

.border-t-1-red {
  border-top: 1px solid #f86c6b; }

.border-l-1-red {
  border-left: 1px solid #f86c6b; }

.border-r-1-red {
  border-right: 1px solid #f86c6b; }

.border-b-1-red {
  border-bottom: 1px solid #f86c6b; }

.border-1-red-hover:hover {
  border: 1px solid #f86c6b; }

.border-t-1-red-hover:hover {
  border-top: 1px solid #f86c6b; }

.border-l-1-red-hover:hover {
  border-left: 1px solid #f86c6b; }

.border-r-1-red-hover:hover {
  border-right: 1px solid #f86c6b; }

.border-b-1-red-hover:hover {
  border-bottom: 1px solid #f86c6b; }

.border-1-red-important {
  border: 1px solid #f86c6b !important; }

.border-t-1-red-important {
  border-top: 1px solid #f86c6b !important; }

.border-l-1-red-important {
  border-left: 1px solid #f86c6b !important; }

.border-r-1-red-important {
  border-right: 1px solid #f86c6b !important; }

.border-b-1-red-important {
  border-bottom: 1px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-2-red {
  border: 2px solid #f86c6b; }

.border-t-2-red {
  border-top: 2px solid #f86c6b; }

.border-l-2-red {
  border-left: 2px solid #f86c6b; }

.border-r-2-red {
  border-right: 2px solid #f86c6b; }

.border-b-2-red {
  border-bottom: 2px solid #f86c6b; }

.border-2-red-hover:hover {
  border: 2px solid #f86c6b; }

.border-t-2-red-hover:hover {
  border-top: 2px solid #f86c6b; }

.border-l-2-red-hover:hover {
  border-left: 2px solid #f86c6b; }

.border-r-2-red-hover:hover {
  border-right: 2px solid #f86c6b; }

.border-b-2-red-hover:hover {
  border-bottom: 2px solid #f86c6b; }

.border-2-red-important {
  border: 2px solid #f86c6b !important; }

.border-t-2-red-important {
  border-top: 2px solid #f86c6b !important; }

.border-l-2-red-important {
  border-left: 2px solid #f86c6b !important; }

.border-r-2-red-important {
  border-right: 2px solid #f86c6b !important; }

.border-b-2-red-important {
  border-bottom: 2px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-3-red {
  border: 3px solid #f86c6b; }

.border-t-3-red {
  border-top: 3px solid #f86c6b; }

.border-l-3-red {
  border-left: 3px solid #f86c6b; }

.border-r-3-red {
  border-right: 3px solid #f86c6b; }

.border-b-3-red {
  border-bottom: 3px solid #f86c6b; }

.border-3-red-hover:hover {
  border: 3px solid #f86c6b; }

.border-t-3-red-hover:hover {
  border-top: 3px solid #f86c6b; }

.border-l-3-red-hover:hover {
  border-left: 3px solid #f86c6b; }

.border-r-3-red-hover:hover {
  border-right: 3px solid #f86c6b; }

.border-b-3-red-hover:hover {
  border-bottom: 3px solid #f86c6b; }

.border-3-red-important {
  border: 3px solid #f86c6b !important; }

.border-t-3-red-important {
  border-top: 3px solid #f86c6b !important; }

.border-l-3-red-important {
  border-left: 3px solid #f86c6b !important; }

.border-r-3-red-important {
  border-right: 3px solid #f86c6b !important; }

.border-b-3-red-important {
  border-bottom: 3px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-4-red {
  border: 4px solid #f86c6b; }

.border-t-4-red {
  border-top: 4px solid #f86c6b; }

.border-l-4-red {
  border-left: 4px solid #f86c6b; }

.border-r-4-red {
  border-right: 4px solid #f86c6b; }

.border-b-4-red {
  border-bottom: 4px solid #f86c6b; }

.border-4-red-hover:hover {
  border: 4px solid #f86c6b; }

.border-t-4-red-hover:hover {
  border-top: 4px solid #f86c6b; }

.border-l-4-red-hover:hover {
  border-left: 4px solid #f86c6b; }

.border-r-4-red-hover:hover {
  border-right: 4px solid #f86c6b; }

.border-b-4-red-hover:hover {
  border-bottom: 4px solid #f86c6b; }

.border-4-red-important {
  border: 4px solid #f86c6b !important; }

.border-t-4-red-important {
  border-top: 4px solid #f86c6b !important; }

.border-l-4-red-important {
  border-left: 4px solid #f86c6b !important; }

.border-r-4-red-important {
  border-right: 4px solid #f86c6b !important; }

.border-b-4-red-important {
  border-bottom: 4px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-5-red {
  border: 5px solid #f86c6b; }

.border-t-5-red {
  border-top: 5px solid #f86c6b; }

.border-l-5-red {
  border-left: 5px solid #f86c6b; }

.border-r-5-red {
  border-right: 5px solid #f86c6b; }

.border-b-5-red {
  border-bottom: 5px solid #f86c6b; }

.border-5-red-hover:hover {
  border: 5px solid #f86c6b; }

.border-t-5-red-hover:hover {
  border-top: 5px solid #f86c6b; }

.border-l-5-red-hover:hover {
  border-left: 5px solid #f86c6b; }

.border-r-5-red-hover:hover {
  border-right: 5px solid #f86c6b; }

.border-b-5-red-hover:hover {
  border-bottom: 5px solid #f86c6b; }

.border-5-red-important {
  border: 5px solid #f86c6b !important; }

.border-t-5-red-important {
  border-top: 5px solid #f86c6b !important; }

.border-l-5-red-important {
  border-left: 5px solid #f86c6b !important; }

.border-r-5-red-important {
  border-right: 5px solid #f86c6b !important; }

.border-b-5-red-important {
  border-bottom: 5px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-6-red {
  border: 6px solid #f86c6b; }

.border-t-6-red {
  border-top: 6px solid #f86c6b; }

.border-l-6-red {
  border-left: 6px solid #f86c6b; }

.border-r-6-red {
  border-right: 6px solid #f86c6b; }

.border-b-6-red {
  border-bottom: 6px solid #f86c6b; }

.border-6-red-hover:hover {
  border: 6px solid #f86c6b; }

.border-t-6-red-hover:hover {
  border-top: 6px solid #f86c6b; }

.border-l-6-red-hover:hover {
  border-left: 6px solid #f86c6b; }

.border-r-6-red-hover:hover {
  border-right: 6px solid #f86c6b; }

.border-b-6-red-hover:hover {
  border-bottom: 6px solid #f86c6b; }

.border-6-red-important {
  border: 6px solid #f86c6b !important; }

.border-t-6-red-important {
  border-top: 6px solid #f86c6b !important; }

.border-l-6-red-important {
  border-left: 6px solid #f86c6b !important; }

.border-r-6-red-important {
  border-right: 6px solid #f86c6b !important; }

.border-b-6-red-important {
  border-bottom: 6px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-7-red {
  border: 7px solid #f86c6b; }

.border-t-7-red {
  border-top: 7px solid #f86c6b; }

.border-l-7-red {
  border-left: 7px solid #f86c6b; }

.border-r-7-red {
  border-right: 7px solid #f86c6b; }

.border-b-7-red {
  border-bottom: 7px solid #f86c6b; }

.border-7-red-hover:hover {
  border: 7px solid #f86c6b; }

.border-t-7-red-hover:hover {
  border-top: 7px solid #f86c6b; }

.border-l-7-red-hover:hover {
  border-left: 7px solid #f86c6b; }

.border-r-7-red-hover:hover {
  border-right: 7px solid #f86c6b; }

.border-b-7-red-hover:hover {
  border-bottom: 7px solid #f86c6b; }

.border-7-red-important {
  border: 7px solid #f86c6b !important; }

.border-t-7-red-important {
  border-top: 7px solid #f86c6b !important; }

.border-l-7-red-important {
  border-left: 7px solid #f86c6b !important; }

.border-r-7-red-important {
  border-right: 7px solid #f86c6b !important; }

.border-b-7-red-important {
  border-bottom: 7px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-8-red {
  border: 8px solid #f86c6b; }

.border-t-8-red {
  border-top: 8px solid #f86c6b; }

.border-l-8-red {
  border-left: 8px solid #f86c6b; }

.border-r-8-red {
  border-right: 8px solid #f86c6b; }

.border-b-8-red {
  border-bottom: 8px solid #f86c6b; }

.border-8-red-hover:hover {
  border: 8px solid #f86c6b; }

.border-t-8-red-hover:hover {
  border-top: 8px solid #f86c6b; }

.border-l-8-red-hover:hover {
  border-left: 8px solid #f86c6b; }

.border-r-8-red-hover:hover {
  border-right: 8px solid #f86c6b; }

.border-b-8-red-hover:hover {
  border-bottom: 8px solid #f86c6b; }

.border-8-red-important {
  border: 8px solid #f86c6b !important; }

.border-t-8-red-important {
  border-top: 8px solid #f86c6b !important; }

.border-l-8-red-important {
  border-left: 8px solid #f86c6b !important; }

.border-r-8-red-important {
  border-right: 8px solid #f86c6b !important; }

.border-b-8-red-important {
  border-bottom: 8px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-9-red {
  border: 9px solid #f86c6b; }

.border-t-9-red {
  border-top: 9px solid #f86c6b; }

.border-l-9-red {
  border-left: 9px solid #f86c6b; }

.border-r-9-red {
  border-right: 9px solid #f86c6b; }

.border-b-9-red {
  border-bottom: 9px solid #f86c6b; }

.border-9-red-hover:hover {
  border: 9px solid #f86c6b; }

.border-t-9-red-hover:hover {
  border-top: 9px solid #f86c6b; }

.border-l-9-red-hover:hover {
  border-left: 9px solid #f86c6b; }

.border-r-9-red-hover:hover {
  border-right: 9px solid #f86c6b; }

.border-b-9-red-hover:hover {
  border-bottom: 9px solid #f86c6b; }

.border-9-red-important {
  border: 9px solid #f86c6b !important; }

.border-t-9-red-important {
  border-top: 9px solid #f86c6b !important; }

.border-l-9-red-important {
  border-left: 9px solid #f86c6b !important; }

.border-r-9-red-important {
  border-right: 9px solid #f86c6b !important; }

.border-b-9-red-important {
  border-bottom: 9px solid #f86c6b !important; }

.border-red-hover:hover {
  border-color: #f86c6b !important; }

.border-10-red {
  border: 10px solid #f86c6b; }

.border-t-10-red {
  border-top: 10px solid #f86c6b; }

.border-l-10-red {
  border-left: 10px solid #f86c6b; }

.border-r-10-red {
  border-right: 10px solid #f86c6b; }

.border-b-10-red {
  border-bottom: 10px solid #f86c6b; }

.border-10-red-hover:hover {
  border: 10px solid #f86c6b; }

.border-t-10-red-hover:hover {
  border-top: 10px solid #f86c6b; }

.border-l-10-red-hover:hover {
  border-left: 10px solid #f86c6b; }

.border-r-10-red-hover:hover {
  border-right: 10px solid #f86c6b; }

.border-b-10-red-hover:hover {
  border-bottom: 10px solid #f86c6b; }

.border-10-red-important {
  border: 10px solid #f86c6b !important; }

.border-t-10-red-important {
  border-top: 10px solid #f86c6b !important; }

.border-l-10-red-important {
  border-left: 10px solid #f86c6b !important; }

.border-r-10-red-important {
  border-right: 10px solid #f86c6b !important; }

.border-b-10-red-important {
  border-bottom: 10px solid #f86c6b !important; }

.orange {
  color: #e67e22; }

.orange-hover:hover {
  color: #e67e22; }

.bg-orange {
  background-color: #e67e22; }

.bg-orange-important {
  background-color: #e67e22 !important; }

.bg-orange-hover:hover {
  background-color: #e67e22; }

.bg-orange-hover-important:hover {
  background-color: #e67e22 !important; }

.ty-title-orange {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #e67e22; }

.ty-title-after-orange:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #e67e22; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-1-orange {
  border: 1px solid #e67e22; }

.border-t-1-orange {
  border-top: 1px solid #e67e22; }

.border-l-1-orange {
  border-left: 1px solid #e67e22; }

.border-r-1-orange {
  border-right: 1px solid #e67e22; }

.border-b-1-orange {
  border-bottom: 1px solid #e67e22; }

.border-1-orange-hover:hover {
  border: 1px solid #e67e22; }

.border-t-1-orange-hover:hover {
  border-top: 1px solid #e67e22; }

.border-l-1-orange-hover:hover {
  border-left: 1px solid #e67e22; }

.border-r-1-orange-hover:hover {
  border-right: 1px solid #e67e22; }

.border-b-1-orange-hover:hover {
  border-bottom: 1px solid #e67e22; }

.border-1-orange-important {
  border: 1px solid #e67e22 !important; }

.border-t-1-orange-important {
  border-top: 1px solid #e67e22 !important; }

.border-l-1-orange-important {
  border-left: 1px solid #e67e22 !important; }

.border-r-1-orange-important {
  border-right: 1px solid #e67e22 !important; }

.border-b-1-orange-important {
  border-bottom: 1px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-2-orange {
  border: 2px solid #e67e22; }

.border-t-2-orange {
  border-top: 2px solid #e67e22; }

.border-l-2-orange {
  border-left: 2px solid #e67e22; }

.border-r-2-orange {
  border-right: 2px solid #e67e22; }

.border-b-2-orange {
  border-bottom: 2px solid #e67e22; }

.border-2-orange-hover:hover {
  border: 2px solid #e67e22; }

.border-t-2-orange-hover:hover {
  border-top: 2px solid #e67e22; }

.border-l-2-orange-hover:hover {
  border-left: 2px solid #e67e22; }

.border-r-2-orange-hover:hover {
  border-right: 2px solid #e67e22; }

.border-b-2-orange-hover:hover {
  border-bottom: 2px solid #e67e22; }

.border-2-orange-important {
  border: 2px solid #e67e22 !important; }

.border-t-2-orange-important {
  border-top: 2px solid #e67e22 !important; }

.border-l-2-orange-important {
  border-left: 2px solid #e67e22 !important; }

.border-r-2-orange-important {
  border-right: 2px solid #e67e22 !important; }

.border-b-2-orange-important {
  border-bottom: 2px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-3-orange {
  border: 3px solid #e67e22; }

.border-t-3-orange {
  border-top: 3px solid #e67e22; }

.border-l-3-orange {
  border-left: 3px solid #e67e22; }

.border-r-3-orange {
  border-right: 3px solid #e67e22; }

.border-b-3-orange {
  border-bottom: 3px solid #e67e22; }

.border-3-orange-hover:hover {
  border: 3px solid #e67e22; }

.border-t-3-orange-hover:hover {
  border-top: 3px solid #e67e22; }

.border-l-3-orange-hover:hover {
  border-left: 3px solid #e67e22; }

.border-r-3-orange-hover:hover {
  border-right: 3px solid #e67e22; }

.border-b-3-orange-hover:hover {
  border-bottom: 3px solid #e67e22; }

.border-3-orange-important {
  border: 3px solid #e67e22 !important; }

.border-t-3-orange-important {
  border-top: 3px solid #e67e22 !important; }

.border-l-3-orange-important {
  border-left: 3px solid #e67e22 !important; }

.border-r-3-orange-important {
  border-right: 3px solid #e67e22 !important; }

.border-b-3-orange-important {
  border-bottom: 3px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-4-orange {
  border: 4px solid #e67e22; }

.border-t-4-orange {
  border-top: 4px solid #e67e22; }

.border-l-4-orange {
  border-left: 4px solid #e67e22; }

.border-r-4-orange {
  border-right: 4px solid #e67e22; }

.border-b-4-orange {
  border-bottom: 4px solid #e67e22; }

.border-4-orange-hover:hover {
  border: 4px solid #e67e22; }

.border-t-4-orange-hover:hover {
  border-top: 4px solid #e67e22; }

.border-l-4-orange-hover:hover {
  border-left: 4px solid #e67e22; }

.border-r-4-orange-hover:hover {
  border-right: 4px solid #e67e22; }

.border-b-4-orange-hover:hover {
  border-bottom: 4px solid #e67e22; }

.border-4-orange-important {
  border: 4px solid #e67e22 !important; }

.border-t-4-orange-important {
  border-top: 4px solid #e67e22 !important; }

.border-l-4-orange-important {
  border-left: 4px solid #e67e22 !important; }

.border-r-4-orange-important {
  border-right: 4px solid #e67e22 !important; }

.border-b-4-orange-important {
  border-bottom: 4px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-5-orange {
  border: 5px solid #e67e22; }

.border-t-5-orange {
  border-top: 5px solid #e67e22; }

.border-l-5-orange {
  border-left: 5px solid #e67e22; }

.border-r-5-orange {
  border-right: 5px solid #e67e22; }

.border-b-5-orange {
  border-bottom: 5px solid #e67e22; }

.border-5-orange-hover:hover {
  border: 5px solid #e67e22; }

.border-t-5-orange-hover:hover {
  border-top: 5px solid #e67e22; }

.border-l-5-orange-hover:hover {
  border-left: 5px solid #e67e22; }

.border-r-5-orange-hover:hover {
  border-right: 5px solid #e67e22; }

.border-b-5-orange-hover:hover {
  border-bottom: 5px solid #e67e22; }

.border-5-orange-important {
  border: 5px solid #e67e22 !important; }

.border-t-5-orange-important {
  border-top: 5px solid #e67e22 !important; }

.border-l-5-orange-important {
  border-left: 5px solid #e67e22 !important; }

.border-r-5-orange-important {
  border-right: 5px solid #e67e22 !important; }

.border-b-5-orange-important {
  border-bottom: 5px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-6-orange {
  border: 6px solid #e67e22; }

.border-t-6-orange {
  border-top: 6px solid #e67e22; }

.border-l-6-orange {
  border-left: 6px solid #e67e22; }

.border-r-6-orange {
  border-right: 6px solid #e67e22; }

.border-b-6-orange {
  border-bottom: 6px solid #e67e22; }

.border-6-orange-hover:hover {
  border: 6px solid #e67e22; }

.border-t-6-orange-hover:hover {
  border-top: 6px solid #e67e22; }

.border-l-6-orange-hover:hover {
  border-left: 6px solid #e67e22; }

.border-r-6-orange-hover:hover {
  border-right: 6px solid #e67e22; }

.border-b-6-orange-hover:hover {
  border-bottom: 6px solid #e67e22; }

.border-6-orange-important {
  border: 6px solid #e67e22 !important; }

.border-t-6-orange-important {
  border-top: 6px solid #e67e22 !important; }

.border-l-6-orange-important {
  border-left: 6px solid #e67e22 !important; }

.border-r-6-orange-important {
  border-right: 6px solid #e67e22 !important; }

.border-b-6-orange-important {
  border-bottom: 6px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-7-orange {
  border: 7px solid #e67e22; }

.border-t-7-orange {
  border-top: 7px solid #e67e22; }

.border-l-7-orange {
  border-left: 7px solid #e67e22; }

.border-r-7-orange {
  border-right: 7px solid #e67e22; }

.border-b-7-orange {
  border-bottom: 7px solid #e67e22; }

.border-7-orange-hover:hover {
  border: 7px solid #e67e22; }

.border-t-7-orange-hover:hover {
  border-top: 7px solid #e67e22; }

.border-l-7-orange-hover:hover {
  border-left: 7px solid #e67e22; }

.border-r-7-orange-hover:hover {
  border-right: 7px solid #e67e22; }

.border-b-7-orange-hover:hover {
  border-bottom: 7px solid #e67e22; }

.border-7-orange-important {
  border: 7px solid #e67e22 !important; }

.border-t-7-orange-important {
  border-top: 7px solid #e67e22 !important; }

.border-l-7-orange-important {
  border-left: 7px solid #e67e22 !important; }

.border-r-7-orange-important {
  border-right: 7px solid #e67e22 !important; }

.border-b-7-orange-important {
  border-bottom: 7px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-8-orange {
  border: 8px solid #e67e22; }

.border-t-8-orange {
  border-top: 8px solid #e67e22; }

.border-l-8-orange {
  border-left: 8px solid #e67e22; }

.border-r-8-orange {
  border-right: 8px solid #e67e22; }

.border-b-8-orange {
  border-bottom: 8px solid #e67e22; }

.border-8-orange-hover:hover {
  border: 8px solid #e67e22; }

.border-t-8-orange-hover:hover {
  border-top: 8px solid #e67e22; }

.border-l-8-orange-hover:hover {
  border-left: 8px solid #e67e22; }

.border-r-8-orange-hover:hover {
  border-right: 8px solid #e67e22; }

.border-b-8-orange-hover:hover {
  border-bottom: 8px solid #e67e22; }

.border-8-orange-important {
  border: 8px solid #e67e22 !important; }

.border-t-8-orange-important {
  border-top: 8px solid #e67e22 !important; }

.border-l-8-orange-important {
  border-left: 8px solid #e67e22 !important; }

.border-r-8-orange-important {
  border-right: 8px solid #e67e22 !important; }

.border-b-8-orange-important {
  border-bottom: 8px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-9-orange {
  border: 9px solid #e67e22; }

.border-t-9-orange {
  border-top: 9px solid #e67e22; }

.border-l-9-orange {
  border-left: 9px solid #e67e22; }

.border-r-9-orange {
  border-right: 9px solid #e67e22; }

.border-b-9-orange {
  border-bottom: 9px solid #e67e22; }

.border-9-orange-hover:hover {
  border: 9px solid #e67e22; }

.border-t-9-orange-hover:hover {
  border-top: 9px solid #e67e22; }

.border-l-9-orange-hover:hover {
  border-left: 9px solid #e67e22; }

.border-r-9-orange-hover:hover {
  border-right: 9px solid #e67e22; }

.border-b-9-orange-hover:hover {
  border-bottom: 9px solid #e67e22; }

.border-9-orange-important {
  border: 9px solid #e67e22 !important; }

.border-t-9-orange-important {
  border-top: 9px solid #e67e22 !important; }

.border-l-9-orange-important {
  border-left: 9px solid #e67e22 !important; }

.border-r-9-orange-important {
  border-right: 9px solid #e67e22 !important; }

.border-b-9-orange-important {
  border-bottom: 9px solid #e67e22 !important; }

.border-orange-hover:hover {
  border-color: #e67e22 !important; }

.border-10-orange {
  border: 10px solid #e67e22; }

.border-t-10-orange {
  border-top: 10px solid #e67e22; }

.border-l-10-orange {
  border-left: 10px solid #e67e22; }

.border-r-10-orange {
  border-right: 10px solid #e67e22; }

.border-b-10-orange {
  border-bottom: 10px solid #e67e22; }

.border-10-orange-hover:hover {
  border: 10px solid #e67e22; }

.border-t-10-orange-hover:hover {
  border-top: 10px solid #e67e22; }

.border-l-10-orange-hover:hover {
  border-left: 10px solid #e67e22; }

.border-r-10-orange-hover:hover {
  border-right: 10px solid #e67e22; }

.border-b-10-orange-hover:hover {
  border-bottom: 10px solid #e67e22; }

.border-10-orange-important {
  border: 10px solid #e67e22 !important; }

.border-t-10-orange-important {
  border-top: 10px solid #e67e22 !important; }

.border-l-10-orange-important {
  border-left: 10px solid #e67e22 !important; }

.border-r-10-orange-important {
  border-right: 10px solid #e67e22 !important; }

.border-b-10-orange-important {
  border-bottom: 10px solid #e67e22 !important; }

.yellow {
  color: #ffc107; }

.yellow-hover:hover {
  color: #ffc107; }

.bg-yellow {
  background-color: #ffc107; }

.bg-yellow-important {
  background-color: #ffc107 !important; }

.bg-yellow-hover:hover {
  background-color: #ffc107; }

.bg-yellow-hover-important:hover {
  background-color: #ffc107 !important; }

.ty-title-yellow {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #ffc107; }

.ty-title-after-yellow:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #ffc107; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-1-yellow {
  border: 1px solid #ffc107; }

.border-t-1-yellow {
  border-top: 1px solid #ffc107; }

.border-l-1-yellow {
  border-left: 1px solid #ffc107; }

.border-r-1-yellow {
  border-right: 1px solid #ffc107; }

.border-b-1-yellow {
  border-bottom: 1px solid #ffc107; }

.border-1-yellow-hover:hover {
  border: 1px solid #ffc107; }

.border-t-1-yellow-hover:hover {
  border-top: 1px solid #ffc107; }

.border-l-1-yellow-hover:hover {
  border-left: 1px solid #ffc107; }

.border-r-1-yellow-hover:hover {
  border-right: 1px solid #ffc107; }

.border-b-1-yellow-hover:hover {
  border-bottom: 1px solid #ffc107; }

.border-1-yellow-important {
  border: 1px solid #ffc107 !important; }

.border-t-1-yellow-important {
  border-top: 1px solid #ffc107 !important; }

.border-l-1-yellow-important {
  border-left: 1px solid #ffc107 !important; }

.border-r-1-yellow-important {
  border-right: 1px solid #ffc107 !important; }

.border-b-1-yellow-important {
  border-bottom: 1px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-2-yellow {
  border: 2px solid #ffc107; }

.border-t-2-yellow {
  border-top: 2px solid #ffc107; }

.border-l-2-yellow {
  border-left: 2px solid #ffc107; }

.border-r-2-yellow {
  border-right: 2px solid #ffc107; }

.border-b-2-yellow {
  border-bottom: 2px solid #ffc107; }

.border-2-yellow-hover:hover {
  border: 2px solid #ffc107; }

.border-t-2-yellow-hover:hover {
  border-top: 2px solid #ffc107; }

.border-l-2-yellow-hover:hover {
  border-left: 2px solid #ffc107; }

.border-r-2-yellow-hover:hover {
  border-right: 2px solid #ffc107; }

.border-b-2-yellow-hover:hover {
  border-bottom: 2px solid #ffc107; }

.border-2-yellow-important {
  border: 2px solid #ffc107 !important; }

.border-t-2-yellow-important {
  border-top: 2px solid #ffc107 !important; }

.border-l-2-yellow-important {
  border-left: 2px solid #ffc107 !important; }

.border-r-2-yellow-important {
  border-right: 2px solid #ffc107 !important; }

.border-b-2-yellow-important {
  border-bottom: 2px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-3-yellow {
  border: 3px solid #ffc107; }

.border-t-3-yellow {
  border-top: 3px solid #ffc107; }

.border-l-3-yellow {
  border-left: 3px solid #ffc107; }

.border-r-3-yellow {
  border-right: 3px solid #ffc107; }

.border-b-3-yellow {
  border-bottom: 3px solid #ffc107; }

.border-3-yellow-hover:hover {
  border: 3px solid #ffc107; }

.border-t-3-yellow-hover:hover {
  border-top: 3px solid #ffc107; }

.border-l-3-yellow-hover:hover {
  border-left: 3px solid #ffc107; }

.border-r-3-yellow-hover:hover {
  border-right: 3px solid #ffc107; }

.border-b-3-yellow-hover:hover {
  border-bottom: 3px solid #ffc107; }

.border-3-yellow-important {
  border: 3px solid #ffc107 !important; }

.border-t-3-yellow-important {
  border-top: 3px solid #ffc107 !important; }

.border-l-3-yellow-important {
  border-left: 3px solid #ffc107 !important; }

.border-r-3-yellow-important {
  border-right: 3px solid #ffc107 !important; }

.border-b-3-yellow-important {
  border-bottom: 3px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-4-yellow {
  border: 4px solid #ffc107; }

.border-t-4-yellow {
  border-top: 4px solid #ffc107; }

.border-l-4-yellow {
  border-left: 4px solid #ffc107; }

.border-r-4-yellow {
  border-right: 4px solid #ffc107; }

.border-b-4-yellow {
  border-bottom: 4px solid #ffc107; }

.border-4-yellow-hover:hover {
  border: 4px solid #ffc107; }

.border-t-4-yellow-hover:hover {
  border-top: 4px solid #ffc107; }

.border-l-4-yellow-hover:hover {
  border-left: 4px solid #ffc107; }

.border-r-4-yellow-hover:hover {
  border-right: 4px solid #ffc107; }

.border-b-4-yellow-hover:hover {
  border-bottom: 4px solid #ffc107; }

.border-4-yellow-important {
  border: 4px solid #ffc107 !important; }

.border-t-4-yellow-important {
  border-top: 4px solid #ffc107 !important; }

.border-l-4-yellow-important {
  border-left: 4px solid #ffc107 !important; }

.border-r-4-yellow-important {
  border-right: 4px solid #ffc107 !important; }

.border-b-4-yellow-important {
  border-bottom: 4px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-5-yellow {
  border: 5px solid #ffc107; }

.border-t-5-yellow {
  border-top: 5px solid #ffc107; }

.border-l-5-yellow {
  border-left: 5px solid #ffc107; }

.border-r-5-yellow {
  border-right: 5px solid #ffc107; }

.border-b-5-yellow {
  border-bottom: 5px solid #ffc107; }

.border-5-yellow-hover:hover {
  border: 5px solid #ffc107; }

.border-t-5-yellow-hover:hover {
  border-top: 5px solid #ffc107; }

.border-l-5-yellow-hover:hover {
  border-left: 5px solid #ffc107; }

.border-r-5-yellow-hover:hover {
  border-right: 5px solid #ffc107; }

.border-b-5-yellow-hover:hover {
  border-bottom: 5px solid #ffc107; }

.border-5-yellow-important {
  border: 5px solid #ffc107 !important; }

.border-t-5-yellow-important {
  border-top: 5px solid #ffc107 !important; }

.border-l-5-yellow-important {
  border-left: 5px solid #ffc107 !important; }

.border-r-5-yellow-important {
  border-right: 5px solid #ffc107 !important; }

.border-b-5-yellow-important {
  border-bottom: 5px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-6-yellow {
  border: 6px solid #ffc107; }

.border-t-6-yellow {
  border-top: 6px solid #ffc107; }

.border-l-6-yellow {
  border-left: 6px solid #ffc107; }

.border-r-6-yellow {
  border-right: 6px solid #ffc107; }

.border-b-6-yellow {
  border-bottom: 6px solid #ffc107; }

.border-6-yellow-hover:hover {
  border: 6px solid #ffc107; }

.border-t-6-yellow-hover:hover {
  border-top: 6px solid #ffc107; }

.border-l-6-yellow-hover:hover {
  border-left: 6px solid #ffc107; }

.border-r-6-yellow-hover:hover {
  border-right: 6px solid #ffc107; }

.border-b-6-yellow-hover:hover {
  border-bottom: 6px solid #ffc107; }

.border-6-yellow-important {
  border: 6px solid #ffc107 !important; }

.border-t-6-yellow-important {
  border-top: 6px solid #ffc107 !important; }

.border-l-6-yellow-important {
  border-left: 6px solid #ffc107 !important; }

.border-r-6-yellow-important {
  border-right: 6px solid #ffc107 !important; }

.border-b-6-yellow-important {
  border-bottom: 6px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-7-yellow {
  border: 7px solid #ffc107; }

.border-t-7-yellow {
  border-top: 7px solid #ffc107; }

.border-l-7-yellow {
  border-left: 7px solid #ffc107; }

.border-r-7-yellow {
  border-right: 7px solid #ffc107; }

.border-b-7-yellow {
  border-bottom: 7px solid #ffc107; }

.border-7-yellow-hover:hover {
  border: 7px solid #ffc107; }

.border-t-7-yellow-hover:hover {
  border-top: 7px solid #ffc107; }

.border-l-7-yellow-hover:hover {
  border-left: 7px solid #ffc107; }

.border-r-7-yellow-hover:hover {
  border-right: 7px solid #ffc107; }

.border-b-7-yellow-hover:hover {
  border-bottom: 7px solid #ffc107; }

.border-7-yellow-important {
  border: 7px solid #ffc107 !important; }

.border-t-7-yellow-important {
  border-top: 7px solid #ffc107 !important; }

.border-l-7-yellow-important {
  border-left: 7px solid #ffc107 !important; }

.border-r-7-yellow-important {
  border-right: 7px solid #ffc107 !important; }

.border-b-7-yellow-important {
  border-bottom: 7px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-8-yellow {
  border: 8px solid #ffc107; }

.border-t-8-yellow {
  border-top: 8px solid #ffc107; }

.border-l-8-yellow {
  border-left: 8px solid #ffc107; }

.border-r-8-yellow {
  border-right: 8px solid #ffc107; }

.border-b-8-yellow {
  border-bottom: 8px solid #ffc107; }

.border-8-yellow-hover:hover {
  border: 8px solid #ffc107; }

.border-t-8-yellow-hover:hover {
  border-top: 8px solid #ffc107; }

.border-l-8-yellow-hover:hover {
  border-left: 8px solid #ffc107; }

.border-r-8-yellow-hover:hover {
  border-right: 8px solid #ffc107; }

.border-b-8-yellow-hover:hover {
  border-bottom: 8px solid #ffc107; }

.border-8-yellow-important {
  border: 8px solid #ffc107 !important; }

.border-t-8-yellow-important {
  border-top: 8px solid #ffc107 !important; }

.border-l-8-yellow-important {
  border-left: 8px solid #ffc107 !important; }

.border-r-8-yellow-important {
  border-right: 8px solid #ffc107 !important; }

.border-b-8-yellow-important {
  border-bottom: 8px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-9-yellow {
  border: 9px solid #ffc107; }

.border-t-9-yellow {
  border-top: 9px solid #ffc107; }

.border-l-9-yellow {
  border-left: 9px solid #ffc107; }

.border-r-9-yellow {
  border-right: 9px solid #ffc107; }

.border-b-9-yellow {
  border-bottom: 9px solid #ffc107; }

.border-9-yellow-hover:hover {
  border: 9px solid #ffc107; }

.border-t-9-yellow-hover:hover {
  border-top: 9px solid #ffc107; }

.border-l-9-yellow-hover:hover {
  border-left: 9px solid #ffc107; }

.border-r-9-yellow-hover:hover {
  border-right: 9px solid #ffc107; }

.border-b-9-yellow-hover:hover {
  border-bottom: 9px solid #ffc107; }

.border-9-yellow-important {
  border: 9px solid #ffc107 !important; }

.border-t-9-yellow-important {
  border-top: 9px solid #ffc107 !important; }

.border-l-9-yellow-important {
  border-left: 9px solid #ffc107 !important; }

.border-r-9-yellow-important {
  border-right: 9px solid #ffc107 !important; }

.border-b-9-yellow-important {
  border-bottom: 9px solid #ffc107 !important; }

.border-yellow-hover:hover {
  border-color: #ffc107 !important; }

.border-10-yellow {
  border: 10px solid #ffc107; }

.border-t-10-yellow {
  border-top: 10px solid #ffc107; }

.border-l-10-yellow {
  border-left: 10px solid #ffc107; }

.border-r-10-yellow {
  border-right: 10px solid #ffc107; }

.border-b-10-yellow {
  border-bottom: 10px solid #ffc107; }

.border-10-yellow-hover:hover {
  border: 10px solid #ffc107; }

.border-t-10-yellow-hover:hover {
  border-top: 10px solid #ffc107; }

.border-l-10-yellow-hover:hover {
  border-left: 10px solid #ffc107; }

.border-r-10-yellow-hover:hover {
  border-right: 10px solid #ffc107; }

.border-b-10-yellow-hover:hover {
  border-bottom: 10px solid #ffc107; }

.border-10-yellow-important {
  border: 10px solid #ffc107 !important; }

.border-t-10-yellow-important {
  border-top: 10px solid #ffc107 !important; }

.border-l-10-yellow-important {
  border-left: 10px solid #ffc107 !important; }

.border-r-10-yellow-important {
  border-right: 10px solid #ffc107 !important; }

.border-b-10-yellow-important {
  border-bottom: 10px solid #ffc107 !important; }

.green {
  color: #4dbd74; }

.green-hover:hover {
  color: #4dbd74; }

.bg-green {
  background-color: #4dbd74; }

.bg-green-important {
  background-color: #4dbd74 !important; }

.bg-green-hover:hover {
  background-color: #4dbd74; }

.bg-green-hover-important:hover {
  background-color: #4dbd74 !important; }

.ty-title-green {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #4dbd74; }

.ty-title-after-green:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #4dbd74; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-1-green {
  border: 1px solid #4dbd74; }

.border-t-1-green {
  border-top: 1px solid #4dbd74; }

.border-l-1-green {
  border-left: 1px solid #4dbd74; }

.border-r-1-green {
  border-right: 1px solid #4dbd74; }

.border-b-1-green {
  border-bottom: 1px solid #4dbd74; }

.border-1-green-hover:hover {
  border: 1px solid #4dbd74; }

.border-t-1-green-hover:hover {
  border-top: 1px solid #4dbd74; }

.border-l-1-green-hover:hover {
  border-left: 1px solid #4dbd74; }

.border-r-1-green-hover:hover {
  border-right: 1px solid #4dbd74; }

.border-b-1-green-hover:hover {
  border-bottom: 1px solid #4dbd74; }

.border-1-green-important {
  border: 1px solid #4dbd74 !important; }

.border-t-1-green-important {
  border-top: 1px solid #4dbd74 !important; }

.border-l-1-green-important {
  border-left: 1px solid #4dbd74 !important; }

.border-r-1-green-important {
  border-right: 1px solid #4dbd74 !important; }

.border-b-1-green-important {
  border-bottom: 1px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-2-green {
  border: 2px solid #4dbd74; }

.border-t-2-green {
  border-top: 2px solid #4dbd74; }

.border-l-2-green {
  border-left: 2px solid #4dbd74; }

.border-r-2-green {
  border-right: 2px solid #4dbd74; }

.border-b-2-green {
  border-bottom: 2px solid #4dbd74; }

.border-2-green-hover:hover {
  border: 2px solid #4dbd74; }

.border-t-2-green-hover:hover {
  border-top: 2px solid #4dbd74; }

.border-l-2-green-hover:hover {
  border-left: 2px solid #4dbd74; }

.border-r-2-green-hover:hover {
  border-right: 2px solid #4dbd74; }

.border-b-2-green-hover:hover {
  border-bottom: 2px solid #4dbd74; }

.border-2-green-important {
  border: 2px solid #4dbd74 !important; }

.border-t-2-green-important {
  border-top: 2px solid #4dbd74 !important; }

.border-l-2-green-important {
  border-left: 2px solid #4dbd74 !important; }

.border-r-2-green-important {
  border-right: 2px solid #4dbd74 !important; }

.border-b-2-green-important {
  border-bottom: 2px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-3-green {
  border: 3px solid #4dbd74; }

.border-t-3-green {
  border-top: 3px solid #4dbd74; }

.border-l-3-green {
  border-left: 3px solid #4dbd74; }

.border-r-3-green {
  border-right: 3px solid #4dbd74; }

.border-b-3-green {
  border-bottom: 3px solid #4dbd74; }

.border-3-green-hover:hover {
  border: 3px solid #4dbd74; }

.border-t-3-green-hover:hover {
  border-top: 3px solid #4dbd74; }

.border-l-3-green-hover:hover {
  border-left: 3px solid #4dbd74; }

.border-r-3-green-hover:hover {
  border-right: 3px solid #4dbd74; }

.border-b-3-green-hover:hover {
  border-bottom: 3px solid #4dbd74; }

.border-3-green-important {
  border: 3px solid #4dbd74 !important; }

.border-t-3-green-important {
  border-top: 3px solid #4dbd74 !important; }

.border-l-3-green-important {
  border-left: 3px solid #4dbd74 !important; }

.border-r-3-green-important {
  border-right: 3px solid #4dbd74 !important; }

.border-b-3-green-important {
  border-bottom: 3px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-4-green {
  border: 4px solid #4dbd74; }

.border-t-4-green {
  border-top: 4px solid #4dbd74; }

.border-l-4-green {
  border-left: 4px solid #4dbd74; }

.border-r-4-green {
  border-right: 4px solid #4dbd74; }

.border-b-4-green {
  border-bottom: 4px solid #4dbd74; }

.border-4-green-hover:hover {
  border: 4px solid #4dbd74; }

.border-t-4-green-hover:hover {
  border-top: 4px solid #4dbd74; }

.border-l-4-green-hover:hover {
  border-left: 4px solid #4dbd74; }

.border-r-4-green-hover:hover {
  border-right: 4px solid #4dbd74; }

.border-b-4-green-hover:hover {
  border-bottom: 4px solid #4dbd74; }

.border-4-green-important {
  border: 4px solid #4dbd74 !important; }

.border-t-4-green-important {
  border-top: 4px solid #4dbd74 !important; }

.border-l-4-green-important {
  border-left: 4px solid #4dbd74 !important; }

.border-r-4-green-important {
  border-right: 4px solid #4dbd74 !important; }

.border-b-4-green-important {
  border-bottom: 4px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-5-green {
  border: 5px solid #4dbd74; }

.border-t-5-green {
  border-top: 5px solid #4dbd74; }

.border-l-5-green {
  border-left: 5px solid #4dbd74; }

.border-r-5-green {
  border-right: 5px solid #4dbd74; }

.border-b-5-green {
  border-bottom: 5px solid #4dbd74; }

.border-5-green-hover:hover {
  border: 5px solid #4dbd74; }

.border-t-5-green-hover:hover {
  border-top: 5px solid #4dbd74; }

.border-l-5-green-hover:hover {
  border-left: 5px solid #4dbd74; }

.border-r-5-green-hover:hover {
  border-right: 5px solid #4dbd74; }

.border-b-5-green-hover:hover {
  border-bottom: 5px solid #4dbd74; }

.border-5-green-important {
  border: 5px solid #4dbd74 !important; }

.border-t-5-green-important {
  border-top: 5px solid #4dbd74 !important; }

.border-l-5-green-important {
  border-left: 5px solid #4dbd74 !important; }

.border-r-5-green-important {
  border-right: 5px solid #4dbd74 !important; }

.border-b-5-green-important {
  border-bottom: 5px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-6-green {
  border: 6px solid #4dbd74; }

.border-t-6-green {
  border-top: 6px solid #4dbd74; }

.border-l-6-green {
  border-left: 6px solid #4dbd74; }

.border-r-6-green {
  border-right: 6px solid #4dbd74; }

.border-b-6-green {
  border-bottom: 6px solid #4dbd74; }

.border-6-green-hover:hover {
  border: 6px solid #4dbd74; }

.border-t-6-green-hover:hover {
  border-top: 6px solid #4dbd74; }

.border-l-6-green-hover:hover {
  border-left: 6px solid #4dbd74; }

.border-r-6-green-hover:hover {
  border-right: 6px solid #4dbd74; }

.border-b-6-green-hover:hover {
  border-bottom: 6px solid #4dbd74; }

.border-6-green-important {
  border: 6px solid #4dbd74 !important; }

.border-t-6-green-important {
  border-top: 6px solid #4dbd74 !important; }

.border-l-6-green-important {
  border-left: 6px solid #4dbd74 !important; }

.border-r-6-green-important {
  border-right: 6px solid #4dbd74 !important; }

.border-b-6-green-important {
  border-bottom: 6px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-7-green {
  border: 7px solid #4dbd74; }

.border-t-7-green {
  border-top: 7px solid #4dbd74; }

.border-l-7-green {
  border-left: 7px solid #4dbd74; }

.border-r-7-green {
  border-right: 7px solid #4dbd74; }

.border-b-7-green {
  border-bottom: 7px solid #4dbd74; }

.border-7-green-hover:hover {
  border: 7px solid #4dbd74; }

.border-t-7-green-hover:hover {
  border-top: 7px solid #4dbd74; }

.border-l-7-green-hover:hover {
  border-left: 7px solid #4dbd74; }

.border-r-7-green-hover:hover {
  border-right: 7px solid #4dbd74; }

.border-b-7-green-hover:hover {
  border-bottom: 7px solid #4dbd74; }

.border-7-green-important {
  border: 7px solid #4dbd74 !important; }

.border-t-7-green-important {
  border-top: 7px solid #4dbd74 !important; }

.border-l-7-green-important {
  border-left: 7px solid #4dbd74 !important; }

.border-r-7-green-important {
  border-right: 7px solid #4dbd74 !important; }

.border-b-7-green-important {
  border-bottom: 7px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-8-green {
  border: 8px solid #4dbd74; }

.border-t-8-green {
  border-top: 8px solid #4dbd74; }

.border-l-8-green {
  border-left: 8px solid #4dbd74; }

.border-r-8-green {
  border-right: 8px solid #4dbd74; }

.border-b-8-green {
  border-bottom: 8px solid #4dbd74; }

.border-8-green-hover:hover {
  border: 8px solid #4dbd74; }

.border-t-8-green-hover:hover {
  border-top: 8px solid #4dbd74; }

.border-l-8-green-hover:hover {
  border-left: 8px solid #4dbd74; }

.border-r-8-green-hover:hover {
  border-right: 8px solid #4dbd74; }

.border-b-8-green-hover:hover {
  border-bottom: 8px solid #4dbd74; }

.border-8-green-important {
  border: 8px solid #4dbd74 !important; }

.border-t-8-green-important {
  border-top: 8px solid #4dbd74 !important; }

.border-l-8-green-important {
  border-left: 8px solid #4dbd74 !important; }

.border-r-8-green-important {
  border-right: 8px solid #4dbd74 !important; }

.border-b-8-green-important {
  border-bottom: 8px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-9-green {
  border: 9px solid #4dbd74; }

.border-t-9-green {
  border-top: 9px solid #4dbd74; }

.border-l-9-green {
  border-left: 9px solid #4dbd74; }

.border-r-9-green {
  border-right: 9px solid #4dbd74; }

.border-b-9-green {
  border-bottom: 9px solid #4dbd74; }

.border-9-green-hover:hover {
  border: 9px solid #4dbd74; }

.border-t-9-green-hover:hover {
  border-top: 9px solid #4dbd74; }

.border-l-9-green-hover:hover {
  border-left: 9px solid #4dbd74; }

.border-r-9-green-hover:hover {
  border-right: 9px solid #4dbd74; }

.border-b-9-green-hover:hover {
  border-bottom: 9px solid #4dbd74; }

.border-9-green-important {
  border: 9px solid #4dbd74 !important; }

.border-t-9-green-important {
  border-top: 9px solid #4dbd74 !important; }

.border-l-9-green-important {
  border-left: 9px solid #4dbd74 !important; }

.border-r-9-green-important {
  border-right: 9px solid #4dbd74 !important; }

.border-b-9-green-important {
  border-bottom: 9px solid #4dbd74 !important; }

.border-green-hover:hover {
  border-color: #4dbd74 !important; }

.border-10-green {
  border: 10px solid #4dbd74; }

.border-t-10-green {
  border-top: 10px solid #4dbd74; }

.border-l-10-green {
  border-left: 10px solid #4dbd74; }

.border-r-10-green {
  border-right: 10px solid #4dbd74; }

.border-b-10-green {
  border-bottom: 10px solid #4dbd74; }

.border-10-green-hover:hover {
  border: 10px solid #4dbd74; }

.border-t-10-green-hover:hover {
  border-top: 10px solid #4dbd74; }

.border-l-10-green-hover:hover {
  border-left: 10px solid #4dbd74; }

.border-r-10-green-hover:hover {
  border-right: 10px solid #4dbd74; }

.border-b-10-green-hover:hover {
  border-bottom: 10px solid #4dbd74; }

.border-10-green-important {
  border: 10px solid #4dbd74 !important; }

.border-t-10-green-important {
  border-top: 10px solid #4dbd74 !important; }

.border-l-10-green-important {
  border-left: 10px solid #4dbd74 !important; }

.border-r-10-green-important {
  border-right: 10px solid #4dbd74 !important; }

.border-b-10-green-important {
  border-bottom: 10px solid #4dbd74 !important; }

.teal {
  color: #20c997; }

.teal-hover:hover {
  color: #20c997; }

.bg-teal {
  background-color: #20c997; }

.bg-teal-important {
  background-color: #20c997 !important; }

.bg-teal-hover:hover {
  background-color: #20c997; }

.bg-teal-hover-important:hover {
  background-color: #20c997 !important; }

.ty-title-teal {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #20c997; }

.ty-title-after-teal:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #20c997; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-1-teal {
  border: 1px solid #20c997; }

.border-t-1-teal {
  border-top: 1px solid #20c997; }

.border-l-1-teal {
  border-left: 1px solid #20c997; }

.border-r-1-teal {
  border-right: 1px solid #20c997; }

.border-b-1-teal {
  border-bottom: 1px solid #20c997; }

.border-1-teal-hover:hover {
  border: 1px solid #20c997; }

.border-t-1-teal-hover:hover {
  border-top: 1px solid #20c997; }

.border-l-1-teal-hover:hover {
  border-left: 1px solid #20c997; }

.border-r-1-teal-hover:hover {
  border-right: 1px solid #20c997; }

.border-b-1-teal-hover:hover {
  border-bottom: 1px solid #20c997; }

.border-1-teal-important {
  border: 1px solid #20c997 !important; }

.border-t-1-teal-important {
  border-top: 1px solid #20c997 !important; }

.border-l-1-teal-important {
  border-left: 1px solid #20c997 !important; }

.border-r-1-teal-important {
  border-right: 1px solid #20c997 !important; }

.border-b-1-teal-important {
  border-bottom: 1px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-2-teal {
  border: 2px solid #20c997; }

.border-t-2-teal {
  border-top: 2px solid #20c997; }

.border-l-2-teal {
  border-left: 2px solid #20c997; }

.border-r-2-teal {
  border-right: 2px solid #20c997; }

.border-b-2-teal {
  border-bottom: 2px solid #20c997; }

.border-2-teal-hover:hover {
  border: 2px solid #20c997; }

.border-t-2-teal-hover:hover {
  border-top: 2px solid #20c997; }

.border-l-2-teal-hover:hover {
  border-left: 2px solid #20c997; }

.border-r-2-teal-hover:hover {
  border-right: 2px solid #20c997; }

.border-b-2-teal-hover:hover {
  border-bottom: 2px solid #20c997; }

.border-2-teal-important {
  border: 2px solid #20c997 !important; }

.border-t-2-teal-important {
  border-top: 2px solid #20c997 !important; }

.border-l-2-teal-important {
  border-left: 2px solid #20c997 !important; }

.border-r-2-teal-important {
  border-right: 2px solid #20c997 !important; }

.border-b-2-teal-important {
  border-bottom: 2px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-3-teal {
  border: 3px solid #20c997; }

.border-t-3-teal {
  border-top: 3px solid #20c997; }

.border-l-3-teal {
  border-left: 3px solid #20c997; }

.border-r-3-teal {
  border-right: 3px solid #20c997; }

.border-b-3-teal {
  border-bottom: 3px solid #20c997; }

.border-3-teal-hover:hover {
  border: 3px solid #20c997; }

.border-t-3-teal-hover:hover {
  border-top: 3px solid #20c997; }

.border-l-3-teal-hover:hover {
  border-left: 3px solid #20c997; }

.border-r-3-teal-hover:hover {
  border-right: 3px solid #20c997; }

.border-b-3-teal-hover:hover {
  border-bottom: 3px solid #20c997; }

.border-3-teal-important {
  border: 3px solid #20c997 !important; }

.border-t-3-teal-important {
  border-top: 3px solid #20c997 !important; }

.border-l-3-teal-important {
  border-left: 3px solid #20c997 !important; }

.border-r-3-teal-important {
  border-right: 3px solid #20c997 !important; }

.border-b-3-teal-important {
  border-bottom: 3px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-4-teal {
  border: 4px solid #20c997; }

.border-t-4-teal {
  border-top: 4px solid #20c997; }

.border-l-4-teal {
  border-left: 4px solid #20c997; }

.border-r-4-teal {
  border-right: 4px solid #20c997; }

.border-b-4-teal {
  border-bottom: 4px solid #20c997; }

.border-4-teal-hover:hover {
  border: 4px solid #20c997; }

.border-t-4-teal-hover:hover {
  border-top: 4px solid #20c997; }

.border-l-4-teal-hover:hover {
  border-left: 4px solid #20c997; }

.border-r-4-teal-hover:hover {
  border-right: 4px solid #20c997; }

.border-b-4-teal-hover:hover {
  border-bottom: 4px solid #20c997; }

.border-4-teal-important {
  border: 4px solid #20c997 !important; }

.border-t-4-teal-important {
  border-top: 4px solid #20c997 !important; }

.border-l-4-teal-important {
  border-left: 4px solid #20c997 !important; }

.border-r-4-teal-important {
  border-right: 4px solid #20c997 !important; }

.border-b-4-teal-important {
  border-bottom: 4px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-5-teal {
  border: 5px solid #20c997; }

.border-t-5-teal {
  border-top: 5px solid #20c997; }

.border-l-5-teal {
  border-left: 5px solid #20c997; }

.border-r-5-teal {
  border-right: 5px solid #20c997; }

.border-b-5-teal {
  border-bottom: 5px solid #20c997; }

.border-5-teal-hover:hover {
  border: 5px solid #20c997; }

.border-t-5-teal-hover:hover {
  border-top: 5px solid #20c997; }

.border-l-5-teal-hover:hover {
  border-left: 5px solid #20c997; }

.border-r-5-teal-hover:hover {
  border-right: 5px solid #20c997; }

.border-b-5-teal-hover:hover {
  border-bottom: 5px solid #20c997; }

.border-5-teal-important {
  border: 5px solid #20c997 !important; }

.border-t-5-teal-important {
  border-top: 5px solid #20c997 !important; }

.border-l-5-teal-important {
  border-left: 5px solid #20c997 !important; }

.border-r-5-teal-important {
  border-right: 5px solid #20c997 !important; }

.border-b-5-teal-important {
  border-bottom: 5px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-6-teal {
  border: 6px solid #20c997; }

.border-t-6-teal {
  border-top: 6px solid #20c997; }

.border-l-6-teal {
  border-left: 6px solid #20c997; }

.border-r-6-teal {
  border-right: 6px solid #20c997; }

.border-b-6-teal {
  border-bottom: 6px solid #20c997; }

.border-6-teal-hover:hover {
  border: 6px solid #20c997; }

.border-t-6-teal-hover:hover {
  border-top: 6px solid #20c997; }

.border-l-6-teal-hover:hover {
  border-left: 6px solid #20c997; }

.border-r-6-teal-hover:hover {
  border-right: 6px solid #20c997; }

.border-b-6-teal-hover:hover {
  border-bottom: 6px solid #20c997; }

.border-6-teal-important {
  border: 6px solid #20c997 !important; }

.border-t-6-teal-important {
  border-top: 6px solid #20c997 !important; }

.border-l-6-teal-important {
  border-left: 6px solid #20c997 !important; }

.border-r-6-teal-important {
  border-right: 6px solid #20c997 !important; }

.border-b-6-teal-important {
  border-bottom: 6px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-7-teal {
  border: 7px solid #20c997; }

.border-t-7-teal {
  border-top: 7px solid #20c997; }

.border-l-7-teal {
  border-left: 7px solid #20c997; }

.border-r-7-teal {
  border-right: 7px solid #20c997; }

.border-b-7-teal {
  border-bottom: 7px solid #20c997; }

.border-7-teal-hover:hover {
  border: 7px solid #20c997; }

.border-t-7-teal-hover:hover {
  border-top: 7px solid #20c997; }

.border-l-7-teal-hover:hover {
  border-left: 7px solid #20c997; }

.border-r-7-teal-hover:hover {
  border-right: 7px solid #20c997; }

.border-b-7-teal-hover:hover {
  border-bottom: 7px solid #20c997; }

.border-7-teal-important {
  border: 7px solid #20c997 !important; }

.border-t-7-teal-important {
  border-top: 7px solid #20c997 !important; }

.border-l-7-teal-important {
  border-left: 7px solid #20c997 !important; }

.border-r-7-teal-important {
  border-right: 7px solid #20c997 !important; }

.border-b-7-teal-important {
  border-bottom: 7px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-8-teal {
  border: 8px solid #20c997; }

.border-t-8-teal {
  border-top: 8px solid #20c997; }

.border-l-8-teal {
  border-left: 8px solid #20c997; }

.border-r-8-teal {
  border-right: 8px solid #20c997; }

.border-b-8-teal {
  border-bottom: 8px solid #20c997; }

.border-8-teal-hover:hover {
  border: 8px solid #20c997; }

.border-t-8-teal-hover:hover {
  border-top: 8px solid #20c997; }

.border-l-8-teal-hover:hover {
  border-left: 8px solid #20c997; }

.border-r-8-teal-hover:hover {
  border-right: 8px solid #20c997; }

.border-b-8-teal-hover:hover {
  border-bottom: 8px solid #20c997; }

.border-8-teal-important {
  border: 8px solid #20c997 !important; }

.border-t-8-teal-important {
  border-top: 8px solid #20c997 !important; }

.border-l-8-teal-important {
  border-left: 8px solid #20c997 !important; }

.border-r-8-teal-important {
  border-right: 8px solid #20c997 !important; }

.border-b-8-teal-important {
  border-bottom: 8px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-9-teal {
  border: 9px solid #20c997; }

.border-t-9-teal {
  border-top: 9px solid #20c997; }

.border-l-9-teal {
  border-left: 9px solid #20c997; }

.border-r-9-teal {
  border-right: 9px solid #20c997; }

.border-b-9-teal {
  border-bottom: 9px solid #20c997; }

.border-9-teal-hover:hover {
  border: 9px solid #20c997; }

.border-t-9-teal-hover:hover {
  border-top: 9px solid #20c997; }

.border-l-9-teal-hover:hover {
  border-left: 9px solid #20c997; }

.border-r-9-teal-hover:hover {
  border-right: 9px solid #20c997; }

.border-b-9-teal-hover:hover {
  border-bottom: 9px solid #20c997; }

.border-9-teal-important {
  border: 9px solid #20c997 !important; }

.border-t-9-teal-important {
  border-top: 9px solid #20c997 !important; }

.border-l-9-teal-important {
  border-left: 9px solid #20c997 !important; }

.border-r-9-teal-important {
  border-right: 9px solid #20c997 !important; }

.border-b-9-teal-important {
  border-bottom: 9px solid #20c997 !important; }

.border-teal-hover:hover {
  border-color: #20c997 !important; }

.border-10-teal {
  border: 10px solid #20c997; }

.border-t-10-teal {
  border-top: 10px solid #20c997; }

.border-l-10-teal {
  border-left: 10px solid #20c997; }

.border-r-10-teal {
  border-right: 10px solid #20c997; }

.border-b-10-teal {
  border-bottom: 10px solid #20c997; }

.border-10-teal-hover:hover {
  border: 10px solid #20c997; }

.border-t-10-teal-hover:hover {
  border-top: 10px solid #20c997; }

.border-l-10-teal-hover:hover {
  border-left: 10px solid #20c997; }

.border-r-10-teal-hover:hover {
  border-right: 10px solid #20c997; }

.border-b-10-teal-hover:hover {
  border-bottom: 10px solid #20c997; }

.border-10-teal-important {
  border: 10px solid #20c997 !important; }

.border-t-10-teal-important {
  border-top: 10px solid #20c997 !important; }

.border-l-10-teal-important {
  border-left: 10px solid #20c997 !important; }

.border-r-10-teal-important {
  border-right: 10px solid #20c997 !important; }

.border-b-10-teal-important {
  border-bottom: 10px solid #20c997 !important; }

.cyan {
  color: #63c2de; }

.cyan-hover:hover {
  color: #63c2de; }

.bg-cyan {
  background-color: #63c2de; }

.bg-cyan-important {
  background-color: #63c2de !important; }

.bg-cyan-hover:hover {
  background-color: #63c2de; }

.bg-cyan-hover-important:hover {
  background-color: #63c2de !important; }

.ty-title-cyan {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #63c2de; }

.ty-title-after-cyan:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #63c2de; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-1-cyan {
  border: 1px solid #63c2de; }

.border-t-1-cyan {
  border-top: 1px solid #63c2de; }

.border-l-1-cyan {
  border-left: 1px solid #63c2de; }

.border-r-1-cyan {
  border-right: 1px solid #63c2de; }

.border-b-1-cyan {
  border-bottom: 1px solid #63c2de; }

.border-1-cyan-hover:hover {
  border: 1px solid #63c2de; }

.border-t-1-cyan-hover:hover {
  border-top: 1px solid #63c2de; }

.border-l-1-cyan-hover:hover {
  border-left: 1px solid #63c2de; }

.border-r-1-cyan-hover:hover {
  border-right: 1px solid #63c2de; }

.border-b-1-cyan-hover:hover {
  border-bottom: 1px solid #63c2de; }

.border-1-cyan-important {
  border: 1px solid #63c2de !important; }

.border-t-1-cyan-important {
  border-top: 1px solid #63c2de !important; }

.border-l-1-cyan-important {
  border-left: 1px solid #63c2de !important; }

.border-r-1-cyan-important {
  border-right: 1px solid #63c2de !important; }

.border-b-1-cyan-important {
  border-bottom: 1px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-2-cyan {
  border: 2px solid #63c2de; }

.border-t-2-cyan {
  border-top: 2px solid #63c2de; }

.border-l-2-cyan {
  border-left: 2px solid #63c2de; }

.border-r-2-cyan {
  border-right: 2px solid #63c2de; }

.border-b-2-cyan {
  border-bottom: 2px solid #63c2de; }

.border-2-cyan-hover:hover {
  border: 2px solid #63c2de; }

.border-t-2-cyan-hover:hover {
  border-top: 2px solid #63c2de; }

.border-l-2-cyan-hover:hover {
  border-left: 2px solid #63c2de; }

.border-r-2-cyan-hover:hover {
  border-right: 2px solid #63c2de; }

.border-b-2-cyan-hover:hover {
  border-bottom: 2px solid #63c2de; }

.border-2-cyan-important {
  border: 2px solid #63c2de !important; }

.border-t-2-cyan-important {
  border-top: 2px solid #63c2de !important; }

.border-l-2-cyan-important {
  border-left: 2px solid #63c2de !important; }

.border-r-2-cyan-important {
  border-right: 2px solid #63c2de !important; }

.border-b-2-cyan-important {
  border-bottom: 2px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-3-cyan {
  border: 3px solid #63c2de; }

.border-t-3-cyan {
  border-top: 3px solid #63c2de; }

.border-l-3-cyan {
  border-left: 3px solid #63c2de; }

.border-r-3-cyan {
  border-right: 3px solid #63c2de; }

.border-b-3-cyan {
  border-bottom: 3px solid #63c2de; }

.border-3-cyan-hover:hover {
  border: 3px solid #63c2de; }

.border-t-3-cyan-hover:hover {
  border-top: 3px solid #63c2de; }

.border-l-3-cyan-hover:hover {
  border-left: 3px solid #63c2de; }

.border-r-3-cyan-hover:hover {
  border-right: 3px solid #63c2de; }

.border-b-3-cyan-hover:hover {
  border-bottom: 3px solid #63c2de; }

.border-3-cyan-important {
  border: 3px solid #63c2de !important; }

.border-t-3-cyan-important {
  border-top: 3px solid #63c2de !important; }

.border-l-3-cyan-important {
  border-left: 3px solid #63c2de !important; }

.border-r-3-cyan-important {
  border-right: 3px solid #63c2de !important; }

.border-b-3-cyan-important {
  border-bottom: 3px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-4-cyan {
  border: 4px solid #63c2de; }

.border-t-4-cyan {
  border-top: 4px solid #63c2de; }

.border-l-4-cyan {
  border-left: 4px solid #63c2de; }

.border-r-4-cyan {
  border-right: 4px solid #63c2de; }

.border-b-4-cyan {
  border-bottom: 4px solid #63c2de; }

.border-4-cyan-hover:hover {
  border: 4px solid #63c2de; }

.border-t-4-cyan-hover:hover {
  border-top: 4px solid #63c2de; }

.border-l-4-cyan-hover:hover {
  border-left: 4px solid #63c2de; }

.border-r-4-cyan-hover:hover {
  border-right: 4px solid #63c2de; }

.border-b-4-cyan-hover:hover {
  border-bottom: 4px solid #63c2de; }

.border-4-cyan-important {
  border: 4px solid #63c2de !important; }

.border-t-4-cyan-important {
  border-top: 4px solid #63c2de !important; }

.border-l-4-cyan-important {
  border-left: 4px solid #63c2de !important; }

.border-r-4-cyan-important {
  border-right: 4px solid #63c2de !important; }

.border-b-4-cyan-important {
  border-bottom: 4px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-5-cyan {
  border: 5px solid #63c2de; }

.border-t-5-cyan {
  border-top: 5px solid #63c2de; }

.border-l-5-cyan {
  border-left: 5px solid #63c2de; }

.border-r-5-cyan {
  border-right: 5px solid #63c2de; }

.border-b-5-cyan {
  border-bottom: 5px solid #63c2de; }

.border-5-cyan-hover:hover {
  border: 5px solid #63c2de; }

.border-t-5-cyan-hover:hover {
  border-top: 5px solid #63c2de; }

.border-l-5-cyan-hover:hover {
  border-left: 5px solid #63c2de; }

.border-r-5-cyan-hover:hover {
  border-right: 5px solid #63c2de; }

.border-b-5-cyan-hover:hover {
  border-bottom: 5px solid #63c2de; }

.border-5-cyan-important {
  border: 5px solid #63c2de !important; }

.border-t-5-cyan-important {
  border-top: 5px solid #63c2de !important; }

.border-l-5-cyan-important {
  border-left: 5px solid #63c2de !important; }

.border-r-5-cyan-important {
  border-right: 5px solid #63c2de !important; }

.border-b-5-cyan-important {
  border-bottom: 5px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-6-cyan {
  border: 6px solid #63c2de; }

.border-t-6-cyan {
  border-top: 6px solid #63c2de; }

.border-l-6-cyan {
  border-left: 6px solid #63c2de; }

.border-r-6-cyan {
  border-right: 6px solid #63c2de; }

.border-b-6-cyan {
  border-bottom: 6px solid #63c2de; }

.border-6-cyan-hover:hover {
  border: 6px solid #63c2de; }

.border-t-6-cyan-hover:hover {
  border-top: 6px solid #63c2de; }

.border-l-6-cyan-hover:hover {
  border-left: 6px solid #63c2de; }

.border-r-6-cyan-hover:hover {
  border-right: 6px solid #63c2de; }

.border-b-6-cyan-hover:hover {
  border-bottom: 6px solid #63c2de; }

.border-6-cyan-important {
  border: 6px solid #63c2de !important; }

.border-t-6-cyan-important {
  border-top: 6px solid #63c2de !important; }

.border-l-6-cyan-important {
  border-left: 6px solid #63c2de !important; }

.border-r-6-cyan-important {
  border-right: 6px solid #63c2de !important; }

.border-b-6-cyan-important {
  border-bottom: 6px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-7-cyan {
  border: 7px solid #63c2de; }

.border-t-7-cyan {
  border-top: 7px solid #63c2de; }

.border-l-7-cyan {
  border-left: 7px solid #63c2de; }

.border-r-7-cyan {
  border-right: 7px solid #63c2de; }

.border-b-7-cyan {
  border-bottom: 7px solid #63c2de; }

.border-7-cyan-hover:hover {
  border: 7px solid #63c2de; }

.border-t-7-cyan-hover:hover {
  border-top: 7px solid #63c2de; }

.border-l-7-cyan-hover:hover {
  border-left: 7px solid #63c2de; }

.border-r-7-cyan-hover:hover {
  border-right: 7px solid #63c2de; }

.border-b-7-cyan-hover:hover {
  border-bottom: 7px solid #63c2de; }

.border-7-cyan-important {
  border: 7px solid #63c2de !important; }

.border-t-7-cyan-important {
  border-top: 7px solid #63c2de !important; }

.border-l-7-cyan-important {
  border-left: 7px solid #63c2de !important; }

.border-r-7-cyan-important {
  border-right: 7px solid #63c2de !important; }

.border-b-7-cyan-important {
  border-bottom: 7px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-8-cyan {
  border: 8px solid #63c2de; }

.border-t-8-cyan {
  border-top: 8px solid #63c2de; }

.border-l-8-cyan {
  border-left: 8px solid #63c2de; }

.border-r-8-cyan {
  border-right: 8px solid #63c2de; }

.border-b-8-cyan {
  border-bottom: 8px solid #63c2de; }

.border-8-cyan-hover:hover {
  border: 8px solid #63c2de; }

.border-t-8-cyan-hover:hover {
  border-top: 8px solid #63c2de; }

.border-l-8-cyan-hover:hover {
  border-left: 8px solid #63c2de; }

.border-r-8-cyan-hover:hover {
  border-right: 8px solid #63c2de; }

.border-b-8-cyan-hover:hover {
  border-bottom: 8px solid #63c2de; }

.border-8-cyan-important {
  border: 8px solid #63c2de !important; }

.border-t-8-cyan-important {
  border-top: 8px solid #63c2de !important; }

.border-l-8-cyan-important {
  border-left: 8px solid #63c2de !important; }

.border-r-8-cyan-important {
  border-right: 8px solid #63c2de !important; }

.border-b-8-cyan-important {
  border-bottom: 8px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-9-cyan {
  border: 9px solid #63c2de; }

.border-t-9-cyan {
  border-top: 9px solid #63c2de; }

.border-l-9-cyan {
  border-left: 9px solid #63c2de; }

.border-r-9-cyan {
  border-right: 9px solid #63c2de; }

.border-b-9-cyan {
  border-bottom: 9px solid #63c2de; }

.border-9-cyan-hover:hover {
  border: 9px solid #63c2de; }

.border-t-9-cyan-hover:hover {
  border-top: 9px solid #63c2de; }

.border-l-9-cyan-hover:hover {
  border-left: 9px solid #63c2de; }

.border-r-9-cyan-hover:hover {
  border-right: 9px solid #63c2de; }

.border-b-9-cyan-hover:hover {
  border-bottom: 9px solid #63c2de; }

.border-9-cyan-important {
  border: 9px solid #63c2de !important; }

.border-t-9-cyan-important {
  border-top: 9px solid #63c2de !important; }

.border-l-9-cyan-important {
  border-left: 9px solid #63c2de !important; }

.border-r-9-cyan-important {
  border-right: 9px solid #63c2de !important; }

.border-b-9-cyan-important {
  border-bottom: 9px solid #63c2de !important; }

.border-cyan-hover:hover {
  border-color: #63c2de !important; }

.border-10-cyan {
  border: 10px solid #63c2de; }

.border-t-10-cyan {
  border-top: 10px solid #63c2de; }

.border-l-10-cyan {
  border-left: 10px solid #63c2de; }

.border-r-10-cyan {
  border-right: 10px solid #63c2de; }

.border-b-10-cyan {
  border-bottom: 10px solid #63c2de; }

.border-10-cyan-hover:hover {
  border: 10px solid #63c2de; }

.border-t-10-cyan-hover:hover {
  border-top: 10px solid #63c2de; }

.border-l-10-cyan-hover:hover {
  border-left: 10px solid #63c2de; }

.border-r-10-cyan-hover:hover {
  border-right: 10px solid #63c2de; }

.border-b-10-cyan-hover:hover {
  border-bottom: 10px solid #63c2de; }

.border-10-cyan-important {
  border: 10px solid #63c2de !important; }

.border-t-10-cyan-important {
  border-top: 10px solid #63c2de !important; }

.border-l-10-cyan-important {
  border-left: 10px solid #63c2de !important; }

.border-r-10-cyan-important {
  border-right: 10px solid #63c2de !important; }

.border-b-10-cyan-important {
  border-bottom: 10px solid #63c2de !important; }

.white {
  color: #fff; }

.white-hover:hover {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-white-important {
  background-color: #fff !important; }

.bg-white-hover:hover {
  background-color: #fff; }

.bg-white-hover-important:hover {
  background-color: #fff !important; }

.ty-title-white {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #fff; }

.ty-title-after-white:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #fff; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-1-white {
  border: 1px solid #fff; }

.border-t-1-white {
  border-top: 1px solid #fff; }

.border-l-1-white {
  border-left: 1px solid #fff; }

.border-r-1-white {
  border-right: 1px solid #fff; }

.border-b-1-white {
  border-bottom: 1px solid #fff; }

.border-1-white-hover:hover {
  border: 1px solid #fff; }

.border-t-1-white-hover:hover {
  border-top: 1px solid #fff; }

.border-l-1-white-hover:hover {
  border-left: 1px solid #fff; }

.border-r-1-white-hover:hover {
  border-right: 1px solid #fff; }

.border-b-1-white-hover:hover {
  border-bottom: 1px solid #fff; }

.border-1-white-important {
  border: 1px solid #fff !important; }

.border-t-1-white-important {
  border-top: 1px solid #fff !important; }

.border-l-1-white-important {
  border-left: 1px solid #fff !important; }

.border-r-1-white-important {
  border-right: 1px solid #fff !important; }

.border-b-1-white-important {
  border-bottom: 1px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-2-white {
  border: 2px solid #fff; }

.border-t-2-white {
  border-top: 2px solid #fff; }

.border-l-2-white {
  border-left: 2px solid #fff; }

.border-r-2-white {
  border-right: 2px solid #fff; }

.border-b-2-white {
  border-bottom: 2px solid #fff; }

.border-2-white-hover:hover {
  border: 2px solid #fff; }

.border-t-2-white-hover:hover {
  border-top: 2px solid #fff; }

.border-l-2-white-hover:hover {
  border-left: 2px solid #fff; }

.border-r-2-white-hover:hover {
  border-right: 2px solid #fff; }

.border-b-2-white-hover:hover {
  border-bottom: 2px solid #fff; }

.border-2-white-important {
  border: 2px solid #fff !important; }

.border-t-2-white-important {
  border-top: 2px solid #fff !important; }

.border-l-2-white-important {
  border-left: 2px solid #fff !important; }

.border-r-2-white-important {
  border-right: 2px solid #fff !important; }

.border-b-2-white-important {
  border-bottom: 2px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-3-white {
  border: 3px solid #fff; }

.border-t-3-white {
  border-top: 3px solid #fff; }

.border-l-3-white {
  border-left: 3px solid #fff; }

.border-r-3-white {
  border-right: 3px solid #fff; }

.border-b-3-white {
  border-bottom: 3px solid #fff; }

.border-3-white-hover:hover {
  border: 3px solid #fff; }

.border-t-3-white-hover:hover {
  border-top: 3px solid #fff; }

.border-l-3-white-hover:hover {
  border-left: 3px solid #fff; }

.border-r-3-white-hover:hover {
  border-right: 3px solid #fff; }

.border-b-3-white-hover:hover {
  border-bottom: 3px solid #fff; }

.border-3-white-important {
  border: 3px solid #fff !important; }

.border-t-3-white-important {
  border-top: 3px solid #fff !important; }

.border-l-3-white-important {
  border-left: 3px solid #fff !important; }

.border-r-3-white-important {
  border-right: 3px solid #fff !important; }

.border-b-3-white-important {
  border-bottom: 3px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-4-white {
  border: 4px solid #fff; }

.border-t-4-white {
  border-top: 4px solid #fff; }

.border-l-4-white {
  border-left: 4px solid #fff; }

.border-r-4-white {
  border-right: 4px solid #fff; }

.border-b-4-white {
  border-bottom: 4px solid #fff; }

.border-4-white-hover:hover {
  border: 4px solid #fff; }

.border-t-4-white-hover:hover {
  border-top: 4px solid #fff; }

.border-l-4-white-hover:hover {
  border-left: 4px solid #fff; }

.border-r-4-white-hover:hover {
  border-right: 4px solid #fff; }

.border-b-4-white-hover:hover {
  border-bottom: 4px solid #fff; }

.border-4-white-important {
  border: 4px solid #fff !important; }

.border-t-4-white-important {
  border-top: 4px solid #fff !important; }

.border-l-4-white-important {
  border-left: 4px solid #fff !important; }

.border-r-4-white-important {
  border-right: 4px solid #fff !important; }

.border-b-4-white-important {
  border-bottom: 4px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-5-white {
  border: 5px solid #fff; }

.border-t-5-white {
  border-top: 5px solid #fff; }

.border-l-5-white {
  border-left: 5px solid #fff; }

.border-r-5-white {
  border-right: 5px solid #fff; }

.border-b-5-white {
  border-bottom: 5px solid #fff; }

.border-5-white-hover:hover {
  border: 5px solid #fff; }

.border-t-5-white-hover:hover {
  border-top: 5px solid #fff; }

.border-l-5-white-hover:hover {
  border-left: 5px solid #fff; }

.border-r-5-white-hover:hover {
  border-right: 5px solid #fff; }

.border-b-5-white-hover:hover {
  border-bottom: 5px solid #fff; }

.border-5-white-important {
  border: 5px solid #fff !important; }

.border-t-5-white-important {
  border-top: 5px solid #fff !important; }

.border-l-5-white-important {
  border-left: 5px solid #fff !important; }

.border-r-5-white-important {
  border-right: 5px solid #fff !important; }

.border-b-5-white-important {
  border-bottom: 5px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-6-white {
  border: 6px solid #fff; }

.border-t-6-white {
  border-top: 6px solid #fff; }

.border-l-6-white {
  border-left: 6px solid #fff; }

.border-r-6-white {
  border-right: 6px solid #fff; }

.border-b-6-white {
  border-bottom: 6px solid #fff; }

.border-6-white-hover:hover {
  border: 6px solid #fff; }

.border-t-6-white-hover:hover {
  border-top: 6px solid #fff; }

.border-l-6-white-hover:hover {
  border-left: 6px solid #fff; }

.border-r-6-white-hover:hover {
  border-right: 6px solid #fff; }

.border-b-6-white-hover:hover {
  border-bottom: 6px solid #fff; }

.border-6-white-important {
  border: 6px solid #fff !important; }

.border-t-6-white-important {
  border-top: 6px solid #fff !important; }

.border-l-6-white-important {
  border-left: 6px solid #fff !important; }

.border-r-6-white-important {
  border-right: 6px solid #fff !important; }

.border-b-6-white-important {
  border-bottom: 6px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-7-white {
  border: 7px solid #fff; }

.border-t-7-white {
  border-top: 7px solid #fff; }

.border-l-7-white {
  border-left: 7px solid #fff; }

.border-r-7-white {
  border-right: 7px solid #fff; }

.border-b-7-white {
  border-bottom: 7px solid #fff; }

.border-7-white-hover:hover {
  border: 7px solid #fff; }

.border-t-7-white-hover:hover {
  border-top: 7px solid #fff; }

.border-l-7-white-hover:hover {
  border-left: 7px solid #fff; }

.border-r-7-white-hover:hover {
  border-right: 7px solid #fff; }

.border-b-7-white-hover:hover {
  border-bottom: 7px solid #fff; }

.border-7-white-important {
  border: 7px solid #fff !important; }

.border-t-7-white-important {
  border-top: 7px solid #fff !important; }

.border-l-7-white-important {
  border-left: 7px solid #fff !important; }

.border-r-7-white-important {
  border-right: 7px solid #fff !important; }

.border-b-7-white-important {
  border-bottom: 7px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-8-white {
  border: 8px solid #fff; }

.border-t-8-white {
  border-top: 8px solid #fff; }

.border-l-8-white {
  border-left: 8px solid #fff; }

.border-r-8-white {
  border-right: 8px solid #fff; }

.border-b-8-white {
  border-bottom: 8px solid #fff; }

.border-8-white-hover:hover {
  border: 8px solid #fff; }

.border-t-8-white-hover:hover {
  border-top: 8px solid #fff; }

.border-l-8-white-hover:hover {
  border-left: 8px solid #fff; }

.border-r-8-white-hover:hover {
  border-right: 8px solid #fff; }

.border-b-8-white-hover:hover {
  border-bottom: 8px solid #fff; }

.border-8-white-important {
  border: 8px solid #fff !important; }

.border-t-8-white-important {
  border-top: 8px solid #fff !important; }

.border-l-8-white-important {
  border-left: 8px solid #fff !important; }

.border-r-8-white-important {
  border-right: 8px solid #fff !important; }

.border-b-8-white-important {
  border-bottom: 8px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-9-white {
  border: 9px solid #fff; }

.border-t-9-white {
  border-top: 9px solid #fff; }

.border-l-9-white {
  border-left: 9px solid #fff; }

.border-r-9-white {
  border-right: 9px solid #fff; }

.border-b-9-white {
  border-bottom: 9px solid #fff; }

.border-9-white-hover:hover {
  border: 9px solid #fff; }

.border-t-9-white-hover:hover {
  border-top: 9px solid #fff; }

.border-l-9-white-hover:hover {
  border-left: 9px solid #fff; }

.border-r-9-white-hover:hover {
  border-right: 9px solid #fff; }

.border-b-9-white-hover:hover {
  border-bottom: 9px solid #fff; }

.border-9-white-important {
  border: 9px solid #fff !important; }

.border-t-9-white-important {
  border-top: 9px solid #fff !important; }

.border-l-9-white-important {
  border-left: 9px solid #fff !important; }

.border-r-9-white-important {
  border-right: 9px solid #fff !important; }

.border-b-9-white-important {
  border-bottom: 9px solid #fff !important; }

.border-white-hover:hover {
  border-color: #fff !important; }

.border-10-white {
  border: 10px solid #fff; }

.border-t-10-white {
  border-top: 10px solid #fff; }

.border-l-10-white {
  border-left: 10px solid #fff; }

.border-r-10-white {
  border-right: 10px solid #fff; }

.border-b-10-white {
  border-bottom: 10px solid #fff; }

.border-10-white-hover:hover {
  border: 10px solid #fff; }

.border-t-10-white-hover:hover {
  border-top: 10px solid #fff; }

.border-l-10-white-hover:hover {
  border-left: 10px solid #fff; }

.border-r-10-white-hover:hover {
  border-right: 10px solid #fff; }

.border-b-10-white-hover:hover {
  border-bottom: 10px solid #fff; }

.border-10-white-important {
  border: 10px solid #fff !important; }

.border-t-10-white-important {
  border-top: 10px solid #fff !important; }

.border-l-10-white-important {
  border-left: 10px solid #fff !important; }

.border-r-10-white-important {
  border-right: 10px solid #fff !important; }

.border-b-10-white-important {
  border-bottom: 10px solid #fff !important; }

.gray {
  color: #ccc; }

.gray-hover:hover {
  color: #ccc; }

.bg-gray {
  background-color: #ccc; }

.bg-gray-important {
  background-color: #ccc !important; }

.bg-gray-hover:hover {
  background-color: #ccc; }

.bg-gray-hover-important:hover {
  background-color: #ccc !important; }

.ty-title-gray {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #ccc; }

.ty-title-after-gray:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #ccc; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-1-gray {
  border: 1px solid #ccc; }

.border-t-1-gray {
  border-top: 1px solid #ccc; }

.border-l-1-gray {
  border-left: 1px solid #ccc; }

.border-r-1-gray {
  border-right: 1px solid #ccc; }

.border-b-1-gray {
  border-bottom: 1px solid #ccc; }

.border-1-gray-hover:hover {
  border: 1px solid #ccc; }

.border-t-1-gray-hover:hover {
  border-top: 1px solid #ccc; }

.border-l-1-gray-hover:hover {
  border-left: 1px solid #ccc; }

.border-r-1-gray-hover:hover {
  border-right: 1px solid #ccc; }

.border-b-1-gray-hover:hover {
  border-bottom: 1px solid #ccc; }

.border-1-gray-important {
  border: 1px solid #ccc !important; }

.border-t-1-gray-important {
  border-top: 1px solid #ccc !important; }

.border-l-1-gray-important {
  border-left: 1px solid #ccc !important; }

.border-r-1-gray-important {
  border-right: 1px solid #ccc !important; }

.border-b-1-gray-important {
  border-bottom: 1px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-2-gray {
  border: 2px solid #ccc; }

.border-t-2-gray {
  border-top: 2px solid #ccc; }

.border-l-2-gray {
  border-left: 2px solid #ccc; }

.border-r-2-gray {
  border-right: 2px solid #ccc; }

.border-b-2-gray {
  border-bottom: 2px solid #ccc; }

.border-2-gray-hover:hover {
  border: 2px solid #ccc; }

.border-t-2-gray-hover:hover {
  border-top: 2px solid #ccc; }

.border-l-2-gray-hover:hover {
  border-left: 2px solid #ccc; }

.border-r-2-gray-hover:hover {
  border-right: 2px solid #ccc; }

.border-b-2-gray-hover:hover {
  border-bottom: 2px solid #ccc; }

.border-2-gray-important {
  border: 2px solid #ccc !important; }

.border-t-2-gray-important {
  border-top: 2px solid #ccc !important; }

.border-l-2-gray-important {
  border-left: 2px solid #ccc !important; }

.border-r-2-gray-important {
  border-right: 2px solid #ccc !important; }

.border-b-2-gray-important {
  border-bottom: 2px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-3-gray {
  border: 3px solid #ccc; }

.border-t-3-gray {
  border-top: 3px solid #ccc; }

.border-l-3-gray {
  border-left: 3px solid #ccc; }

.border-r-3-gray {
  border-right: 3px solid #ccc; }

.border-b-3-gray {
  border-bottom: 3px solid #ccc; }

.border-3-gray-hover:hover {
  border: 3px solid #ccc; }

.border-t-3-gray-hover:hover {
  border-top: 3px solid #ccc; }

.border-l-3-gray-hover:hover {
  border-left: 3px solid #ccc; }

.border-r-3-gray-hover:hover {
  border-right: 3px solid #ccc; }

.border-b-3-gray-hover:hover {
  border-bottom: 3px solid #ccc; }

.border-3-gray-important {
  border: 3px solid #ccc !important; }

.border-t-3-gray-important {
  border-top: 3px solid #ccc !important; }

.border-l-3-gray-important {
  border-left: 3px solid #ccc !important; }

.border-r-3-gray-important {
  border-right: 3px solid #ccc !important; }

.border-b-3-gray-important {
  border-bottom: 3px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-4-gray {
  border: 4px solid #ccc; }

.border-t-4-gray {
  border-top: 4px solid #ccc; }

.border-l-4-gray {
  border-left: 4px solid #ccc; }

.border-r-4-gray {
  border-right: 4px solid #ccc; }

.border-b-4-gray {
  border-bottom: 4px solid #ccc; }

.border-4-gray-hover:hover {
  border: 4px solid #ccc; }

.border-t-4-gray-hover:hover {
  border-top: 4px solid #ccc; }

.border-l-4-gray-hover:hover {
  border-left: 4px solid #ccc; }

.border-r-4-gray-hover:hover {
  border-right: 4px solid #ccc; }

.border-b-4-gray-hover:hover {
  border-bottom: 4px solid #ccc; }

.border-4-gray-important {
  border: 4px solid #ccc !important; }

.border-t-4-gray-important {
  border-top: 4px solid #ccc !important; }

.border-l-4-gray-important {
  border-left: 4px solid #ccc !important; }

.border-r-4-gray-important {
  border-right: 4px solid #ccc !important; }

.border-b-4-gray-important {
  border-bottom: 4px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-5-gray {
  border: 5px solid #ccc; }

.border-t-5-gray {
  border-top: 5px solid #ccc; }

.border-l-5-gray {
  border-left: 5px solid #ccc; }

.border-r-5-gray {
  border-right: 5px solid #ccc; }

.border-b-5-gray {
  border-bottom: 5px solid #ccc; }

.border-5-gray-hover:hover {
  border: 5px solid #ccc; }

.border-t-5-gray-hover:hover {
  border-top: 5px solid #ccc; }

.border-l-5-gray-hover:hover {
  border-left: 5px solid #ccc; }

.border-r-5-gray-hover:hover {
  border-right: 5px solid #ccc; }

.border-b-5-gray-hover:hover {
  border-bottom: 5px solid #ccc; }

.border-5-gray-important {
  border: 5px solid #ccc !important; }

.border-t-5-gray-important {
  border-top: 5px solid #ccc !important; }

.border-l-5-gray-important {
  border-left: 5px solid #ccc !important; }

.border-r-5-gray-important {
  border-right: 5px solid #ccc !important; }

.border-b-5-gray-important {
  border-bottom: 5px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-6-gray {
  border: 6px solid #ccc; }

.border-t-6-gray {
  border-top: 6px solid #ccc; }

.border-l-6-gray {
  border-left: 6px solid #ccc; }

.border-r-6-gray {
  border-right: 6px solid #ccc; }

.border-b-6-gray {
  border-bottom: 6px solid #ccc; }

.border-6-gray-hover:hover {
  border: 6px solid #ccc; }

.border-t-6-gray-hover:hover {
  border-top: 6px solid #ccc; }

.border-l-6-gray-hover:hover {
  border-left: 6px solid #ccc; }

.border-r-6-gray-hover:hover {
  border-right: 6px solid #ccc; }

.border-b-6-gray-hover:hover {
  border-bottom: 6px solid #ccc; }

.border-6-gray-important {
  border: 6px solid #ccc !important; }

.border-t-6-gray-important {
  border-top: 6px solid #ccc !important; }

.border-l-6-gray-important {
  border-left: 6px solid #ccc !important; }

.border-r-6-gray-important {
  border-right: 6px solid #ccc !important; }

.border-b-6-gray-important {
  border-bottom: 6px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-7-gray {
  border: 7px solid #ccc; }

.border-t-7-gray {
  border-top: 7px solid #ccc; }

.border-l-7-gray {
  border-left: 7px solid #ccc; }

.border-r-7-gray {
  border-right: 7px solid #ccc; }

.border-b-7-gray {
  border-bottom: 7px solid #ccc; }

.border-7-gray-hover:hover {
  border: 7px solid #ccc; }

.border-t-7-gray-hover:hover {
  border-top: 7px solid #ccc; }

.border-l-7-gray-hover:hover {
  border-left: 7px solid #ccc; }

.border-r-7-gray-hover:hover {
  border-right: 7px solid #ccc; }

.border-b-7-gray-hover:hover {
  border-bottom: 7px solid #ccc; }

.border-7-gray-important {
  border: 7px solid #ccc !important; }

.border-t-7-gray-important {
  border-top: 7px solid #ccc !important; }

.border-l-7-gray-important {
  border-left: 7px solid #ccc !important; }

.border-r-7-gray-important {
  border-right: 7px solid #ccc !important; }

.border-b-7-gray-important {
  border-bottom: 7px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-8-gray {
  border: 8px solid #ccc; }

.border-t-8-gray {
  border-top: 8px solid #ccc; }

.border-l-8-gray {
  border-left: 8px solid #ccc; }

.border-r-8-gray {
  border-right: 8px solid #ccc; }

.border-b-8-gray {
  border-bottom: 8px solid #ccc; }

.border-8-gray-hover:hover {
  border: 8px solid #ccc; }

.border-t-8-gray-hover:hover {
  border-top: 8px solid #ccc; }

.border-l-8-gray-hover:hover {
  border-left: 8px solid #ccc; }

.border-r-8-gray-hover:hover {
  border-right: 8px solid #ccc; }

.border-b-8-gray-hover:hover {
  border-bottom: 8px solid #ccc; }

.border-8-gray-important {
  border: 8px solid #ccc !important; }

.border-t-8-gray-important {
  border-top: 8px solid #ccc !important; }

.border-l-8-gray-important {
  border-left: 8px solid #ccc !important; }

.border-r-8-gray-important {
  border-right: 8px solid #ccc !important; }

.border-b-8-gray-important {
  border-bottom: 8px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-9-gray {
  border: 9px solid #ccc; }

.border-t-9-gray {
  border-top: 9px solid #ccc; }

.border-l-9-gray {
  border-left: 9px solid #ccc; }

.border-r-9-gray {
  border-right: 9px solid #ccc; }

.border-b-9-gray {
  border-bottom: 9px solid #ccc; }

.border-9-gray-hover:hover {
  border: 9px solid #ccc; }

.border-t-9-gray-hover:hover {
  border-top: 9px solid #ccc; }

.border-l-9-gray-hover:hover {
  border-left: 9px solid #ccc; }

.border-r-9-gray-hover:hover {
  border-right: 9px solid #ccc; }

.border-b-9-gray-hover:hover {
  border-bottom: 9px solid #ccc; }

.border-9-gray-important {
  border: 9px solid #ccc !important; }

.border-t-9-gray-important {
  border-top: 9px solid #ccc !important; }

.border-l-9-gray-important {
  border-left: 9px solid #ccc !important; }

.border-r-9-gray-important {
  border-right: 9px solid #ccc !important; }

.border-b-9-gray-important {
  border-bottom: 9px solid #ccc !important; }

.border-gray-hover:hover {
  border-color: #ccc !important; }

.border-10-gray {
  border: 10px solid #ccc; }

.border-t-10-gray {
  border-top: 10px solid #ccc; }

.border-l-10-gray {
  border-left: 10px solid #ccc; }

.border-r-10-gray {
  border-right: 10px solid #ccc; }

.border-b-10-gray {
  border-bottom: 10px solid #ccc; }

.border-10-gray-hover:hover {
  border: 10px solid #ccc; }

.border-t-10-gray-hover:hover {
  border-top: 10px solid #ccc; }

.border-l-10-gray-hover:hover {
  border-left: 10px solid #ccc; }

.border-r-10-gray-hover:hover {
  border-right: 10px solid #ccc; }

.border-b-10-gray-hover:hover {
  border-bottom: 10px solid #ccc; }

.border-10-gray-important {
  border: 10px solid #ccc !important; }

.border-t-10-gray-important {
  border-top: 10px solid #ccc !important; }

.border-l-10-gray-important {
  border-left: 10px solid #ccc !important; }

.border-r-10-gray-important {
  border-right: 10px solid #ccc !important; }

.border-b-10-gray-important {
  border-bottom: 10px solid #ccc !important; }

.gray-dark {
  color: #29363d; }

.gray-dark-hover:hover {
  color: #29363d; }

.bg-gray-dark {
  background-color: #29363d; }

.bg-gray-dark-important {
  background-color: #29363d !important; }

.bg-gray-dark-hover:hover {
  background-color: #29363d; }

.bg-gray-dark-hover-important:hover {
  background-color: #29363d !important; }

.ty-title-gray-dark {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #29363d; }

.ty-title-after-gray-dark:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #29363d; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-1-gray-dark {
  border: 1px solid #29363d; }

.border-t-1-gray-dark {
  border-top: 1px solid #29363d; }

.border-l-1-gray-dark {
  border-left: 1px solid #29363d; }

.border-r-1-gray-dark {
  border-right: 1px solid #29363d; }

.border-b-1-gray-dark {
  border-bottom: 1px solid #29363d; }

.border-1-gray-dark-hover:hover {
  border: 1px solid #29363d; }

.border-t-1-gray-dark-hover:hover {
  border-top: 1px solid #29363d; }

.border-l-1-gray-dark-hover:hover {
  border-left: 1px solid #29363d; }

.border-r-1-gray-dark-hover:hover {
  border-right: 1px solid #29363d; }

.border-b-1-gray-dark-hover:hover {
  border-bottom: 1px solid #29363d; }

.border-1-gray-dark-important {
  border: 1px solid #29363d !important; }

.border-t-1-gray-dark-important {
  border-top: 1px solid #29363d !important; }

.border-l-1-gray-dark-important {
  border-left: 1px solid #29363d !important; }

.border-r-1-gray-dark-important {
  border-right: 1px solid #29363d !important; }

.border-b-1-gray-dark-important {
  border-bottom: 1px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-2-gray-dark {
  border: 2px solid #29363d; }

.border-t-2-gray-dark {
  border-top: 2px solid #29363d; }

.border-l-2-gray-dark {
  border-left: 2px solid #29363d; }

.border-r-2-gray-dark {
  border-right: 2px solid #29363d; }

.border-b-2-gray-dark {
  border-bottom: 2px solid #29363d; }

.border-2-gray-dark-hover:hover {
  border: 2px solid #29363d; }

.border-t-2-gray-dark-hover:hover {
  border-top: 2px solid #29363d; }

.border-l-2-gray-dark-hover:hover {
  border-left: 2px solid #29363d; }

.border-r-2-gray-dark-hover:hover {
  border-right: 2px solid #29363d; }

.border-b-2-gray-dark-hover:hover {
  border-bottom: 2px solid #29363d; }

.border-2-gray-dark-important {
  border: 2px solid #29363d !important; }

.border-t-2-gray-dark-important {
  border-top: 2px solid #29363d !important; }

.border-l-2-gray-dark-important {
  border-left: 2px solid #29363d !important; }

.border-r-2-gray-dark-important {
  border-right: 2px solid #29363d !important; }

.border-b-2-gray-dark-important {
  border-bottom: 2px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-3-gray-dark {
  border: 3px solid #29363d; }

.border-t-3-gray-dark {
  border-top: 3px solid #29363d; }

.border-l-3-gray-dark {
  border-left: 3px solid #29363d; }

.border-r-3-gray-dark {
  border-right: 3px solid #29363d; }

.border-b-3-gray-dark {
  border-bottom: 3px solid #29363d; }

.border-3-gray-dark-hover:hover {
  border: 3px solid #29363d; }

.border-t-3-gray-dark-hover:hover {
  border-top: 3px solid #29363d; }

.border-l-3-gray-dark-hover:hover {
  border-left: 3px solid #29363d; }

.border-r-3-gray-dark-hover:hover {
  border-right: 3px solid #29363d; }

.border-b-3-gray-dark-hover:hover {
  border-bottom: 3px solid #29363d; }

.border-3-gray-dark-important {
  border: 3px solid #29363d !important; }

.border-t-3-gray-dark-important {
  border-top: 3px solid #29363d !important; }

.border-l-3-gray-dark-important {
  border-left: 3px solid #29363d !important; }

.border-r-3-gray-dark-important {
  border-right: 3px solid #29363d !important; }

.border-b-3-gray-dark-important {
  border-bottom: 3px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-4-gray-dark {
  border: 4px solid #29363d; }

.border-t-4-gray-dark {
  border-top: 4px solid #29363d; }

.border-l-4-gray-dark {
  border-left: 4px solid #29363d; }

.border-r-4-gray-dark {
  border-right: 4px solid #29363d; }

.border-b-4-gray-dark {
  border-bottom: 4px solid #29363d; }

.border-4-gray-dark-hover:hover {
  border: 4px solid #29363d; }

.border-t-4-gray-dark-hover:hover {
  border-top: 4px solid #29363d; }

.border-l-4-gray-dark-hover:hover {
  border-left: 4px solid #29363d; }

.border-r-4-gray-dark-hover:hover {
  border-right: 4px solid #29363d; }

.border-b-4-gray-dark-hover:hover {
  border-bottom: 4px solid #29363d; }

.border-4-gray-dark-important {
  border: 4px solid #29363d !important; }

.border-t-4-gray-dark-important {
  border-top: 4px solid #29363d !important; }

.border-l-4-gray-dark-important {
  border-left: 4px solid #29363d !important; }

.border-r-4-gray-dark-important {
  border-right: 4px solid #29363d !important; }

.border-b-4-gray-dark-important {
  border-bottom: 4px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-5-gray-dark {
  border: 5px solid #29363d; }

.border-t-5-gray-dark {
  border-top: 5px solid #29363d; }

.border-l-5-gray-dark {
  border-left: 5px solid #29363d; }

.border-r-5-gray-dark {
  border-right: 5px solid #29363d; }

.border-b-5-gray-dark {
  border-bottom: 5px solid #29363d; }

.border-5-gray-dark-hover:hover {
  border: 5px solid #29363d; }

.border-t-5-gray-dark-hover:hover {
  border-top: 5px solid #29363d; }

.border-l-5-gray-dark-hover:hover {
  border-left: 5px solid #29363d; }

.border-r-5-gray-dark-hover:hover {
  border-right: 5px solid #29363d; }

.border-b-5-gray-dark-hover:hover {
  border-bottom: 5px solid #29363d; }

.border-5-gray-dark-important {
  border: 5px solid #29363d !important; }

.border-t-5-gray-dark-important {
  border-top: 5px solid #29363d !important; }

.border-l-5-gray-dark-important {
  border-left: 5px solid #29363d !important; }

.border-r-5-gray-dark-important {
  border-right: 5px solid #29363d !important; }

.border-b-5-gray-dark-important {
  border-bottom: 5px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-6-gray-dark {
  border: 6px solid #29363d; }

.border-t-6-gray-dark {
  border-top: 6px solid #29363d; }

.border-l-6-gray-dark {
  border-left: 6px solid #29363d; }

.border-r-6-gray-dark {
  border-right: 6px solid #29363d; }

.border-b-6-gray-dark {
  border-bottom: 6px solid #29363d; }

.border-6-gray-dark-hover:hover {
  border: 6px solid #29363d; }

.border-t-6-gray-dark-hover:hover {
  border-top: 6px solid #29363d; }

.border-l-6-gray-dark-hover:hover {
  border-left: 6px solid #29363d; }

.border-r-6-gray-dark-hover:hover {
  border-right: 6px solid #29363d; }

.border-b-6-gray-dark-hover:hover {
  border-bottom: 6px solid #29363d; }

.border-6-gray-dark-important {
  border: 6px solid #29363d !important; }

.border-t-6-gray-dark-important {
  border-top: 6px solid #29363d !important; }

.border-l-6-gray-dark-important {
  border-left: 6px solid #29363d !important; }

.border-r-6-gray-dark-important {
  border-right: 6px solid #29363d !important; }

.border-b-6-gray-dark-important {
  border-bottom: 6px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-7-gray-dark {
  border: 7px solid #29363d; }

.border-t-7-gray-dark {
  border-top: 7px solid #29363d; }

.border-l-7-gray-dark {
  border-left: 7px solid #29363d; }

.border-r-7-gray-dark {
  border-right: 7px solid #29363d; }

.border-b-7-gray-dark {
  border-bottom: 7px solid #29363d; }

.border-7-gray-dark-hover:hover {
  border: 7px solid #29363d; }

.border-t-7-gray-dark-hover:hover {
  border-top: 7px solid #29363d; }

.border-l-7-gray-dark-hover:hover {
  border-left: 7px solid #29363d; }

.border-r-7-gray-dark-hover:hover {
  border-right: 7px solid #29363d; }

.border-b-7-gray-dark-hover:hover {
  border-bottom: 7px solid #29363d; }

.border-7-gray-dark-important {
  border: 7px solid #29363d !important; }

.border-t-7-gray-dark-important {
  border-top: 7px solid #29363d !important; }

.border-l-7-gray-dark-important {
  border-left: 7px solid #29363d !important; }

.border-r-7-gray-dark-important {
  border-right: 7px solid #29363d !important; }

.border-b-7-gray-dark-important {
  border-bottom: 7px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-8-gray-dark {
  border: 8px solid #29363d; }

.border-t-8-gray-dark {
  border-top: 8px solid #29363d; }

.border-l-8-gray-dark {
  border-left: 8px solid #29363d; }

.border-r-8-gray-dark {
  border-right: 8px solid #29363d; }

.border-b-8-gray-dark {
  border-bottom: 8px solid #29363d; }

.border-8-gray-dark-hover:hover {
  border: 8px solid #29363d; }

.border-t-8-gray-dark-hover:hover {
  border-top: 8px solid #29363d; }

.border-l-8-gray-dark-hover:hover {
  border-left: 8px solid #29363d; }

.border-r-8-gray-dark-hover:hover {
  border-right: 8px solid #29363d; }

.border-b-8-gray-dark-hover:hover {
  border-bottom: 8px solid #29363d; }

.border-8-gray-dark-important {
  border: 8px solid #29363d !important; }

.border-t-8-gray-dark-important {
  border-top: 8px solid #29363d !important; }

.border-l-8-gray-dark-important {
  border-left: 8px solid #29363d !important; }

.border-r-8-gray-dark-important {
  border-right: 8px solid #29363d !important; }

.border-b-8-gray-dark-important {
  border-bottom: 8px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-9-gray-dark {
  border: 9px solid #29363d; }

.border-t-9-gray-dark {
  border-top: 9px solid #29363d; }

.border-l-9-gray-dark {
  border-left: 9px solid #29363d; }

.border-r-9-gray-dark {
  border-right: 9px solid #29363d; }

.border-b-9-gray-dark {
  border-bottom: 9px solid #29363d; }

.border-9-gray-dark-hover:hover {
  border: 9px solid #29363d; }

.border-t-9-gray-dark-hover:hover {
  border-top: 9px solid #29363d; }

.border-l-9-gray-dark-hover:hover {
  border-left: 9px solid #29363d; }

.border-r-9-gray-dark-hover:hover {
  border-right: 9px solid #29363d; }

.border-b-9-gray-dark-hover:hover {
  border-bottom: 9px solid #29363d; }

.border-9-gray-dark-important {
  border: 9px solid #29363d !important; }

.border-t-9-gray-dark-important {
  border-top: 9px solid #29363d !important; }

.border-l-9-gray-dark-important {
  border-left: 9px solid #29363d !important; }

.border-r-9-gray-dark-important {
  border-right: 9px solid #29363d !important; }

.border-b-9-gray-dark-important {
  border-bottom: 9px solid #29363d !important; }

.border-gray-dark-hover:hover {
  border-color: #29363d !important; }

.border-10-gray-dark {
  border: 10px solid #29363d; }

.border-t-10-gray-dark {
  border-top: 10px solid #29363d; }

.border-l-10-gray-dark {
  border-left: 10px solid #29363d; }

.border-r-10-gray-dark {
  border-right: 10px solid #29363d; }

.border-b-10-gray-dark {
  border-bottom: 10px solid #29363d; }

.border-10-gray-dark-hover:hover {
  border: 10px solid #29363d; }

.border-t-10-gray-dark-hover:hover {
  border-top: 10px solid #29363d; }

.border-l-10-gray-dark-hover:hover {
  border-left: 10px solid #29363d; }

.border-r-10-gray-dark-hover:hover {
  border-right: 10px solid #29363d; }

.border-b-10-gray-dark-hover:hover {
  border-bottom: 10px solid #29363d; }

.border-10-gray-dark-important {
  border: 10px solid #29363d !important; }

.border-t-10-gray-dark-important {
  border-top: 10px solid #29363d !important; }

.border-l-10-gray-dark-important {
  border-left: 10px solid #29363d !important; }

.border-r-10-gray-dark-important {
  border-right: 10px solid #29363d !important; }

.border-b-10-gray-dark-important {
  border-bottom: 10px solid #29363d !important; }

.gray_light {
  color: #f6f7f9; }

.gray_light-hover:hover {
  color: #f6f7f9; }

.bg-gray_light {
  background-color: #f6f7f9; }

.bg-gray_light-important {
  background-color: #f6f7f9 !important; }

.bg-gray_light-hover:hover {
  background-color: #f6f7f9; }

.bg-gray_light-hover-important:hover {
  background-color: #f6f7f9 !important; }

.ty-title-gray_light {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #f6f7f9; }

.ty-title-after-gray_light:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #f6f7f9; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-1-gray_light {
  border: 1px solid #f6f7f9; }

.border-t-1-gray_light {
  border-top: 1px solid #f6f7f9; }

.border-l-1-gray_light {
  border-left: 1px solid #f6f7f9; }

.border-r-1-gray_light {
  border-right: 1px solid #f6f7f9; }

.border-b-1-gray_light {
  border-bottom: 1px solid #f6f7f9; }

.border-1-gray_light-hover:hover {
  border: 1px solid #f6f7f9; }

.border-t-1-gray_light-hover:hover {
  border-top: 1px solid #f6f7f9; }

.border-l-1-gray_light-hover:hover {
  border-left: 1px solid #f6f7f9; }

.border-r-1-gray_light-hover:hover {
  border-right: 1px solid #f6f7f9; }

.border-b-1-gray_light-hover:hover {
  border-bottom: 1px solid #f6f7f9; }

.border-1-gray_light-important {
  border: 1px solid #f6f7f9 !important; }

.border-t-1-gray_light-important {
  border-top: 1px solid #f6f7f9 !important; }

.border-l-1-gray_light-important {
  border-left: 1px solid #f6f7f9 !important; }

.border-r-1-gray_light-important {
  border-right: 1px solid #f6f7f9 !important; }

.border-b-1-gray_light-important {
  border-bottom: 1px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-2-gray_light {
  border: 2px solid #f6f7f9; }

.border-t-2-gray_light {
  border-top: 2px solid #f6f7f9; }

.border-l-2-gray_light {
  border-left: 2px solid #f6f7f9; }

.border-r-2-gray_light {
  border-right: 2px solid #f6f7f9; }

.border-b-2-gray_light {
  border-bottom: 2px solid #f6f7f9; }

.border-2-gray_light-hover:hover {
  border: 2px solid #f6f7f9; }

.border-t-2-gray_light-hover:hover {
  border-top: 2px solid #f6f7f9; }

.border-l-2-gray_light-hover:hover {
  border-left: 2px solid #f6f7f9; }

.border-r-2-gray_light-hover:hover {
  border-right: 2px solid #f6f7f9; }

.border-b-2-gray_light-hover:hover {
  border-bottom: 2px solid #f6f7f9; }

.border-2-gray_light-important {
  border: 2px solid #f6f7f9 !important; }

.border-t-2-gray_light-important {
  border-top: 2px solid #f6f7f9 !important; }

.border-l-2-gray_light-important {
  border-left: 2px solid #f6f7f9 !important; }

.border-r-2-gray_light-important {
  border-right: 2px solid #f6f7f9 !important; }

.border-b-2-gray_light-important {
  border-bottom: 2px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-3-gray_light {
  border: 3px solid #f6f7f9; }

.border-t-3-gray_light {
  border-top: 3px solid #f6f7f9; }

.border-l-3-gray_light {
  border-left: 3px solid #f6f7f9; }

.border-r-3-gray_light {
  border-right: 3px solid #f6f7f9; }

.border-b-3-gray_light {
  border-bottom: 3px solid #f6f7f9; }

.border-3-gray_light-hover:hover {
  border: 3px solid #f6f7f9; }

.border-t-3-gray_light-hover:hover {
  border-top: 3px solid #f6f7f9; }

.border-l-3-gray_light-hover:hover {
  border-left: 3px solid #f6f7f9; }

.border-r-3-gray_light-hover:hover {
  border-right: 3px solid #f6f7f9; }

.border-b-3-gray_light-hover:hover {
  border-bottom: 3px solid #f6f7f9; }

.border-3-gray_light-important {
  border: 3px solid #f6f7f9 !important; }

.border-t-3-gray_light-important {
  border-top: 3px solid #f6f7f9 !important; }

.border-l-3-gray_light-important {
  border-left: 3px solid #f6f7f9 !important; }

.border-r-3-gray_light-important {
  border-right: 3px solid #f6f7f9 !important; }

.border-b-3-gray_light-important {
  border-bottom: 3px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-4-gray_light {
  border: 4px solid #f6f7f9; }

.border-t-4-gray_light {
  border-top: 4px solid #f6f7f9; }

.border-l-4-gray_light {
  border-left: 4px solid #f6f7f9; }

.border-r-4-gray_light {
  border-right: 4px solid #f6f7f9; }

.border-b-4-gray_light {
  border-bottom: 4px solid #f6f7f9; }

.border-4-gray_light-hover:hover {
  border: 4px solid #f6f7f9; }

.border-t-4-gray_light-hover:hover {
  border-top: 4px solid #f6f7f9; }

.border-l-4-gray_light-hover:hover {
  border-left: 4px solid #f6f7f9; }

.border-r-4-gray_light-hover:hover {
  border-right: 4px solid #f6f7f9; }

.border-b-4-gray_light-hover:hover {
  border-bottom: 4px solid #f6f7f9; }

.border-4-gray_light-important {
  border: 4px solid #f6f7f9 !important; }

.border-t-4-gray_light-important {
  border-top: 4px solid #f6f7f9 !important; }

.border-l-4-gray_light-important {
  border-left: 4px solid #f6f7f9 !important; }

.border-r-4-gray_light-important {
  border-right: 4px solid #f6f7f9 !important; }

.border-b-4-gray_light-important {
  border-bottom: 4px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-5-gray_light {
  border: 5px solid #f6f7f9; }

.border-t-5-gray_light {
  border-top: 5px solid #f6f7f9; }

.border-l-5-gray_light {
  border-left: 5px solid #f6f7f9; }

.border-r-5-gray_light {
  border-right: 5px solid #f6f7f9; }

.border-b-5-gray_light {
  border-bottom: 5px solid #f6f7f9; }

.border-5-gray_light-hover:hover {
  border: 5px solid #f6f7f9; }

.border-t-5-gray_light-hover:hover {
  border-top: 5px solid #f6f7f9; }

.border-l-5-gray_light-hover:hover {
  border-left: 5px solid #f6f7f9; }

.border-r-5-gray_light-hover:hover {
  border-right: 5px solid #f6f7f9; }

.border-b-5-gray_light-hover:hover {
  border-bottom: 5px solid #f6f7f9; }

.border-5-gray_light-important {
  border: 5px solid #f6f7f9 !important; }

.border-t-5-gray_light-important {
  border-top: 5px solid #f6f7f9 !important; }

.border-l-5-gray_light-important {
  border-left: 5px solid #f6f7f9 !important; }

.border-r-5-gray_light-important {
  border-right: 5px solid #f6f7f9 !important; }

.border-b-5-gray_light-important {
  border-bottom: 5px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-6-gray_light {
  border: 6px solid #f6f7f9; }

.border-t-6-gray_light {
  border-top: 6px solid #f6f7f9; }

.border-l-6-gray_light {
  border-left: 6px solid #f6f7f9; }

.border-r-6-gray_light {
  border-right: 6px solid #f6f7f9; }

.border-b-6-gray_light {
  border-bottom: 6px solid #f6f7f9; }

.border-6-gray_light-hover:hover {
  border: 6px solid #f6f7f9; }

.border-t-6-gray_light-hover:hover {
  border-top: 6px solid #f6f7f9; }

.border-l-6-gray_light-hover:hover {
  border-left: 6px solid #f6f7f9; }

.border-r-6-gray_light-hover:hover {
  border-right: 6px solid #f6f7f9; }

.border-b-6-gray_light-hover:hover {
  border-bottom: 6px solid #f6f7f9; }

.border-6-gray_light-important {
  border: 6px solid #f6f7f9 !important; }

.border-t-6-gray_light-important {
  border-top: 6px solid #f6f7f9 !important; }

.border-l-6-gray_light-important {
  border-left: 6px solid #f6f7f9 !important; }

.border-r-6-gray_light-important {
  border-right: 6px solid #f6f7f9 !important; }

.border-b-6-gray_light-important {
  border-bottom: 6px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-7-gray_light {
  border: 7px solid #f6f7f9; }

.border-t-7-gray_light {
  border-top: 7px solid #f6f7f9; }

.border-l-7-gray_light {
  border-left: 7px solid #f6f7f9; }

.border-r-7-gray_light {
  border-right: 7px solid #f6f7f9; }

.border-b-7-gray_light {
  border-bottom: 7px solid #f6f7f9; }

.border-7-gray_light-hover:hover {
  border: 7px solid #f6f7f9; }

.border-t-7-gray_light-hover:hover {
  border-top: 7px solid #f6f7f9; }

.border-l-7-gray_light-hover:hover {
  border-left: 7px solid #f6f7f9; }

.border-r-7-gray_light-hover:hover {
  border-right: 7px solid #f6f7f9; }

.border-b-7-gray_light-hover:hover {
  border-bottom: 7px solid #f6f7f9; }

.border-7-gray_light-important {
  border: 7px solid #f6f7f9 !important; }

.border-t-7-gray_light-important {
  border-top: 7px solid #f6f7f9 !important; }

.border-l-7-gray_light-important {
  border-left: 7px solid #f6f7f9 !important; }

.border-r-7-gray_light-important {
  border-right: 7px solid #f6f7f9 !important; }

.border-b-7-gray_light-important {
  border-bottom: 7px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-8-gray_light {
  border: 8px solid #f6f7f9; }

.border-t-8-gray_light {
  border-top: 8px solid #f6f7f9; }

.border-l-8-gray_light {
  border-left: 8px solid #f6f7f9; }

.border-r-8-gray_light {
  border-right: 8px solid #f6f7f9; }

.border-b-8-gray_light {
  border-bottom: 8px solid #f6f7f9; }

.border-8-gray_light-hover:hover {
  border: 8px solid #f6f7f9; }

.border-t-8-gray_light-hover:hover {
  border-top: 8px solid #f6f7f9; }

.border-l-8-gray_light-hover:hover {
  border-left: 8px solid #f6f7f9; }

.border-r-8-gray_light-hover:hover {
  border-right: 8px solid #f6f7f9; }

.border-b-8-gray_light-hover:hover {
  border-bottom: 8px solid #f6f7f9; }

.border-8-gray_light-important {
  border: 8px solid #f6f7f9 !important; }

.border-t-8-gray_light-important {
  border-top: 8px solid #f6f7f9 !important; }

.border-l-8-gray_light-important {
  border-left: 8px solid #f6f7f9 !important; }

.border-r-8-gray_light-important {
  border-right: 8px solid #f6f7f9 !important; }

.border-b-8-gray_light-important {
  border-bottom: 8px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-9-gray_light {
  border: 9px solid #f6f7f9; }

.border-t-9-gray_light {
  border-top: 9px solid #f6f7f9; }

.border-l-9-gray_light {
  border-left: 9px solid #f6f7f9; }

.border-r-9-gray_light {
  border-right: 9px solid #f6f7f9; }

.border-b-9-gray_light {
  border-bottom: 9px solid #f6f7f9; }

.border-9-gray_light-hover:hover {
  border: 9px solid #f6f7f9; }

.border-t-9-gray_light-hover:hover {
  border-top: 9px solid #f6f7f9; }

.border-l-9-gray_light-hover:hover {
  border-left: 9px solid #f6f7f9; }

.border-r-9-gray_light-hover:hover {
  border-right: 9px solid #f6f7f9; }

.border-b-9-gray_light-hover:hover {
  border-bottom: 9px solid #f6f7f9; }

.border-9-gray_light-important {
  border: 9px solid #f6f7f9 !important; }

.border-t-9-gray_light-important {
  border-top: 9px solid #f6f7f9 !important; }

.border-l-9-gray_light-important {
  border-left: 9px solid #f6f7f9 !important; }

.border-r-9-gray_light-important {
  border-right: 9px solid #f6f7f9 !important; }

.border-b-9-gray_light-important {
  border-bottom: 9px solid #f6f7f9 !important; }

.border-gray_light-hover:hover {
  border-color: #f6f7f9 !important; }

.border-10-gray_light {
  border: 10px solid #f6f7f9; }

.border-t-10-gray_light {
  border-top: 10px solid #f6f7f9; }

.border-l-10-gray_light {
  border-left: 10px solid #f6f7f9; }

.border-r-10-gray_light {
  border-right: 10px solid #f6f7f9; }

.border-b-10-gray_light {
  border-bottom: 10px solid #f6f7f9; }

.border-10-gray_light-hover:hover {
  border: 10px solid #f6f7f9; }

.border-t-10-gray_light-hover:hover {
  border-top: 10px solid #f6f7f9; }

.border-l-10-gray_light-hover:hover {
  border-left: 10px solid #f6f7f9; }

.border-r-10-gray_light-hover:hover {
  border-right: 10px solid #f6f7f9; }

.border-b-10-gray_light-hover:hover {
  border-bottom: 10px solid #f6f7f9; }

.border-10-gray_light-important {
  border: 10px solid #f6f7f9 !important; }

.border-t-10-gray_light-important {
  border-top: 10px solid #f6f7f9 !important; }

.border-l-10-gray_light-important {
  border-left: 10px solid #f6f7f9 !important; }

.border-r-10-gray_light-important {
  border-right: 10px solid #f6f7f9 !important; }

.border-b-10-gray_light-important {
  border-bottom: 10px solid #f6f7f9 !important; }

.gray_dark {
  color: #888; }

.gray_dark-hover:hover {
  color: #888; }

.bg-gray_dark {
  background-color: #888; }

.bg-gray_dark-important {
  background-color: #888 !important; }

.bg-gray_dark-hover:hover {
  background-color: #888; }

.bg-gray_dark-hover-important:hover {
  background-color: #888 !important; }

.ty-title-gray_dark {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #888; }

.ty-title-after-gray_dark:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #888; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-1-gray_dark {
  border: 1px solid #888; }

.border-t-1-gray_dark {
  border-top: 1px solid #888; }

.border-l-1-gray_dark {
  border-left: 1px solid #888; }

.border-r-1-gray_dark {
  border-right: 1px solid #888; }

.border-b-1-gray_dark {
  border-bottom: 1px solid #888; }

.border-1-gray_dark-hover:hover {
  border: 1px solid #888; }

.border-t-1-gray_dark-hover:hover {
  border-top: 1px solid #888; }

.border-l-1-gray_dark-hover:hover {
  border-left: 1px solid #888; }

.border-r-1-gray_dark-hover:hover {
  border-right: 1px solid #888; }

.border-b-1-gray_dark-hover:hover {
  border-bottom: 1px solid #888; }

.border-1-gray_dark-important {
  border: 1px solid #888 !important; }

.border-t-1-gray_dark-important {
  border-top: 1px solid #888 !important; }

.border-l-1-gray_dark-important {
  border-left: 1px solid #888 !important; }

.border-r-1-gray_dark-important {
  border-right: 1px solid #888 !important; }

.border-b-1-gray_dark-important {
  border-bottom: 1px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-2-gray_dark {
  border: 2px solid #888; }

.border-t-2-gray_dark {
  border-top: 2px solid #888; }

.border-l-2-gray_dark {
  border-left: 2px solid #888; }

.border-r-2-gray_dark {
  border-right: 2px solid #888; }

.border-b-2-gray_dark {
  border-bottom: 2px solid #888; }

.border-2-gray_dark-hover:hover {
  border: 2px solid #888; }

.border-t-2-gray_dark-hover:hover {
  border-top: 2px solid #888; }

.border-l-2-gray_dark-hover:hover {
  border-left: 2px solid #888; }

.border-r-2-gray_dark-hover:hover {
  border-right: 2px solid #888; }

.border-b-2-gray_dark-hover:hover {
  border-bottom: 2px solid #888; }

.border-2-gray_dark-important {
  border: 2px solid #888 !important; }

.border-t-2-gray_dark-important {
  border-top: 2px solid #888 !important; }

.border-l-2-gray_dark-important {
  border-left: 2px solid #888 !important; }

.border-r-2-gray_dark-important {
  border-right: 2px solid #888 !important; }

.border-b-2-gray_dark-important {
  border-bottom: 2px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-3-gray_dark {
  border: 3px solid #888; }

.border-t-3-gray_dark {
  border-top: 3px solid #888; }

.border-l-3-gray_dark {
  border-left: 3px solid #888; }

.border-r-3-gray_dark {
  border-right: 3px solid #888; }

.border-b-3-gray_dark {
  border-bottom: 3px solid #888; }

.border-3-gray_dark-hover:hover {
  border: 3px solid #888; }

.border-t-3-gray_dark-hover:hover {
  border-top: 3px solid #888; }

.border-l-3-gray_dark-hover:hover {
  border-left: 3px solid #888; }

.border-r-3-gray_dark-hover:hover {
  border-right: 3px solid #888; }

.border-b-3-gray_dark-hover:hover {
  border-bottom: 3px solid #888; }

.border-3-gray_dark-important {
  border: 3px solid #888 !important; }

.border-t-3-gray_dark-important {
  border-top: 3px solid #888 !important; }

.border-l-3-gray_dark-important {
  border-left: 3px solid #888 !important; }

.border-r-3-gray_dark-important {
  border-right: 3px solid #888 !important; }

.border-b-3-gray_dark-important {
  border-bottom: 3px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-4-gray_dark {
  border: 4px solid #888; }

.border-t-4-gray_dark {
  border-top: 4px solid #888; }

.border-l-4-gray_dark {
  border-left: 4px solid #888; }

.border-r-4-gray_dark {
  border-right: 4px solid #888; }

.border-b-4-gray_dark {
  border-bottom: 4px solid #888; }

.border-4-gray_dark-hover:hover {
  border: 4px solid #888; }

.border-t-4-gray_dark-hover:hover {
  border-top: 4px solid #888; }

.border-l-4-gray_dark-hover:hover {
  border-left: 4px solid #888; }

.border-r-4-gray_dark-hover:hover {
  border-right: 4px solid #888; }

.border-b-4-gray_dark-hover:hover {
  border-bottom: 4px solid #888; }

.border-4-gray_dark-important {
  border: 4px solid #888 !important; }

.border-t-4-gray_dark-important {
  border-top: 4px solid #888 !important; }

.border-l-4-gray_dark-important {
  border-left: 4px solid #888 !important; }

.border-r-4-gray_dark-important {
  border-right: 4px solid #888 !important; }

.border-b-4-gray_dark-important {
  border-bottom: 4px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-5-gray_dark {
  border: 5px solid #888; }

.border-t-5-gray_dark {
  border-top: 5px solid #888; }

.border-l-5-gray_dark {
  border-left: 5px solid #888; }

.border-r-5-gray_dark {
  border-right: 5px solid #888; }

.border-b-5-gray_dark {
  border-bottom: 5px solid #888; }

.border-5-gray_dark-hover:hover {
  border: 5px solid #888; }

.border-t-5-gray_dark-hover:hover {
  border-top: 5px solid #888; }

.border-l-5-gray_dark-hover:hover {
  border-left: 5px solid #888; }

.border-r-5-gray_dark-hover:hover {
  border-right: 5px solid #888; }

.border-b-5-gray_dark-hover:hover {
  border-bottom: 5px solid #888; }

.border-5-gray_dark-important {
  border: 5px solid #888 !important; }

.border-t-5-gray_dark-important {
  border-top: 5px solid #888 !important; }

.border-l-5-gray_dark-important {
  border-left: 5px solid #888 !important; }

.border-r-5-gray_dark-important {
  border-right: 5px solid #888 !important; }

.border-b-5-gray_dark-important {
  border-bottom: 5px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-6-gray_dark {
  border: 6px solid #888; }

.border-t-6-gray_dark {
  border-top: 6px solid #888; }

.border-l-6-gray_dark {
  border-left: 6px solid #888; }

.border-r-6-gray_dark {
  border-right: 6px solid #888; }

.border-b-6-gray_dark {
  border-bottom: 6px solid #888; }

.border-6-gray_dark-hover:hover {
  border: 6px solid #888; }

.border-t-6-gray_dark-hover:hover {
  border-top: 6px solid #888; }

.border-l-6-gray_dark-hover:hover {
  border-left: 6px solid #888; }

.border-r-6-gray_dark-hover:hover {
  border-right: 6px solid #888; }

.border-b-6-gray_dark-hover:hover {
  border-bottom: 6px solid #888; }

.border-6-gray_dark-important {
  border: 6px solid #888 !important; }

.border-t-6-gray_dark-important {
  border-top: 6px solid #888 !important; }

.border-l-6-gray_dark-important {
  border-left: 6px solid #888 !important; }

.border-r-6-gray_dark-important {
  border-right: 6px solid #888 !important; }

.border-b-6-gray_dark-important {
  border-bottom: 6px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-7-gray_dark {
  border: 7px solid #888; }

.border-t-7-gray_dark {
  border-top: 7px solid #888; }

.border-l-7-gray_dark {
  border-left: 7px solid #888; }

.border-r-7-gray_dark {
  border-right: 7px solid #888; }

.border-b-7-gray_dark {
  border-bottom: 7px solid #888; }

.border-7-gray_dark-hover:hover {
  border: 7px solid #888; }

.border-t-7-gray_dark-hover:hover {
  border-top: 7px solid #888; }

.border-l-7-gray_dark-hover:hover {
  border-left: 7px solid #888; }

.border-r-7-gray_dark-hover:hover {
  border-right: 7px solid #888; }

.border-b-7-gray_dark-hover:hover {
  border-bottom: 7px solid #888; }

.border-7-gray_dark-important {
  border: 7px solid #888 !important; }

.border-t-7-gray_dark-important {
  border-top: 7px solid #888 !important; }

.border-l-7-gray_dark-important {
  border-left: 7px solid #888 !important; }

.border-r-7-gray_dark-important {
  border-right: 7px solid #888 !important; }

.border-b-7-gray_dark-important {
  border-bottom: 7px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-8-gray_dark {
  border: 8px solid #888; }

.border-t-8-gray_dark {
  border-top: 8px solid #888; }

.border-l-8-gray_dark {
  border-left: 8px solid #888; }

.border-r-8-gray_dark {
  border-right: 8px solid #888; }

.border-b-8-gray_dark {
  border-bottom: 8px solid #888; }

.border-8-gray_dark-hover:hover {
  border: 8px solid #888; }

.border-t-8-gray_dark-hover:hover {
  border-top: 8px solid #888; }

.border-l-8-gray_dark-hover:hover {
  border-left: 8px solid #888; }

.border-r-8-gray_dark-hover:hover {
  border-right: 8px solid #888; }

.border-b-8-gray_dark-hover:hover {
  border-bottom: 8px solid #888; }

.border-8-gray_dark-important {
  border: 8px solid #888 !important; }

.border-t-8-gray_dark-important {
  border-top: 8px solid #888 !important; }

.border-l-8-gray_dark-important {
  border-left: 8px solid #888 !important; }

.border-r-8-gray_dark-important {
  border-right: 8px solid #888 !important; }

.border-b-8-gray_dark-important {
  border-bottom: 8px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-9-gray_dark {
  border: 9px solid #888; }

.border-t-9-gray_dark {
  border-top: 9px solid #888; }

.border-l-9-gray_dark {
  border-left: 9px solid #888; }

.border-r-9-gray_dark {
  border-right: 9px solid #888; }

.border-b-9-gray_dark {
  border-bottom: 9px solid #888; }

.border-9-gray_dark-hover:hover {
  border: 9px solid #888; }

.border-t-9-gray_dark-hover:hover {
  border-top: 9px solid #888; }

.border-l-9-gray_dark-hover:hover {
  border-left: 9px solid #888; }

.border-r-9-gray_dark-hover:hover {
  border-right: 9px solid #888; }

.border-b-9-gray_dark-hover:hover {
  border-bottom: 9px solid #888; }

.border-9-gray_dark-important {
  border: 9px solid #888 !important; }

.border-t-9-gray_dark-important {
  border-top: 9px solid #888 !important; }

.border-l-9-gray_dark-important {
  border-left: 9px solid #888 !important; }

.border-r-9-gray_dark-important {
  border-right: 9px solid #888 !important; }

.border-b-9-gray_dark-important {
  border-bottom: 9px solid #888 !important; }

.border-gray_dark-hover:hover {
  border-color: #888 !important; }

.border-10-gray_dark {
  border: 10px solid #888; }

.border-t-10-gray_dark {
  border-top: 10px solid #888; }

.border-l-10-gray_dark {
  border-left: 10px solid #888; }

.border-r-10-gray_dark {
  border-right: 10px solid #888; }

.border-b-10-gray_dark {
  border-bottom: 10px solid #888; }

.border-10-gray_dark-hover:hover {
  border: 10px solid #888; }

.border-t-10-gray_dark-hover:hover {
  border-top: 10px solid #888; }

.border-l-10-gray_dark-hover:hover {
  border-left: 10px solid #888; }

.border-r-10-gray_dark-hover:hover {
  border-right: 10px solid #888; }

.border-b-10-gray_dark-hover:hover {
  border-bottom: 10px solid #888; }

.border-10-gray_dark-important {
  border: 10px solid #888 !important; }

.border-t-10-gray_dark-important {
  border-top: 10px solid #888 !important; }

.border-l-10-gray_dark-important {
  border-left: 10px solid #888 !important; }

.border-r-10-gray_dark-important {
  border-right: 10px solid #888 !important; }

.border-b-10-gray_dark-important {
  border-bottom: 10px solid #888 !important; }

.gazole {
  color: #f1c40f; }

.gazole-hover:hover {
  color: #f1c40f; }

.bg-gazole {
  background-color: #f1c40f; }

.bg-gazole-important {
  background-color: #f1c40f !important; }

.bg-gazole-hover:hover {
  background-color: #f1c40f; }

.bg-gazole-hover-important:hover {
  background-color: #f1c40f !important; }

.ty-title-gazole {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #f1c40f; }

.ty-title-after-gazole:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #f1c40f; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-1-gazole {
  border: 1px solid #f1c40f; }

.border-t-1-gazole {
  border-top: 1px solid #f1c40f; }

.border-l-1-gazole {
  border-left: 1px solid #f1c40f; }

.border-r-1-gazole {
  border-right: 1px solid #f1c40f; }

.border-b-1-gazole {
  border-bottom: 1px solid #f1c40f; }

.border-1-gazole-hover:hover {
  border: 1px solid #f1c40f; }

.border-t-1-gazole-hover:hover {
  border-top: 1px solid #f1c40f; }

.border-l-1-gazole-hover:hover {
  border-left: 1px solid #f1c40f; }

.border-r-1-gazole-hover:hover {
  border-right: 1px solid #f1c40f; }

.border-b-1-gazole-hover:hover {
  border-bottom: 1px solid #f1c40f; }

.border-1-gazole-important {
  border: 1px solid #f1c40f !important; }

.border-t-1-gazole-important {
  border-top: 1px solid #f1c40f !important; }

.border-l-1-gazole-important {
  border-left: 1px solid #f1c40f !important; }

.border-r-1-gazole-important {
  border-right: 1px solid #f1c40f !important; }

.border-b-1-gazole-important {
  border-bottom: 1px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-2-gazole {
  border: 2px solid #f1c40f; }

.border-t-2-gazole {
  border-top: 2px solid #f1c40f; }

.border-l-2-gazole {
  border-left: 2px solid #f1c40f; }

.border-r-2-gazole {
  border-right: 2px solid #f1c40f; }

.border-b-2-gazole {
  border-bottom: 2px solid #f1c40f; }

.border-2-gazole-hover:hover {
  border: 2px solid #f1c40f; }

.border-t-2-gazole-hover:hover {
  border-top: 2px solid #f1c40f; }

.border-l-2-gazole-hover:hover {
  border-left: 2px solid #f1c40f; }

.border-r-2-gazole-hover:hover {
  border-right: 2px solid #f1c40f; }

.border-b-2-gazole-hover:hover {
  border-bottom: 2px solid #f1c40f; }

.border-2-gazole-important {
  border: 2px solid #f1c40f !important; }

.border-t-2-gazole-important {
  border-top: 2px solid #f1c40f !important; }

.border-l-2-gazole-important {
  border-left: 2px solid #f1c40f !important; }

.border-r-2-gazole-important {
  border-right: 2px solid #f1c40f !important; }

.border-b-2-gazole-important {
  border-bottom: 2px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-3-gazole {
  border: 3px solid #f1c40f; }

.border-t-3-gazole {
  border-top: 3px solid #f1c40f; }

.border-l-3-gazole {
  border-left: 3px solid #f1c40f; }

.border-r-3-gazole {
  border-right: 3px solid #f1c40f; }

.border-b-3-gazole {
  border-bottom: 3px solid #f1c40f; }

.border-3-gazole-hover:hover {
  border: 3px solid #f1c40f; }

.border-t-3-gazole-hover:hover {
  border-top: 3px solid #f1c40f; }

.border-l-3-gazole-hover:hover {
  border-left: 3px solid #f1c40f; }

.border-r-3-gazole-hover:hover {
  border-right: 3px solid #f1c40f; }

.border-b-3-gazole-hover:hover {
  border-bottom: 3px solid #f1c40f; }

.border-3-gazole-important {
  border: 3px solid #f1c40f !important; }

.border-t-3-gazole-important {
  border-top: 3px solid #f1c40f !important; }

.border-l-3-gazole-important {
  border-left: 3px solid #f1c40f !important; }

.border-r-3-gazole-important {
  border-right: 3px solid #f1c40f !important; }

.border-b-3-gazole-important {
  border-bottom: 3px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-4-gazole {
  border: 4px solid #f1c40f; }

.border-t-4-gazole {
  border-top: 4px solid #f1c40f; }

.border-l-4-gazole {
  border-left: 4px solid #f1c40f; }

.border-r-4-gazole {
  border-right: 4px solid #f1c40f; }

.border-b-4-gazole {
  border-bottom: 4px solid #f1c40f; }

.border-4-gazole-hover:hover {
  border: 4px solid #f1c40f; }

.border-t-4-gazole-hover:hover {
  border-top: 4px solid #f1c40f; }

.border-l-4-gazole-hover:hover {
  border-left: 4px solid #f1c40f; }

.border-r-4-gazole-hover:hover {
  border-right: 4px solid #f1c40f; }

.border-b-4-gazole-hover:hover {
  border-bottom: 4px solid #f1c40f; }

.border-4-gazole-important {
  border: 4px solid #f1c40f !important; }

.border-t-4-gazole-important {
  border-top: 4px solid #f1c40f !important; }

.border-l-4-gazole-important {
  border-left: 4px solid #f1c40f !important; }

.border-r-4-gazole-important {
  border-right: 4px solid #f1c40f !important; }

.border-b-4-gazole-important {
  border-bottom: 4px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-5-gazole {
  border: 5px solid #f1c40f; }

.border-t-5-gazole {
  border-top: 5px solid #f1c40f; }

.border-l-5-gazole {
  border-left: 5px solid #f1c40f; }

.border-r-5-gazole {
  border-right: 5px solid #f1c40f; }

.border-b-5-gazole {
  border-bottom: 5px solid #f1c40f; }

.border-5-gazole-hover:hover {
  border: 5px solid #f1c40f; }

.border-t-5-gazole-hover:hover {
  border-top: 5px solid #f1c40f; }

.border-l-5-gazole-hover:hover {
  border-left: 5px solid #f1c40f; }

.border-r-5-gazole-hover:hover {
  border-right: 5px solid #f1c40f; }

.border-b-5-gazole-hover:hover {
  border-bottom: 5px solid #f1c40f; }

.border-5-gazole-important {
  border: 5px solid #f1c40f !important; }

.border-t-5-gazole-important {
  border-top: 5px solid #f1c40f !important; }

.border-l-5-gazole-important {
  border-left: 5px solid #f1c40f !important; }

.border-r-5-gazole-important {
  border-right: 5px solid #f1c40f !important; }

.border-b-5-gazole-important {
  border-bottom: 5px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-6-gazole {
  border: 6px solid #f1c40f; }

.border-t-6-gazole {
  border-top: 6px solid #f1c40f; }

.border-l-6-gazole {
  border-left: 6px solid #f1c40f; }

.border-r-6-gazole {
  border-right: 6px solid #f1c40f; }

.border-b-6-gazole {
  border-bottom: 6px solid #f1c40f; }

.border-6-gazole-hover:hover {
  border: 6px solid #f1c40f; }

.border-t-6-gazole-hover:hover {
  border-top: 6px solid #f1c40f; }

.border-l-6-gazole-hover:hover {
  border-left: 6px solid #f1c40f; }

.border-r-6-gazole-hover:hover {
  border-right: 6px solid #f1c40f; }

.border-b-6-gazole-hover:hover {
  border-bottom: 6px solid #f1c40f; }

.border-6-gazole-important {
  border: 6px solid #f1c40f !important; }

.border-t-6-gazole-important {
  border-top: 6px solid #f1c40f !important; }

.border-l-6-gazole-important {
  border-left: 6px solid #f1c40f !important; }

.border-r-6-gazole-important {
  border-right: 6px solid #f1c40f !important; }

.border-b-6-gazole-important {
  border-bottom: 6px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-7-gazole {
  border: 7px solid #f1c40f; }

.border-t-7-gazole {
  border-top: 7px solid #f1c40f; }

.border-l-7-gazole {
  border-left: 7px solid #f1c40f; }

.border-r-7-gazole {
  border-right: 7px solid #f1c40f; }

.border-b-7-gazole {
  border-bottom: 7px solid #f1c40f; }

.border-7-gazole-hover:hover {
  border: 7px solid #f1c40f; }

.border-t-7-gazole-hover:hover {
  border-top: 7px solid #f1c40f; }

.border-l-7-gazole-hover:hover {
  border-left: 7px solid #f1c40f; }

.border-r-7-gazole-hover:hover {
  border-right: 7px solid #f1c40f; }

.border-b-7-gazole-hover:hover {
  border-bottom: 7px solid #f1c40f; }

.border-7-gazole-important {
  border: 7px solid #f1c40f !important; }

.border-t-7-gazole-important {
  border-top: 7px solid #f1c40f !important; }

.border-l-7-gazole-important {
  border-left: 7px solid #f1c40f !important; }

.border-r-7-gazole-important {
  border-right: 7px solid #f1c40f !important; }

.border-b-7-gazole-important {
  border-bottom: 7px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-8-gazole {
  border: 8px solid #f1c40f; }

.border-t-8-gazole {
  border-top: 8px solid #f1c40f; }

.border-l-8-gazole {
  border-left: 8px solid #f1c40f; }

.border-r-8-gazole {
  border-right: 8px solid #f1c40f; }

.border-b-8-gazole {
  border-bottom: 8px solid #f1c40f; }

.border-8-gazole-hover:hover {
  border: 8px solid #f1c40f; }

.border-t-8-gazole-hover:hover {
  border-top: 8px solid #f1c40f; }

.border-l-8-gazole-hover:hover {
  border-left: 8px solid #f1c40f; }

.border-r-8-gazole-hover:hover {
  border-right: 8px solid #f1c40f; }

.border-b-8-gazole-hover:hover {
  border-bottom: 8px solid #f1c40f; }

.border-8-gazole-important {
  border: 8px solid #f1c40f !important; }

.border-t-8-gazole-important {
  border-top: 8px solid #f1c40f !important; }

.border-l-8-gazole-important {
  border-left: 8px solid #f1c40f !important; }

.border-r-8-gazole-important {
  border-right: 8px solid #f1c40f !important; }

.border-b-8-gazole-important {
  border-bottom: 8px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-9-gazole {
  border: 9px solid #f1c40f; }

.border-t-9-gazole {
  border-top: 9px solid #f1c40f; }

.border-l-9-gazole {
  border-left: 9px solid #f1c40f; }

.border-r-9-gazole {
  border-right: 9px solid #f1c40f; }

.border-b-9-gazole {
  border-bottom: 9px solid #f1c40f; }

.border-9-gazole-hover:hover {
  border: 9px solid #f1c40f; }

.border-t-9-gazole-hover:hover {
  border-top: 9px solid #f1c40f; }

.border-l-9-gazole-hover:hover {
  border-left: 9px solid #f1c40f; }

.border-r-9-gazole-hover:hover {
  border-right: 9px solid #f1c40f; }

.border-b-9-gazole-hover:hover {
  border-bottom: 9px solid #f1c40f; }

.border-9-gazole-important {
  border: 9px solid #f1c40f !important; }

.border-t-9-gazole-important {
  border-top: 9px solid #f1c40f !important; }

.border-l-9-gazole-important {
  border-left: 9px solid #f1c40f !important; }

.border-r-9-gazole-important {
  border-right: 9px solid #f1c40f !important; }

.border-b-9-gazole-important {
  border-bottom: 9px solid #f1c40f !important; }

.border-gazole-hover:hover {
  border-color: #f1c40f !important; }

.border-10-gazole {
  border: 10px solid #f1c40f; }

.border-t-10-gazole {
  border-top: 10px solid #f1c40f; }

.border-l-10-gazole {
  border-left: 10px solid #f1c40f; }

.border-r-10-gazole {
  border-right: 10px solid #f1c40f; }

.border-b-10-gazole {
  border-bottom: 10px solid #f1c40f; }

.border-10-gazole-hover:hover {
  border: 10px solid #f1c40f; }

.border-t-10-gazole-hover:hover {
  border-top: 10px solid #f1c40f; }

.border-l-10-gazole-hover:hover {
  border-left: 10px solid #f1c40f; }

.border-r-10-gazole-hover:hover {
  border-right: 10px solid #f1c40f; }

.border-b-10-gazole-hover:hover {
  border-bottom: 10px solid #f1c40f; }

.border-10-gazole-important {
  border: 10px solid #f1c40f !important; }

.border-t-10-gazole-important {
  border-top: 10px solid #f1c40f !important; }

.border-l-10-gazole-important {
  border-left: 10px solid #f1c40f !important; }

.border-r-10-gazole-important {
  border-right: 10px solid #f1c40f !important; }

.border-b-10-gazole-important {
  border-bottom: 10px solid #f1c40f !important; }

.sp95 {
  color: #2ecc71; }

.sp95-hover:hover {
  color: #2ecc71; }

.bg-sp95 {
  background-color: #2ecc71; }

.bg-sp95-important {
  background-color: #2ecc71 !important; }

.bg-sp95-hover:hover {
  background-color: #2ecc71; }

.bg-sp95-hover-important:hover {
  background-color: #2ecc71 !important; }

.ty-title-sp95 {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #2ecc71; }

.ty-title-after-sp95:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #2ecc71; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-1-sp95 {
  border: 1px solid #2ecc71; }

.border-t-1-sp95 {
  border-top: 1px solid #2ecc71; }

.border-l-1-sp95 {
  border-left: 1px solid #2ecc71; }

.border-r-1-sp95 {
  border-right: 1px solid #2ecc71; }

.border-b-1-sp95 {
  border-bottom: 1px solid #2ecc71; }

.border-1-sp95-hover:hover {
  border: 1px solid #2ecc71; }

.border-t-1-sp95-hover:hover {
  border-top: 1px solid #2ecc71; }

.border-l-1-sp95-hover:hover {
  border-left: 1px solid #2ecc71; }

.border-r-1-sp95-hover:hover {
  border-right: 1px solid #2ecc71; }

.border-b-1-sp95-hover:hover {
  border-bottom: 1px solid #2ecc71; }

.border-1-sp95-important {
  border: 1px solid #2ecc71 !important; }

.border-t-1-sp95-important {
  border-top: 1px solid #2ecc71 !important; }

.border-l-1-sp95-important {
  border-left: 1px solid #2ecc71 !important; }

.border-r-1-sp95-important {
  border-right: 1px solid #2ecc71 !important; }

.border-b-1-sp95-important {
  border-bottom: 1px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-2-sp95 {
  border: 2px solid #2ecc71; }

.border-t-2-sp95 {
  border-top: 2px solid #2ecc71; }

.border-l-2-sp95 {
  border-left: 2px solid #2ecc71; }

.border-r-2-sp95 {
  border-right: 2px solid #2ecc71; }

.border-b-2-sp95 {
  border-bottom: 2px solid #2ecc71; }

.border-2-sp95-hover:hover {
  border: 2px solid #2ecc71; }

.border-t-2-sp95-hover:hover {
  border-top: 2px solid #2ecc71; }

.border-l-2-sp95-hover:hover {
  border-left: 2px solid #2ecc71; }

.border-r-2-sp95-hover:hover {
  border-right: 2px solid #2ecc71; }

.border-b-2-sp95-hover:hover {
  border-bottom: 2px solid #2ecc71; }

.border-2-sp95-important {
  border: 2px solid #2ecc71 !important; }

.border-t-2-sp95-important {
  border-top: 2px solid #2ecc71 !important; }

.border-l-2-sp95-important {
  border-left: 2px solid #2ecc71 !important; }

.border-r-2-sp95-important {
  border-right: 2px solid #2ecc71 !important; }

.border-b-2-sp95-important {
  border-bottom: 2px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-3-sp95 {
  border: 3px solid #2ecc71; }

.border-t-3-sp95 {
  border-top: 3px solid #2ecc71; }

.border-l-3-sp95 {
  border-left: 3px solid #2ecc71; }

.border-r-3-sp95 {
  border-right: 3px solid #2ecc71; }

.border-b-3-sp95 {
  border-bottom: 3px solid #2ecc71; }

.border-3-sp95-hover:hover {
  border: 3px solid #2ecc71; }

.border-t-3-sp95-hover:hover {
  border-top: 3px solid #2ecc71; }

.border-l-3-sp95-hover:hover {
  border-left: 3px solid #2ecc71; }

.border-r-3-sp95-hover:hover {
  border-right: 3px solid #2ecc71; }

.border-b-3-sp95-hover:hover {
  border-bottom: 3px solid #2ecc71; }

.border-3-sp95-important {
  border: 3px solid #2ecc71 !important; }

.border-t-3-sp95-important {
  border-top: 3px solid #2ecc71 !important; }

.border-l-3-sp95-important {
  border-left: 3px solid #2ecc71 !important; }

.border-r-3-sp95-important {
  border-right: 3px solid #2ecc71 !important; }

.border-b-3-sp95-important {
  border-bottom: 3px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-4-sp95 {
  border: 4px solid #2ecc71; }

.border-t-4-sp95 {
  border-top: 4px solid #2ecc71; }

.border-l-4-sp95 {
  border-left: 4px solid #2ecc71; }

.border-r-4-sp95 {
  border-right: 4px solid #2ecc71; }

.border-b-4-sp95 {
  border-bottom: 4px solid #2ecc71; }

.border-4-sp95-hover:hover {
  border: 4px solid #2ecc71; }

.border-t-4-sp95-hover:hover {
  border-top: 4px solid #2ecc71; }

.border-l-4-sp95-hover:hover {
  border-left: 4px solid #2ecc71; }

.border-r-4-sp95-hover:hover {
  border-right: 4px solid #2ecc71; }

.border-b-4-sp95-hover:hover {
  border-bottom: 4px solid #2ecc71; }

.border-4-sp95-important {
  border: 4px solid #2ecc71 !important; }

.border-t-4-sp95-important {
  border-top: 4px solid #2ecc71 !important; }

.border-l-4-sp95-important {
  border-left: 4px solid #2ecc71 !important; }

.border-r-4-sp95-important {
  border-right: 4px solid #2ecc71 !important; }

.border-b-4-sp95-important {
  border-bottom: 4px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-5-sp95 {
  border: 5px solid #2ecc71; }

.border-t-5-sp95 {
  border-top: 5px solid #2ecc71; }

.border-l-5-sp95 {
  border-left: 5px solid #2ecc71; }

.border-r-5-sp95 {
  border-right: 5px solid #2ecc71; }

.border-b-5-sp95 {
  border-bottom: 5px solid #2ecc71; }

.border-5-sp95-hover:hover {
  border: 5px solid #2ecc71; }

.border-t-5-sp95-hover:hover {
  border-top: 5px solid #2ecc71; }

.border-l-5-sp95-hover:hover {
  border-left: 5px solid #2ecc71; }

.border-r-5-sp95-hover:hover {
  border-right: 5px solid #2ecc71; }

.border-b-5-sp95-hover:hover {
  border-bottom: 5px solid #2ecc71; }

.border-5-sp95-important {
  border: 5px solid #2ecc71 !important; }

.border-t-5-sp95-important {
  border-top: 5px solid #2ecc71 !important; }

.border-l-5-sp95-important {
  border-left: 5px solid #2ecc71 !important; }

.border-r-5-sp95-important {
  border-right: 5px solid #2ecc71 !important; }

.border-b-5-sp95-important {
  border-bottom: 5px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-6-sp95 {
  border: 6px solid #2ecc71; }

.border-t-6-sp95 {
  border-top: 6px solid #2ecc71; }

.border-l-6-sp95 {
  border-left: 6px solid #2ecc71; }

.border-r-6-sp95 {
  border-right: 6px solid #2ecc71; }

.border-b-6-sp95 {
  border-bottom: 6px solid #2ecc71; }

.border-6-sp95-hover:hover {
  border: 6px solid #2ecc71; }

.border-t-6-sp95-hover:hover {
  border-top: 6px solid #2ecc71; }

.border-l-6-sp95-hover:hover {
  border-left: 6px solid #2ecc71; }

.border-r-6-sp95-hover:hover {
  border-right: 6px solid #2ecc71; }

.border-b-6-sp95-hover:hover {
  border-bottom: 6px solid #2ecc71; }

.border-6-sp95-important {
  border: 6px solid #2ecc71 !important; }

.border-t-6-sp95-important {
  border-top: 6px solid #2ecc71 !important; }

.border-l-6-sp95-important {
  border-left: 6px solid #2ecc71 !important; }

.border-r-6-sp95-important {
  border-right: 6px solid #2ecc71 !important; }

.border-b-6-sp95-important {
  border-bottom: 6px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-7-sp95 {
  border: 7px solid #2ecc71; }

.border-t-7-sp95 {
  border-top: 7px solid #2ecc71; }

.border-l-7-sp95 {
  border-left: 7px solid #2ecc71; }

.border-r-7-sp95 {
  border-right: 7px solid #2ecc71; }

.border-b-7-sp95 {
  border-bottom: 7px solid #2ecc71; }

.border-7-sp95-hover:hover {
  border: 7px solid #2ecc71; }

.border-t-7-sp95-hover:hover {
  border-top: 7px solid #2ecc71; }

.border-l-7-sp95-hover:hover {
  border-left: 7px solid #2ecc71; }

.border-r-7-sp95-hover:hover {
  border-right: 7px solid #2ecc71; }

.border-b-7-sp95-hover:hover {
  border-bottom: 7px solid #2ecc71; }

.border-7-sp95-important {
  border: 7px solid #2ecc71 !important; }

.border-t-7-sp95-important {
  border-top: 7px solid #2ecc71 !important; }

.border-l-7-sp95-important {
  border-left: 7px solid #2ecc71 !important; }

.border-r-7-sp95-important {
  border-right: 7px solid #2ecc71 !important; }

.border-b-7-sp95-important {
  border-bottom: 7px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-8-sp95 {
  border: 8px solid #2ecc71; }

.border-t-8-sp95 {
  border-top: 8px solid #2ecc71; }

.border-l-8-sp95 {
  border-left: 8px solid #2ecc71; }

.border-r-8-sp95 {
  border-right: 8px solid #2ecc71; }

.border-b-8-sp95 {
  border-bottom: 8px solid #2ecc71; }

.border-8-sp95-hover:hover {
  border: 8px solid #2ecc71; }

.border-t-8-sp95-hover:hover {
  border-top: 8px solid #2ecc71; }

.border-l-8-sp95-hover:hover {
  border-left: 8px solid #2ecc71; }

.border-r-8-sp95-hover:hover {
  border-right: 8px solid #2ecc71; }

.border-b-8-sp95-hover:hover {
  border-bottom: 8px solid #2ecc71; }

.border-8-sp95-important {
  border: 8px solid #2ecc71 !important; }

.border-t-8-sp95-important {
  border-top: 8px solid #2ecc71 !important; }

.border-l-8-sp95-important {
  border-left: 8px solid #2ecc71 !important; }

.border-r-8-sp95-important {
  border-right: 8px solid #2ecc71 !important; }

.border-b-8-sp95-important {
  border-bottom: 8px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-9-sp95 {
  border: 9px solid #2ecc71; }

.border-t-9-sp95 {
  border-top: 9px solid #2ecc71; }

.border-l-9-sp95 {
  border-left: 9px solid #2ecc71; }

.border-r-9-sp95 {
  border-right: 9px solid #2ecc71; }

.border-b-9-sp95 {
  border-bottom: 9px solid #2ecc71; }

.border-9-sp95-hover:hover {
  border: 9px solid #2ecc71; }

.border-t-9-sp95-hover:hover {
  border-top: 9px solid #2ecc71; }

.border-l-9-sp95-hover:hover {
  border-left: 9px solid #2ecc71; }

.border-r-9-sp95-hover:hover {
  border-right: 9px solid #2ecc71; }

.border-b-9-sp95-hover:hover {
  border-bottom: 9px solid #2ecc71; }

.border-9-sp95-important {
  border: 9px solid #2ecc71 !important; }

.border-t-9-sp95-important {
  border-top: 9px solid #2ecc71 !important; }

.border-l-9-sp95-important {
  border-left: 9px solid #2ecc71 !important; }

.border-r-9-sp95-important {
  border-right: 9px solid #2ecc71 !important; }

.border-b-9-sp95-important {
  border-bottom: 9px solid #2ecc71 !important; }

.border-sp95-hover:hover {
  border-color: #2ecc71 !important; }

.border-10-sp95 {
  border: 10px solid #2ecc71; }

.border-t-10-sp95 {
  border-top: 10px solid #2ecc71; }

.border-l-10-sp95 {
  border-left: 10px solid #2ecc71; }

.border-r-10-sp95 {
  border-right: 10px solid #2ecc71; }

.border-b-10-sp95 {
  border-bottom: 10px solid #2ecc71; }

.border-10-sp95-hover:hover {
  border: 10px solid #2ecc71; }

.border-t-10-sp95-hover:hover {
  border-top: 10px solid #2ecc71; }

.border-l-10-sp95-hover:hover {
  border-left: 10px solid #2ecc71; }

.border-r-10-sp95-hover:hover {
  border-right: 10px solid #2ecc71; }

.border-b-10-sp95-hover:hover {
  border-bottom: 10px solid #2ecc71; }

.border-10-sp95-important {
  border: 10px solid #2ecc71 !important; }

.border-t-10-sp95-important {
  border-top: 10px solid #2ecc71 !important; }

.border-l-10-sp95-important {
  border-left: 10px solid #2ecc71 !important; }

.border-r-10-sp95-important {
  border-right: 10px solid #2ecc71 !important; }

.border-b-10-sp95-important {
  border-bottom: 10px solid #2ecc71 !important; }

.gnr {
  color: #eb2f06; }

.gnr-hover:hover {
  color: #eb2f06; }

.bg-gnr {
  background-color: #eb2f06; }

.bg-gnr-important {
  background-color: #eb2f06 !important; }

.bg-gnr-hover:hover {
  background-color: #eb2f06; }

.bg-gnr-hover-important:hover {
  background-color: #eb2f06 !important; }

.ty-title-gnr {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #eb2f06; }

.ty-title-after-gnr:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #eb2f06; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-1-gnr {
  border: 1px solid #eb2f06; }

.border-t-1-gnr {
  border-top: 1px solid #eb2f06; }

.border-l-1-gnr {
  border-left: 1px solid #eb2f06; }

.border-r-1-gnr {
  border-right: 1px solid #eb2f06; }

.border-b-1-gnr {
  border-bottom: 1px solid #eb2f06; }

.border-1-gnr-hover:hover {
  border: 1px solid #eb2f06; }

.border-t-1-gnr-hover:hover {
  border-top: 1px solid #eb2f06; }

.border-l-1-gnr-hover:hover {
  border-left: 1px solid #eb2f06; }

.border-r-1-gnr-hover:hover {
  border-right: 1px solid #eb2f06; }

.border-b-1-gnr-hover:hover {
  border-bottom: 1px solid #eb2f06; }

.border-1-gnr-important {
  border: 1px solid #eb2f06 !important; }

.border-t-1-gnr-important {
  border-top: 1px solid #eb2f06 !important; }

.border-l-1-gnr-important {
  border-left: 1px solid #eb2f06 !important; }

.border-r-1-gnr-important {
  border-right: 1px solid #eb2f06 !important; }

.border-b-1-gnr-important {
  border-bottom: 1px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-2-gnr {
  border: 2px solid #eb2f06; }

.border-t-2-gnr {
  border-top: 2px solid #eb2f06; }

.border-l-2-gnr {
  border-left: 2px solid #eb2f06; }

.border-r-2-gnr {
  border-right: 2px solid #eb2f06; }

.border-b-2-gnr {
  border-bottom: 2px solid #eb2f06; }

.border-2-gnr-hover:hover {
  border: 2px solid #eb2f06; }

.border-t-2-gnr-hover:hover {
  border-top: 2px solid #eb2f06; }

.border-l-2-gnr-hover:hover {
  border-left: 2px solid #eb2f06; }

.border-r-2-gnr-hover:hover {
  border-right: 2px solid #eb2f06; }

.border-b-2-gnr-hover:hover {
  border-bottom: 2px solid #eb2f06; }

.border-2-gnr-important {
  border: 2px solid #eb2f06 !important; }

.border-t-2-gnr-important {
  border-top: 2px solid #eb2f06 !important; }

.border-l-2-gnr-important {
  border-left: 2px solid #eb2f06 !important; }

.border-r-2-gnr-important {
  border-right: 2px solid #eb2f06 !important; }

.border-b-2-gnr-important {
  border-bottom: 2px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-3-gnr {
  border: 3px solid #eb2f06; }

.border-t-3-gnr {
  border-top: 3px solid #eb2f06; }

.border-l-3-gnr {
  border-left: 3px solid #eb2f06; }

.border-r-3-gnr {
  border-right: 3px solid #eb2f06; }

.border-b-3-gnr {
  border-bottom: 3px solid #eb2f06; }

.border-3-gnr-hover:hover {
  border: 3px solid #eb2f06; }

.border-t-3-gnr-hover:hover {
  border-top: 3px solid #eb2f06; }

.border-l-3-gnr-hover:hover {
  border-left: 3px solid #eb2f06; }

.border-r-3-gnr-hover:hover {
  border-right: 3px solid #eb2f06; }

.border-b-3-gnr-hover:hover {
  border-bottom: 3px solid #eb2f06; }

.border-3-gnr-important {
  border: 3px solid #eb2f06 !important; }

.border-t-3-gnr-important {
  border-top: 3px solid #eb2f06 !important; }

.border-l-3-gnr-important {
  border-left: 3px solid #eb2f06 !important; }

.border-r-3-gnr-important {
  border-right: 3px solid #eb2f06 !important; }

.border-b-3-gnr-important {
  border-bottom: 3px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-4-gnr {
  border: 4px solid #eb2f06; }

.border-t-4-gnr {
  border-top: 4px solid #eb2f06; }

.border-l-4-gnr {
  border-left: 4px solid #eb2f06; }

.border-r-4-gnr {
  border-right: 4px solid #eb2f06; }

.border-b-4-gnr {
  border-bottom: 4px solid #eb2f06; }

.border-4-gnr-hover:hover {
  border: 4px solid #eb2f06; }

.border-t-4-gnr-hover:hover {
  border-top: 4px solid #eb2f06; }

.border-l-4-gnr-hover:hover {
  border-left: 4px solid #eb2f06; }

.border-r-4-gnr-hover:hover {
  border-right: 4px solid #eb2f06; }

.border-b-4-gnr-hover:hover {
  border-bottom: 4px solid #eb2f06; }

.border-4-gnr-important {
  border: 4px solid #eb2f06 !important; }

.border-t-4-gnr-important {
  border-top: 4px solid #eb2f06 !important; }

.border-l-4-gnr-important {
  border-left: 4px solid #eb2f06 !important; }

.border-r-4-gnr-important {
  border-right: 4px solid #eb2f06 !important; }

.border-b-4-gnr-important {
  border-bottom: 4px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-5-gnr {
  border: 5px solid #eb2f06; }

.border-t-5-gnr {
  border-top: 5px solid #eb2f06; }

.border-l-5-gnr {
  border-left: 5px solid #eb2f06; }

.border-r-5-gnr {
  border-right: 5px solid #eb2f06; }

.border-b-5-gnr {
  border-bottom: 5px solid #eb2f06; }

.border-5-gnr-hover:hover {
  border: 5px solid #eb2f06; }

.border-t-5-gnr-hover:hover {
  border-top: 5px solid #eb2f06; }

.border-l-5-gnr-hover:hover {
  border-left: 5px solid #eb2f06; }

.border-r-5-gnr-hover:hover {
  border-right: 5px solid #eb2f06; }

.border-b-5-gnr-hover:hover {
  border-bottom: 5px solid #eb2f06; }

.border-5-gnr-important {
  border: 5px solid #eb2f06 !important; }

.border-t-5-gnr-important {
  border-top: 5px solid #eb2f06 !important; }

.border-l-5-gnr-important {
  border-left: 5px solid #eb2f06 !important; }

.border-r-5-gnr-important {
  border-right: 5px solid #eb2f06 !important; }

.border-b-5-gnr-important {
  border-bottom: 5px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-6-gnr {
  border: 6px solid #eb2f06; }

.border-t-6-gnr {
  border-top: 6px solid #eb2f06; }

.border-l-6-gnr {
  border-left: 6px solid #eb2f06; }

.border-r-6-gnr {
  border-right: 6px solid #eb2f06; }

.border-b-6-gnr {
  border-bottom: 6px solid #eb2f06; }

.border-6-gnr-hover:hover {
  border: 6px solid #eb2f06; }

.border-t-6-gnr-hover:hover {
  border-top: 6px solid #eb2f06; }

.border-l-6-gnr-hover:hover {
  border-left: 6px solid #eb2f06; }

.border-r-6-gnr-hover:hover {
  border-right: 6px solid #eb2f06; }

.border-b-6-gnr-hover:hover {
  border-bottom: 6px solid #eb2f06; }

.border-6-gnr-important {
  border: 6px solid #eb2f06 !important; }

.border-t-6-gnr-important {
  border-top: 6px solid #eb2f06 !important; }

.border-l-6-gnr-important {
  border-left: 6px solid #eb2f06 !important; }

.border-r-6-gnr-important {
  border-right: 6px solid #eb2f06 !important; }

.border-b-6-gnr-important {
  border-bottom: 6px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-7-gnr {
  border: 7px solid #eb2f06; }

.border-t-7-gnr {
  border-top: 7px solid #eb2f06; }

.border-l-7-gnr {
  border-left: 7px solid #eb2f06; }

.border-r-7-gnr {
  border-right: 7px solid #eb2f06; }

.border-b-7-gnr {
  border-bottom: 7px solid #eb2f06; }

.border-7-gnr-hover:hover {
  border: 7px solid #eb2f06; }

.border-t-7-gnr-hover:hover {
  border-top: 7px solid #eb2f06; }

.border-l-7-gnr-hover:hover {
  border-left: 7px solid #eb2f06; }

.border-r-7-gnr-hover:hover {
  border-right: 7px solid #eb2f06; }

.border-b-7-gnr-hover:hover {
  border-bottom: 7px solid #eb2f06; }

.border-7-gnr-important {
  border: 7px solid #eb2f06 !important; }

.border-t-7-gnr-important {
  border-top: 7px solid #eb2f06 !important; }

.border-l-7-gnr-important {
  border-left: 7px solid #eb2f06 !important; }

.border-r-7-gnr-important {
  border-right: 7px solid #eb2f06 !important; }

.border-b-7-gnr-important {
  border-bottom: 7px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-8-gnr {
  border: 8px solid #eb2f06; }

.border-t-8-gnr {
  border-top: 8px solid #eb2f06; }

.border-l-8-gnr {
  border-left: 8px solid #eb2f06; }

.border-r-8-gnr {
  border-right: 8px solid #eb2f06; }

.border-b-8-gnr {
  border-bottom: 8px solid #eb2f06; }

.border-8-gnr-hover:hover {
  border: 8px solid #eb2f06; }

.border-t-8-gnr-hover:hover {
  border-top: 8px solid #eb2f06; }

.border-l-8-gnr-hover:hover {
  border-left: 8px solid #eb2f06; }

.border-r-8-gnr-hover:hover {
  border-right: 8px solid #eb2f06; }

.border-b-8-gnr-hover:hover {
  border-bottom: 8px solid #eb2f06; }

.border-8-gnr-important {
  border: 8px solid #eb2f06 !important; }

.border-t-8-gnr-important {
  border-top: 8px solid #eb2f06 !important; }

.border-l-8-gnr-important {
  border-left: 8px solid #eb2f06 !important; }

.border-r-8-gnr-important {
  border-right: 8px solid #eb2f06 !important; }

.border-b-8-gnr-important {
  border-bottom: 8px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-9-gnr {
  border: 9px solid #eb2f06; }

.border-t-9-gnr {
  border-top: 9px solid #eb2f06; }

.border-l-9-gnr {
  border-left: 9px solid #eb2f06; }

.border-r-9-gnr {
  border-right: 9px solid #eb2f06; }

.border-b-9-gnr {
  border-bottom: 9px solid #eb2f06; }

.border-9-gnr-hover:hover {
  border: 9px solid #eb2f06; }

.border-t-9-gnr-hover:hover {
  border-top: 9px solid #eb2f06; }

.border-l-9-gnr-hover:hover {
  border-left: 9px solid #eb2f06; }

.border-r-9-gnr-hover:hover {
  border-right: 9px solid #eb2f06; }

.border-b-9-gnr-hover:hover {
  border-bottom: 9px solid #eb2f06; }

.border-9-gnr-important {
  border: 9px solid #eb2f06 !important; }

.border-t-9-gnr-important {
  border-top: 9px solid #eb2f06 !important; }

.border-l-9-gnr-important {
  border-left: 9px solid #eb2f06 !important; }

.border-r-9-gnr-important {
  border-right: 9px solid #eb2f06 !important; }

.border-b-9-gnr-important {
  border-bottom: 9px solid #eb2f06 !important; }

.border-gnr-hover:hover {
  border-color: #eb2f06 !important; }

.border-10-gnr {
  border: 10px solid #eb2f06; }

.border-t-10-gnr {
  border-top: 10px solid #eb2f06; }

.border-l-10-gnr {
  border-left: 10px solid #eb2f06; }

.border-r-10-gnr {
  border-right: 10px solid #eb2f06; }

.border-b-10-gnr {
  border-bottom: 10px solid #eb2f06; }

.border-10-gnr-hover:hover {
  border: 10px solid #eb2f06; }

.border-t-10-gnr-hover:hover {
  border-top: 10px solid #eb2f06; }

.border-l-10-gnr-hover:hover {
  border-left: 10px solid #eb2f06; }

.border-r-10-gnr-hover:hover {
  border-right: 10px solid #eb2f06; }

.border-b-10-gnr-hover:hover {
  border-bottom: 10px solid #eb2f06; }

.border-10-gnr-important {
  border: 10px solid #eb2f06 !important; }

.border-t-10-gnr-important {
  border-top: 10px solid #eb2f06 !important; }

.border-l-10-gnr-important {
  border-left: 10px solid #eb2f06 !important; }

.border-r-10-gnr-important {
  border-right: 10px solid #eb2f06 !important; }

.border-b-10-gnr-important {
  border-bottom: 10px solid #eb2f06 !important; }

.gnv {
  color: #acdc6e; }

.gnv-hover:hover {
  color: #acdc6e; }

.bg-gnv {
  background-color: #acdc6e; }

.bg-gnv-important {
  background-color: #acdc6e !important; }

.bg-gnv-hover:hover {
  background-color: #acdc6e; }

.bg-gnv-hover-important:hover {
  background-color: #acdc6e !important; }

.ty-title-gnv {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 28px;
  color: #acdc6e; }

.ty-title-after-gnv:after {
  content: ' ';
  width: 100px;
  display: block;
  margin: 30px auto;
  border: 1px solid #acdc6e; }

.border-0 {
  border: 0; }

.border-t-0 {
  border-top: 0; }

.border-l-0 {
  border-left: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-0-hover:hover {
  border: 0; }

.border-t-0-hover:hover {
  border-top: 0; }

.border-l-0-hover:hover {
  border-left: 0; }

.border-r-0-hover:hover {
  border-right: 0; }

.border-b-0-hover:hover {
  border-bottom: 0; }

.border-0-important {
  border: 0 !important; }

.border-t-0-important {
  border-top: 0 !important; }

.border-l-0-important {
  border-left: 0 !important; }

.border-r-0-important {
  border-right: 0 !important; }

.border-b-0-important {
  border-bottom: 0 !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-1-gnv {
  border: 1px solid #acdc6e; }

.border-t-1-gnv {
  border-top: 1px solid #acdc6e; }

.border-l-1-gnv {
  border-left: 1px solid #acdc6e; }

.border-r-1-gnv {
  border-right: 1px solid #acdc6e; }

.border-b-1-gnv {
  border-bottom: 1px solid #acdc6e; }

.border-1-gnv-hover:hover {
  border: 1px solid #acdc6e; }

.border-t-1-gnv-hover:hover {
  border-top: 1px solid #acdc6e; }

.border-l-1-gnv-hover:hover {
  border-left: 1px solid #acdc6e; }

.border-r-1-gnv-hover:hover {
  border-right: 1px solid #acdc6e; }

.border-b-1-gnv-hover:hover {
  border-bottom: 1px solid #acdc6e; }

.border-1-gnv-important {
  border: 1px solid #acdc6e !important; }

.border-t-1-gnv-important {
  border-top: 1px solid #acdc6e !important; }

.border-l-1-gnv-important {
  border-left: 1px solid #acdc6e !important; }

.border-r-1-gnv-important {
  border-right: 1px solid #acdc6e !important; }

.border-b-1-gnv-important {
  border-bottom: 1px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-2-gnv {
  border: 2px solid #acdc6e; }

.border-t-2-gnv {
  border-top: 2px solid #acdc6e; }

.border-l-2-gnv {
  border-left: 2px solid #acdc6e; }

.border-r-2-gnv {
  border-right: 2px solid #acdc6e; }

.border-b-2-gnv {
  border-bottom: 2px solid #acdc6e; }

.border-2-gnv-hover:hover {
  border: 2px solid #acdc6e; }

.border-t-2-gnv-hover:hover {
  border-top: 2px solid #acdc6e; }

.border-l-2-gnv-hover:hover {
  border-left: 2px solid #acdc6e; }

.border-r-2-gnv-hover:hover {
  border-right: 2px solid #acdc6e; }

.border-b-2-gnv-hover:hover {
  border-bottom: 2px solid #acdc6e; }

.border-2-gnv-important {
  border: 2px solid #acdc6e !important; }

.border-t-2-gnv-important {
  border-top: 2px solid #acdc6e !important; }

.border-l-2-gnv-important {
  border-left: 2px solid #acdc6e !important; }

.border-r-2-gnv-important {
  border-right: 2px solid #acdc6e !important; }

.border-b-2-gnv-important {
  border-bottom: 2px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-3-gnv {
  border: 3px solid #acdc6e; }

.border-t-3-gnv {
  border-top: 3px solid #acdc6e; }

.border-l-3-gnv {
  border-left: 3px solid #acdc6e; }

.border-r-3-gnv {
  border-right: 3px solid #acdc6e; }

.border-b-3-gnv {
  border-bottom: 3px solid #acdc6e; }

.border-3-gnv-hover:hover {
  border: 3px solid #acdc6e; }

.border-t-3-gnv-hover:hover {
  border-top: 3px solid #acdc6e; }

.border-l-3-gnv-hover:hover {
  border-left: 3px solid #acdc6e; }

.border-r-3-gnv-hover:hover {
  border-right: 3px solid #acdc6e; }

.border-b-3-gnv-hover:hover {
  border-bottom: 3px solid #acdc6e; }

.border-3-gnv-important {
  border: 3px solid #acdc6e !important; }

.border-t-3-gnv-important {
  border-top: 3px solid #acdc6e !important; }

.border-l-3-gnv-important {
  border-left: 3px solid #acdc6e !important; }

.border-r-3-gnv-important {
  border-right: 3px solid #acdc6e !important; }

.border-b-3-gnv-important {
  border-bottom: 3px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-4-gnv {
  border: 4px solid #acdc6e; }

.border-t-4-gnv {
  border-top: 4px solid #acdc6e; }

.border-l-4-gnv {
  border-left: 4px solid #acdc6e; }

.border-r-4-gnv {
  border-right: 4px solid #acdc6e; }

.border-b-4-gnv {
  border-bottom: 4px solid #acdc6e; }

.border-4-gnv-hover:hover {
  border: 4px solid #acdc6e; }

.border-t-4-gnv-hover:hover {
  border-top: 4px solid #acdc6e; }

.border-l-4-gnv-hover:hover {
  border-left: 4px solid #acdc6e; }

.border-r-4-gnv-hover:hover {
  border-right: 4px solid #acdc6e; }

.border-b-4-gnv-hover:hover {
  border-bottom: 4px solid #acdc6e; }

.border-4-gnv-important {
  border: 4px solid #acdc6e !important; }

.border-t-4-gnv-important {
  border-top: 4px solid #acdc6e !important; }

.border-l-4-gnv-important {
  border-left: 4px solid #acdc6e !important; }

.border-r-4-gnv-important {
  border-right: 4px solid #acdc6e !important; }

.border-b-4-gnv-important {
  border-bottom: 4px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-5-gnv {
  border: 5px solid #acdc6e; }

.border-t-5-gnv {
  border-top: 5px solid #acdc6e; }

.border-l-5-gnv {
  border-left: 5px solid #acdc6e; }

.border-r-5-gnv {
  border-right: 5px solid #acdc6e; }

.border-b-5-gnv {
  border-bottom: 5px solid #acdc6e; }

.border-5-gnv-hover:hover {
  border: 5px solid #acdc6e; }

.border-t-5-gnv-hover:hover {
  border-top: 5px solid #acdc6e; }

.border-l-5-gnv-hover:hover {
  border-left: 5px solid #acdc6e; }

.border-r-5-gnv-hover:hover {
  border-right: 5px solid #acdc6e; }

.border-b-5-gnv-hover:hover {
  border-bottom: 5px solid #acdc6e; }

.border-5-gnv-important {
  border: 5px solid #acdc6e !important; }

.border-t-5-gnv-important {
  border-top: 5px solid #acdc6e !important; }

.border-l-5-gnv-important {
  border-left: 5px solid #acdc6e !important; }

.border-r-5-gnv-important {
  border-right: 5px solid #acdc6e !important; }

.border-b-5-gnv-important {
  border-bottom: 5px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-6-gnv {
  border: 6px solid #acdc6e; }

.border-t-6-gnv {
  border-top: 6px solid #acdc6e; }

.border-l-6-gnv {
  border-left: 6px solid #acdc6e; }

.border-r-6-gnv {
  border-right: 6px solid #acdc6e; }

.border-b-6-gnv {
  border-bottom: 6px solid #acdc6e; }

.border-6-gnv-hover:hover {
  border: 6px solid #acdc6e; }

.border-t-6-gnv-hover:hover {
  border-top: 6px solid #acdc6e; }

.border-l-6-gnv-hover:hover {
  border-left: 6px solid #acdc6e; }

.border-r-6-gnv-hover:hover {
  border-right: 6px solid #acdc6e; }

.border-b-6-gnv-hover:hover {
  border-bottom: 6px solid #acdc6e; }

.border-6-gnv-important {
  border: 6px solid #acdc6e !important; }

.border-t-6-gnv-important {
  border-top: 6px solid #acdc6e !important; }

.border-l-6-gnv-important {
  border-left: 6px solid #acdc6e !important; }

.border-r-6-gnv-important {
  border-right: 6px solid #acdc6e !important; }

.border-b-6-gnv-important {
  border-bottom: 6px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-7-gnv {
  border: 7px solid #acdc6e; }

.border-t-7-gnv {
  border-top: 7px solid #acdc6e; }

.border-l-7-gnv {
  border-left: 7px solid #acdc6e; }

.border-r-7-gnv {
  border-right: 7px solid #acdc6e; }

.border-b-7-gnv {
  border-bottom: 7px solid #acdc6e; }

.border-7-gnv-hover:hover {
  border: 7px solid #acdc6e; }

.border-t-7-gnv-hover:hover {
  border-top: 7px solid #acdc6e; }

.border-l-7-gnv-hover:hover {
  border-left: 7px solid #acdc6e; }

.border-r-7-gnv-hover:hover {
  border-right: 7px solid #acdc6e; }

.border-b-7-gnv-hover:hover {
  border-bottom: 7px solid #acdc6e; }

.border-7-gnv-important {
  border: 7px solid #acdc6e !important; }

.border-t-7-gnv-important {
  border-top: 7px solid #acdc6e !important; }

.border-l-7-gnv-important {
  border-left: 7px solid #acdc6e !important; }

.border-r-7-gnv-important {
  border-right: 7px solid #acdc6e !important; }

.border-b-7-gnv-important {
  border-bottom: 7px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-8-gnv {
  border: 8px solid #acdc6e; }

.border-t-8-gnv {
  border-top: 8px solid #acdc6e; }

.border-l-8-gnv {
  border-left: 8px solid #acdc6e; }

.border-r-8-gnv {
  border-right: 8px solid #acdc6e; }

.border-b-8-gnv {
  border-bottom: 8px solid #acdc6e; }

.border-8-gnv-hover:hover {
  border: 8px solid #acdc6e; }

.border-t-8-gnv-hover:hover {
  border-top: 8px solid #acdc6e; }

.border-l-8-gnv-hover:hover {
  border-left: 8px solid #acdc6e; }

.border-r-8-gnv-hover:hover {
  border-right: 8px solid #acdc6e; }

.border-b-8-gnv-hover:hover {
  border-bottom: 8px solid #acdc6e; }

.border-8-gnv-important {
  border: 8px solid #acdc6e !important; }

.border-t-8-gnv-important {
  border-top: 8px solid #acdc6e !important; }

.border-l-8-gnv-important {
  border-left: 8px solid #acdc6e !important; }

.border-r-8-gnv-important {
  border-right: 8px solid #acdc6e !important; }

.border-b-8-gnv-important {
  border-bottom: 8px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-9-gnv {
  border: 9px solid #acdc6e; }

.border-t-9-gnv {
  border-top: 9px solid #acdc6e; }

.border-l-9-gnv {
  border-left: 9px solid #acdc6e; }

.border-r-9-gnv {
  border-right: 9px solid #acdc6e; }

.border-b-9-gnv {
  border-bottom: 9px solid #acdc6e; }

.border-9-gnv-hover:hover {
  border: 9px solid #acdc6e; }

.border-t-9-gnv-hover:hover {
  border-top: 9px solid #acdc6e; }

.border-l-9-gnv-hover:hover {
  border-left: 9px solid #acdc6e; }

.border-r-9-gnv-hover:hover {
  border-right: 9px solid #acdc6e; }

.border-b-9-gnv-hover:hover {
  border-bottom: 9px solid #acdc6e; }

.border-9-gnv-important {
  border: 9px solid #acdc6e !important; }

.border-t-9-gnv-important {
  border-top: 9px solid #acdc6e !important; }

.border-l-9-gnv-important {
  border-left: 9px solid #acdc6e !important; }

.border-r-9-gnv-important {
  border-right: 9px solid #acdc6e !important; }

.border-b-9-gnv-important {
  border-bottom: 9px solid #acdc6e !important; }

.border-gnv-hover:hover {
  border-color: #acdc6e !important; }

.border-10-gnv {
  border: 10px solid #acdc6e; }

.border-t-10-gnv {
  border-top: 10px solid #acdc6e; }

.border-l-10-gnv {
  border-left: 10px solid #acdc6e; }

.border-r-10-gnv {
  border-right: 10px solid #acdc6e; }

.border-b-10-gnv {
  border-bottom: 10px solid #acdc6e; }

.border-10-gnv-hover:hover {
  border: 10px solid #acdc6e; }

.border-t-10-gnv-hover:hover {
  border-top: 10px solid #acdc6e; }

.border-l-10-gnv-hover:hover {
  border-left: 10px solid #acdc6e; }

.border-r-10-gnv-hover:hover {
  border-right: 10px solid #acdc6e; }

.border-b-10-gnv-hover:hover {
  border-bottom: 10px solid #acdc6e; }

.border-10-gnv-important {
  border: 10px solid #acdc6e !important; }

.border-t-10-gnv-important {
  border-top: 10px solid #acdc6e !important; }

.border-l-10-gnv-important {
  border-left: 10px solid #acdc6e !important; }

.border-r-10-gnv-important {
  border-right: 10px solid #acdc6e !important; }

.border-b-10-gnv-important {
  border-bottom: 10px solid #acdc6e !important; }

.border-rad-0 {
  border-radius: 0px; }

.border-radp-0 {
  border-radius: 0%; }

.wp-0 {
  width: 0%; }

.hp-0 {
  height: 0%; }

.f-0 {
  font-size: 0px; }

.lh-0 {
  line-height: 0px; }

.wv-0 {
  width: 0vw; }

.hv-0 {
  height: 0vh; }

._w-0 {
  width: 0px; }

._h-0 {
  height: 0px; }

.maxw-0 {
  max-width: 0px; }

.maxh-0 {
  max-height: 0px; }

.border-rad-1 {
  border-radius: 1px; }

.border-radp-1 {
  border-radius: 1%; }

.wp-1 {
  width: 1%; }

.hp-1 {
  height: 1%; }

.f-1 {
  font-size: 1px; }

.lh-1 {
  line-height: 1px; }

.wv-1 {
  width: 0.1vw; }

.hv-1 {
  height: 0.1vh; }

._w-1 {
  width: 1px; }

._h-1 {
  height: 1px; }

.maxw-1 {
  max-width: 1px; }

.maxh-1 {
  max-height: 1px; }

.border-rad-2 {
  border-radius: 2px; }

.border-radp-2 {
  border-radius: 2%; }

.wp-2 {
  width: 2%; }

.hp-2 {
  height: 2%; }

.f-2 {
  font-size: 2px; }

.lh-2 {
  line-height: 2px; }

.wv-2 {
  width: 0.2vw; }

.hv-2 {
  height: 0.2vh; }

._w-2 {
  width: 2px; }

._h-2 {
  height: 2px; }

.maxw-2 {
  max-width: 2px; }

.maxh-2 {
  max-height: 2px; }

.border-rad-3 {
  border-radius: 3px; }

.border-radp-3 {
  border-radius: 3%; }

.wp-3 {
  width: 3%; }

.hp-3 {
  height: 3%; }

.f-3 {
  font-size: 3px; }

.lh-3 {
  line-height: 3px; }

.wv-3 {
  width: 0.3vw; }

.hv-3 {
  height: 0.3vh; }

._w-3 {
  width: 3px; }

._h-3 {
  height: 3px; }

.maxw-3 {
  max-width: 3px; }

.maxh-3 {
  max-height: 3px; }

.border-rad-4 {
  border-radius: 4px; }

.border-radp-4 {
  border-radius: 4%; }

.wp-4 {
  width: 4%; }

.hp-4 {
  height: 4%; }

.f-4 {
  font-size: 4px; }

.lh-4 {
  line-height: 4px; }

.wv-4 {
  width: 0.4vw; }

.hv-4 {
  height: 0.4vh; }

._w-4 {
  width: 4px; }

._h-4 {
  height: 4px; }

.maxw-4 {
  max-width: 4px; }

.maxh-4 {
  max-height: 4px; }

.border-rad-5 {
  border-radius: 5px; }

.border-radp-5 {
  border-radius: 5%; }

.wp-5 {
  width: 5%; }

.hp-5 {
  height: 5%; }

.f-5 {
  font-size: 5px; }

.lh-5 {
  line-height: 5px; }

.wv-5 {
  width: 0.5vw; }

.hv-5 {
  height: 0.5vh; }

._w-5 {
  width: 5px; }

._h-5 {
  height: 5px; }

.maxw-5 {
  max-width: 5px; }

.maxh-5 {
  max-height: 5px; }

.border-rad-6 {
  border-radius: 6px; }

.border-radp-6 {
  border-radius: 6%; }

.wp-6 {
  width: 6%; }

.hp-6 {
  height: 6%; }

.f-6 {
  font-size: 6px; }

.lh-6 {
  line-height: 6px; }

.wv-6 {
  width: 0.6vw; }

.hv-6 {
  height: 0.6vh; }

._w-6 {
  width: 6px; }

._h-6 {
  height: 6px; }

.maxw-6 {
  max-width: 6px; }

.maxh-6 {
  max-height: 6px; }

.border-rad-7 {
  border-radius: 7px; }

.border-radp-7 {
  border-radius: 7%; }

.wp-7 {
  width: 7%; }

.hp-7 {
  height: 7%; }

.f-7 {
  font-size: 7px; }

.lh-7 {
  line-height: 7px; }

.wv-7 {
  width: 0.7vw; }

.hv-7 {
  height: 0.7vh; }

._w-7 {
  width: 7px; }

._h-7 {
  height: 7px; }

.maxw-7 {
  max-width: 7px; }

.maxh-7 {
  max-height: 7px; }

.border-rad-8 {
  border-radius: 8px; }

.border-radp-8 {
  border-radius: 8%; }

.wp-8 {
  width: 8%; }

.hp-8 {
  height: 8%; }

.f-8 {
  font-size: 8px; }

.lh-8 {
  line-height: 8px; }

.wv-8 {
  width: 0.8vw; }

.hv-8 {
  height: 0.8vh; }

._w-8 {
  width: 8px; }

._h-8 {
  height: 8px; }

.maxw-8 {
  max-width: 8px; }

.maxh-8 {
  max-height: 8px; }

.border-rad-9 {
  border-radius: 9px; }

.border-radp-9 {
  border-radius: 9%; }

.wp-9 {
  width: 9%; }

.hp-9 {
  height: 9%; }

.f-9 {
  font-size: 9px; }

.lh-9 {
  line-height: 9px; }

.wv-9 {
  width: 0.9vw; }

.hv-9 {
  height: 0.9vh; }

._w-9 {
  width: 9px; }

._h-9 {
  height: 9px; }

.maxw-9 {
  max-width: 9px; }

.maxh-9 {
  max-height: 9px; }

.border-rad-10 {
  border-radius: 10px; }

.border-radp-10 {
  border-radius: 10%; }

.wp-10 {
  width: 10%; }

.hp-10 {
  height: 10%; }

.f-10 {
  font-size: 10px; }

.lh-10 {
  line-height: 10px; }

.wv-10 {
  width: 1vw; }

.hv-10 {
  height: 1vh; }

._w-10 {
  width: 10px; }

._h-10 {
  height: 10px; }

.maxw-10 {
  max-width: 10px; }

.maxh-10 {
  max-height: 10px; }

.border-rad-11 {
  border-radius: 11px; }

.border-radp-11 {
  border-radius: 11%; }

.wp-11 {
  width: 11%; }

.hp-11 {
  height: 11%; }

.f-11 {
  font-size: 11px; }

.lh-11 {
  line-height: 11px; }

.wv-11 {
  width: 1.1vw; }

.hv-11 {
  height: 1.1vh; }

._w-11 {
  width: 11px; }

._h-11 {
  height: 11px; }

.maxw-11 {
  max-width: 11px; }

.maxh-11 {
  max-height: 11px; }

.border-rad-12 {
  border-radius: 12px; }

.border-radp-12 {
  border-radius: 12%; }

.wp-12 {
  width: 12%; }

.hp-12 {
  height: 12%; }

.f-12 {
  font-size: 12px; }

.lh-12 {
  line-height: 12px; }

.wv-12 {
  width: 1.2vw; }

.hv-12 {
  height: 1.2vh; }

._w-12 {
  width: 12px; }

._h-12 {
  height: 12px; }

.maxw-12 {
  max-width: 12px; }

.maxh-12 {
  max-height: 12px; }

.border-rad-13 {
  border-radius: 13px; }

.border-radp-13 {
  border-radius: 13%; }

.wp-13 {
  width: 13%; }

.hp-13 {
  height: 13%; }

.f-13 {
  font-size: 13px; }

.lh-13 {
  line-height: 13px; }

.wv-13 {
  width: 1.3vw; }

.hv-13 {
  height: 1.3vh; }

._w-13 {
  width: 13px; }

._h-13 {
  height: 13px; }

.maxw-13 {
  max-width: 13px; }

.maxh-13 {
  max-height: 13px; }

.border-rad-14 {
  border-radius: 14px; }

.border-radp-14 {
  border-radius: 14%; }

.wp-14 {
  width: 14%; }

.hp-14 {
  height: 14%; }

.f-14 {
  font-size: 14px; }

.lh-14 {
  line-height: 14px; }

.wv-14 {
  width: 1.4vw; }

.hv-14 {
  height: 1.4vh; }

._w-14 {
  width: 14px; }

._h-14 {
  height: 14px; }

.maxw-14 {
  max-width: 14px; }

.maxh-14 {
  max-height: 14px; }

.border-rad-15 {
  border-radius: 15px; }

.border-radp-15 {
  border-radius: 15%; }

.wp-15 {
  width: 15%; }

.hp-15 {
  height: 15%; }

.f-15 {
  font-size: 15px; }

.lh-15 {
  line-height: 15px; }

.wv-15 {
  width: 1.5vw; }

.hv-15 {
  height: 1.5vh; }

._w-15 {
  width: 15px; }

._h-15 {
  height: 15px; }

.maxw-15 {
  max-width: 15px; }

.maxh-15 {
  max-height: 15px; }

.border-rad-16 {
  border-radius: 16px; }

.border-radp-16 {
  border-radius: 16%; }

.wp-16 {
  width: 16%; }

.hp-16 {
  height: 16%; }

.f-16 {
  font-size: 16px; }

.lh-16 {
  line-height: 16px; }

.wv-16 {
  width: 1.6vw; }

.hv-16 {
  height: 1.6vh; }

._w-16 {
  width: 16px; }

._h-16 {
  height: 16px; }

.maxw-16 {
  max-width: 16px; }

.maxh-16 {
  max-height: 16px; }

.border-rad-17 {
  border-radius: 17px; }

.border-radp-17 {
  border-radius: 17%; }

.wp-17 {
  width: 17%; }

.hp-17 {
  height: 17%; }

.f-17 {
  font-size: 17px; }

.lh-17 {
  line-height: 17px; }

.wv-17 {
  width: 1.7vw; }

.hv-17 {
  height: 1.7vh; }

._w-17 {
  width: 17px; }

._h-17 {
  height: 17px; }

.maxw-17 {
  max-width: 17px; }

.maxh-17 {
  max-height: 17px; }

.border-rad-18 {
  border-radius: 18px; }

.border-radp-18 {
  border-radius: 18%; }

.wp-18 {
  width: 18%; }

.hp-18 {
  height: 18%; }

.f-18 {
  font-size: 18px; }

.lh-18 {
  line-height: 18px; }

.wv-18 {
  width: 1.8vw; }

.hv-18 {
  height: 1.8vh; }

._w-18 {
  width: 18px; }

._h-18 {
  height: 18px; }

.maxw-18 {
  max-width: 18px; }

.maxh-18 {
  max-height: 18px; }

.border-rad-19 {
  border-radius: 19px; }

.border-radp-19 {
  border-radius: 19%; }

.wp-19 {
  width: 19%; }

.hp-19 {
  height: 19%; }

.f-19 {
  font-size: 19px; }

.lh-19 {
  line-height: 19px; }

.wv-19 {
  width: 1.9vw; }

.hv-19 {
  height: 1.9vh; }

._w-19 {
  width: 19px; }

._h-19 {
  height: 19px; }

.maxw-19 {
  max-width: 19px; }

.maxh-19 {
  max-height: 19px; }

.border-rad-20 {
  border-radius: 20px; }

.border-radp-20 {
  border-radius: 20%; }

.wp-20 {
  width: 20%; }

.hp-20 {
  height: 20%; }

.f-20 {
  font-size: 20px; }

.lh-20 {
  line-height: 20px; }

.wv-20 {
  width: 2vw; }

.hv-20 {
  height: 2vh; }

._w-20 {
  width: 20px; }

._h-20 {
  height: 20px; }

.maxw-20 {
  max-width: 20px; }

.maxh-20 {
  max-height: 20px; }

.border-rad-21 {
  border-radius: 21px; }

.border-radp-21 {
  border-radius: 21%; }

.wp-21 {
  width: 21%; }

.hp-21 {
  height: 21%; }

.f-21 {
  font-size: 21px; }

.lh-21 {
  line-height: 21px; }

.wv-21 {
  width: 2.1vw; }

.hv-21 {
  height: 2.1vh; }

._w-21 {
  width: 21px; }

._h-21 {
  height: 21px; }

.maxw-21 {
  max-width: 21px; }

.maxh-21 {
  max-height: 21px; }

.border-rad-22 {
  border-radius: 22px; }

.border-radp-22 {
  border-radius: 22%; }

.wp-22 {
  width: 22%; }

.hp-22 {
  height: 22%; }

.f-22 {
  font-size: 22px; }

.lh-22 {
  line-height: 22px; }

.wv-22 {
  width: 2.2vw; }

.hv-22 {
  height: 2.2vh; }

._w-22 {
  width: 22px; }

._h-22 {
  height: 22px; }

.maxw-22 {
  max-width: 22px; }

.maxh-22 {
  max-height: 22px; }

.border-rad-23 {
  border-radius: 23px; }

.border-radp-23 {
  border-radius: 23%; }

.wp-23 {
  width: 23%; }

.hp-23 {
  height: 23%; }

.f-23 {
  font-size: 23px; }

.lh-23 {
  line-height: 23px; }

.wv-23 {
  width: 2.3vw; }

.hv-23 {
  height: 2.3vh; }

._w-23 {
  width: 23px; }

._h-23 {
  height: 23px; }

.maxw-23 {
  max-width: 23px; }

.maxh-23 {
  max-height: 23px; }

.border-rad-24 {
  border-radius: 24px; }

.border-radp-24 {
  border-radius: 24%; }

.wp-24 {
  width: 24%; }

.hp-24 {
  height: 24%; }

.f-24 {
  font-size: 24px; }

.lh-24 {
  line-height: 24px; }

.wv-24 {
  width: 2.4vw; }

.hv-24 {
  height: 2.4vh; }

._w-24 {
  width: 24px; }

._h-24 {
  height: 24px; }

.maxw-24 {
  max-width: 24px; }

.maxh-24 {
  max-height: 24px; }

.border-rad-25 {
  border-radius: 25px; }

.border-radp-25 {
  border-radius: 25%; }

.wp-25 {
  width: 25%; }

.hp-25 {
  height: 25%; }

.f-25 {
  font-size: 25px; }

.lh-25 {
  line-height: 25px; }

.wv-25 {
  width: 2.5vw; }

.hv-25 {
  height: 2.5vh; }

._w-25 {
  width: 25px; }

._h-25 {
  height: 25px; }

.maxw-25 {
  max-width: 25px; }

.maxh-25 {
  max-height: 25px; }

.border-rad-26 {
  border-radius: 26px; }

.border-radp-26 {
  border-radius: 26%; }

.wp-26 {
  width: 26%; }

.hp-26 {
  height: 26%; }

.f-26 {
  font-size: 26px; }

.lh-26 {
  line-height: 26px; }

.wv-26 {
  width: 2.6vw; }

.hv-26 {
  height: 2.6vh; }

._w-26 {
  width: 26px; }

._h-26 {
  height: 26px; }

.maxw-26 {
  max-width: 26px; }

.maxh-26 {
  max-height: 26px; }

.border-rad-27 {
  border-radius: 27px; }

.border-radp-27 {
  border-radius: 27%; }

.wp-27 {
  width: 27%; }

.hp-27 {
  height: 27%; }

.f-27 {
  font-size: 27px; }

.lh-27 {
  line-height: 27px; }

.wv-27 {
  width: 2.7vw; }

.hv-27 {
  height: 2.7vh; }

._w-27 {
  width: 27px; }

._h-27 {
  height: 27px; }

.maxw-27 {
  max-width: 27px; }

.maxh-27 {
  max-height: 27px; }

.border-rad-28 {
  border-radius: 28px; }

.border-radp-28 {
  border-radius: 28%; }

.wp-28 {
  width: 28%; }

.hp-28 {
  height: 28%; }

.f-28 {
  font-size: 28px; }

.lh-28 {
  line-height: 28px; }

.wv-28 {
  width: 2.8vw; }

.hv-28 {
  height: 2.8vh; }

._w-28 {
  width: 28px; }

._h-28 {
  height: 28px; }

.maxw-28 {
  max-width: 28px; }

.maxh-28 {
  max-height: 28px; }

.border-rad-29 {
  border-radius: 29px; }

.border-radp-29 {
  border-radius: 29%; }

.wp-29 {
  width: 29%; }

.hp-29 {
  height: 29%; }

.f-29 {
  font-size: 29px; }

.lh-29 {
  line-height: 29px; }

.wv-29 {
  width: 2.9vw; }

.hv-29 {
  height: 2.9vh; }

._w-29 {
  width: 29px; }

._h-29 {
  height: 29px; }

.maxw-29 {
  max-width: 29px; }

.maxh-29 {
  max-height: 29px; }

.border-rad-30 {
  border-radius: 30px; }

.border-radp-30 {
  border-radius: 30%; }

.wp-30 {
  width: 30%; }

.hp-30 {
  height: 30%; }

.f-30 {
  font-size: 30px; }

.lh-30 {
  line-height: 30px; }

.wv-30 {
  width: 3vw; }

.hv-30 {
  height: 3vh; }

._w-30 {
  width: 30px; }

._h-30 {
  height: 30px; }

.maxw-30 {
  max-width: 30px; }

.maxh-30 {
  max-height: 30px; }

.border-rad-31 {
  border-radius: 31px; }

.border-radp-31 {
  border-radius: 31%; }

.wp-31 {
  width: 31%; }

.hp-31 {
  height: 31%; }

.f-31 {
  font-size: 31px; }

.lh-31 {
  line-height: 31px; }

.wv-31 {
  width: 3.1vw; }

.hv-31 {
  height: 3.1vh; }

._w-31 {
  width: 31px; }

._h-31 {
  height: 31px; }

.maxw-31 {
  max-width: 31px; }

.maxh-31 {
  max-height: 31px; }

.border-rad-32 {
  border-radius: 32px; }

.border-radp-32 {
  border-radius: 32%; }

.wp-32 {
  width: 32%; }

.hp-32 {
  height: 32%; }

.f-32 {
  font-size: 32px; }

.lh-32 {
  line-height: 32px; }

.wv-32 {
  width: 3.2vw; }

.hv-32 {
  height: 3.2vh; }

._w-32 {
  width: 32px; }

._h-32 {
  height: 32px; }

.maxw-32 {
  max-width: 32px; }

.maxh-32 {
  max-height: 32px; }

.border-rad-33 {
  border-radius: 33px; }

.border-radp-33 {
  border-radius: 33%; }

.wp-33 {
  width: 33%; }

.hp-33 {
  height: 33%; }

.f-33 {
  font-size: 33px; }

.lh-33 {
  line-height: 33px; }

.wv-33 {
  width: 3.3vw; }

.hv-33 {
  height: 3.3vh; }

._w-33 {
  width: 33px; }

._h-33 {
  height: 33px; }

.maxw-33 {
  max-width: 33px; }

.maxh-33 {
  max-height: 33px; }

.border-rad-34 {
  border-radius: 34px; }

.border-radp-34 {
  border-radius: 34%; }

.wp-34 {
  width: 34%; }

.hp-34 {
  height: 34%; }

.f-34 {
  font-size: 34px; }

.lh-34 {
  line-height: 34px; }

.wv-34 {
  width: 3.4vw; }

.hv-34 {
  height: 3.4vh; }

._w-34 {
  width: 34px; }

._h-34 {
  height: 34px; }

.maxw-34 {
  max-width: 34px; }

.maxh-34 {
  max-height: 34px; }

.border-rad-35 {
  border-radius: 35px; }

.border-radp-35 {
  border-radius: 35%; }

.wp-35 {
  width: 35%; }

.hp-35 {
  height: 35%; }

.f-35 {
  font-size: 35px; }

.lh-35 {
  line-height: 35px; }

.wv-35 {
  width: 3.5vw; }

.hv-35 {
  height: 3.5vh; }

._w-35 {
  width: 35px; }

._h-35 {
  height: 35px; }

.maxw-35 {
  max-width: 35px; }

.maxh-35 {
  max-height: 35px; }

.border-rad-36 {
  border-radius: 36px; }

.border-radp-36 {
  border-radius: 36%; }

.wp-36 {
  width: 36%; }

.hp-36 {
  height: 36%; }

.f-36 {
  font-size: 36px; }

.lh-36 {
  line-height: 36px; }

.wv-36 {
  width: 3.6vw; }

.hv-36 {
  height: 3.6vh; }

._w-36 {
  width: 36px; }

._h-36 {
  height: 36px; }

.maxw-36 {
  max-width: 36px; }

.maxh-36 {
  max-height: 36px; }

.border-rad-37 {
  border-radius: 37px; }

.border-radp-37 {
  border-radius: 37%; }

.wp-37 {
  width: 37%; }

.hp-37 {
  height: 37%; }

.f-37 {
  font-size: 37px; }

.lh-37 {
  line-height: 37px; }

.wv-37 {
  width: 3.7vw; }

.hv-37 {
  height: 3.7vh; }

._w-37 {
  width: 37px; }

._h-37 {
  height: 37px; }

.maxw-37 {
  max-width: 37px; }

.maxh-37 {
  max-height: 37px; }

.border-rad-38 {
  border-radius: 38px; }

.border-radp-38 {
  border-radius: 38%; }

.wp-38 {
  width: 38%; }

.hp-38 {
  height: 38%; }

.f-38 {
  font-size: 38px; }

.lh-38 {
  line-height: 38px; }

.wv-38 {
  width: 3.8vw; }

.hv-38 {
  height: 3.8vh; }

._w-38 {
  width: 38px; }

._h-38 {
  height: 38px; }

.maxw-38 {
  max-width: 38px; }

.maxh-38 {
  max-height: 38px; }

.border-rad-39 {
  border-radius: 39px; }

.border-radp-39 {
  border-radius: 39%; }

.wp-39 {
  width: 39%; }

.hp-39 {
  height: 39%; }

.f-39 {
  font-size: 39px; }

.lh-39 {
  line-height: 39px; }

.wv-39 {
  width: 3.9vw; }

.hv-39 {
  height: 3.9vh; }

._w-39 {
  width: 39px; }

._h-39 {
  height: 39px; }

.maxw-39 {
  max-width: 39px; }

.maxh-39 {
  max-height: 39px; }

.border-rad-40 {
  border-radius: 40px; }

.border-radp-40 {
  border-radius: 40%; }

.wp-40 {
  width: 40%; }

.hp-40 {
  height: 40%; }

.f-40 {
  font-size: 40px; }

.lh-40 {
  line-height: 40px; }

.wv-40 {
  width: 4vw; }

.hv-40 {
  height: 4vh; }

._w-40 {
  width: 40px; }

._h-40 {
  height: 40px; }

.maxw-40 {
  max-width: 40px; }

.maxh-40 {
  max-height: 40px; }

.border-rad-41 {
  border-radius: 41px; }

.border-radp-41 {
  border-radius: 41%; }

.wp-41 {
  width: 41%; }

.hp-41 {
  height: 41%; }

.f-41 {
  font-size: 41px; }

.lh-41 {
  line-height: 41px; }

.wv-41 {
  width: 4.1vw; }

.hv-41 {
  height: 4.1vh; }

._w-41 {
  width: 41px; }

._h-41 {
  height: 41px; }

.maxw-41 {
  max-width: 41px; }

.maxh-41 {
  max-height: 41px; }

.border-rad-42 {
  border-radius: 42px; }

.border-radp-42 {
  border-radius: 42%; }

.wp-42 {
  width: 42%; }

.hp-42 {
  height: 42%; }

.f-42 {
  font-size: 42px; }

.lh-42 {
  line-height: 42px; }

.wv-42 {
  width: 4.2vw; }

.hv-42 {
  height: 4.2vh; }

._w-42 {
  width: 42px; }

._h-42 {
  height: 42px; }

.maxw-42 {
  max-width: 42px; }

.maxh-42 {
  max-height: 42px; }

.border-rad-43 {
  border-radius: 43px; }

.border-radp-43 {
  border-radius: 43%; }

.wp-43 {
  width: 43%; }

.hp-43 {
  height: 43%; }

.f-43 {
  font-size: 43px; }

.lh-43 {
  line-height: 43px; }

.wv-43 {
  width: 4.3vw; }

.hv-43 {
  height: 4.3vh; }

._w-43 {
  width: 43px; }

._h-43 {
  height: 43px; }

.maxw-43 {
  max-width: 43px; }

.maxh-43 {
  max-height: 43px; }

.border-rad-44 {
  border-radius: 44px; }

.border-radp-44 {
  border-radius: 44%; }

.wp-44 {
  width: 44%; }

.hp-44 {
  height: 44%; }

.f-44 {
  font-size: 44px; }

.lh-44 {
  line-height: 44px; }

.wv-44 {
  width: 4.4vw; }

.hv-44 {
  height: 4.4vh; }

._w-44 {
  width: 44px; }

._h-44 {
  height: 44px; }

.maxw-44 {
  max-width: 44px; }

.maxh-44 {
  max-height: 44px; }

.border-rad-45 {
  border-radius: 45px; }

.border-radp-45 {
  border-radius: 45%; }

.wp-45 {
  width: 45%; }

.hp-45 {
  height: 45%; }

.f-45 {
  font-size: 45px; }

.lh-45 {
  line-height: 45px; }

.wv-45 {
  width: 4.5vw; }

.hv-45 {
  height: 4.5vh; }

._w-45 {
  width: 45px; }

._h-45 {
  height: 45px; }

.maxw-45 {
  max-width: 45px; }

.maxh-45 {
  max-height: 45px; }

.border-rad-46 {
  border-radius: 46px; }

.border-radp-46 {
  border-radius: 46%; }

.wp-46 {
  width: 46%; }

.hp-46 {
  height: 46%; }

.f-46 {
  font-size: 46px; }

.lh-46 {
  line-height: 46px; }

.wv-46 {
  width: 4.6vw; }

.hv-46 {
  height: 4.6vh; }

._w-46 {
  width: 46px; }

._h-46 {
  height: 46px; }

.maxw-46 {
  max-width: 46px; }

.maxh-46 {
  max-height: 46px; }

.border-rad-47 {
  border-radius: 47px; }

.border-radp-47 {
  border-radius: 47%; }

.wp-47 {
  width: 47%; }

.hp-47 {
  height: 47%; }

.f-47 {
  font-size: 47px; }

.lh-47 {
  line-height: 47px; }

.wv-47 {
  width: 4.7vw; }

.hv-47 {
  height: 4.7vh; }

._w-47 {
  width: 47px; }

._h-47 {
  height: 47px; }

.maxw-47 {
  max-width: 47px; }

.maxh-47 {
  max-height: 47px; }

.border-rad-48 {
  border-radius: 48px; }

.border-radp-48 {
  border-radius: 48%; }

.wp-48 {
  width: 48%; }

.hp-48 {
  height: 48%; }

.f-48 {
  font-size: 48px; }

.lh-48 {
  line-height: 48px; }

.wv-48 {
  width: 4.8vw; }

.hv-48 {
  height: 4.8vh; }

._w-48 {
  width: 48px; }

._h-48 {
  height: 48px; }

.maxw-48 {
  max-width: 48px; }

.maxh-48 {
  max-height: 48px; }

.border-rad-49 {
  border-radius: 49px; }

.border-radp-49 {
  border-radius: 49%; }

.wp-49 {
  width: 49%; }

.hp-49 {
  height: 49%; }

.f-49 {
  font-size: 49px; }

.lh-49 {
  line-height: 49px; }

.wv-49 {
  width: 4.9vw; }

.hv-49 {
  height: 4.9vh; }

._w-49 {
  width: 49px; }

._h-49 {
  height: 49px; }

.maxw-49 {
  max-width: 49px; }

.maxh-49 {
  max-height: 49px; }

.border-rad-50 {
  border-radius: 50px; }

.border-radp-50 {
  border-radius: 50%; }

.wp-50 {
  width: 50%; }

.hp-50 {
  height: 50%; }

.f-50 {
  font-size: 50px; }

.lh-50 {
  line-height: 50px; }

.wv-50 {
  width: 5vw; }

.hv-50 {
  height: 5vh; }

._w-50 {
  width: 50px; }

._h-50 {
  height: 50px; }

.maxw-50 {
  max-width: 50px; }

.maxh-50 {
  max-height: 50px; }

.border-rad-51 {
  border-radius: 51px; }

.border-radp-51 {
  border-radius: 51%; }

.wp-51 {
  width: 51%; }

.hp-51 {
  height: 51%; }

.f-51 {
  font-size: 51px; }

.lh-51 {
  line-height: 51px; }

.wv-51 {
  width: 5.1vw; }

.hv-51 {
  height: 5.1vh; }

._w-51 {
  width: 51px; }

._h-51 {
  height: 51px; }

.maxw-51 {
  max-width: 51px; }

.maxh-51 {
  max-height: 51px; }

.border-rad-52 {
  border-radius: 52px; }

.border-radp-52 {
  border-radius: 52%; }

.wp-52 {
  width: 52%; }

.hp-52 {
  height: 52%; }

.f-52 {
  font-size: 52px; }

.lh-52 {
  line-height: 52px; }

.wv-52 {
  width: 5.2vw; }

.hv-52 {
  height: 5.2vh; }

._w-52 {
  width: 52px; }

._h-52 {
  height: 52px; }

.maxw-52 {
  max-width: 52px; }

.maxh-52 {
  max-height: 52px; }

.border-rad-53 {
  border-radius: 53px; }

.border-radp-53 {
  border-radius: 53%; }

.wp-53 {
  width: 53%; }

.hp-53 {
  height: 53%; }

.f-53 {
  font-size: 53px; }

.lh-53 {
  line-height: 53px; }

.wv-53 {
  width: 5.3vw; }

.hv-53 {
  height: 5.3vh; }

._w-53 {
  width: 53px; }

._h-53 {
  height: 53px; }

.maxw-53 {
  max-width: 53px; }

.maxh-53 {
  max-height: 53px; }

.border-rad-54 {
  border-radius: 54px; }

.border-radp-54 {
  border-radius: 54%; }

.wp-54 {
  width: 54%; }

.hp-54 {
  height: 54%; }

.f-54 {
  font-size: 54px; }

.lh-54 {
  line-height: 54px; }

.wv-54 {
  width: 5.4vw; }

.hv-54 {
  height: 5.4vh; }

._w-54 {
  width: 54px; }

._h-54 {
  height: 54px; }

.maxw-54 {
  max-width: 54px; }

.maxh-54 {
  max-height: 54px; }

.border-rad-55 {
  border-radius: 55px; }

.border-radp-55 {
  border-radius: 55%; }

.wp-55 {
  width: 55%; }

.hp-55 {
  height: 55%; }

.f-55 {
  font-size: 55px; }

.lh-55 {
  line-height: 55px; }

.wv-55 {
  width: 5.5vw; }

.hv-55 {
  height: 5.5vh; }

._w-55 {
  width: 55px; }

._h-55 {
  height: 55px; }

.maxw-55 {
  max-width: 55px; }

.maxh-55 {
  max-height: 55px; }

.border-rad-56 {
  border-radius: 56px; }

.border-radp-56 {
  border-radius: 56%; }

.wp-56 {
  width: 56%; }

.hp-56 {
  height: 56%; }

.f-56 {
  font-size: 56px; }

.lh-56 {
  line-height: 56px; }

.wv-56 {
  width: 5.6vw; }

.hv-56 {
  height: 5.6vh; }

._w-56 {
  width: 56px; }

._h-56 {
  height: 56px; }

.maxw-56 {
  max-width: 56px; }

.maxh-56 {
  max-height: 56px; }

.border-rad-57 {
  border-radius: 57px; }

.border-radp-57 {
  border-radius: 57%; }

.wp-57 {
  width: 57%; }

.hp-57 {
  height: 57%; }

.f-57 {
  font-size: 57px; }

.lh-57 {
  line-height: 57px; }

.wv-57 {
  width: 5.7vw; }

.hv-57 {
  height: 5.7vh; }

._w-57 {
  width: 57px; }

._h-57 {
  height: 57px; }

.maxw-57 {
  max-width: 57px; }

.maxh-57 {
  max-height: 57px; }

.border-rad-58 {
  border-radius: 58px; }

.border-radp-58 {
  border-radius: 58%; }

.wp-58 {
  width: 58%; }

.hp-58 {
  height: 58%; }

.f-58 {
  font-size: 58px; }

.lh-58 {
  line-height: 58px; }

.wv-58 {
  width: 5.8vw; }

.hv-58 {
  height: 5.8vh; }

._w-58 {
  width: 58px; }

._h-58 {
  height: 58px; }

.maxw-58 {
  max-width: 58px; }

.maxh-58 {
  max-height: 58px; }

.border-rad-59 {
  border-radius: 59px; }

.border-radp-59 {
  border-radius: 59%; }

.wp-59 {
  width: 59%; }

.hp-59 {
  height: 59%; }

.f-59 {
  font-size: 59px; }

.lh-59 {
  line-height: 59px; }

.wv-59 {
  width: 5.9vw; }

.hv-59 {
  height: 5.9vh; }

._w-59 {
  width: 59px; }

._h-59 {
  height: 59px; }

.maxw-59 {
  max-width: 59px; }

.maxh-59 {
  max-height: 59px; }

.border-rad-60 {
  border-radius: 60px; }

.border-radp-60 {
  border-radius: 60%; }

.wp-60 {
  width: 60%; }

.hp-60 {
  height: 60%; }

.f-60 {
  font-size: 60px; }

.lh-60 {
  line-height: 60px; }

.wv-60 {
  width: 6vw; }

.hv-60 {
  height: 6vh; }

._w-60 {
  width: 60px; }

._h-60 {
  height: 60px; }

.maxw-60 {
  max-width: 60px; }

.maxh-60 {
  max-height: 60px; }

.border-rad-61 {
  border-radius: 61px; }

.border-radp-61 {
  border-radius: 61%; }

.wp-61 {
  width: 61%; }

.hp-61 {
  height: 61%; }

.f-61 {
  font-size: 61px; }

.lh-61 {
  line-height: 61px; }

.wv-61 {
  width: 6.1vw; }

.hv-61 {
  height: 6.1vh; }

._w-61 {
  width: 61px; }

._h-61 {
  height: 61px; }

.maxw-61 {
  max-width: 61px; }

.maxh-61 {
  max-height: 61px; }

.border-rad-62 {
  border-radius: 62px; }

.border-radp-62 {
  border-radius: 62%; }

.wp-62 {
  width: 62%; }

.hp-62 {
  height: 62%; }

.f-62 {
  font-size: 62px; }

.lh-62 {
  line-height: 62px; }

.wv-62 {
  width: 6.2vw; }

.hv-62 {
  height: 6.2vh; }

._w-62 {
  width: 62px; }

._h-62 {
  height: 62px; }

.maxw-62 {
  max-width: 62px; }

.maxh-62 {
  max-height: 62px; }

.border-rad-63 {
  border-radius: 63px; }

.border-radp-63 {
  border-radius: 63%; }

.wp-63 {
  width: 63%; }

.hp-63 {
  height: 63%; }

.f-63 {
  font-size: 63px; }

.lh-63 {
  line-height: 63px; }

.wv-63 {
  width: 6.3vw; }

.hv-63 {
  height: 6.3vh; }

._w-63 {
  width: 63px; }

._h-63 {
  height: 63px; }

.maxw-63 {
  max-width: 63px; }

.maxh-63 {
  max-height: 63px; }

.border-rad-64 {
  border-radius: 64px; }

.border-radp-64 {
  border-radius: 64%; }

.wp-64 {
  width: 64%; }

.hp-64 {
  height: 64%; }

.f-64 {
  font-size: 64px; }

.lh-64 {
  line-height: 64px; }

.wv-64 {
  width: 6.4vw; }

.hv-64 {
  height: 6.4vh; }

._w-64 {
  width: 64px; }

._h-64 {
  height: 64px; }

.maxw-64 {
  max-width: 64px; }

.maxh-64 {
  max-height: 64px; }

.border-rad-65 {
  border-radius: 65px; }

.border-radp-65 {
  border-radius: 65%; }

.wp-65 {
  width: 65%; }

.hp-65 {
  height: 65%; }

.f-65 {
  font-size: 65px; }

.lh-65 {
  line-height: 65px; }

.wv-65 {
  width: 6.5vw; }

.hv-65 {
  height: 6.5vh; }

._w-65 {
  width: 65px; }

._h-65 {
  height: 65px; }

.maxw-65 {
  max-width: 65px; }

.maxh-65 {
  max-height: 65px; }

.border-rad-66 {
  border-radius: 66px; }

.border-radp-66 {
  border-radius: 66%; }

.wp-66 {
  width: 66%; }

.hp-66 {
  height: 66%; }

.f-66 {
  font-size: 66px; }

.lh-66 {
  line-height: 66px; }

.wv-66 {
  width: 6.6vw; }

.hv-66 {
  height: 6.6vh; }

._w-66 {
  width: 66px; }

._h-66 {
  height: 66px; }

.maxw-66 {
  max-width: 66px; }

.maxh-66 {
  max-height: 66px; }

.border-rad-67 {
  border-radius: 67px; }

.border-radp-67 {
  border-radius: 67%; }

.wp-67 {
  width: 67%; }

.hp-67 {
  height: 67%; }

.f-67 {
  font-size: 67px; }

.lh-67 {
  line-height: 67px; }

.wv-67 {
  width: 6.7vw; }

.hv-67 {
  height: 6.7vh; }

._w-67 {
  width: 67px; }

._h-67 {
  height: 67px; }

.maxw-67 {
  max-width: 67px; }

.maxh-67 {
  max-height: 67px; }

.border-rad-68 {
  border-radius: 68px; }

.border-radp-68 {
  border-radius: 68%; }

.wp-68 {
  width: 68%; }

.hp-68 {
  height: 68%; }

.f-68 {
  font-size: 68px; }

.lh-68 {
  line-height: 68px; }

.wv-68 {
  width: 6.8vw; }

.hv-68 {
  height: 6.8vh; }

._w-68 {
  width: 68px; }

._h-68 {
  height: 68px; }

.maxw-68 {
  max-width: 68px; }

.maxh-68 {
  max-height: 68px; }

.border-rad-69 {
  border-radius: 69px; }

.border-radp-69 {
  border-radius: 69%; }

.wp-69 {
  width: 69%; }

.hp-69 {
  height: 69%; }

.f-69 {
  font-size: 69px; }

.lh-69 {
  line-height: 69px; }

.wv-69 {
  width: 6.9vw; }

.hv-69 {
  height: 6.9vh; }

._w-69 {
  width: 69px; }

._h-69 {
  height: 69px; }

.maxw-69 {
  max-width: 69px; }

.maxh-69 {
  max-height: 69px; }

.border-rad-70 {
  border-radius: 70px; }

.border-radp-70 {
  border-radius: 70%; }

.wp-70 {
  width: 70%; }

.hp-70 {
  height: 70%; }

.f-70 {
  font-size: 70px; }

.lh-70 {
  line-height: 70px; }

.wv-70 {
  width: 7vw; }

.hv-70 {
  height: 7vh; }

._w-70 {
  width: 70px; }

._h-70 {
  height: 70px; }

.maxw-70 {
  max-width: 70px; }

.maxh-70 {
  max-height: 70px; }

.border-rad-71 {
  border-radius: 71px; }

.border-radp-71 {
  border-radius: 71%; }

.wp-71 {
  width: 71%; }

.hp-71 {
  height: 71%; }

.f-71 {
  font-size: 71px; }

.lh-71 {
  line-height: 71px; }

.wv-71 {
  width: 7.1vw; }

.hv-71 {
  height: 7.1vh; }

._w-71 {
  width: 71px; }

._h-71 {
  height: 71px; }

.maxw-71 {
  max-width: 71px; }

.maxh-71 {
  max-height: 71px; }

.border-rad-72 {
  border-radius: 72px; }

.border-radp-72 {
  border-radius: 72%; }

.wp-72 {
  width: 72%; }

.hp-72 {
  height: 72%; }

.f-72 {
  font-size: 72px; }

.lh-72 {
  line-height: 72px; }

.wv-72 {
  width: 7.2vw; }

.hv-72 {
  height: 7.2vh; }

._w-72 {
  width: 72px; }

._h-72 {
  height: 72px; }

.maxw-72 {
  max-width: 72px; }

.maxh-72 {
  max-height: 72px; }

.border-rad-73 {
  border-radius: 73px; }

.border-radp-73 {
  border-radius: 73%; }

.wp-73 {
  width: 73%; }

.hp-73 {
  height: 73%; }

.f-73 {
  font-size: 73px; }

.lh-73 {
  line-height: 73px; }

.wv-73 {
  width: 7.3vw; }

.hv-73 {
  height: 7.3vh; }

._w-73 {
  width: 73px; }

._h-73 {
  height: 73px; }

.maxw-73 {
  max-width: 73px; }

.maxh-73 {
  max-height: 73px; }

.border-rad-74 {
  border-radius: 74px; }

.border-radp-74 {
  border-radius: 74%; }

.wp-74 {
  width: 74%; }

.hp-74 {
  height: 74%; }

.f-74 {
  font-size: 74px; }

.lh-74 {
  line-height: 74px; }

.wv-74 {
  width: 7.4vw; }

.hv-74 {
  height: 7.4vh; }

._w-74 {
  width: 74px; }

._h-74 {
  height: 74px; }

.maxw-74 {
  max-width: 74px; }

.maxh-74 {
  max-height: 74px; }

.border-rad-75 {
  border-radius: 75px; }

.border-radp-75 {
  border-radius: 75%; }

.wp-75 {
  width: 75%; }

.hp-75 {
  height: 75%; }

.f-75 {
  font-size: 75px; }

.lh-75 {
  line-height: 75px; }

.wv-75 {
  width: 7.5vw; }

.hv-75 {
  height: 7.5vh; }

._w-75 {
  width: 75px; }

._h-75 {
  height: 75px; }

.maxw-75 {
  max-width: 75px; }

.maxh-75 {
  max-height: 75px; }

.border-rad-76 {
  border-radius: 76px; }

.border-radp-76 {
  border-radius: 76%; }

.wp-76 {
  width: 76%; }

.hp-76 {
  height: 76%; }

.f-76 {
  font-size: 76px; }

.lh-76 {
  line-height: 76px; }

.wv-76 {
  width: 7.6vw; }

.hv-76 {
  height: 7.6vh; }

._w-76 {
  width: 76px; }

._h-76 {
  height: 76px; }

.maxw-76 {
  max-width: 76px; }

.maxh-76 {
  max-height: 76px; }

.border-rad-77 {
  border-radius: 77px; }

.border-radp-77 {
  border-radius: 77%; }

.wp-77 {
  width: 77%; }

.hp-77 {
  height: 77%; }

.f-77 {
  font-size: 77px; }

.lh-77 {
  line-height: 77px; }

.wv-77 {
  width: 7.7vw; }

.hv-77 {
  height: 7.7vh; }

._w-77 {
  width: 77px; }

._h-77 {
  height: 77px; }

.maxw-77 {
  max-width: 77px; }

.maxh-77 {
  max-height: 77px; }

.border-rad-78 {
  border-radius: 78px; }

.border-radp-78 {
  border-radius: 78%; }

.wp-78 {
  width: 78%; }

.hp-78 {
  height: 78%; }

.f-78 {
  font-size: 78px; }

.lh-78 {
  line-height: 78px; }

.wv-78 {
  width: 7.8vw; }

.hv-78 {
  height: 7.8vh; }

._w-78 {
  width: 78px; }

._h-78 {
  height: 78px; }

.maxw-78 {
  max-width: 78px; }

.maxh-78 {
  max-height: 78px; }

.border-rad-79 {
  border-radius: 79px; }

.border-radp-79 {
  border-radius: 79%; }

.wp-79 {
  width: 79%; }

.hp-79 {
  height: 79%; }

.f-79 {
  font-size: 79px; }

.lh-79 {
  line-height: 79px; }

.wv-79 {
  width: 7.9vw; }

.hv-79 {
  height: 7.9vh; }

._w-79 {
  width: 79px; }

._h-79 {
  height: 79px; }

.maxw-79 {
  max-width: 79px; }

.maxh-79 {
  max-height: 79px; }

.border-rad-80 {
  border-radius: 80px; }

.border-radp-80 {
  border-radius: 80%; }

.wp-80 {
  width: 80%; }

.hp-80 {
  height: 80%; }

.f-80 {
  font-size: 80px; }

.lh-80 {
  line-height: 80px; }

.wv-80 {
  width: 8vw; }

.hv-80 {
  height: 8vh; }

._w-80 {
  width: 80px; }

._h-80 {
  height: 80px; }

.maxw-80 {
  max-width: 80px; }

.maxh-80 {
  max-height: 80px; }

.border-rad-81 {
  border-radius: 81px; }

.border-radp-81 {
  border-radius: 81%; }

.wp-81 {
  width: 81%; }

.hp-81 {
  height: 81%; }

.f-81 {
  font-size: 81px; }

.lh-81 {
  line-height: 81px; }

.wv-81 {
  width: 8.1vw; }

.hv-81 {
  height: 8.1vh; }

._w-81 {
  width: 81px; }

._h-81 {
  height: 81px; }

.maxw-81 {
  max-width: 81px; }

.maxh-81 {
  max-height: 81px; }

.border-rad-82 {
  border-radius: 82px; }

.border-radp-82 {
  border-radius: 82%; }

.wp-82 {
  width: 82%; }

.hp-82 {
  height: 82%; }

.f-82 {
  font-size: 82px; }

.lh-82 {
  line-height: 82px; }

.wv-82 {
  width: 8.2vw; }

.hv-82 {
  height: 8.2vh; }

._w-82 {
  width: 82px; }

._h-82 {
  height: 82px; }

.maxw-82 {
  max-width: 82px; }

.maxh-82 {
  max-height: 82px; }

.border-rad-83 {
  border-radius: 83px; }

.border-radp-83 {
  border-radius: 83%; }

.wp-83 {
  width: 83%; }

.hp-83 {
  height: 83%; }

.f-83 {
  font-size: 83px; }

.lh-83 {
  line-height: 83px; }

.wv-83 {
  width: 8.3vw; }

.hv-83 {
  height: 8.3vh; }

._w-83 {
  width: 83px; }

._h-83 {
  height: 83px; }

.maxw-83 {
  max-width: 83px; }

.maxh-83 {
  max-height: 83px; }

.border-rad-84 {
  border-radius: 84px; }

.border-radp-84 {
  border-radius: 84%; }

.wp-84 {
  width: 84%; }

.hp-84 {
  height: 84%; }

.f-84 {
  font-size: 84px; }

.lh-84 {
  line-height: 84px; }

.wv-84 {
  width: 8.4vw; }

.hv-84 {
  height: 8.4vh; }

._w-84 {
  width: 84px; }

._h-84 {
  height: 84px; }

.maxw-84 {
  max-width: 84px; }

.maxh-84 {
  max-height: 84px; }

.border-rad-85 {
  border-radius: 85px; }

.border-radp-85 {
  border-radius: 85%; }

.wp-85 {
  width: 85%; }

.hp-85 {
  height: 85%; }

.f-85 {
  font-size: 85px; }

.lh-85 {
  line-height: 85px; }

.wv-85 {
  width: 8.5vw; }

.hv-85 {
  height: 8.5vh; }

._w-85 {
  width: 85px; }

._h-85 {
  height: 85px; }

.maxw-85 {
  max-width: 85px; }

.maxh-85 {
  max-height: 85px; }

.border-rad-86 {
  border-radius: 86px; }

.border-radp-86 {
  border-radius: 86%; }

.wp-86 {
  width: 86%; }

.hp-86 {
  height: 86%; }

.f-86 {
  font-size: 86px; }

.lh-86 {
  line-height: 86px; }

.wv-86 {
  width: 8.6vw; }

.hv-86 {
  height: 8.6vh; }

._w-86 {
  width: 86px; }

._h-86 {
  height: 86px; }

.maxw-86 {
  max-width: 86px; }

.maxh-86 {
  max-height: 86px; }

.border-rad-87 {
  border-radius: 87px; }

.border-radp-87 {
  border-radius: 87%; }

.wp-87 {
  width: 87%; }

.hp-87 {
  height: 87%; }

.f-87 {
  font-size: 87px; }

.lh-87 {
  line-height: 87px; }

.wv-87 {
  width: 8.7vw; }

.hv-87 {
  height: 8.7vh; }

._w-87 {
  width: 87px; }

._h-87 {
  height: 87px; }

.maxw-87 {
  max-width: 87px; }

.maxh-87 {
  max-height: 87px; }

.border-rad-88 {
  border-radius: 88px; }

.border-radp-88 {
  border-radius: 88%; }

.wp-88 {
  width: 88%; }

.hp-88 {
  height: 88%; }

.f-88 {
  font-size: 88px; }

.lh-88 {
  line-height: 88px; }

.wv-88 {
  width: 8.8vw; }

.hv-88 {
  height: 8.8vh; }

._w-88 {
  width: 88px; }

._h-88 {
  height: 88px; }

.maxw-88 {
  max-width: 88px; }

.maxh-88 {
  max-height: 88px; }

.border-rad-89 {
  border-radius: 89px; }

.border-radp-89 {
  border-radius: 89%; }

.wp-89 {
  width: 89%; }

.hp-89 {
  height: 89%; }

.f-89 {
  font-size: 89px; }

.lh-89 {
  line-height: 89px; }

.wv-89 {
  width: 8.9vw; }

.hv-89 {
  height: 8.9vh; }

._w-89 {
  width: 89px; }

._h-89 {
  height: 89px; }

.maxw-89 {
  max-width: 89px; }

.maxh-89 {
  max-height: 89px; }

.border-rad-90 {
  border-radius: 90px; }

.border-radp-90 {
  border-radius: 90%; }

.wp-90 {
  width: 90%; }

.hp-90 {
  height: 90%; }

.f-90 {
  font-size: 90px; }

.lh-90 {
  line-height: 90px; }

.wv-90 {
  width: 9vw; }

.hv-90 {
  height: 9vh; }

._w-90 {
  width: 90px; }

._h-90 {
  height: 90px; }

.maxw-90 {
  max-width: 90px; }

.maxh-90 {
  max-height: 90px; }

.border-rad-91 {
  border-radius: 91px; }

.border-radp-91 {
  border-radius: 91%; }

.wp-91 {
  width: 91%; }

.hp-91 {
  height: 91%; }

.f-91 {
  font-size: 91px; }

.lh-91 {
  line-height: 91px; }

.wv-91 {
  width: 9.1vw; }

.hv-91 {
  height: 9.1vh; }

._w-91 {
  width: 91px; }

._h-91 {
  height: 91px; }

.maxw-91 {
  max-width: 91px; }

.maxh-91 {
  max-height: 91px; }

.border-rad-92 {
  border-radius: 92px; }

.border-radp-92 {
  border-radius: 92%; }

.wp-92 {
  width: 92%; }

.hp-92 {
  height: 92%; }

.f-92 {
  font-size: 92px; }

.lh-92 {
  line-height: 92px; }

.wv-92 {
  width: 9.2vw; }

.hv-92 {
  height: 9.2vh; }

._w-92 {
  width: 92px; }

._h-92 {
  height: 92px; }

.maxw-92 {
  max-width: 92px; }

.maxh-92 {
  max-height: 92px; }

.border-rad-93 {
  border-radius: 93px; }

.border-radp-93 {
  border-radius: 93%; }

.wp-93 {
  width: 93%; }

.hp-93 {
  height: 93%; }

.f-93 {
  font-size: 93px; }

.lh-93 {
  line-height: 93px; }

.wv-93 {
  width: 9.3vw; }

.hv-93 {
  height: 9.3vh; }

._w-93 {
  width: 93px; }

._h-93 {
  height: 93px; }

.maxw-93 {
  max-width: 93px; }

.maxh-93 {
  max-height: 93px; }

.border-rad-94 {
  border-radius: 94px; }

.border-radp-94 {
  border-radius: 94%; }

.wp-94 {
  width: 94%; }

.hp-94 {
  height: 94%; }

.f-94 {
  font-size: 94px; }

.lh-94 {
  line-height: 94px; }

.wv-94 {
  width: 9.4vw; }

.hv-94 {
  height: 9.4vh; }

._w-94 {
  width: 94px; }

._h-94 {
  height: 94px; }

.maxw-94 {
  max-width: 94px; }

.maxh-94 {
  max-height: 94px; }

.border-rad-95 {
  border-radius: 95px; }

.border-radp-95 {
  border-radius: 95%; }

.wp-95 {
  width: 95%; }

.hp-95 {
  height: 95%; }

.f-95 {
  font-size: 95px; }

.lh-95 {
  line-height: 95px; }

.wv-95 {
  width: 9.5vw; }

.hv-95 {
  height: 9.5vh; }

._w-95 {
  width: 95px; }

._h-95 {
  height: 95px; }

.maxw-95 {
  max-width: 95px; }

.maxh-95 {
  max-height: 95px; }

.border-rad-96 {
  border-radius: 96px; }

.border-radp-96 {
  border-radius: 96%; }

.wp-96 {
  width: 96%; }

.hp-96 {
  height: 96%; }

.f-96 {
  font-size: 96px; }

.lh-96 {
  line-height: 96px; }

.wv-96 {
  width: 9.6vw; }

.hv-96 {
  height: 9.6vh; }

._w-96 {
  width: 96px; }

._h-96 {
  height: 96px; }

.maxw-96 {
  max-width: 96px; }

.maxh-96 {
  max-height: 96px; }

.border-rad-97 {
  border-radius: 97px; }

.border-radp-97 {
  border-radius: 97%; }

.wp-97 {
  width: 97%; }

.hp-97 {
  height: 97%; }

.f-97 {
  font-size: 97px; }

.lh-97 {
  line-height: 97px; }

.wv-97 {
  width: 9.7vw; }

.hv-97 {
  height: 9.7vh; }

._w-97 {
  width: 97px; }

._h-97 {
  height: 97px; }

.maxw-97 {
  max-width: 97px; }

.maxh-97 {
  max-height: 97px; }

.border-rad-98 {
  border-radius: 98px; }

.border-radp-98 {
  border-radius: 98%; }

.wp-98 {
  width: 98%; }

.hp-98 {
  height: 98%; }

.f-98 {
  font-size: 98px; }

.lh-98 {
  line-height: 98px; }

.wv-98 {
  width: 9.8vw; }

.hv-98 {
  height: 9.8vh; }

._w-98 {
  width: 98px; }

._h-98 {
  height: 98px; }

.maxw-98 {
  max-width: 98px; }

.maxh-98 {
  max-height: 98px; }

.border-rad-99 {
  border-radius: 99px; }

.border-radp-99 {
  border-radius: 99%; }

.wp-99 {
  width: 99%; }

.hp-99 {
  height: 99%; }

.f-99 {
  font-size: 99px; }

.lh-99 {
  line-height: 99px; }

.wv-99 {
  width: 9.9vw; }

.hv-99 {
  height: 9.9vh; }

._w-99 {
  width: 99px; }

._h-99 {
  height: 99px; }

.maxw-99 {
  max-width: 99px; }

.maxh-99 {
  max-height: 99px; }

.border-rad-100 {
  border-radius: 100px; }

.border-radp-100 {
  border-radius: 100%; }

.wp-100 {
  width: 100%; }

.hp-100 {
  height: 100%; }

.f-100 {
  font-size: 100px; }

.lh-100 {
  line-height: 100px; }

.wv-100 {
  width: 10vw; }

.hv-100 {
  height: 10vh; }

._w-100 {
  width: 100px; }

._h-100 {
  height: 100px; }

.maxw-100 {
  max-width: 100px; }

.maxh-100 {
  max-height: 100px; }

.top-101 {
  top: 101px; }

.left-101 {
  left: 101px; }

.right-101 {
  right: 101px; }

.bottom-101 {
  bottom: 101px; }

._w-101 {
  width: 101px; }

._h-101 {
  height: 101px; }

.maxw-101 {
  max-width: 101px; }

.maxh-101 {
  max-height: 101px; }

.top-102 {
  top: 102px; }

.left-102 {
  left: 102px; }

.right-102 {
  right: 102px; }

.bottom-102 {
  bottom: 102px; }

._w-102 {
  width: 102px; }

._h-102 {
  height: 102px; }

.maxw-102 {
  max-width: 102px; }

.maxh-102 {
  max-height: 102px; }

.top-103 {
  top: 103px; }

.left-103 {
  left: 103px; }

.right-103 {
  right: 103px; }

.bottom-103 {
  bottom: 103px; }

._w-103 {
  width: 103px; }

._h-103 {
  height: 103px; }

.maxw-103 {
  max-width: 103px; }

.maxh-103 {
  max-height: 103px; }

.top-104 {
  top: 104px; }

.left-104 {
  left: 104px; }

.right-104 {
  right: 104px; }

.bottom-104 {
  bottom: 104px; }

._w-104 {
  width: 104px; }

._h-104 {
  height: 104px; }

.maxw-104 {
  max-width: 104px; }

.maxh-104 {
  max-height: 104px; }

.top-105 {
  top: 105px; }

.left-105 {
  left: 105px; }

.right-105 {
  right: 105px; }

.bottom-105 {
  bottom: 105px; }

._w-105 {
  width: 105px; }

._h-105 {
  height: 105px; }

.maxw-105 {
  max-width: 105px; }

.maxh-105 {
  max-height: 105px; }

.top-106 {
  top: 106px; }

.left-106 {
  left: 106px; }

.right-106 {
  right: 106px; }

.bottom-106 {
  bottom: 106px; }

._w-106 {
  width: 106px; }

._h-106 {
  height: 106px; }

.maxw-106 {
  max-width: 106px; }

.maxh-106 {
  max-height: 106px; }

.top-107 {
  top: 107px; }

.left-107 {
  left: 107px; }

.right-107 {
  right: 107px; }

.bottom-107 {
  bottom: 107px; }

._w-107 {
  width: 107px; }

._h-107 {
  height: 107px; }

.maxw-107 {
  max-width: 107px; }

.maxh-107 {
  max-height: 107px; }

.top-108 {
  top: 108px; }

.left-108 {
  left: 108px; }

.right-108 {
  right: 108px; }

.bottom-108 {
  bottom: 108px; }

._w-108 {
  width: 108px; }

._h-108 {
  height: 108px; }

.maxw-108 {
  max-width: 108px; }

.maxh-108 {
  max-height: 108px; }

.top-109 {
  top: 109px; }

.left-109 {
  left: 109px; }

.right-109 {
  right: 109px; }

.bottom-109 {
  bottom: 109px; }

._w-109 {
  width: 109px; }

._h-109 {
  height: 109px; }

.maxw-109 {
  max-width: 109px; }

.maxh-109 {
  max-height: 109px; }

.top-110 {
  top: 110px; }

.left-110 {
  left: 110px; }

.right-110 {
  right: 110px; }

.bottom-110 {
  bottom: 110px; }

._w-110 {
  width: 110px; }

._h-110 {
  height: 110px; }

.maxw-110 {
  max-width: 110px; }

.maxh-110 {
  max-height: 110px; }

.top-111 {
  top: 111px; }

.left-111 {
  left: 111px; }

.right-111 {
  right: 111px; }

.bottom-111 {
  bottom: 111px; }

._w-111 {
  width: 111px; }

._h-111 {
  height: 111px; }

.maxw-111 {
  max-width: 111px; }

.maxh-111 {
  max-height: 111px; }

.top-112 {
  top: 112px; }

.left-112 {
  left: 112px; }

.right-112 {
  right: 112px; }

.bottom-112 {
  bottom: 112px; }

._w-112 {
  width: 112px; }

._h-112 {
  height: 112px; }

.maxw-112 {
  max-width: 112px; }

.maxh-112 {
  max-height: 112px; }

.top-113 {
  top: 113px; }

.left-113 {
  left: 113px; }

.right-113 {
  right: 113px; }

.bottom-113 {
  bottom: 113px; }

._w-113 {
  width: 113px; }

._h-113 {
  height: 113px; }

.maxw-113 {
  max-width: 113px; }

.maxh-113 {
  max-height: 113px; }

.top-114 {
  top: 114px; }

.left-114 {
  left: 114px; }

.right-114 {
  right: 114px; }

.bottom-114 {
  bottom: 114px; }

._w-114 {
  width: 114px; }

._h-114 {
  height: 114px; }

.maxw-114 {
  max-width: 114px; }

.maxh-114 {
  max-height: 114px; }

.top-115 {
  top: 115px; }

.left-115 {
  left: 115px; }

.right-115 {
  right: 115px; }

.bottom-115 {
  bottom: 115px; }

._w-115 {
  width: 115px; }

._h-115 {
  height: 115px; }

.maxw-115 {
  max-width: 115px; }

.maxh-115 {
  max-height: 115px; }

.top-116 {
  top: 116px; }

.left-116 {
  left: 116px; }

.right-116 {
  right: 116px; }

.bottom-116 {
  bottom: 116px; }

._w-116 {
  width: 116px; }

._h-116 {
  height: 116px; }

.maxw-116 {
  max-width: 116px; }

.maxh-116 {
  max-height: 116px; }

.top-117 {
  top: 117px; }

.left-117 {
  left: 117px; }

.right-117 {
  right: 117px; }

.bottom-117 {
  bottom: 117px; }

._w-117 {
  width: 117px; }

._h-117 {
  height: 117px; }

.maxw-117 {
  max-width: 117px; }

.maxh-117 {
  max-height: 117px; }

.top-118 {
  top: 118px; }

.left-118 {
  left: 118px; }

.right-118 {
  right: 118px; }

.bottom-118 {
  bottom: 118px; }

._w-118 {
  width: 118px; }

._h-118 {
  height: 118px; }

.maxw-118 {
  max-width: 118px; }

.maxh-118 {
  max-height: 118px; }

.top-119 {
  top: 119px; }

.left-119 {
  left: 119px; }

.right-119 {
  right: 119px; }

.bottom-119 {
  bottom: 119px; }

._w-119 {
  width: 119px; }

._h-119 {
  height: 119px; }

.maxw-119 {
  max-width: 119px; }

.maxh-119 {
  max-height: 119px; }

.top-120 {
  top: 120px; }

.left-120 {
  left: 120px; }

.right-120 {
  right: 120px; }

.bottom-120 {
  bottom: 120px; }

._w-120 {
  width: 120px; }

._h-120 {
  height: 120px; }

.maxw-120 {
  max-width: 120px; }

.maxh-120 {
  max-height: 120px; }

.top-121 {
  top: 121px; }

.left-121 {
  left: 121px; }

.right-121 {
  right: 121px; }

.bottom-121 {
  bottom: 121px; }

._w-121 {
  width: 121px; }

._h-121 {
  height: 121px; }

.maxw-121 {
  max-width: 121px; }

.maxh-121 {
  max-height: 121px; }

.top-122 {
  top: 122px; }

.left-122 {
  left: 122px; }

.right-122 {
  right: 122px; }

.bottom-122 {
  bottom: 122px; }

._w-122 {
  width: 122px; }

._h-122 {
  height: 122px; }

.maxw-122 {
  max-width: 122px; }

.maxh-122 {
  max-height: 122px; }

.top-123 {
  top: 123px; }

.left-123 {
  left: 123px; }

.right-123 {
  right: 123px; }

.bottom-123 {
  bottom: 123px; }

._w-123 {
  width: 123px; }

._h-123 {
  height: 123px; }

.maxw-123 {
  max-width: 123px; }

.maxh-123 {
  max-height: 123px; }

.top-124 {
  top: 124px; }

.left-124 {
  left: 124px; }

.right-124 {
  right: 124px; }

.bottom-124 {
  bottom: 124px; }

._w-124 {
  width: 124px; }

._h-124 {
  height: 124px; }

.maxw-124 {
  max-width: 124px; }

.maxh-124 {
  max-height: 124px; }

.top-125 {
  top: 125px; }

.left-125 {
  left: 125px; }

.right-125 {
  right: 125px; }

.bottom-125 {
  bottom: 125px; }

._w-125 {
  width: 125px; }

._h-125 {
  height: 125px; }

.maxw-125 {
  max-width: 125px; }

.maxh-125 {
  max-height: 125px; }

.top-126 {
  top: 126px; }

.left-126 {
  left: 126px; }

.right-126 {
  right: 126px; }

.bottom-126 {
  bottom: 126px; }

._w-126 {
  width: 126px; }

._h-126 {
  height: 126px; }

.maxw-126 {
  max-width: 126px; }

.maxh-126 {
  max-height: 126px; }

.top-127 {
  top: 127px; }

.left-127 {
  left: 127px; }

.right-127 {
  right: 127px; }

.bottom-127 {
  bottom: 127px; }

._w-127 {
  width: 127px; }

._h-127 {
  height: 127px; }

.maxw-127 {
  max-width: 127px; }

.maxh-127 {
  max-height: 127px; }

.top-128 {
  top: 128px; }

.left-128 {
  left: 128px; }

.right-128 {
  right: 128px; }

.bottom-128 {
  bottom: 128px; }

._w-128 {
  width: 128px; }

._h-128 {
  height: 128px; }

.maxw-128 {
  max-width: 128px; }

.maxh-128 {
  max-height: 128px; }

.top-129 {
  top: 129px; }

.left-129 {
  left: 129px; }

.right-129 {
  right: 129px; }

.bottom-129 {
  bottom: 129px; }

._w-129 {
  width: 129px; }

._h-129 {
  height: 129px; }

.maxw-129 {
  max-width: 129px; }

.maxh-129 {
  max-height: 129px; }

.top-130 {
  top: 130px; }

.left-130 {
  left: 130px; }

.right-130 {
  right: 130px; }

.bottom-130 {
  bottom: 130px; }

._w-130 {
  width: 130px; }

._h-130 {
  height: 130px; }

.maxw-130 {
  max-width: 130px; }

.maxh-130 {
  max-height: 130px; }

.top-131 {
  top: 131px; }

.left-131 {
  left: 131px; }

.right-131 {
  right: 131px; }

.bottom-131 {
  bottom: 131px; }

._w-131 {
  width: 131px; }

._h-131 {
  height: 131px; }

.maxw-131 {
  max-width: 131px; }

.maxh-131 {
  max-height: 131px; }

.top-132 {
  top: 132px; }

.left-132 {
  left: 132px; }

.right-132 {
  right: 132px; }

.bottom-132 {
  bottom: 132px; }

._w-132 {
  width: 132px; }

._h-132 {
  height: 132px; }

.maxw-132 {
  max-width: 132px; }

.maxh-132 {
  max-height: 132px; }

.top-133 {
  top: 133px; }

.left-133 {
  left: 133px; }

.right-133 {
  right: 133px; }

.bottom-133 {
  bottom: 133px; }

._w-133 {
  width: 133px; }

._h-133 {
  height: 133px; }

.maxw-133 {
  max-width: 133px; }

.maxh-133 {
  max-height: 133px; }

.top-134 {
  top: 134px; }

.left-134 {
  left: 134px; }

.right-134 {
  right: 134px; }

.bottom-134 {
  bottom: 134px; }

._w-134 {
  width: 134px; }

._h-134 {
  height: 134px; }

.maxw-134 {
  max-width: 134px; }

.maxh-134 {
  max-height: 134px; }

.top-135 {
  top: 135px; }

.left-135 {
  left: 135px; }

.right-135 {
  right: 135px; }

.bottom-135 {
  bottom: 135px; }

._w-135 {
  width: 135px; }

._h-135 {
  height: 135px; }

.maxw-135 {
  max-width: 135px; }

.maxh-135 {
  max-height: 135px; }

.top-136 {
  top: 136px; }

.left-136 {
  left: 136px; }

.right-136 {
  right: 136px; }

.bottom-136 {
  bottom: 136px; }

._w-136 {
  width: 136px; }

._h-136 {
  height: 136px; }

.maxw-136 {
  max-width: 136px; }

.maxh-136 {
  max-height: 136px; }

.top-137 {
  top: 137px; }

.left-137 {
  left: 137px; }

.right-137 {
  right: 137px; }

.bottom-137 {
  bottom: 137px; }

._w-137 {
  width: 137px; }

._h-137 {
  height: 137px; }

.maxw-137 {
  max-width: 137px; }

.maxh-137 {
  max-height: 137px; }

.top-138 {
  top: 138px; }

.left-138 {
  left: 138px; }

.right-138 {
  right: 138px; }

.bottom-138 {
  bottom: 138px; }

._w-138 {
  width: 138px; }

._h-138 {
  height: 138px; }

.maxw-138 {
  max-width: 138px; }

.maxh-138 {
  max-height: 138px; }

.top-139 {
  top: 139px; }

.left-139 {
  left: 139px; }

.right-139 {
  right: 139px; }

.bottom-139 {
  bottom: 139px; }

._w-139 {
  width: 139px; }

._h-139 {
  height: 139px; }

.maxw-139 {
  max-width: 139px; }

.maxh-139 {
  max-height: 139px; }

.top-140 {
  top: 140px; }

.left-140 {
  left: 140px; }

.right-140 {
  right: 140px; }

.bottom-140 {
  bottom: 140px; }

._w-140 {
  width: 140px; }

._h-140 {
  height: 140px; }

.maxw-140 {
  max-width: 140px; }

.maxh-140 {
  max-height: 140px; }

.top-141 {
  top: 141px; }

.left-141 {
  left: 141px; }

.right-141 {
  right: 141px; }

.bottom-141 {
  bottom: 141px; }

._w-141 {
  width: 141px; }

._h-141 {
  height: 141px; }

.maxw-141 {
  max-width: 141px; }

.maxh-141 {
  max-height: 141px; }

.top-142 {
  top: 142px; }

.left-142 {
  left: 142px; }

.right-142 {
  right: 142px; }

.bottom-142 {
  bottom: 142px; }

._w-142 {
  width: 142px; }

._h-142 {
  height: 142px; }

.maxw-142 {
  max-width: 142px; }

.maxh-142 {
  max-height: 142px; }

.top-143 {
  top: 143px; }

.left-143 {
  left: 143px; }

.right-143 {
  right: 143px; }

.bottom-143 {
  bottom: 143px; }

._w-143 {
  width: 143px; }

._h-143 {
  height: 143px; }

.maxw-143 {
  max-width: 143px; }

.maxh-143 {
  max-height: 143px; }

.top-144 {
  top: 144px; }

.left-144 {
  left: 144px; }

.right-144 {
  right: 144px; }

.bottom-144 {
  bottom: 144px; }

._w-144 {
  width: 144px; }

._h-144 {
  height: 144px; }

.maxw-144 {
  max-width: 144px; }

.maxh-144 {
  max-height: 144px; }

.top-145 {
  top: 145px; }

.left-145 {
  left: 145px; }

.right-145 {
  right: 145px; }

.bottom-145 {
  bottom: 145px; }

._w-145 {
  width: 145px; }

._h-145 {
  height: 145px; }

.maxw-145 {
  max-width: 145px; }

.maxh-145 {
  max-height: 145px; }

.top-146 {
  top: 146px; }

.left-146 {
  left: 146px; }

.right-146 {
  right: 146px; }

.bottom-146 {
  bottom: 146px; }

._w-146 {
  width: 146px; }

._h-146 {
  height: 146px; }

.maxw-146 {
  max-width: 146px; }

.maxh-146 {
  max-height: 146px; }

.top-147 {
  top: 147px; }

.left-147 {
  left: 147px; }

.right-147 {
  right: 147px; }

.bottom-147 {
  bottom: 147px; }

._w-147 {
  width: 147px; }

._h-147 {
  height: 147px; }

.maxw-147 {
  max-width: 147px; }

.maxh-147 {
  max-height: 147px; }

.top-148 {
  top: 148px; }

.left-148 {
  left: 148px; }

.right-148 {
  right: 148px; }

.bottom-148 {
  bottom: 148px; }

._w-148 {
  width: 148px; }

._h-148 {
  height: 148px; }

.maxw-148 {
  max-width: 148px; }

.maxh-148 {
  max-height: 148px; }

.top-149 {
  top: 149px; }

.left-149 {
  left: 149px; }

.right-149 {
  right: 149px; }

.bottom-149 {
  bottom: 149px; }

._w-149 {
  width: 149px; }

._h-149 {
  height: 149px; }

.maxw-149 {
  max-width: 149px; }

.maxh-149 {
  max-height: 149px; }

.top-150 {
  top: 150px; }

.left-150 {
  left: 150px; }

.right-150 {
  right: 150px; }

.bottom-150 {
  bottom: 150px; }

._w-150 {
  width: 150px; }

._h-150 {
  height: 150px; }

.maxw-150 {
  max-width: 150px; }

.maxh-150 {
  max-height: 150px; }

.top-151 {
  top: 151px; }

.left-151 {
  left: 151px; }

.right-151 {
  right: 151px; }

.bottom-151 {
  bottom: 151px; }

._w-151 {
  width: 151px; }

._h-151 {
  height: 151px; }

.maxw-151 {
  max-width: 151px; }

.maxh-151 {
  max-height: 151px; }

.top-152 {
  top: 152px; }

.left-152 {
  left: 152px; }

.right-152 {
  right: 152px; }

.bottom-152 {
  bottom: 152px; }

._w-152 {
  width: 152px; }

._h-152 {
  height: 152px; }

.maxw-152 {
  max-width: 152px; }

.maxh-152 {
  max-height: 152px; }

.top-153 {
  top: 153px; }

.left-153 {
  left: 153px; }

.right-153 {
  right: 153px; }

.bottom-153 {
  bottom: 153px; }

._w-153 {
  width: 153px; }

._h-153 {
  height: 153px; }

.maxw-153 {
  max-width: 153px; }

.maxh-153 {
  max-height: 153px; }

.top-154 {
  top: 154px; }

.left-154 {
  left: 154px; }

.right-154 {
  right: 154px; }

.bottom-154 {
  bottom: 154px; }

._w-154 {
  width: 154px; }

._h-154 {
  height: 154px; }

.maxw-154 {
  max-width: 154px; }

.maxh-154 {
  max-height: 154px; }

.top-155 {
  top: 155px; }

.left-155 {
  left: 155px; }

.right-155 {
  right: 155px; }

.bottom-155 {
  bottom: 155px; }

._w-155 {
  width: 155px; }

._h-155 {
  height: 155px; }

.maxw-155 {
  max-width: 155px; }

.maxh-155 {
  max-height: 155px; }

.top-156 {
  top: 156px; }

.left-156 {
  left: 156px; }

.right-156 {
  right: 156px; }

.bottom-156 {
  bottom: 156px; }

._w-156 {
  width: 156px; }

._h-156 {
  height: 156px; }

.maxw-156 {
  max-width: 156px; }

.maxh-156 {
  max-height: 156px; }

.top-157 {
  top: 157px; }

.left-157 {
  left: 157px; }

.right-157 {
  right: 157px; }

.bottom-157 {
  bottom: 157px; }

._w-157 {
  width: 157px; }

._h-157 {
  height: 157px; }

.maxw-157 {
  max-width: 157px; }

.maxh-157 {
  max-height: 157px; }

.top-158 {
  top: 158px; }

.left-158 {
  left: 158px; }

.right-158 {
  right: 158px; }

.bottom-158 {
  bottom: 158px; }

._w-158 {
  width: 158px; }

._h-158 {
  height: 158px; }

.maxw-158 {
  max-width: 158px; }

.maxh-158 {
  max-height: 158px; }

.top-159 {
  top: 159px; }

.left-159 {
  left: 159px; }

.right-159 {
  right: 159px; }

.bottom-159 {
  bottom: 159px; }

._w-159 {
  width: 159px; }

._h-159 {
  height: 159px; }

.maxw-159 {
  max-width: 159px; }

.maxh-159 {
  max-height: 159px; }

.top-160 {
  top: 160px; }

.left-160 {
  left: 160px; }

.right-160 {
  right: 160px; }

.bottom-160 {
  bottom: 160px; }

._w-160 {
  width: 160px; }

._h-160 {
  height: 160px; }

.maxw-160 {
  max-width: 160px; }

.maxh-160 {
  max-height: 160px; }

.top-161 {
  top: 161px; }

.left-161 {
  left: 161px; }

.right-161 {
  right: 161px; }

.bottom-161 {
  bottom: 161px; }

._w-161 {
  width: 161px; }

._h-161 {
  height: 161px; }

.maxw-161 {
  max-width: 161px; }

.maxh-161 {
  max-height: 161px; }

.top-162 {
  top: 162px; }

.left-162 {
  left: 162px; }

.right-162 {
  right: 162px; }

.bottom-162 {
  bottom: 162px; }

._w-162 {
  width: 162px; }

._h-162 {
  height: 162px; }

.maxw-162 {
  max-width: 162px; }

.maxh-162 {
  max-height: 162px; }

.top-163 {
  top: 163px; }

.left-163 {
  left: 163px; }

.right-163 {
  right: 163px; }

.bottom-163 {
  bottom: 163px; }

._w-163 {
  width: 163px; }

._h-163 {
  height: 163px; }

.maxw-163 {
  max-width: 163px; }

.maxh-163 {
  max-height: 163px; }

.top-164 {
  top: 164px; }

.left-164 {
  left: 164px; }

.right-164 {
  right: 164px; }

.bottom-164 {
  bottom: 164px; }

._w-164 {
  width: 164px; }

._h-164 {
  height: 164px; }

.maxw-164 {
  max-width: 164px; }

.maxh-164 {
  max-height: 164px; }

.top-165 {
  top: 165px; }

.left-165 {
  left: 165px; }

.right-165 {
  right: 165px; }

.bottom-165 {
  bottom: 165px; }

._w-165 {
  width: 165px; }

._h-165 {
  height: 165px; }

.maxw-165 {
  max-width: 165px; }

.maxh-165 {
  max-height: 165px; }

.top-166 {
  top: 166px; }

.left-166 {
  left: 166px; }

.right-166 {
  right: 166px; }

.bottom-166 {
  bottom: 166px; }

._w-166 {
  width: 166px; }

._h-166 {
  height: 166px; }

.maxw-166 {
  max-width: 166px; }

.maxh-166 {
  max-height: 166px; }

.top-167 {
  top: 167px; }

.left-167 {
  left: 167px; }

.right-167 {
  right: 167px; }

.bottom-167 {
  bottom: 167px; }

._w-167 {
  width: 167px; }

._h-167 {
  height: 167px; }

.maxw-167 {
  max-width: 167px; }

.maxh-167 {
  max-height: 167px; }

.top-168 {
  top: 168px; }

.left-168 {
  left: 168px; }

.right-168 {
  right: 168px; }

.bottom-168 {
  bottom: 168px; }

._w-168 {
  width: 168px; }

._h-168 {
  height: 168px; }

.maxw-168 {
  max-width: 168px; }

.maxh-168 {
  max-height: 168px; }

.top-169 {
  top: 169px; }

.left-169 {
  left: 169px; }

.right-169 {
  right: 169px; }

.bottom-169 {
  bottom: 169px; }

._w-169 {
  width: 169px; }

._h-169 {
  height: 169px; }

.maxw-169 {
  max-width: 169px; }

.maxh-169 {
  max-height: 169px; }

.top-170 {
  top: 170px; }

.left-170 {
  left: 170px; }

.right-170 {
  right: 170px; }

.bottom-170 {
  bottom: 170px; }

._w-170 {
  width: 170px; }

._h-170 {
  height: 170px; }

.maxw-170 {
  max-width: 170px; }

.maxh-170 {
  max-height: 170px; }

.top-171 {
  top: 171px; }

.left-171 {
  left: 171px; }

.right-171 {
  right: 171px; }

.bottom-171 {
  bottom: 171px; }

._w-171 {
  width: 171px; }

._h-171 {
  height: 171px; }

.maxw-171 {
  max-width: 171px; }

.maxh-171 {
  max-height: 171px; }

.top-172 {
  top: 172px; }

.left-172 {
  left: 172px; }

.right-172 {
  right: 172px; }

.bottom-172 {
  bottom: 172px; }

._w-172 {
  width: 172px; }

._h-172 {
  height: 172px; }

.maxw-172 {
  max-width: 172px; }

.maxh-172 {
  max-height: 172px; }

.top-173 {
  top: 173px; }

.left-173 {
  left: 173px; }

.right-173 {
  right: 173px; }

.bottom-173 {
  bottom: 173px; }

._w-173 {
  width: 173px; }

._h-173 {
  height: 173px; }

.maxw-173 {
  max-width: 173px; }

.maxh-173 {
  max-height: 173px; }

.top-174 {
  top: 174px; }

.left-174 {
  left: 174px; }

.right-174 {
  right: 174px; }

.bottom-174 {
  bottom: 174px; }

._w-174 {
  width: 174px; }

._h-174 {
  height: 174px; }

.maxw-174 {
  max-width: 174px; }

.maxh-174 {
  max-height: 174px; }

.top-175 {
  top: 175px; }

.left-175 {
  left: 175px; }

.right-175 {
  right: 175px; }

.bottom-175 {
  bottom: 175px; }

._w-175 {
  width: 175px; }

._h-175 {
  height: 175px; }

.maxw-175 {
  max-width: 175px; }

.maxh-175 {
  max-height: 175px; }

.top-176 {
  top: 176px; }

.left-176 {
  left: 176px; }

.right-176 {
  right: 176px; }

.bottom-176 {
  bottom: 176px; }

._w-176 {
  width: 176px; }

._h-176 {
  height: 176px; }

.maxw-176 {
  max-width: 176px; }

.maxh-176 {
  max-height: 176px; }

.top-177 {
  top: 177px; }

.left-177 {
  left: 177px; }

.right-177 {
  right: 177px; }

.bottom-177 {
  bottom: 177px; }

._w-177 {
  width: 177px; }

._h-177 {
  height: 177px; }

.maxw-177 {
  max-width: 177px; }

.maxh-177 {
  max-height: 177px; }

.top-178 {
  top: 178px; }

.left-178 {
  left: 178px; }

.right-178 {
  right: 178px; }

.bottom-178 {
  bottom: 178px; }

._w-178 {
  width: 178px; }

._h-178 {
  height: 178px; }

.maxw-178 {
  max-width: 178px; }

.maxh-178 {
  max-height: 178px; }

.top-179 {
  top: 179px; }

.left-179 {
  left: 179px; }

.right-179 {
  right: 179px; }

.bottom-179 {
  bottom: 179px; }

._w-179 {
  width: 179px; }

._h-179 {
  height: 179px; }

.maxw-179 {
  max-width: 179px; }

.maxh-179 {
  max-height: 179px; }

.top-180 {
  top: 180px; }

.left-180 {
  left: 180px; }

.right-180 {
  right: 180px; }

.bottom-180 {
  bottom: 180px; }

._w-180 {
  width: 180px; }

._h-180 {
  height: 180px; }

.maxw-180 {
  max-width: 180px; }

.maxh-180 {
  max-height: 180px; }

.top-181 {
  top: 181px; }

.left-181 {
  left: 181px; }

.right-181 {
  right: 181px; }

.bottom-181 {
  bottom: 181px; }

._w-181 {
  width: 181px; }

._h-181 {
  height: 181px; }

.maxw-181 {
  max-width: 181px; }

.maxh-181 {
  max-height: 181px; }

.top-182 {
  top: 182px; }

.left-182 {
  left: 182px; }

.right-182 {
  right: 182px; }

.bottom-182 {
  bottom: 182px; }

._w-182 {
  width: 182px; }

._h-182 {
  height: 182px; }

.maxw-182 {
  max-width: 182px; }

.maxh-182 {
  max-height: 182px; }

.top-183 {
  top: 183px; }

.left-183 {
  left: 183px; }

.right-183 {
  right: 183px; }

.bottom-183 {
  bottom: 183px; }

._w-183 {
  width: 183px; }

._h-183 {
  height: 183px; }

.maxw-183 {
  max-width: 183px; }

.maxh-183 {
  max-height: 183px; }

.top-184 {
  top: 184px; }

.left-184 {
  left: 184px; }

.right-184 {
  right: 184px; }

.bottom-184 {
  bottom: 184px; }

._w-184 {
  width: 184px; }

._h-184 {
  height: 184px; }

.maxw-184 {
  max-width: 184px; }

.maxh-184 {
  max-height: 184px; }

.top-185 {
  top: 185px; }

.left-185 {
  left: 185px; }

.right-185 {
  right: 185px; }

.bottom-185 {
  bottom: 185px; }

._w-185 {
  width: 185px; }

._h-185 {
  height: 185px; }

.maxw-185 {
  max-width: 185px; }

.maxh-185 {
  max-height: 185px; }

.top-186 {
  top: 186px; }

.left-186 {
  left: 186px; }

.right-186 {
  right: 186px; }

.bottom-186 {
  bottom: 186px; }

._w-186 {
  width: 186px; }

._h-186 {
  height: 186px; }

.maxw-186 {
  max-width: 186px; }

.maxh-186 {
  max-height: 186px; }

.top-187 {
  top: 187px; }

.left-187 {
  left: 187px; }

.right-187 {
  right: 187px; }

.bottom-187 {
  bottom: 187px; }

._w-187 {
  width: 187px; }

._h-187 {
  height: 187px; }

.maxw-187 {
  max-width: 187px; }

.maxh-187 {
  max-height: 187px; }

.top-188 {
  top: 188px; }

.left-188 {
  left: 188px; }

.right-188 {
  right: 188px; }

.bottom-188 {
  bottom: 188px; }

._w-188 {
  width: 188px; }

._h-188 {
  height: 188px; }

.maxw-188 {
  max-width: 188px; }

.maxh-188 {
  max-height: 188px; }

.top-189 {
  top: 189px; }

.left-189 {
  left: 189px; }

.right-189 {
  right: 189px; }

.bottom-189 {
  bottom: 189px; }

._w-189 {
  width: 189px; }

._h-189 {
  height: 189px; }

.maxw-189 {
  max-width: 189px; }

.maxh-189 {
  max-height: 189px; }

.top-190 {
  top: 190px; }

.left-190 {
  left: 190px; }

.right-190 {
  right: 190px; }

.bottom-190 {
  bottom: 190px; }

._w-190 {
  width: 190px; }

._h-190 {
  height: 190px; }

.maxw-190 {
  max-width: 190px; }

.maxh-190 {
  max-height: 190px; }

.top-191 {
  top: 191px; }

.left-191 {
  left: 191px; }

.right-191 {
  right: 191px; }

.bottom-191 {
  bottom: 191px; }

._w-191 {
  width: 191px; }

._h-191 {
  height: 191px; }

.maxw-191 {
  max-width: 191px; }

.maxh-191 {
  max-height: 191px; }

.top-192 {
  top: 192px; }

.left-192 {
  left: 192px; }

.right-192 {
  right: 192px; }

.bottom-192 {
  bottom: 192px; }

._w-192 {
  width: 192px; }

._h-192 {
  height: 192px; }

.maxw-192 {
  max-width: 192px; }

.maxh-192 {
  max-height: 192px; }

.top-193 {
  top: 193px; }

.left-193 {
  left: 193px; }

.right-193 {
  right: 193px; }

.bottom-193 {
  bottom: 193px; }

._w-193 {
  width: 193px; }

._h-193 {
  height: 193px; }

.maxw-193 {
  max-width: 193px; }

.maxh-193 {
  max-height: 193px; }

.top-194 {
  top: 194px; }

.left-194 {
  left: 194px; }

.right-194 {
  right: 194px; }

.bottom-194 {
  bottom: 194px; }

._w-194 {
  width: 194px; }

._h-194 {
  height: 194px; }

.maxw-194 {
  max-width: 194px; }

.maxh-194 {
  max-height: 194px; }

.top-195 {
  top: 195px; }

.left-195 {
  left: 195px; }

.right-195 {
  right: 195px; }

.bottom-195 {
  bottom: 195px; }

._w-195 {
  width: 195px; }

._h-195 {
  height: 195px; }

.maxw-195 {
  max-width: 195px; }

.maxh-195 {
  max-height: 195px; }

.top-196 {
  top: 196px; }

.left-196 {
  left: 196px; }

.right-196 {
  right: 196px; }

.bottom-196 {
  bottom: 196px; }

._w-196 {
  width: 196px; }

._h-196 {
  height: 196px; }

.maxw-196 {
  max-width: 196px; }

.maxh-196 {
  max-height: 196px; }

.top-197 {
  top: 197px; }

.left-197 {
  left: 197px; }

.right-197 {
  right: 197px; }

.bottom-197 {
  bottom: 197px; }

._w-197 {
  width: 197px; }

._h-197 {
  height: 197px; }

.maxw-197 {
  max-width: 197px; }

.maxh-197 {
  max-height: 197px; }

.top-198 {
  top: 198px; }

.left-198 {
  left: 198px; }

.right-198 {
  right: 198px; }

.bottom-198 {
  bottom: 198px; }

._w-198 {
  width: 198px; }

._h-198 {
  height: 198px; }

.maxw-198 {
  max-width: 198px; }

.maxh-198 {
  max-height: 198px; }

.top-199 {
  top: 199px; }

.left-199 {
  left: 199px; }

.right-199 {
  right: 199px; }

.bottom-199 {
  bottom: 199px; }

._w-199 {
  width: 199px; }

._h-199 {
  height: 199px; }

.maxw-199 {
  max-width: 199px; }

.maxh-199 {
  max-height: 199px; }

.top-200 {
  top: 200px; }

.left-200 {
  left: 200px; }

.right-200 {
  right: 200px; }

.bottom-200 {
  bottom: 200px; }

._w-200 {
  width: 200px; }

._h-200 {
  height: 200px; }

.maxw-200 {
  max-width: 200px; }

.maxh-200 {
  max-height: 200px; }

.top-201 {
  top: 201px; }

.left-201 {
  left: 201px; }

.right-201 {
  right: 201px; }

.bottom-201 {
  bottom: 201px; }

._w-201 {
  width: 201px; }

._h-201 {
  height: 201px; }

.maxw-201 {
  max-width: 201px; }

.maxh-201 {
  max-height: 201px; }

.top-202 {
  top: 202px; }

.left-202 {
  left: 202px; }

.right-202 {
  right: 202px; }

.bottom-202 {
  bottom: 202px; }

._w-202 {
  width: 202px; }

._h-202 {
  height: 202px; }

.maxw-202 {
  max-width: 202px; }

.maxh-202 {
  max-height: 202px; }

.top-203 {
  top: 203px; }

.left-203 {
  left: 203px; }

.right-203 {
  right: 203px; }

.bottom-203 {
  bottom: 203px; }

._w-203 {
  width: 203px; }

._h-203 {
  height: 203px; }

.maxw-203 {
  max-width: 203px; }

.maxh-203 {
  max-height: 203px; }

.top-204 {
  top: 204px; }

.left-204 {
  left: 204px; }

.right-204 {
  right: 204px; }

.bottom-204 {
  bottom: 204px; }

._w-204 {
  width: 204px; }

._h-204 {
  height: 204px; }

.maxw-204 {
  max-width: 204px; }

.maxh-204 {
  max-height: 204px; }

.top-205 {
  top: 205px; }

.left-205 {
  left: 205px; }

.right-205 {
  right: 205px; }

.bottom-205 {
  bottom: 205px; }

._w-205 {
  width: 205px; }

._h-205 {
  height: 205px; }

.maxw-205 {
  max-width: 205px; }

.maxh-205 {
  max-height: 205px; }

.top-206 {
  top: 206px; }

.left-206 {
  left: 206px; }

.right-206 {
  right: 206px; }

.bottom-206 {
  bottom: 206px; }

._w-206 {
  width: 206px; }

._h-206 {
  height: 206px; }

.maxw-206 {
  max-width: 206px; }

.maxh-206 {
  max-height: 206px; }

.top-207 {
  top: 207px; }

.left-207 {
  left: 207px; }

.right-207 {
  right: 207px; }

.bottom-207 {
  bottom: 207px; }

._w-207 {
  width: 207px; }

._h-207 {
  height: 207px; }

.maxw-207 {
  max-width: 207px; }

.maxh-207 {
  max-height: 207px; }

.top-208 {
  top: 208px; }

.left-208 {
  left: 208px; }

.right-208 {
  right: 208px; }

.bottom-208 {
  bottom: 208px; }

._w-208 {
  width: 208px; }

._h-208 {
  height: 208px; }

.maxw-208 {
  max-width: 208px; }

.maxh-208 {
  max-height: 208px; }

.top-209 {
  top: 209px; }

.left-209 {
  left: 209px; }

.right-209 {
  right: 209px; }

.bottom-209 {
  bottom: 209px; }

._w-209 {
  width: 209px; }

._h-209 {
  height: 209px; }

.maxw-209 {
  max-width: 209px; }

.maxh-209 {
  max-height: 209px; }

.top-210 {
  top: 210px; }

.left-210 {
  left: 210px; }

.right-210 {
  right: 210px; }

.bottom-210 {
  bottom: 210px; }

._w-210 {
  width: 210px; }

._h-210 {
  height: 210px; }

.maxw-210 {
  max-width: 210px; }

.maxh-210 {
  max-height: 210px; }

.top-211 {
  top: 211px; }

.left-211 {
  left: 211px; }

.right-211 {
  right: 211px; }

.bottom-211 {
  bottom: 211px; }

._w-211 {
  width: 211px; }

._h-211 {
  height: 211px; }

.maxw-211 {
  max-width: 211px; }

.maxh-211 {
  max-height: 211px; }

.top-212 {
  top: 212px; }

.left-212 {
  left: 212px; }

.right-212 {
  right: 212px; }

.bottom-212 {
  bottom: 212px; }

._w-212 {
  width: 212px; }

._h-212 {
  height: 212px; }

.maxw-212 {
  max-width: 212px; }

.maxh-212 {
  max-height: 212px; }

.top-213 {
  top: 213px; }

.left-213 {
  left: 213px; }

.right-213 {
  right: 213px; }

.bottom-213 {
  bottom: 213px; }

._w-213 {
  width: 213px; }

._h-213 {
  height: 213px; }

.maxw-213 {
  max-width: 213px; }

.maxh-213 {
  max-height: 213px; }

.top-214 {
  top: 214px; }

.left-214 {
  left: 214px; }

.right-214 {
  right: 214px; }

.bottom-214 {
  bottom: 214px; }

._w-214 {
  width: 214px; }

._h-214 {
  height: 214px; }

.maxw-214 {
  max-width: 214px; }

.maxh-214 {
  max-height: 214px; }

.top-215 {
  top: 215px; }

.left-215 {
  left: 215px; }

.right-215 {
  right: 215px; }

.bottom-215 {
  bottom: 215px; }

._w-215 {
  width: 215px; }

._h-215 {
  height: 215px; }

.maxw-215 {
  max-width: 215px; }

.maxh-215 {
  max-height: 215px; }

.top-216 {
  top: 216px; }

.left-216 {
  left: 216px; }

.right-216 {
  right: 216px; }

.bottom-216 {
  bottom: 216px; }

._w-216 {
  width: 216px; }

._h-216 {
  height: 216px; }

.maxw-216 {
  max-width: 216px; }

.maxh-216 {
  max-height: 216px; }

.top-217 {
  top: 217px; }

.left-217 {
  left: 217px; }

.right-217 {
  right: 217px; }

.bottom-217 {
  bottom: 217px; }

._w-217 {
  width: 217px; }

._h-217 {
  height: 217px; }

.maxw-217 {
  max-width: 217px; }

.maxh-217 {
  max-height: 217px; }

.top-218 {
  top: 218px; }

.left-218 {
  left: 218px; }

.right-218 {
  right: 218px; }

.bottom-218 {
  bottom: 218px; }

._w-218 {
  width: 218px; }

._h-218 {
  height: 218px; }

.maxw-218 {
  max-width: 218px; }

.maxh-218 {
  max-height: 218px; }

.top-219 {
  top: 219px; }

.left-219 {
  left: 219px; }

.right-219 {
  right: 219px; }

.bottom-219 {
  bottom: 219px; }

._w-219 {
  width: 219px; }

._h-219 {
  height: 219px; }

.maxw-219 {
  max-width: 219px; }

.maxh-219 {
  max-height: 219px; }

.top-220 {
  top: 220px; }

.left-220 {
  left: 220px; }

.right-220 {
  right: 220px; }

.bottom-220 {
  bottom: 220px; }

._w-220 {
  width: 220px; }

._h-220 {
  height: 220px; }

.maxw-220 {
  max-width: 220px; }

.maxh-220 {
  max-height: 220px; }

.top-221 {
  top: 221px; }

.left-221 {
  left: 221px; }

.right-221 {
  right: 221px; }

.bottom-221 {
  bottom: 221px; }

._w-221 {
  width: 221px; }

._h-221 {
  height: 221px; }

.maxw-221 {
  max-width: 221px; }

.maxh-221 {
  max-height: 221px; }

.top-222 {
  top: 222px; }

.left-222 {
  left: 222px; }

.right-222 {
  right: 222px; }

.bottom-222 {
  bottom: 222px; }

._w-222 {
  width: 222px; }

._h-222 {
  height: 222px; }

.maxw-222 {
  max-width: 222px; }

.maxh-222 {
  max-height: 222px; }

.top-223 {
  top: 223px; }

.left-223 {
  left: 223px; }

.right-223 {
  right: 223px; }

.bottom-223 {
  bottom: 223px; }

._w-223 {
  width: 223px; }

._h-223 {
  height: 223px; }

.maxw-223 {
  max-width: 223px; }

.maxh-223 {
  max-height: 223px; }

.top-224 {
  top: 224px; }

.left-224 {
  left: 224px; }

.right-224 {
  right: 224px; }

.bottom-224 {
  bottom: 224px; }

._w-224 {
  width: 224px; }

._h-224 {
  height: 224px; }

.maxw-224 {
  max-width: 224px; }

.maxh-224 {
  max-height: 224px; }

.top-225 {
  top: 225px; }

.left-225 {
  left: 225px; }

.right-225 {
  right: 225px; }

.bottom-225 {
  bottom: 225px; }

._w-225 {
  width: 225px; }

._h-225 {
  height: 225px; }

.maxw-225 {
  max-width: 225px; }

.maxh-225 {
  max-height: 225px; }

.top-226 {
  top: 226px; }

.left-226 {
  left: 226px; }

.right-226 {
  right: 226px; }

.bottom-226 {
  bottom: 226px; }

._w-226 {
  width: 226px; }

._h-226 {
  height: 226px; }

.maxw-226 {
  max-width: 226px; }

.maxh-226 {
  max-height: 226px; }

.top-227 {
  top: 227px; }

.left-227 {
  left: 227px; }

.right-227 {
  right: 227px; }

.bottom-227 {
  bottom: 227px; }

._w-227 {
  width: 227px; }

._h-227 {
  height: 227px; }

.maxw-227 {
  max-width: 227px; }

.maxh-227 {
  max-height: 227px; }

.top-228 {
  top: 228px; }

.left-228 {
  left: 228px; }

.right-228 {
  right: 228px; }

.bottom-228 {
  bottom: 228px; }

._w-228 {
  width: 228px; }

._h-228 {
  height: 228px; }

.maxw-228 {
  max-width: 228px; }

.maxh-228 {
  max-height: 228px; }

.top-229 {
  top: 229px; }

.left-229 {
  left: 229px; }

.right-229 {
  right: 229px; }

.bottom-229 {
  bottom: 229px; }

._w-229 {
  width: 229px; }

._h-229 {
  height: 229px; }

.maxw-229 {
  max-width: 229px; }

.maxh-229 {
  max-height: 229px; }

.top-230 {
  top: 230px; }

.left-230 {
  left: 230px; }

.right-230 {
  right: 230px; }

.bottom-230 {
  bottom: 230px; }

._w-230 {
  width: 230px; }

._h-230 {
  height: 230px; }

.maxw-230 {
  max-width: 230px; }

.maxh-230 {
  max-height: 230px; }

.top-231 {
  top: 231px; }

.left-231 {
  left: 231px; }

.right-231 {
  right: 231px; }

.bottom-231 {
  bottom: 231px; }

._w-231 {
  width: 231px; }

._h-231 {
  height: 231px; }

.maxw-231 {
  max-width: 231px; }

.maxh-231 {
  max-height: 231px; }

.top-232 {
  top: 232px; }

.left-232 {
  left: 232px; }

.right-232 {
  right: 232px; }

.bottom-232 {
  bottom: 232px; }

._w-232 {
  width: 232px; }

._h-232 {
  height: 232px; }

.maxw-232 {
  max-width: 232px; }

.maxh-232 {
  max-height: 232px; }

.top-233 {
  top: 233px; }

.left-233 {
  left: 233px; }

.right-233 {
  right: 233px; }

.bottom-233 {
  bottom: 233px; }

._w-233 {
  width: 233px; }

._h-233 {
  height: 233px; }

.maxw-233 {
  max-width: 233px; }

.maxh-233 {
  max-height: 233px; }

.top-234 {
  top: 234px; }

.left-234 {
  left: 234px; }

.right-234 {
  right: 234px; }

.bottom-234 {
  bottom: 234px; }

._w-234 {
  width: 234px; }

._h-234 {
  height: 234px; }

.maxw-234 {
  max-width: 234px; }

.maxh-234 {
  max-height: 234px; }

.top-235 {
  top: 235px; }

.left-235 {
  left: 235px; }

.right-235 {
  right: 235px; }

.bottom-235 {
  bottom: 235px; }

._w-235 {
  width: 235px; }

._h-235 {
  height: 235px; }

.maxw-235 {
  max-width: 235px; }

.maxh-235 {
  max-height: 235px; }

.top-236 {
  top: 236px; }

.left-236 {
  left: 236px; }

.right-236 {
  right: 236px; }

.bottom-236 {
  bottom: 236px; }

._w-236 {
  width: 236px; }

._h-236 {
  height: 236px; }

.maxw-236 {
  max-width: 236px; }

.maxh-236 {
  max-height: 236px; }

.top-237 {
  top: 237px; }

.left-237 {
  left: 237px; }

.right-237 {
  right: 237px; }

.bottom-237 {
  bottom: 237px; }

._w-237 {
  width: 237px; }

._h-237 {
  height: 237px; }

.maxw-237 {
  max-width: 237px; }

.maxh-237 {
  max-height: 237px; }

.top-238 {
  top: 238px; }

.left-238 {
  left: 238px; }

.right-238 {
  right: 238px; }

.bottom-238 {
  bottom: 238px; }

._w-238 {
  width: 238px; }

._h-238 {
  height: 238px; }

.maxw-238 {
  max-width: 238px; }

.maxh-238 {
  max-height: 238px; }

.top-239 {
  top: 239px; }

.left-239 {
  left: 239px; }

.right-239 {
  right: 239px; }

.bottom-239 {
  bottom: 239px; }

._w-239 {
  width: 239px; }

._h-239 {
  height: 239px; }

.maxw-239 {
  max-width: 239px; }

.maxh-239 {
  max-height: 239px; }

.top-240 {
  top: 240px; }

.left-240 {
  left: 240px; }

.right-240 {
  right: 240px; }

.bottom-240 {
  bottom: 240px; }

._w-240 {
  width: 240px; }

._h-240 {
  height: 240px; }

.maxw-240 {
  max-width: 240px; }

.maxh-240 {
  max-height: 240px; }

.top-241 {
  top: 241px; }

.left-241 {
  left: 241px; }

.right-241 {
  right: 241px; }

.bottom-241 {
  bottom: 241px; }

._w-241 {
  width: 241px; }

._h-241 {
  height: 241px; }

.maxw-241 {
  max-width: 241px; }

.maxh-241 {
  max-height: 241px; }

.top-242 {
  top: 242px; }

.left-242 {
  left: 242px; }

.right-242 {
  right: 242px; }

.bottom-242 {
  bottom: 242px; }

._w-242 {
  width: 242px; }

._h-242 {
  height: 242px; }

.maxw-242 {
  max-width: 242px; }

.maxh-242 {
  max-height: 242px; }

.top-243 {
  top: 243px; }

.left-243 {
  left: 243px; }

.right-243 {
  right: 243px; }

.bottom-243 {
  bottom: 243px; }

._w-243 {
  width: 243px; }

._h-243 {
  height: 243px; }

.maxw-243 {
  max-width: 243px; }

.maxh-243 {
  max-height: 243px; }

.top-244 {
  top: 244px; }

.left-244 {
  left: 244px; }

.right-244 {
  right: 244px; }

.bottom-244 {
  bottom: 244px; }

._w-244 {
  width: 244px; }

._h-244 {
  height: 244px; }

.maxw-244 {
  max-width: 244px; }

.maxh-244 {
  max-height: 244px; }

.top-245 {
  top: 245px; }

.left-245 {
  left: 245px; }

.right-245 {
  right: 245px; }

.bottom-245 {
  bottom: 245px; }

._w-245 {
  width: 245px; }

._h-245 {
  height: 245px; }

.maxw-245 {
  max-width: 245px; }

.maxh-245 {
  max-height: 245px; }

.top-246 {
  top: 246px; }

.left-246 {
  left: 246px; }

.right-246 {
  right: 246px; }

.bottom-246 {
  bottom: 246px; }

._w-246 {
  width: 246px; }

._h-246 {
  height: 246px; }

.maxw-246 {
  max-width: 246px; }

.maxh-246 {
  max-height: 246px; }

.top-247 {
  top: 247px; }

.left-247 {
  left: 247px; }

.right-247 {
  right: 247px; }

.bottom-247 {
  bottom: 247px; }

._w-247 {
  width: 247px; }

._h-247 {
  height: 247px; }

.maxw-247 {
  max-width: 247px; }

.maxh-247 {
  max-height: 247px; }

.top-248 {
  top: 248px; }

.left-248 {
  left: 248px; }

.right-248 {
  right: 248px; }

.bottom-248 {
  bottom: 248px; }

._w-248 {
  width: 248px; }

._h-248 {
  height: 248px; }

.maxw-248 {
  max-width: 248px; }

.maxh-248 {
  max-height: 248px; }

.top-249 {
  top: 249px; }

.left-249 {
  left: 249px; }

.right-249 {
  right: 249px; }

.bottom-249 {
  bottom: 249px; }

._w-249 {
  width: 249px; }

._h-249 {
  height: 249px; }

.maxw-249 {
  max-width: 249px; }

.maxh-249 {
  max-height: 249px; }

.top-250 {
  top: 250px; }

.left-250 {
  left: 250px; }

.right-250 {
  right: 250px; }

.bottom-250 {
  bottom: 250px; }

._w-250 {
  width: 250px; }

._h-250 {
  height: 250px; }

.maxw-250 {
  max-width: 250px; }

.maxh-250 {
  max-height: 250px; }

.top-251 {
  top: 251px; }

.left-251 {
  left: 251px; }

.right-251 {
  right: 251px; }

.bottom-251 {
  bottom: 251px; }

._w-251 {
  width: 251px; }

._h-251 {
  height: 251px; }

.maxw-251 {
  max-width: 251px; }

.maxh-251 {
  max-height: 251px; }

.top-252 {
  top: 252px; }

.left-252 {
  left: 252px; }

.right-252 {
  right: 252px; }

.bottom-252 {
  bottom: 252px; }

._w-252 {
  width: 252px; }

._h-252 {
  height: 252px; }

.maxw-252 {
  max-width: 252px; }

.maxh-252 {
  max-height: 252px; }

.top-253 {
  top: 253px; }

.left-253 {
  left: 253px; }

.right-253 {
  right: 253px; }

.bottom-253 {
  bottom: 253px; }

._w-253 {
  width: 253px; }

._h-253 {
  height: 253px; }

.maxw-253 {
  max-width: 253px; }

.maxh-253 {
  max-height: 253px; }

.top-254 {
  top: 254px; }

.left-254 {
  left: 254px; }

.right-254 {
  right: 254px; }

.bottom-254 {
  bottom: 254px; }

._w-254 {
  width: 254px; }

._h-254 {
  height: 254px; }

.maxw-254 {
  max-width: 254px; }

.maxh-254 {
  max-height: 254px; }

.top-255 {
  top: 255px; }

.left-255 {
  left: 255px; }

.right-255 {
  right: 255px; }

.bottom-255 {
  bottom: 255px; }

._w-255 {
  width: 255px; }

._h-255 {
  height: 255px; }

.maxw-255 {
  max-width: 255px; }

.maxh-255 {
  max-height: 255px; }

.top-256 {
  top: 256px; }

.left-256 {
  left: 256px; }

.right-256 {
  right: 256px; }

.bottom-256 {
  bottom: 256px; }

._w-256 {
  width: 256px; }

._h-256 {
  height: 256px; }

.maxw-256 {
  max-width: 256px; }

.maxh-256 {
  max-height: 256px; }

.top-257 {
  top: 257px; }

.left-257 {
  left: 257px; }

.right-257 {
  right: 257px; }

.bottom-257 {
  bottom: 257px; }

._w-257 {
  width: 257px; }

._h-257 {
  height: 257px; }

.maxw-257 {
  max-width: 257px; }

.maxh-257 {
  max-height: 257px; }

.top-258 {
  top: 258px; }

.left-258 {
  left: 258px; }

.right-258 {
  right: 258px; }

.bottom-258 {
  bottom: 258px; }

._w-258 {
  width: 258px; }

._h-258 {
  height: 258px; }

.maxw-258 {
  max-width: 258px; }

.maxh-258 {
  max-height: 258px; }

.top-259 {
  top: 259px; }

.left-259 {
  left: 259px; }

.right-259 {
  right: 259px; }

.bottom-259 {
  bottom: 259px; }

._w-259 {
  width: 259px; }

._h-259 {
  height: 259px; }

.maxw-259 {
  max-width: 259px; }

.maxh-259 {
  max-height: 259px; }

.top-260 {
  top: 260px; }

.left-260 {
  left: 260px; }

.right-260 {
  right: 260px; }

.bottom-260 {
  bottom: 260px; }

._w-260 {
  width: 260px; }

._h-260 {
  height: 260px; }

.maxw-260 {
  max-width: 260px; }

.maxh-260 {
  max-height: 260px; }

.top-261 {
  top: 261px; }

.left-261 {
  left: 261px; }

.right-261 {
  right: 261px; }

.bottom-261 {
  bottom: 261px; }

._w-261 {
  width: 261px; }

._h-261 {
  height: 261px; }

.maxw-261 {
  max-width: 261px; }

.maxh-261 {
  max-height: 261px; }

.top-262 {
  top: 262px; }

.left-262 {
  left: 262px; }

.right-262 {
  right: 262px; }

.bottom-262 {
  bottom: 262px; }

._w-262 {
  width: 262px; }

._h-262 {
  height: 262px; }

.maxw-262 {
  max-width: 262px; }

.maxh-262 {
  max-height: 262px; }

.top-263 {
  top: 263px; }

.left-263 {
  left: 263px; }

.right-263 {
  right: 263px; }

.bottom-263 {
  bottom: 263px; }

._w-263 {
  width: 263px; }

._h-263 {
  height: 263px; }

.maxw-263 {
  max-width: 263px; }

.maxh-263 {
  max-height: 263px; }

.top-264 {
  top: 264px; }

.left-264 {
  left: 264px; }

.right-264 {
  right: 264px; }

.bottom-264 {
  bottom: 264px; }

._w-264 {
  width: 264px; }

._h-264 {
  height: 264px; }

.maxw-264 {
  max-width: 264px; }

.maxh-264 {
  max-height: 264px; }

.top-265 {
  top: 265px; }

.left-265 {
  left: 265px; }

.right-265 {
  right: 265px; }

.bottom-265 {
  bottom: 265px; }

._w-265 {
  width: 265px; }

._h-265 {
  height: 265px; }

.maxw-265 {
  max-width: 265px; }

.maxh-265 {
  max-height: 265px; }

.top-266 {
  top: 266px; }

.left-266 {
  left: 266px; }

.right-266 {
  right: 266px; }

.bottom-266 {
  bottom: 266px; }

._w-266 {
  width: 266px; }

._h-266 {
  height: 266px; }

.maxw-266 {
  max-width: 266px; }

.maxh-266 {
  max-height: 266px; }

.top-267 {
  top: 267px; }

.left-267 {
  left: 267px; }

.right-267 {
  right: 267px; }

.bottom-267 {
  bottom: 267px; }

._w-267 {
  width: 267px; }

._h-267 {
  height: 267px; }

.maxw-267 {
  max-width: 267px; }

.maxh-267 {
  max-height: 267px; }

.top-268 {
  top: 268px; }

.left-268 {
  left: 268px; }

.right-268 {
  right: 268px; }

.bottom-268 {
  bottom: 268px; }

._w-268 {
  width: 268px; }

._h-268 {
  height: 268px; }

.maxw-268 {
  max-width: 268px; }

.maxh-268 {
  max-height: 268px; }

.top-269 {
  top: 269px; }

.left-269 {
  left: 269px; }

.right-269 {
  right: 269px; }

.bottom-269 {
  bottom: 269px; }

._w-269 {
  width: 269px; }

._h-269 {
  height: 269px; }

.maxw-269 {
  max-width: 269px; }

.maxh-269 {
  max-height: 269px; }

.top-270 {
  top: 270px; }

.left-270 {
  left: 270px; }

.right-270 {
  right: 270px; }

.bottom-270 {
  bottom: 270px; }

._w-270 {
  width: 270px; }

._h-270 {
  height: 270px; }

.maxw-270 {
  max-width: 270px; }

.maxh-270 {
  max-height: 270px; }

.top-271 {
  top: 271px; }

.left-271 {
  left: 271px; }

.right-271 {
  right: 271px; }

.bottom-271 {
  bottom: 271px; }

._w-271 {
  width: 271px; }

._h-271 {
  height: 271px; }

.maxw-271 {
  max-width: 271px; }

.maxh-271 {
  max-height: 271px; }

.top-272 {
  top: 272px; }

.left-272 {
  left: 272px; }

.right-272 {
  right: 272px; }

.bottom-272 {
  bottom: 272px; }

._w-272 {
  width: 272px; }

._h-272 {
  height: 272px; }

.maxw-272 {
  max-width: 272px; }

.maxh-272 {
  max-height: 272px; }

.top-273 {
  top: 273px; }

.left-273 {
  left: 273px; }

.right-273 {
  right: 273px; }

.bottom-273 {
  bottom: 273px; }

._w-273 {
  width: 273px; }

._h-273 {
  height: 273px; }

.maxw-273 {
  max-width: 273px; }

.maxh-273 {
  max-height: 273px; }

.top-274 {
  top: 274px; }

.left-274 {
  left: 274px; }

.right-274 {
  right: 274px; }

.bottom-274 {
  bottom: 274px; }

._w-274 {
  width: 274px; }

._h-274 {
  height: 274px; }

.maxw-274 {
  max-width: 274px; }

.maxh-274 {
  max-height: 274px; }

.top-275 {
  top: 275px; }

.left-275 {
  left: 275px; }

.right-275 {
  right: 275px; }

.bottom-275 {
  bottom: 275px; }

._w-275 {
  width: 275px; }

._h-275 {
  height: 275px; }

.maxw-275 {
  max-width: 275px; }

.maxh-275 {
  max-height: 275px; }

.top-276 {
  top: 276px; }

.left-276 {
  left: 276px; }

.right-276 {
  right: 276px; }

.bottom-276 {
  bottom: 276px; }

._w-276 {
  width: 276px; }

._h-276 {
  height: 276px; }

.maxw-276 {
  max-width: 276px; }

.maxh-276 {
  max-height: 276px; }

.top-277 {
  top: 277px; }

.left-277 {
  left: 277px; }

.right-277 {
  right: 277px; }

.bottom-277 {
  bottom: 277px; }

._w-277 {
  width: 277px; }

._h-277 {
  height: 277px; }

.maxw-277 {
  max-width: 277px; }

.maxh-277 {
  max-height: 277px; }

.top-278 {
  top: 278px; }

.left-278 {
  left: 278px; }

.right-278 {
  right: 278px; }

.bottom-278 {
  bottom: 278px; }

._w-278 {
  width: 278px; }

._h-278 {
  height: 278px; }

.maxw-278 {
  max-width: 278px; }

.maxh-278 {
  max-height: 278px; }

.top-279 {
  top: 279px; }

.left-279 {
  left: 279px; }

.right-279 {
  right: 279px; }

.bottom-279 {
  bottom: 279px; }

._w-279 {
  width: 279px; }

._h-279 {
  height: 279px; }

.maxw-279 {
  max-width: 279px; }

.maxh-279 {
  max-height: 279px; }

.top-280 {
  top: 280px; }

.left-280 {
  left: 280px; }

.right-280 {
  right: 280px; }

.bottom-280 {
  bottom: 280px; }

._w-280 {
  width: 280px; }

._h-280 {
  height: 280px; }

.maxw-280 {
  max-width: 280px; }

.maxh-280 {
  max-height: 280px; }

.top-281 {
  top: 281px; }

.left-281 {
  left: 281px; }

.right-281 {
  right: 281px; }

.bottom-281 {
  bottom: 281px; }

._w-281 {
  width: 281px; }

._h-281 {
  height: 281px; }

.maxw-281 {
  max-width: 281px; }

.maxh-281 {
  max-height: 281px; }

.top-282 {
  top: 282px; }

.left-282 {
  left: 282px; }

.right-282 {
  right: 282px; }

.bottom-282 {
  bottom: 282px; }

._w-282 {
  width: 282px; }

._h-282 {
  height: 282px; }

.maxw-282 {
  max-width: 282px; }

.maxh-282 {
  max-height: 282px; }

.top-283 {
  top: 283px; }

.left-283 {
  left: 283px; }

.right-283 {
  right: 283px; }

.bottom-283 {
  bottom: 283px; }

._w-283 {
  width: 283px; }

._h-283 {
  height: 283px; }

.maxw-283 {
  max-width: 283px; }

.maxh-283 {
  max-height: 283px; }

.top-284 {
  top: 284px; }

.left-284 {
  left: 284px; }

.right-284 {
  right: 284px; }

.bottom-284 {
  bottom: 284px; }

._w-284 {
  width: 284px; }

._h-284 {
  height: 284px; }

.maxw-284 {
  max-width: 284px; }

.maxh-284 {
  max-height: 284px; }

.top-285 {
  top: 285px; }

.left-285 {
  left: 285px; }

.right-285 {
  right: 285px; }

.bottom-285 {
  bottom: 285px; }

._w-285 {
  width: 285px; }

._h-285 {
  height: 285px; }

.maxw-285 {
  max-width: 285px; }

.maxh-285 {
  max-height: 285px; }

.top-286 {
  top: 286px; }

.left-286 {
  left: 286px; }

.right-286 {
  right: 286px; }

.bottom-286 {
  bottom: 286px; }

._w-286 {
  width: 286px; }

._h-286 {
  height: 286px; }

.maxw-286 {
  max-width: 286px; }

.maxh-286 {
  max-height: 286px; }

.top-287 {
  top: 287px; }

.left-287 {
  left: 287px; }

.right-287 {
  right: 287px; }

.bottom-287 {
  bottom: 287px; }

._w-287 {
  width: 287px; }

._h-287 {
  height: 287px; }

.maxw-287 {
  max-width: 287px; }

.maxh-287 {
  max-height: 287px; }

.top-288 {
  top: 288px; }

.left-288 {
  left: 288px; }

.right-288 {
  right: 288px; }

.bottom-288 {
  bottom: 288px; }

._w-288 {
  width: 288px; }

._h-288 {
  height: 288px; }

.maxw-288 {
  max-width: 288px; }

.maxh-288 {
  max-height: 288px; }

.top-289 {
  top: 289px; }

.left-289 {
  left: 289px; }

.right-289 {
  right: 289px; }

.bottom-289 {
  bottom: 289px; }

._w-289 {
  width: 289px; }

._h-289 {
  height: 289px; }

.maxw-289 {
  max-width: 289px; }

.maxh-289 {
  max-height: 289px; }

.top-290 {
  top: 290px; }

.left-290 {
  left: 290px; }

.right-290 {
  right: 290px; }

.bottom-290 {
  bottom: 290px; }

._w-290 {
  width: 290px; }

._h-290 {
  height: 290px; }

.maxw-290 {
  max-width: 290px; }

.maxh-290 {
  max-height: 290px; }

.top-291 {
  top: 291px; }

.left-291 {
  left: 291px; }

.right-291 {
  right: 291px; }

.bottom-291 {
  bottom: 291px; }

._w-291 {
  width: 291px; }

._h-291 {
  height: 291px; }

.maxw-291 {
  max-width: 291px; }

.maxh-291 {
  max-height: 291px; }

.top-292 {
  top: 292px; }

.left-292 {
  left: 292px; }

.right-292 {
  right: 292px; }

.bottom-292 {
  bottom: 292px; }

._w-292 {
  width: 292px; }

._h-292 {
  height: 292px; }

.maxw-292 {
  max-width: 292px; }

.maxh-292 {
  max-height: 292px; }

.top-293 {
  top: 293px; }

.left-293 {
  left: 293px; }

.right-293 {
  right: 293px; }

.bottom-293 {
  bottom: 293px; }

._w-293 {
  width: 293px; }

._h-293 {
  height: 293px; }

.maxw-293 {
  max-width: 293px; }

.maxh-293 {
  max-height: 293px; }

.top-294 {
  top: 294px; }

.left-294 {
  left: 294px; }

.right-294 {
  right: 294px; }

.bottom-294 {
  bottom: 294px; }

._w-294 {
  width: 294px; }

._h-294 {
  height: 294px; }

.maxw-294 {
  max-width: 294px; }

.maxh-294 {
  max-height: 294px; }

.top-295 {
  top: 295px; }

.left-295 {
  left: 295px; }

.right-295 {
  right: 295px; }

.bottom-295 {
  bottom: 295px; }

._w-295 {
  width: 295px; }

._h-295 {
  height: 295px; }

.maxw-295 {
  max-width: 295px; }

.maxh-295 {
  max-height: 295px; }

.top-296 {
  top: 296px; }

.left-296 {
  left: 296px; }

.right-296 {
  right: 296px; }

.bottom-296 {
  bottom: 296px; }

._w-296 {
  width: 296px; }

._h-296 {
  height: 296px; }

.maxw-296 {
  max-width: 296px; }

.maxh-296 {
  max-height: 296px; }

.top-297 {
  top: 297px; }

.left-297 {
  left: 297px; }

.right-297 {
  right: 297px; }

.bottom-297 {
  bottom: 297px; }

._w-297 {
  width: 297px; }

._h-297 {
  height: 297px; }

.maxw-297 {
  max-width: 297px; }

.maxh-297 {
  max-height: 297px; }

.top-298 {
  top: 298px; }

.left-298 {
  left: 298px; }

.right-298 {
  right: 298px; }

.bottom-298 {
  bottom: 298px; }

._w-298 {
  width: 298px; }

._h-298 {
  height: 298px; }

.maxw-298 {
  max-width: 298px; }

.maxh-298 {
  max-height: 298px; }

.top-299 {
  top: 299px; }

.left-299 {
  left: 299px; }

.right-299 {
  right: 299px; }

.bottom-299 {
  bottom: 299px; }

._w-299 {
  width: 299px; }

._h-299 {
  height: 299px; }

.maxw-299 {
  max-width: 299px; }

.maxh-299 {
  max-height: 299px; }

.top-300 {
  top: 300px; }

.left-300 {
  left: 300px; }

.right-300 {
  right: 300px; }

.bottom-300 {
  bottom: 300px; }

._w-300 {
  width: 300px; }

._h-300 {
  height: 300px; }

.maxw-300 {
  max-width: 300px; }

.maxh-300 {
  max-height: 300px; }

.top-301 {
  top: 301px; }

.left-301 {
  left: 301px; }

.right-301 {
  right: 301px; }

.bottom-301 {
  bottom: 301px; }

._w-301 {
  width: 301px; }

._h-301 {
  height: 301px; }

.maxw-301 {
  max-width: 301px; }

.maxh-301 {
  max-height: 301px; }

.top-302 {
  top: 302px; }

.left-302 {
  left: 302px; }

.right-302 {
  right: 302px; }

.bottom-302 {
  bottom: 302px; }

._w-302 {
  width: 302px; }

._h-302 {
  height: 302px; }

.maxw-302 {
  max-width: 302px; }

.maxh-302 {
  max-height: 302px; }

.top-303 {
  top: 303px; }

.left-303 {
  left: 303px; }

.right-303 {
  right: 303px; }

.bottom-303 {
  bottom: 303px; }

._w-303 {
  width: 303px; }

._h-303 {
  height: 303px; }

.maxw-303 {
  max-width: 303px; }

.maxh-303 {
  max-height: 303px; }

.top-304 {
  top: 304px; }

.left-304 {
  left: 304px; }

.right-304 {
  right: 304px; }

.bottom-304 {
  bottom: 304px; }

._w-304 {
  width: 304px; }

._h-304 {
  height: 304px; }

.maxw-304 {
  max-width: 304px; }

.maxh-304 {
  max-height: 304px; }

.top-305 {
  top: 305px; }

.left-305 {
  left: 305px; }

.right-305 {
  right: 305px; }

.bottom-305 {
  bottom: 305px; }

._w-305 {
  width: 305px; }

._h-305 {
  height: 305px; }

.maxw-305 {
  max-width: 305px; }

.maxh-305 {
  max-height: 305px; }

.top-306 {
  top: 306px; }

.left-306 {
  left: 306px; }

.right-306 {
  right: 306px; }

.bottom-306 {
  bottom: 306px; }

._w-306 {
  width: 306px; }

._h-306 {
  height: 306px; }

.maxw-306 {
  max-width: 306px; }

.maxh-306 {
  max-height: 306px; }

.top-307 {
  top: 307px; }

.left-307 {
  left: 307px; }

.right-307 {
  right: 307px; }

.bottom-307 {
  bottom: 307px; }

._w-307 {
  width: 307px; }

._h-307 {
  height: 307px; }

.maxw-307 {
  max-width: 307px; }

.maxh-307 {
  max-height: 307px; }

.top-308 {
  top: 308px; }

.left-308 {
  left: 308px; }

.right-308 {
  right: 308px; }

.bottom-308 {
  bottom: 308px; }

._w-308 {
  width: 308px; }

._h-308 {
  height: 308px; }

.maxw-308 {
  max-width: 308px; }

.maxh-308 {
  max-height: 308px; }

.top-309 {
  top: 309px; }

.left-309 {
  left: 309px; }

.right-309 {
  right: 309px; }

.bottom-309 {
  bottom: 309px; }

._w-309 {
  width: 309px; }

._h-309 {
  height: 309px; }

.maxw-309 {
  max-width: 309px; }

.maxh-309 {
  max-height: 309px; }

.top-310 {
  top: 310px; }

.left-310 {
  left: 310px; }

.right-310 {
  right: 310px; }

.bottom-310 {
  bottom: 310px; }

._w-310 {
  width: 310px; }

._h-310 {
  height: 310px; }

.maxw-310 {
  max-width: 310px; }

.maxh-310 {
  max-height: 310px; }

.top-311 {
  top: 311px; }

.left-311 {
  left: 311px; }

.right-311 {
  right: 311px; }

.bottom-311 {
  bottom: 311px; }

._w-311 {
  width: 311px; }

._h-311 {
  height: 311px; }

.maxw-311 {
  max-width: 311px; }

.maxh-311 {
  max-height: 311px; }

.top-312 {
  top: 312px; }

.left-312 {
  left: 312px; }

.right-312 {
  right: 312px; }

.bottom-312 {
  bottom: 312px; }

._w-312 {
  width: 312px; }

._h-312 {
  height: 312px; }

.maxw-312 {
  max-width: 312px; }

.maxh-312 {
  max-height: 312px; }

.top-313 {
  top: 313px; }

.left-313 {
  left: 313px; }

.right-313 {
  right: 313px; }

.bottom-313 {
  bottom: 313px; }

._w-313 {
  width: 313px; }

._h-313 {
  height: 313px; }

.maxw-313 {
  max-width: 313px; }

.maxh-313 {
  max-height: 313px; }

.top-314 {
  top: 314px; }

.left-314 {
  left: 314px; }

.right-314 {
  right: 314px; }

.bottom-314 {
  bottom: 314px; }

._w-314 {
  width: 314px; }

._h-314 {
  height: 314px; }

.maxw-314 {
  max-width: 314px; }

.maxh-314 {
  max-height: 314px; }

.top-315 {
  top: 315px; }

.left-315 {
  left: 315px; }

.right-315 {
  right: 315px; }

.bottom-315 {
  bottom: 315px; }

._w-315 {
  width: 315px; }

._h-315 {
  height: 315px; }

.maxw-315 {
  max-width: 315px; }

.maxh-315 {
  max-height: 315px; }

.top-316 {
  top: 316px; }

.left-316 {
  left: 316px; }

.right-316 {
  right: 316px; }

.bottom-316 {
  bottom: 316px; }

._w-316 {
  width: 316px; }

._h-316 {
  height: 316px; }

.maxw-316 {
  max-width: 316px; }

.maxh-316 {
  max-height: 316px; }

.top-317 {
  top: 317px; }

.left-317 {
  left: 317px; }

.right-317 {
  right: 317px; }

.bottom-317 {
  bottom: 317px; }

._w-317 {
  width: 317px; }

._h-317 {
  height: 317px; }

.maxw-317 {
  max-width: 317px; }

.maxh-317 {
  max-height: 317px; }

.top-318 {
  top: 318px; }

.left-318 {
  left: 318px; }

.right-318 {
  right: 318px; }

.bottom-318 {
  bottom: 318px; }

._w-318 {
  width: 318px; }

._h-318 {
  height: 318px; }

.maxw-318 {
  max-width: 318px; }

.maxh-318 {
  max-height: 318px; }

.top-319 {
  top: 319px; }

.left-319 {
  left: 319px; }

.right-319 {
  right: 319px; }

.bottom-319 {
  bottom: 319px; }

._w-319 {
  width: 319px; }

._h-319 {
  height: 319px; }

.maxw-319 {
  max-width: 319px; }

.maxh-319 {
  max-height: 319px; }

.top-320 {
  top: 320px; }

.left-320 {
  left: 320px; }

.right-320 {
  right: 320px; }

.bottom-320 {
  bottom: 320px; }

._w-320 {
  width: 320px; }

._h-320 {
  height: 320px; }

.maxw-320 {
  max-width: 320px; }

.maxh-320 {
  max-height: 320px; }

.top-321 {
  top: 321px; }

.left-321 {
  left: 321px; }

.right-321 {
  right: 321px; }

.bottom-321 {
  bottom: 321px; }

._w-321 {
  width: 321px; }

._h-321 {
  height: 321px; }

.maxw-321 {
  max-width: 321px; }

.maxh-321 {
  max-height: 321px; }

.top-322 {
  top: 322px; }

.left-322 {
  left: 322px; }

.right-322 {
  right: 322px; }

.bottom-322 {
  bottom: 322px; }

._w-322 {
  width: 322px; }

._h-322 {
  height: 322px; }

.maxw-322 {
  max-width: 322px; }

.maxh-322 {
  max-height: 322px; }

.top-323 {
  top: 323px; }

.left-323 {
  left: 323px; }

.right-323 {
  right: 323px; }

.bottom-323 {
  bottom: 323px; }

._w-323 {
  width: 323px; }

._h-323 {
  height: 323px; }

.maxw-323 {
  max-width: 323px; }

.maxh-323 {
  max-height: 323px; }

.top-324 {
  top: 324px; }

.left-324 {
  left: 324px; }

.right-324 {
  right: 324px; }

.bottom-324 {
  bottom: 324px; }

._w-324 {
  width: 324px; }

._h-324 {
  height: 324px; }

.maxw-324 {
  max-width: 324px; }

.maxh-324 {
  max-height: 324px; }

.top-325 {
  top: 325px; }

.left-325 {
  left: 325px; }

.right-325 {
  right: 325px; }

.bottom-325 {
  bottom: 325px; }

._w-325 {
  width: 325px; }

._h-325 {
  height: 325px; }

.maxw-325 {
  max-width: 325px; }

.maxh-325 {
  max-height: 325px; }

.top-326 {
  top: 326px; }

.left-326 {
  left: 326px; }

.right-326 {
  right: 326px; }

.bottom-326 {
  bottom: 326px; }

._w-326 {
  width: 326px; }

._h-326 {
  height: 326px; }

.maxw-326 {
  max-width: 326px; }

.maxh-326 {
  max-height: 326px; }

.top-327 {
  top: 327px; }

.left-327 {
  left: 327px; }

.right-327 {
  right: 327px; }

.bottom-327 {
  bottom: 327px; }

._w-327 {
  width: 327px; }

._h-327 {
  height: 327px; }

.maxw-327 {
  max-width: 327px; }

.maxh-327 {
  max-height: 327px; }

.top-328 {
  top: 328px; }

.left-328 {
  left: 328px; }

.right-328 {
  right: 328px; }

.bottom-328 {
  bottom: 328px; }

._w-328 {
  width: 328px; }

._h-328 {
  height: 328px; }

.maxw-328 {
  max-width: 328px; }

.maxh-328 {
  max-height: 328px; }

.top-329 {
  top: 329px; }

.left-329 {
  left: 329px; }

.right-329 {
  right: 329px; }

.bottom-329 {
  bottom: 329px; }

._w-329 {
  width: 329px; }

._h-329 {
  height: 329px; }

.maxw-329 {
  max-width: 329px; }

.maxh-329 {
  max-height: 329px; }

.top-330 {
  top: 330px; }

.left-330 {
  left: 330px; }

.right-330 {
  right: 330px; }

.bottom-330 {
  bottom: 330px; }

._w-330 {
  width: 330px; }

._h-330 {
  height: 330px; }

.maxw-330 {
  max-width: 330px; }

.maxh-330 {
  max-height: 330px; }

.top-331 {
  top: 331px; }

.left-331 {
  left: 331px; }

.right-331 {
  right: 331px; }

.bottom-331 {
  bottom: 331px; }

._w-331 {
  width: 331px; }

._h-331 {
  height: 331px; }

.maxw-331 {
  max-width: 331px; }

.maxh-331 {
  max-height: 331px; }

.top-332 {
  top: 332px; }

.left-332 {
  left: 332px; }

.right-332 {
  right: 332px; }

.bottom-332 {
  bottom: 332px; }

._w-332 {
  width: 332px; }

._h-332 {
  height: 332px; }

.maxw-332 {
  max-width: 332px; }

.maxh-332 {
  max-height: 332px; }

.top-333 {
  top: 333px; }

.left-333 {
  left: 333px; }

.right-333 {
  right: 333px; }

.bottom-333 {
  bottom: 333px; }

._w-333 {
  width: 333px; }

._h-333 {
  height: 333px; }

.maxw-333 {
  max-width: 333px; }

.maxh-333 {
  max-height: 333px; }

.top-334 {
  top: 334px; }

.left-334 {
  left: 334px; }

.right-334 {
  right: 334px; }

.bottom-334 {
  bottom: 334px; }

._w-334 {
  width: 334px; }

._h-334 {
  height: 334px; }

.maxw-334 {
  max-width: 334px; }

.maxh-334 {
  max-height: 334px; }

.top-335 {
  top: 335px; }

.left-335 {
  left: 335px; }

.right-335 {
  right: 335px; }

.bottom-335 {
  bottom: 335px; }

._w-335 {
  width: 335px; }

._h-335 {
  height: 335px; }

.maxw-335 {
  max-width: 335px; }

.maxh-335 {
  max-height: 335px; }

.top-336 {
  top: 336px; }

.left-336 {
  left: 336px; }

.right-336 {
  right: 336px; }

.bottom-336 {
  bottom: 336px; }

._w-336 {
  width: 336px; }

._h-336 {
  height: 336px; }

.maxw-336 {
  max-width: 336px; }

.maxh-336 {
  max-height: 336px; }

.top-337 {
  top: 337px; }

.left-337 {
  left: 337px; }

.right-337 {
  right: 337px; }

.bottom-337 {
  bottom: 337px; }

._w-337 {
  width: 337px; }

._h-337 {
  height: 337px; }

.maxw-337 {
  max-width: 337px; }

.maxh-337 {
  max-height: 337px; }

.top-338 {
  top: 338px; }

.left-338 {
  left: 338px; }

.right-338 {
  right: 338px; }

.bottom-338 {
  bottom: 338px; }

._w-338 {
  width: 338px; }

._h-338 {
  height: 338px; }

.maxw-338 {
  max-width: 338px; }

.maxh-338 {
  max-height: 338px; }

.top-339 {
  top: 339px; }

.left-339 {
  left: 339px; }

.right-339 {
  right: 339px; }

.bottom-339 {
  bottom: 339px; }

._w-339 {
  width: 339px; }

._h-339 {
  height: 339px; }

.maxw-339 {
  max-width: 339px; }

.maxh-339 {
  max-height: 339px; }

.top-340 {
  top: 340px; }

.left-340 {
  left: 340px; }

.right-340 {
  right: 340px; }

.bottom-340 {
  bottom: 340px; }

._w-340 {
  width: 340px; }

._h-340 {
  height: 340px; }

.maxw-340 {
  max-width: 340px; }

.maxh-340 {
  max-height: 340px; }

.top-341 {
  top: 341px; }

.left-341 {
  left: 341px; }

.right-341 {
  right: 341px; }

.bottom-341 {
  bottom: 341px; }

._w-341 {
  width: 341px; }

._h-341 {
  height: 341px; }

.maxw-341 {
  max-width: 341px; }

.maxh-341 {
  max-height: 341px; }

.top-342 {
  top: 342px; }

.left-342 {
  left: 342px; }

.right-342 {
  right: 342px; }

.bottom-342 {
  bottom: 342px; }

._w-342 {
  width: 342px; }

._h-342 {
  height: 342px; }

.maxw-342 {
  max-width: 342px; }

.maxh-342 {
  max-height: 342px; }

.top-343 {
  top: 343px; }

.left-343 {
  left: 343px; }

.right-343 {
  right: 343px; }

.bottom-343 {
  bottom: 343px; }

._w-343 {
  width: 343px; }

._h-343 {
  height: 343px; }

.maxw-343 {
  max-width: 343px; }

.maxh-343 {
  max-height: 343px; }

.top-344 {
  top: 344px; }

.left-344 {
  left: 344px; }

.right-344 {
  right: 344px; }

.bottom-344 {
  bottom: 344px; }

._w-344 {
  width: 344px; }

._h-344 {
  height: 344px; }

.maxw-344 {
  max-width: 344px; }

.maxh-344 {
  max-height: 344px; }

.top-345 {
  top: 345px; }

.left-345 {
  left: 345px; }

.right-345 {
  right: 345px; }

.bottom-345 {
  bottom: 345px; }

._w-345 {
  width: 345px; }

._h-345 {
  height: 345px; }

.maxw-345 {
  max-width: 345px; }

.maxh-345 {
  max-height: 345px; }

.top-346 {
  top: 346px; }

.left-346 {
  left: 346px; }

.right-346 {
  right: 346px; }

.bottom-346 {
  bottom: 346px; }

._w-346 {
  width: 346px; }

._h-346 {
  height: 346px; }

.maxw-346 {
  max-width: 346px; }

.maxh-346 {
  max-height: 346px; }

.top-347 {
  top: 347px; }

.left-347 {
  left: 347px; }

.right-347 {
  right: 347px; }

.bottom-347 {
  bottom: 347px; }

._w-347 {
  width: 347px; }

._h-347 {
  height: 347px; }

.maxw-347 {
  max-width: 347px; }

.maxh-347 {
  max-height: 347px; }

.top-348 {
  top: 348px; }

.left-348 {
  left: 348px; }

.right-348 {
  right: 348px; }

.bottom-348 {
  bottom: 348px; }

._w-348 {
  width: 348px; }

._h-348 {
  height: 348px; }

.maxw-348 {
  max-width: 348px; }

.maxh-348 {
  max-height: 348px; }

.top-349 {
  top: 349px; }

.left-349 {
  left: 349px; }

.right-349 {
  right: 349px; }

.bottom-349 {
  bottom: 349px; }

._w-349 {
  width: 349px; }

._h-349 {
  height: 349px; }

.maxw-349 {
  max-width: 349px; }

.maxh-349 {
  max-height: 349px; }

.top-350 {
  top: 350px; }

.left-350 {
  left: 350px; }

.right-350 {
  right: 350px; }

.bottom-350 {
  bottom: 350px; }

._w-350 {
  width: 350px; }

._h-350 {
  height: 350px; }

.maxw-350 {
  max-width: 350px; }

.maxh-350 {
  max-height: 350px; }

.top-351 {
  top: 351px; }

.left-351 {
  left: 351px; }

.right-351 {
  right: 351px; }

.bottom-351 {
  bottom: 351px; }

._w-351 {
  width: 351px; }

._h-351 {
  height: 351px; }

.maxw-351 {
  max-width: 351px; }

.maxh-351 {
  max-height: 351px; }

.top-352 {
  top: 352px; }

.left-352 {
  left: 352px; }

.right-352 {
  right: 352px; }

.bottom-352 {
  bottom: 352px; }

._w-352 {
  width: 352px; }

._h-352 {
  height: 352px; }

.maxw-352 {
  max-width: 352px; }

.maxh-352 {
  max-height: 352px; }

.top-353 {
  top: 353px; }

.left-353 {
  left: 353px; }

.right-353 {
  right: 353px; }

.bottom-353 {
  bottom: 353px; }

._w-353 {
  width: 353px; }

._h-353 {
  height: 353px; }

.maxw-353 {
  max-width: 353px; }

.maxh-353 {
  max-height: 353px; }

.top-354 {
  top: 354px; }

.left-354 {
  left: 354px; }

.right-354 {
  right: 354px; }

.bottom-354 {
  bottom: 354px; }

._w-354 {
  width: 354px; }

._h-354 {
  height: 354px; }

.maxw-354 {
  max-width: 354px; }

.maxh-354 {
  max-height: 354px; }

.top-355 {
  top: 355px; }

.left-355 {
  left: 355px; }

.right-355 {
  right: 355px; }

.bottom-355 {
  bottom: 355px; }

._w-355 {
  width: 355px; }

._h-355 {
  height: 355px; }

.maxw-355 {
  max-width: 355px; }

.maxh-355 {
  max-height: 355px; }

.top-356 {
  top: 356px; }

.left-356 {
  left: 356px; }

.right-356 {
  right: 356px; }

.bottom-356 {
  bottom: 356px; }

._w-356 {
  width: 356px; }

._h-356 {
  height: 356px; }

.maxw-356 {
  max-width: 356px; }

.maxh-356 {
  max-height: 356px; }

.top-357 {
  top: 357px; }

.left-357 {
  left: 357px; }

.right-357 {
  right: 357px; }

.bottom-357 {
  bottom: 357px; }

._w-357 {
  width: 357px; }

._h-357 {
  height: 357px; }

.maxw-357 {
  max-width: 357px; }

.maxh-357 {
  max-height: 357px; }

.top-358 {
  top: 358px; }

.left-358 {
  left: 358px; }

.right-358 {
  right: 358px; }

.bottom-358 {
  bottom: 358px; }

._w-358 {
  width: 358px; }

._h-358 {
  height: 358px; }

.maxw-358 {
  max-width: 358px; }

.maxh-358 {
  max-height: 358px; }

.top-359 {
  top: 359px; }

.left-359 {
  left: 359px; }

.right-359 {
  right: 359px; }

.bottom-359 {
  bottom: 359px; }

._w-359 {
  width: 359px; }

._h-359 {
  height: 359px; }

.maxw-359 {
  max-width: 359px; }

.maxh-359 {
  max-height: 359px; }

.top-360 {
  top: 360px; }

.left-360 {
  left: 360px; }

.right-360 {
  right: 360px; }

.bottom-360 {
  bottom: 360px; }

._w-360 {
  width: 360px; }

._h-360 {
  height: 360px; }

.maxw-360 {
  max-width: 360px; }

.maxh-360 {
  max-height: 360px; }

.top-361 {
  top: 361px; }

.left-361 {
  left: 361px; }

.right-361 {
  right: 361px; }

.bottom-361 {
  bottom: 361px; }

._w-361 {
  width: 361px; }

._h-361 {
  height: 361px; }

.maxw-361 {
  max-width: 361px; }

.maxh-361 {
  max-height: 361px; }

.top-362 {
  top: 362px; }

.left-362 {
  left: 362px; }

.right-362 {
  right: 362px; }

.bottom-362 {
  bottom: 362px; }

._w-362 {
  width: 362px; }

._h-362 {
  height: 362px; }

.maxw-362 {
  max-width: 362px; }

.maxh-362 {
  max-height: 362px; }

.top-363 {
  top: 363px; }

.left-363 {
  left: 363px; }

.right-363 {
  right: 363px; }

.bottom-363 {
  bottom: 363px; }

._w-363 {
  width: 363px; }

._h-363 {
  height: 363px; }

.maxw-363 {
  max-width: 363px; }

.maxh-363 {
  max-height: 363px; }

.top-364 {
  top: 364px; }

.left-364 {
  left: 364px; }

.right-364 {
  right: 364px; }

.bottom-364 {
  bottom: 364px; }

._w-364 {
  width: 364px; }

._h-364 {
  height: 364px; }

.maxw-364 {
  max-width: 364px; }

.maxh-364 {
  max-height: 364px; }

.top-365 {
  top: 365px; }

.left-365 {
  left: 365px; }

.right-365 {
  right: 365px; }

.bottom-365 {
  bottom: 365px; }

._w-365 {
  width: 365px; }

._h-365 {
  height: 365px; }

.maxw-365 {
  max-width: 365px; }

.maxh-365 {
  max-height: 365px; }

.top-366 {
  top: 366px; }

.left-366 {
  left: 366px; }

.right-366 {
  right: 366px; }

.bottom-366 {
  bottom: 366px; }

._w-366 {
  width: 366px; }

._h-366 {
  height: 366px; }

.maxw-366 {
  max-width: 366px; }

.maxh-366 {
  max-height: 366px; }

.top-367 {
  top: 367px; }

.left-367 {
  left: 367px; }

.right-367 {
  right: 367px; }

.bottom-367 {
  bottom: 367px; }

._w-367 {
  width: 367px; }

._h-367 {
  height: 367px; }

.maxw-367 {
  max-width: 367px; }

.maxh-367 {
  max-height: 367px; }

.top-368 {
  top: 368px; }

.left-368 {
  left: 368px; }

.right-368 {
  right: 368px; }

.bottom-368 {
  bottom: 368px; }

._w-368 {
  width: 368px; }

._h-368 {
  height: 368px; }

.maxw-368 {
  max-width: 368px; }

.maxh-368 {
  max-height: 368px; }

.top-369 {
  top: 369px; }

.left-369 {
  left: 369px; }

.right-369 {
  right: 369px; }

.bottom-369 {
  bottom: 369px; }

._w-369 {
  width: 369px; }

._h-369 {
  height: 369px; }

.maxw-369 {
  max-width: 369px; }

.maxh-369 {
  max-height: 369px; }

.top-370 {
  top: 370px; }

.left-370 {
  left: 370px; }

.right-370 {
  right: 370px; }

.bottom-370 {
  bottom: 370px; }

._w-370 {
  width: 370px; }

._h-370 {
  height: 370px; }

.maxw-370 {
  max-width: 370px; }

.maxh-370 {
  max-height: 370px; }

.top-371 {
  top: 371px; }

.left-371 {
  left: 371px; }

.right-371 {
  right: 371px; }

.bottom-371 {
  bottom: 371px; }

._w-371 {
  width: 371px; }

._h-371 {
  height: 371px; }

.maxw-371 {
  max-width: 371px; }

.maxh-371 {
  max-height: 371px; }

.top-372 {
  top: 372px; }

.left-372 {
  left: 372px; }

.right-372 {
  right: 372px; }

.bottom-372 {
  bottom: 372px; }

._w-372 {
  width: 372px; }

._h-372 {
  height: 372px; }

.maxw-372 {
  max-width: 372px; }

.maxh-372 {
  max-height: 372px; }

.top-373 {
  top: 373px; }

.left-373 {
  left: 373px; }

.right-373 {
  right: 373px; }

.bottom-373 {
  bottom: 373px; }

._w-373 {
  width: 373px; }

._h-373 {
  height: 373px; }

.maxw-373 {
  max-width: 373px; }

.maxh-373 {
  max-height: 373px; }

.top-374 {
  top: 374px; }

.left-374 {
  left: 374px; }

.right-374 {
  right: 374px; }

.bottom-374 {
  bottom: 374px; }

._w-374 {
  width: 374px; }

._h-374 {
  height: 374px; }

.maxw-374 {
  max-width: 374px; }

.maxh-374 {
  max-height: 374px; }

.top-375 {
  top: 375px; }

.left-375 {
  left: 375px; }

.right-375 {
  right: 375px; }

.bottom-375 {
  bottom: 375px; }

._w-375 {
  width: 375px; }

._h-375 {
  height: 375px; }

.maxw-375 {
  max-width: 375px; }

.maxh-375 {
  max-height: 375px; }

.top-376 {
  top: 376px; }

.left-376 {
  left: 376px; }

.right-376 {
  right: 376px; }

.bottom-376 {
  bottom: 376px; }

._w-376 {
  width: 376px; }

._h-376 {
  height: 376px; }

.maxw-376 {
  max-width: 376px; }

.maxh-376 {
  max-height: 376px; }

.top-377 {
  top: 377px; }

.left-377 {
  left: 377px; }

.right-377 {
  right: 377px; }

.bottom-377 {
  bottom: 377px; }

._w-377 {
  width: 377px; }

._h-377 {
  height: 377px; }

.maxw-377 {
  max-width: 377px; }

.maxh-377 {
  max-height: 377px; }

.top-378 {
  top: 378px; }

.left-378 {
  left: 378px; }

.right-378 {
  right: 378px; }

.bottom-378 {
  bottom: 378px; }

._w-378 {
  width: 378px; }

._h-378 {
  height: 378px; }

.maxw-378 {
  max-width: 378px; }

.maxh-378 {
  max-height: 378px; }

.top-379 {
  top: 379px; }

.left-379 {
  left: 379px; }

.right-379 {
  right: 379px; }

.bottom-379 {
  bottom: 379px; }

._w-379 {
  width: 379px; }

._h-379 {
  height: 379px; }

.maxw-379 {
  max-width: 379px; }

.maxh-379 {
  max-height: 379px; }

.top-380 {
  top: 380px; }

.left-380 {
  left: 380px; }

.right-380 {
  right: 380px; }

.bottom-380 {
  bottom: 380px; }

._w-380 {
  width: 380px; }

._h-380 {
  height: 380px; }

.maxw-380 {
  max-width: 380px; }

.maxh-380 {
  max-height: 380px; }

.top-381 {
  top: 381px; }

.left-381 {
  left: 381px; }

.right-381 {
  right: 381px; }

.bottom-381 {
  bottom: 381px; }

._w-381 {
  width: 381px; }

._h-381 {
  height: 381px; }

.maxw-381 {
  max-width: 381px; }

.maxh-381 {
  max-height: 381px; }

.top-382 {
  top: 382px; }

.left-382 {
  left: 382px; }

.right-382 {
  right: 382px; }

.bottom-382 {
  bottom: 382px; }

._w-382 {
  width: 382px; }

._h-382 {
  height: 382px; }

.maxw-382 {
  max-width: 382px; }

.maxh-382 {
  max-height: 382px; }

.top-383 {
  top: 383px; }

.left-383 {
  left: 383px; }

.right-383 {
  right: 383px; }

.bottom-383 {
  bottom: 383px; }

._w-383 {
  width: 383px; }

._h-383 {
  height: 383px; }

.maxw-383 {
  max-width: 383px; }

.maxh-383 {
  max-height: 383px; }

.top-384 {
  top: 384px; }

.left-384 {
  left: 384px; }

.right-384 {
  right: 384px; }

.bottom-384 {
  bottom: 384px; }

._w-384 {
  width: 384px; }

._h-384 {
  height: 384px; }

.maxw-384 {
  max-width: 384px; }

.maxh-384 {
  max-height: 384px; }

.top-385 {
  top: 385px; }

.left-385 {
  left: 385px; }

.right-385 {
  right: 385px; }

.bottom-385 {
  bottom: 385px; }

._w-385 {
  width: 385px; }

._h-385 {
  height: 385px; }

.maxw-385 {
  max-width: 385px; }

.maxh-385 {
  max-height: 385px; }

.top-386 {
  top: 386px; }

.left-386 {
  left: 386px; }

.right-386 {
  right: 386px; }

.bottom-386 {
  bottom: 386px; }

._w-386 {
  width: 386px; }

._h-386 {
  height: 386px; }

.maxw-386 {
  max-width: 386px; }

.maxh-386 {
  max-height: 386px; }

.top-387 {
  top: 387px; }

.left-387 {
  left: 387px; }

.right-387 {
  right: 387px; }

.bottom-387 {
  bottom: 387px; }

._w-387 {
  width: 387px; }

._h-387 {
  height: 387px; }

.maxw-387 {
  max-width: 387px; }

.maxh-387 {
  max-height: 387px; }

.top-388 {
  top: 388px; }

.left-388 {
  left: 388px; }

.right-388 {
  right: 388px; }

.bottom-388 {
  bottom: 388px; }

._w-388 {
  width: 388px; }

._h-388 {
  height: 388px; }

.maxw-388 {
  max-width: 388px; }

.maxh-388 {
  max-height: 388px; }

.top-389 {
  top: 389px; }

.left-389 {
  left: 389px; }

.right-389 {
  right: 389px; }

.bottom-389 {
  bottom: 389px; }

._w-389 {
  width: 389px; }

._h-389 {
  height: 389px; }

.maxw-389 {
  max-width: 389px; }

.maxh-389 {
  max-height: 389px; }

.top-390 {
  top: 390px; }

.left-390 {
  left: 390px; }

.right-390 {
  right: 390px; }

.bottom-390 {
  bottom: 390px; }

._w-390 {
  width: 390px; }

._h-390 {
  height: 390px; }

.maxw-390 {
  max-width: 390px; }

.maxh-390 {
  max-height: 390px; }

.top-391 {
  top: 391px; }

.left-391 {
  left: 391px; }

.right-391 {
  right: 391px; }

.bottom-391 {
  bottom: 391px; }

._w-391 {
  width: 391px; }

._h-391 {
  height: 391px; }

.maxw-391 {
  max-width: 391px; }

.maxh-391 {
  max-height: 391px; }

.top-392 {
  top: 392px; }

.left-392 {
  left: 392px; }

.right-392 {
  right: 392px; }

.bottom-392 {
  bottom: 392px; }

._w-392 {
  width: 392px; }

._h-392 {
  height: 392px; }

.maxw-392 {
  max-width: 392px; }

.maxh-392 {
  max-height: 392px; }

.top-393 {
  top: 393px; }

.left-393 {
  left: 393px; }

.right-393 {
  right: 393px; }

.bottom-393 {
  bottom: 393px; }

._w-393 {
  width: 393px; }

._h-393 {
  height: 393px; }

.maxw-393 {
  max-width: 393px; }

.maxh-393 {
  max-height: 393px; }

.top-394 {
  top: 394px; }

.left-394 {
  left: 394px; }

.right-394 {
  right: 394px; }

.bottom-394 {
  bottom: 394px; }

._w-394 {
  width: 394px; }

._h-394 {
  height: 394px; }

.maxw-394 {
  max-width: 394px; }

.maxh-394 {
  max-height: 394px; }

.top-395 {
  top: 395px; }

.left-395 {
  left: 395px; }

.right-395 {
  right: 395px; }

.bottom-395 {
  bottom: 395px; }

._w-395 {
  width: 395px; }

._h-395 {
  height: 395px; }

.maxw-395 {
  max-width: 395px; }

.maxh-395 {
  max-height: 395px; }

.top-396 {
  top: 396px; }

.left-396 {
  left: 396px; }

.right-396 {
  right: 396px; }

.bottom-396 {
  bottom: 396px; }

._w-396 {
  width: 396px; }

._h-396 {
  height: 396px; }

.maxw-396 {
  max-width: 396px; }

.maxh-396 {
  max-height: 396px; }

.top-397 {
  top: 397px; }

.left-397 {
  left: 397px; }

.right-397 {
  right: 397px; }

.bottom-397 {
  bottom: 397px; }

._w-397 {
  width: 397px; }

._h-397 {
  height: 397px; }

.maxw-397 {
  max-width: 397px; }

.maxh-397 {
  max-height: 397px; }

.top-398 {
  top: 398px; }

.left-398 {
  left: 398px; }

.right-398 {
  right: 398px; }

.bottom-398 {
  bottom: 398px; }

._w-398 {
  width: 398px; }

._h-398 {
  height: 398px; }

.maxw-398 {
  max-width: 398px; }

.maxh-398 {
  max-height: 398px; }

.top-399 {
  top: 399px; }

.left-399 {
  left: 399px; }

.right-399 {
  right: 399px; }

.bottom-399 {
  bottom: 399px; }

._w-399 {
  width: 399px; }

._h-399 {
  height: 399px; }

.maxw-399 {
  max-width: 399px; }

.maxh-399 {
  max-height: 399px; }

.top-400 {
  top: 400px; }

.left-400 {
  left: 400px; }

.right-400 {
  right: 400px; }

.bottom-400 {
  bottom: 400px; }

._w-400 {
  width: 400px; }

._h-400 {
  height: 400px; }

.maxw-400 {
  max-width: 400px; }

.maxh-400 {
  max-height: 400px; }

.top-401 {
  top: 401px; }

.left-401 {
  left: 401px; }

.right-401 {
  right: 401px; }

.bottom-401 {
  bottom: 401px; }

._w-401 {
  width: 401px; }

._h-401 {
  height: 401px; }

.maxw-401 {
  max-width: 401px; }

.maxh-401 {
  max-height: 401px; }

.top-402 {
  top: 402px; }

.left-402 {
  left: 402px; }

.right-402 {
  right: 402px; }

.bottom-402 {
  bottom: 402px; }

._w-402 {
  width: 402px; }

._h-402 {
  height: 402px; }

.maxw-402 {
  max-width: 402px; }

.maxh-402 {
  max-height: 402px; }

.top-403 {
  top: 403px; }

.left-403 {
  left: 403px; }

.right-403 {
  right: 403px; }

.bottom-403 {
  bottom: 403px; }

._w-403 {
  width: 403px; }

._h-403 {
  height: 403px; }

.maxw-403 {
  max-width: 403px; }

.maxh-403 {
  max-height: 403px; }

.top-404 {
  top: 404px; }

.left-404 {
  left: 404px; }

.right-404 {
  right: 404px; }

.bottom-404 {
  bottom: 404px; }

._w-404 {
  width: 404px; }

._h-404 {
  height: 404px; }

.maxw-404 {
  max-width: 404px; }

.maxh-404 {
  max-height: 404px; }

.top-405 {
  top: 405px; }

.left-405 {
  left: 405px; }

.right-405 {
  right: 405px; }

.bottom-405 {
  bottom: 405px; }

._w-405 {
  width: 405px; }

._h-405 {
  height: 405px; }

.maxw-405 {
  max-width: 405px; }

.maxh-405 {
  max-height: 405px; }

.top-406 {
  top: 406px; }

.left-406 {
  left: 406px; }

.right-406 {
  right: 406px; }

.bottom-406 {
  bottom: 406px; }

._w-406 {
  width: 406px; }

._h-406 {
  height: 406px; }

.maxw-406 {
  max-width: 406px; }

.maxh-406 {
  max-height: 406px; }

.top-407 {
  top: 407px; }

.left-407 {
  left: 407px; }

.right-407 {
  right: 407px; }

.bottom-407 {
  bottom: 407px; }

._w-407 {
  width: 407px; }

._h-407 {
  height: 407px; }

.maxw-407 {
  max-width: 407px; }

.maxh-407 {
  max-height: 407px; }

.top-408 {
  top: 408px; }

.left-408 {
  left: 408px; }

.right-408 {
  right: 408px; }

.bottom-408 {
  bottom: 408px; }

._w-408 {
  width: 408px; }

._h-408 {
  height: 408px; }

.maxw-408 {
  max-width: 408px; }

.maxh-408 {
  max-height: 408px; }

.top-409 {
  top: 409px; }

.left-409 {
  left: 409px; }

.right-409 {
  right: 409px; }

.bottom-409 {
  bottom: 409px; }

._w-409 {
  width: 409px; }

._h-409 {
  height: 409px; }

.maxw-409 {
  max-width: 409px; }

.maxh-409 {
  max-height: 409px; }

.top-410 {
  top: 410px; }

.left-410 {
  left: 410px; }

.right-410 {
  right: 410px; }

.bottom-410 {
  bottom: 410px; }

._w-410 {
  width: 410px; }

._h-410 {
  height: 410px; }

.maxw-410 {
  max-width: 410px; }

.maxh-410 {
  max-height: 410px; }

.top-411 {
  top: 411px; }

.left-411 {
  left: 411px; }

.right-411 {
  right: 411px; }

.bottom-411 {
  bottom: 411px; }

._w-411 {
  width: 411px; }

._h-411 {
  height: 411px; }

.maxw-411 {
  max-width: 411px; }

.maxh-411 {
  max-height: 411px; }

.top-412 {
  top: 412px; }

.left-412 {
  left: 412px; }

.right-412 {
  right: 412px; }

.bottom-412 {
  bottom: 412px; }

._w-412 {
  width: 412px; }

._h-412 {
  height: 412px; }

.maxw-412 {
  max-width: 412px; }

.maxh-412 {
  max-height: 412px; }

.top-413 {
  top: 413px; }

.left-413 {
  left: 413px; }

.right-413 {
  right: 413px; }

.bottom-413 {
  bottom: 413px; }

._w-413 {
  width: 413px; }

._h-413 {
  height: 413px; }

.maxw-413 {
  max-width: 413px; }

.maxh-413 {
  max-height: 413px; }

.top-414 {
  top: 414px; }

.left-414 {
  left: 414px; }

.right-414 {
  right: 414px; }

.bottom-414 {
  bottom: 414px; }

._w-414 {
  width: 414px; }

._h-414 {
  height: 414px; }

.maxw-414 {
  max-width: 414px; }

.maxh-414 {
  max-height: 414px; }

.top-415 {
  top: 415px; }

.left-415 {
  left: 415px; }

.right-415 {
  right: 415px; }

.bottom-415 {
  bottom: 415px; }

._w-415 {
  width: 415px; }

._h-415 {
  height: 415px; }

.maxw-415 {
  max-width: 415px; }

.maxh-415 {
  max-height: 415px; }

.top-416 {
  top: 416px; }

.left-416 {
  left: 416px; }

.right-416 {
  right: 416px; }

.bottom-416 {
  bottom: 416px; }

._w-416 {
  width: 416px; }

._h-416 {
  height: 416px; }

.maxw-416 {
  max-width: 416px; }

.maxh-416 {
  max-height: 416px; }

.top-417 {
  top: 417px; }

.left-417 {
  left: 417px; }

.right-417 {
  right: 417px; }

.bottom-417 {
  bottom: 417px; }

._w-417 {
  width: 417px; }

._h-417 {
  height: 417px; }

.maxw-417 {
  max-width: 417px; }

.maxh-417 {
  max-height: 417px; }

.top-418 {
  top: 418px; }

.left-418 {
  left: 418px; }

.right-418 {
  right: 418px; }

.bottom-418 {
  bottom: 418px; }

._w-418 {
  width: 418px; }

._h-418 {
  height: 418px; }

.maxw-418 {
  max-width: 418px; }

.maxh-418 {
  max-height: 418px; }

.top-419 {
  top: 419px; }

.left-419 {
  left: 419px; }

.right-419 {
  right: 419px; }

.bottom-419 {
  bottom: 419px; }

._w-419 {
  width: 419px; }

._h-419 {
  height: 419px; }

.maxw-419 {
  max-width: 419px; }

.maxh-419 {
  max-height: 419px; }

.top-420 {
  top: 420px; }

.left-420 {
  left: 420px; }

.right-420 {
  right: 420px; }

.bottom-420 {
  bottom: 420px; }

._w-420 {
  width: 420px; }

._h-420 {
  height: 420px; }

.maxw-420 {
  max-width: 420px; }

.maxh-420 {
  max-height: 420px; }

.top-421 {
  top: 421px; }

.left-421 {
  left: 421px; }

.right-421 {
  right: 421px; }

.bottom-421 {
  bottom: 421px; }

._w-421 {
  width: 421px; }

._h-421 {
  height: 421px; }

.maxw-421 {
  max-width: 421px; }

.maxh-421 {
  max-height: 421px; }

.top-422 {
  top: 422px; }

.left-422 {
  left: 422px; }

.right-422 {
  right: 422px; }

.bottom-422 {
  bottom: 422px; }

._w-422 {
  width: 422px; }

._h-422 {
  height: 422px; }

.maxw-422 {
  max-width: 422px; }

.maxh-422 {
  max-height: 422px; }

.top-423 {
  top: 423px; }

.left-423 {
  left: 423px; }

.right-423 {
  right: 423px; }

.bottom-423 {
  bottom: 423px; }

._w-423 {
  width: 423px; }

._h-423 {
  height: 423px; }

.maxw-423 {
  max-width: 423px; }

.maxh-423 {
  max-height: 423px; }

.top-424 {
  top: 424px; }

.left-424 {
  left: 424px; }

.right-424 {
  right: 424px; }

.bottom-424 {
  bottom: 424px; }

._w-424 {
  width: 424px; }

._h-424 {
  height: 424px; }

.maxw-424 {
  max-width: 424px; }

.maxh-424 {
  max-height: 424px; }

.top-425 {
  top: 425px; }

.left-425 {
  left: 425px; }

.right-425 {
  right: 425px; }

.bottom-425 {
  bottom: 425px; }

._w-425 {
  width: 425px; }

._h-425 {
  height: 425px; }

.maxw-425 {
  max-width: 425px; }

.maxh-425 {
  max-height: 425px; }

.top-426 {
  top: 426px; }

.left-426 {
  left: 426px; }

.right-426 {
  right: 426px; }

.bottom-426 {
  bottom: 426px; }

._w-426 {
  width: 426px; }

._h-426 {
  height: 426px; }

.maxw-426 {
  max-width: 426px; }

.maxh-426 {
  max-height: 426px; }

.top-427 {
  top: 427px; }

.left-427 {
  left: 427px; }

.right-427 {
  right: 427px; }

.bottom-427 {
  bottom: 427px; }

._w-427 {
  width: 427px; }

._h-427 {
  height: 427px; }

.maxw-427 {
  max-width: 427px; }

.maxh-427 {
  max-height: 427px; }

.top-428 {
  top: 428px; }

.left-428 {
  left: 428px; }

.right-428 {
  right: 428px; }

.bottom-428 {
  bottom: 428px; }

._w-428 {
  width: 428px; }

._h-428 {
  height: 428px; }

.maxw-428 {
  max-width: 428px; }

.maxh-428 {
  max-height: 428px; }

.top-429 {
  top: 429px; }

.left-429 {
  left: 429px; }

.right-429 {
  right: 429px; }

.bottom-429 {
  bottom: 429px; }

._w-429 {
  width: 429px; }

._h-429 {
  height: 429px; }

.maxw-429 {
  max-width: 429px; }

.maxh-429 {
  max-height: 429px; }

.top-430 {
  top: 430px; }

.left-430 {
  left: 430px; }

.right-430 {
  right: 430px; }

.bottom-430 {
  bottom: 430px; }

._w-430 {
  width: 430px; }

._h-430 {
  height: 430px; }

.maxw-430 {
  max-width: 430px; }

.maxh-430 {
  max-height: 430px; }

.top-431 {
  top: 431px; }

.left-431 {
  left: 431px; }

.right-431 {
  right: 431px; }

.bottom-431 {
  bottom: 431px; }

._w-431 {
  width: 431px; }

._h-431 {
  height: 431px; }

.maxw-431 {
  max-width: 431px; }

.maxh-431 {
  max-height: 431px; }

.top-432 {
  top: 432px; }

.left-432 {
  left: 432px; }

.right-432 {
  right: 432px; }

.bottom-432 {
  bottom: 432px; }

._w-432 {
  width: 432px; }

._h-432 {
  height: 432px; }

.maxw-432 {
  max-width: 432px; }

.maxh-432 {
  max-height: 432px; }

.top-433 {
  top: 433px; }

.left-433 {
  left: 433px; }

.right-433 {
  right: 433px; }

.bottom-433 {
  bottom: 433px; }

._w-433 {
  width: 433px; }

._h-433 {
  height: 433px; }

.maxw-433 {
  max-width: 433px; }

.maxh-433 {
  max-height: 433px; }

.top-434 {
  top: 434px; }

.left-434 {
  left: 434px; }

.right-434 {
  right: 434px; }

.bottom-434 {
  bottom: 434px; }

._w-434 {
  width: 434px; }

._h-434 {
  height: 434px; }

.maxw-434 {
  max-width: 434px; }

.maxh-434 {
  max-height: 434px; }

.top-435 {
  top: 435px; }

.left-435 {
  left: 435px; }

.right-435 {
  right: 435px; }

.bottom-435 {
  bottom: 435px; }

._w-435 {
  width: 435px; }

._h-435 {
  height: 435px; }

.maxw-435 {
  max-width: 435px; }

.maxh-435 {
  max-height: 435px; }

.top-436 {
  top: 436px; }

.left-436 {
  left: 436px; }

.right-436 {
  right: 436px; }

.bottom-436 {
  bottom: 436px; }

._w-436 {
  width: 436px; }

._h-436 {
  height: 436px; }

.maxw-436 {
  max-width: 436px; }

.maxh-436 {
  max-height: 436px; }

.top-437 {
  top: 437px; }

.left-437 {
  left: 437px; }

.right-437 {
  right: 437px; }

.bottom-437 {
  bottom: 437px; }

._w-437 {
  width: 437px; }

._h-437 {
  height: 437px; }

.maxw-437 {
  max-width: 437px; }

.maxh-437 {
  max-height: 437px; }

.top-438 {
  top: 438px; }

.left-438 {
  left: 438px; }

.right-438 {
  right: 438px; }

.bottom-438 {
  bottom: 438px; }

._w-438 {
  width: 438px; }

._h-438 {
  height: 438px; }

.maxw-438 {
  max-width: 438px; }

.maxh-438 {
  max-height: 438px; }

.top-439 {
  top: 439px; }

.left-439 {
  left: 439px; }

.right-439 {
  right: 439px; }

.bottom-439 {
  bottom: 439px; }

._w-439 {
  width: 439px; }

._h-439 {
  height: 439px; }

.maxw-439 {
  max-width: 439px; }

.maxh-439 {
  max-height: 439px; }

.top-440 {
  top: 440px; }

.left-440 {
  left: 440px; }

.right-440 {
  right: 440px; }

.bottom-440 {
  bottom: 440px; }

._w-440 {
  width: 440px; }

._h-440 {
  height: 440px; }

.maxw-440 {
  max-width: 440px; }

.maxh-440 {
  max-height: 440px; }

.top-441 {
  top: 441px; }

.left-441 {
  left: 441px; }

.right-441 {
  right: 441px; }

.bottom-441 {
  bottom: 441px; }

._w-441 {
  width: 441px; }

._h-441 {
  height: 441px; }

.maxw-441 {
  max-width: 441px; }

.maxh-441 {
  max-height: 441px; }

.top-442 {
  top: 442px; }

.left-442 {
  left: 442px; }

.right-442 {
  right: 442px; }

.bottom-442 {
  bottom: 442px; }

._w-442 {
  width: 442px; }

._h-442 {
  height: 442px; }

.maxw-442 {
  max-width: 442px; }

.maxh-442 {
  max-height: 442px; }

.top-443 {
  top: 443px; }

.left-443 {
  left: 443px; }

.right-443 {
  right: 443px; }

.bottom-443 {
  bottom: 443px; }

._w-443 {
  width: 443px; }

._h-443 {
  height: 443px; }

.maxw-443 {
  max-width: 443px; }

.maxh-443 {
  max-height: 443px; }

.top-444 {
  top: 444px; }

.left-444 {
  left: 444px; }

.right-444 {
  right: 444px; }

.bottom-444 {
  bottom: 444px; }

._w-444 {
  width: 444px; }

._h-444 {
  height: 444px; }

.maxw-444 {
  max-width: 444px; }

.maxh-444 {
  max-height: 444px; }

.top-445 {
  top: 445px; }

.left-445 {
  left: 445px; }

.right-445 {
  right: 445px; }

.bottom-445 {
  bottom: 445px; }

._w-445 {
  width: 445px; }

._h-445 {
  height: 445px; }

.maxw-445 {
  max-width: 445px; }

.maxh-445 {
  max-height: 445px; }

.top-446 {
  top: 446px; }

.left-446 {
  left: 446px; }

.right-446 {
  right: 446px; }

.bottom-446 {
  bottom: 446px; }

._w-446 {
  width: 446px; }

._h-446 {
  height: 446px; }

.maxw-446 {
  max-width: 446px; }

.maxh-446 {
  max-height: 446px; }

.top-447 {
  top: 447px; }

.left-447 {
  left: 447px; }

.right-447 {
  right: 447px; }

.bottom-447 {
  bottom: 447px; }

._w-447 {
  width: 447px; }

._h-447 {
  height: 447px; }

.maxw-447 {
  max-width: 447px; }

.maxh-447 {
  max-height: 447px; }

.top-448 {
  top: 448px; }

.left-448 {
  left: 448px; }

.right-448 {
  right: 448px; }

.bottom-448 {
  bottom: 448px; }

._w-448 {
  width: 448px; }

._h-448 {
  height: 448px; }

.maxw-448 {
  max-width: 448px; }

.maxh-448 {
  max-height: 448px; }

.top-449 {
  top: 449px; }

.left-449 {
  left: 449px; }

.right-449 {
  right: 449px; }

.bottom-449 {
  bottom: 449px; }

._w-449 {
  width: 449px; }

._h-449 {
  height: 449px; }

.maxw-449 {
  max-width: 449px; }

.maxh-449 {
  max-height: 449px; }

.top-450 {
  top: 450px; }

.left-450 {
  left: 450px; }

.right-450 {
  right: 450px; }

.bottom-450 {
  bottom: 450px; }

._w-450 {
  width: 450px; }

._h-450 {
  height: 450px; }

.maxw-450 {
  max-width: 450px; }

.maxh-450 {
  max-height: 450px; }

.top-451 {
  top: 451px; }

.left-451 {
  left: 451px; }

.right-451 {
  right: 451px; }

.bottom-451 {
  bottom: 451px; }

._w-451 {
  width: 451px; }

._h-451 {
  height: 451px; }

.maxw-451 {
  max-width: 451px; }

.maxh-451 {
  max-height: 451px; }

.top-452 {
  top: 452px; }

.left-452 {
  left: 452px; }

.right-452 {
  right: 452px; }

.bottom-452 {
  bottom: 452px; }

._w-452 {
  width: 452px; }

._h-452 {
  height: 452px; }

.maxw-452 {
  max-width: 452px; }

.maxh-452 {
  max-height: 452px; }

.top-453 {
  top: 453px; }

.left-453 {
  left: 453px; }

.right-453 {
  right: 453px; }

.bottom-453 {
  bottom: 453px; }

._w-453 {
  width: 453px; }

._h-453 {
  height: 453px; }

.maxw-453 {
  max-width: 453px; }

.maxh-453 {
  max-height: 453px; }

.top-454 {
  top: 454px; }

.left-454 {
  left: 454px; }

.right-454 {
  right: 454px; }

.bottom-454 {
  bottom: 454px; }

._w-454 {
  width: 454px; }

._h-454 {
  height: 454px; }

.maxw-454 {
  max-width: 454px; }

.maxh-454 {
  max-height: 454px; }

.top-455 {
  top: 455px; }

.left-455 {
  left: 455px; }

.right-455 {
  right: 455px; }

.bottom-455 {
  bottom: 455px; }

._w-455 {
  width: 455px; }

._h-455 {
  height: 455px; }

.maxw-455 {
  max-width: 455px; }

.maxh-455 {
  max-height: 455px; }

.top-456 {
  top: 456px; }

.left-456 {
  left: 456px; }

.right-456 {
  right: 456px; }

.bottom-456 {
  bottom: 456px; }

._w-456 {
  width: 456px; }

._h-456 {
  height: 456px; }

.maxw-456 {
  max-width: 456px; }

.maxh-456 {
  max-height: 456px; }

.top-457 {
  top: 457px; }

.left-457 {
  left: 457px; }

.right-457 {
  right: 457px; }

.bottom-457 {
  bottom: 457px; }

._w-457 {
  width: 457px; }

._h-457 {
  height: 457px; }

.maxw-457 {
  max-width: 457px; }

.maxh-457 {
  max-height: 457px; }

.top-458 {
  top: 458px; }

.left-458 {
  left: 458px; }

.right-458 {
  right: 458px; }

.bottom-458 {
  bottom: 458px; }

._w-458 {
  width: 458px; }

._h-458 {
  height: 458px; }

.maxw-458 {
  max-width: 458px; }

.maxh-458 {
  max-height: 458px; }

.top-459 {
  top: 459px; }

.left-459 {
  left: 459px; }

.right-459 {
  right: 459px; }

.bottom-459 {
  bottom: 459px; }

._w-459 {
  width: 459px; }

._h-459 {
  height: 459px; }

.maxw-459 {
  max-width: 459px; }

.maxh-459 {
  max-height: 459px; }

.top-460 {
  top: 460px; }

.left-460 {
  left: 460px; }

.right-460 {
  right: 460px; }

.bottom-460 {
  bottom: 460px; }

._w-460 {
  width: 460px; }

._h-460 {
  height: 460px; }

.maxw-460 {
  max-width: 460px; }

.maxh-460 {
  max-height: 460px; }

.top-461 {
  top: 461px; }

.left-461 {
  left: 461px; }

.right-461 {
  right: 461px; }

.bottom-461 {
  bottom: 461px; }

._w-461 {
  width: 461px; }

._h-461 {
  height: 461px; }

.maxw-461 {
  max-width: 461px; }

.maxh-461 {
  max-height: 461px; }

.top-462 {
  top: 462px; }

.left-462 {
  left: 462px; }

.right-462 {
  right: 462px; }

.bottom-462 {
  bottom: 462px; }

._w-462 {
  width: 462px; }

._h-462 {
  height: 462px; }

.maxw-462 {
  max-width: 462px; }

.maxh-462 {
  max-height: 462px; }

.top-463 {
  top: 463px; }

.left-463 {
  left: 463px; }

.right-463 {
  right: 463px; }

.bottom-463 {
  bottom: 463px; }

._w-463 {
  width: 463px; }

._h-463 {
  height: 463px; }

.maxw-463 {
  max-width: 463px; }

.maxh-463 {
  max-height: 463px; }

.top-464 {
  top: 464px; }

.left-464 {
  left: 464px; }

.right-464 {
  right: 464px; }

.bottom-464 {
  bottom: 464px; }

._w-464 {
  width: 464px; }

._h-464 {
  height: 464px; }

.maxw-464 {
  max-width: 464px; }

.maxh-464 {
  max-height: 464px; }

.top-465 {
  top: 465px; }

.left-465 {
  left: 465px; }

.right-465 {
  right: 465px; }

.bottom-465 {
  bottom: 465px; }

._w-465 {
  width: 465px; }

._h-465 {
  height: 465px; }

.maxw-465 {
  max-width: 465px; }

.maxh-465 {
  max-height: 465px; }

.top-466 {
  top: 466px; }

.left-466 {
  left: 466px; }

.right-466 {
  right: 466px; }

.bottom-466 {
  bottom: 466px; }

._w-466 {
  width: 466px; }

._h-466 {
  height: 466px; }

.maxw-466 {
  max-width: 466px; }

.maxh-466 {
  max-height: 466px; }

.top-467 {
  top: 467px; }

.left-467 {
  left: 467px; }

.right-467 {
  right: 467px; }

.bottom-467 {
  bottom: 467px; }

._w-467 {
  width: 467px; }

._h-467 {
  height: 467px; }

.maxw-467 {
  max-width: 467px; }

.maxh-467 {
  max-height: 467px; }

.top-468 {
  top: 468px; }

.left-468 {
  left: 468px; }

.right-468 {
  right: 468px; }

.bottom-468 {
  bottom: 468px; }

._w-468 {
  width: 468px; }

._h-468 {
  height: 468px; }

.maxw-468 {
  max-width: 468px; }

.maxh-468 {
  max-height: 468px; }

.top-469 {
  top: 469px; }

.left-469 {
  left: 469px; }

.right-469 {
  right: 469px; }

.bottom-469 {
  bottom: 469px; }

._w-469 {
  width: 469px; }

._h-469 {
  height: 469px; }

.maxw-469 {
  max-width: 469px; }

.maxh-469 {
  max-height: 469px; }

.top-470 {
  top: 470px; }

.left-470 {
  left: 470px; }

.right-470 {
  right: 470px; }

.bottom-470 {
  bottom: 470px; }

._w-470 {
  width: 470px; }

._h-470 {
  height: 470px; }

.maxw-470 {
  max-width: 470px; }

.maxh-470 {
  max-height: 470px; }

.top-471 {
  top: 471px; }

.left-471 {
  left: 471px; }

.right-471 {
  right: 471px; }

.bottom-471 {
  bottom: 471px; }

._w-471 {
  width: 471px; }

._h-471 {
  height: 471px; }

.maxw-471 {
  max-width: 471px; }

.maxh-471 {
  max-height: 471px; }

.top-472 {
  top: 472px; }

.left-472 {
  left: 472px; }

.right-472 {
  right: 472px; }

.bottom-472 {
  bottom: 472px; }

._w-472 {
  width: 472px; }

._h-472 {
  height: 472px; }

.maxw-472 {
  max-width: 472px; }

.maxh-472 {
  max-height: 472px; }

.top-473 {
  top: 473px; }

.left-473 {
  left: 473px; }

.right-473 {
  right: 473px; }

.bottom-473 {
  bottom: 473px; }

._w-473 {
  width: 473px; }

._h-473 {
  height: 473px; }

.maxw-473 {
  max-width: 473px; }

.maxh-473 {
  max-height: 473px; }

.top-474 {
  top: 474px; }

.left-474 {
  left: 474px; }

.right-474 {
  right: 474px; }

.bottom-474 {
  bottom: 474px; }

._w-474 {
  width: 474px; }

._h-474 {
  height: 474px; }

.maxw-474 {
  max-width: 474px; }

.maxh-474 {
  max-height: 474px; }

.top-475 {
  top: 475px; }

.left-475 {
  left: 475px; }

.right-475 {
  right: 475px; }

.bottom-475 {
  bottom: 475px; }

._w-475 {
  width: 475px; }

._h-475 {
  height: 475px; }

.maxw-475 {
  max-width: 475px; }

.maxh-475 {
  max-height: 475px; }

.top-476 {
  top: 476px; }

.left-476 {
  left: 476px; }

.right-476 {
  right: 476px; }

.bottom-476 {
  bottom: 476px; }

._w-476 {
  width: 476px; }

._h-476 {
  height: 476px; }

.maxw-476 {
  max-width: 476px; }

.maxh-476 {
  max-height: 476px; }

.top-477 {
  top: 477px; }

.left-477 {
  left: 477px; }

.right-477 {
  right: 477px; }

.bottom-477 {
  bottom: 477px; }

._w-477 {
  width: 477px; }

._h-477 {
  height: 477px; }

.maxw-477 {
  max-width: 477px; }

.maxh-477 {
  max-height: 477px; }

.top-478 {
  top: 478px; }

.left-478 {
  left: 478px; }

.right-478 {
  right: 478px; }

.bottom-478 {
  bottom: 478px; }

._w-478 {
  width: 478px; }

._h-478 {
  height: 478px; }

.maxw-478 {
  max-width: 478px; }

.maxh-478 {
  max-height: 478px; }

.top-479 {
  top: 479px; }

.left-479 {
  left: 479px; }

.right-479 {
  right: 479px; }

.bottom-479 {
  bottom: 479px; }

._w-479 {
  width: 479px; }

._h-479 {
  height: 479px; }

.maxw-479 {
  max-width: 479px; }

.maxh-479 {
  max-height: 479px; }

.top-480 {
  top: 480px; }

.left-480 {
  left: 480px; }

.right-480 {
  right: 480px; }

.bottom-480 {
  bottom: 480px; }

._w-480 {
  width: 480px; }

._h-480 {
  height: 480px; }

.maxw-480 {
  max-width: 480px; }

.maxh-480 {
  max-height: 480px; }

.top-481 {
  top: 481px; }

.left-481 {
  left: 481px; }

.right-481 {
  right: 481px; }

.bottom-481 {
  bottom: 481px; }

._w-481 {
  width: 481px; }

._h-481 {
  height: 481px; }

.maxw-481 {
  max-width: 481px; }

.maxh-481 {
  max-height: 481px; }

.top-482 {
  top: 482px; }

.left-482 {
  left: 482px; }

.right-482 {
  right: 482px; }

.bottom-482 {
  bottom: 482px; }

._w-482 {
  width: 482px; }

._h-482 {
  height: 482px; }

.maxw-482 {
  max-width: 482px; }

.maxh-482 {
  max-height: 482px; }

.top-483 {
  top: 483px; }

.left-483 {
  left: 483px; }

.right-483 {
  right: 483px; }

.bottom-483 {
  bottom: 483px; }

._w-483 {
  width: 483px; }

._h-483 {
  height: 483px; }

.maxw-483 {
  max-width: 483px; }

.maxh-483 {
  max-height: 483px; }

.top-484 {
  top: 484px; }

.left-484 {
  left: 484px; }

.right-484 {
  right: 484px; }

.bottom-484 {
  bottom: 484px; }

._w-484 {
  width: 484px; }

._h-484 {
  height: 484px; }

.maxw-484 {
  max-width: 484px; }

.maxh-484 {
  max-height: 484px; }

.top-485 {
  top: 485px; }

.left-485 {
  left: 485px; }

.right-485 {
  right: 485px; }

.bottom-485 {
  bottom: 485px; }

._w-485 {
  width: 485px; }

._h-485 {
  height: 485px; }

.maxw-485 {
  max-width: 485px; }

.maxh-485 {
  max-height: 485px; }

.top-486 {
  top: 486px; }

.left-486 {
  left: 486px; }

.right-486 {
  right: 486px; }

.bottom-486 {
  bottom: 486px; }

._w-486 {
  width: 486px; }

._h-486 {
  height: 486px; }

.maxw-486 {
  max-width: 486px; }

.maxh-486 {
  max-height: 486px; }

.top-487 {
  top: 487px; }

.left-487 {
  left: 487px; }

.right-487 {
  right: 487px; }

.bottom-487 {
  bottom: 487px; }

._w-487 {
  width: 487px; }

._h-487 {
  height: 487px; }

.maxw-487 {
  max-width: 487px; }

.maxh-487 {
  max-height: 487px; }

.top-488 {
  top: 488px; }

.left-488 {
  left: 488px; }

.right-488 {
  right: 488px; }

.bottom-488 {
  bottom: 488px; }

._w-488 {
  width: 488px; }

._h-488 {
  height: 488px; }

.maxw-488 {
  max-width: 488px; }

.maxh-488 {
  max-height: 488px; }

.top-489 {
  top: 489px; }

.left-489 {
  left: 489px; }

.right-489 {
  right: 489px; }

.bottom-489 {
  bottom: 489px; }

._w-489 {
  width: 489px; }

._h-489 {
  height: 489px; }

.maxw-489 {
  max-width: 489px; }

.maxh-489 {
  max-height: 489px; }

.top-490 {
  top: 490px; }

.left-490 {
  left: 490px; }

.right-490 {
  right: 490px; }

.bottom-490 {
  bottom: 490px; }

._w-490 {
  width: 490px; }

._h-490 {
  height: 490px; }

.maxw-490 {
  max-width: 490px; }

.maxh-490 {
  max-height: 490px; }

.top-491 {
  top: 491px; }

.left-491 {
  left: 491px; }

.right-491 {
  right: 491px; }

.bottom-491 {
  bottom: 491px; }

._w-491 {
  width: 491px; }

._h-491 {
  height: 491px; }

.maxw-491 {
  max-width: 491px; }

.maxh-491 {
  max-height: 491px; }

.top-492 {
  top: 492px; }

.left-492 {
  left: 492px; }

.right-492 {
  right: 492px; }

.bottom-492 {
  bottom: 492px; }

._w-492 {
  width: 492px; }

._h-492 {
  height: 492px; }

.maxw-492 {
  max-width: 492px; }

.maxh-492 {
  max-height: 492px; }

.top-493 {
  top: 493px; }

.left-493 {
  left: 493px; }

.right-493 {
  right: 493px; }

.bottom-493 {
  bottom: 493px; }

._w-493 {
  width: 493px; }

._h-493 {
  height: 493px; }

.maxw-493 {
  max-width: 493px; }

.maxh-493 {
  max-height: 493px; }

.top-494 {
  top: 494px; }

.left-494 {
  left: 494px; }

.right-494 {
  right: 494px; }

.bottom-494 {
  bottom: 494px; }

._w-494 {
  width: 494px; }

._h-494 {
  height: 494px; }

.maxw-494 {
  max-width: 494px; }

.maxh-494 {
  max-height: 494px; }

.top-495 {
  top: 495px; }

.left-495 {
  left: 495px; }

.right-495 {
  right: 495px; }

.bottom-495 {
  bottom: 495px; }

._w-495 {
  width: 495px; }

._h-495 {
  height: 495px; }

.maxw-495 {
  max-width: 495px; }

.maxh-495 {
  max-height: 495px; }

.top-496 {
  top: 496px; }

.left-496 {
  left: 496px; }

.right-496 {
  right: 496px; }

.bottom-496 {
  bottom: 496px; }

._w-496 {
  width: 496px; }

._h-496 {
  height: 496px; }

.maxw-496 {
  max-width: 496px; }

.maxh-496 {
  max-height: 496px; }

.top-497 {
  top: 497px; }

.left-497 {
  left: 497px; }

.right-497 {
  right: 497px; }

.bottom-497 {
  bottom: 497px; }

._w-497 {
  width: 497px; }

._h-497 {
  height: 497px; }

.maxw-497 {
  max-width: 497px; }

.maxh-497 {
  max-height: 497px; }

.top-498 {
  top: 498px; }

.left-498 {
  left: 498px; }

.right-498 {
  right: 498px; }

.bottom-498 {
  bottom: 498px; }

._w-498 {
  width: 498px; }

._h-498 {
  height: 498px; }

.maxw-498 {
  max-width: 498px; }

.maxh-498 {
  max-height: 498px; }

.top-499 {
  top: 499px; }

.left-499 {
  left: 499px; }

.right-499 {
  right: 499px; }

.bottom-499 {
  bottom: 499px; }

._w-499 {
  width: 499px; }

._h-499 {
  height: 499px; }

.maxw-499 {
  max-width: 499px; }

.maxh-499 {
  max-height: 499px; }

.top-500 {
  top: 500px; }

.left-500 {
  left: 500px; }

.right-500 {
  right: 500px; }

.bottom-500 {
  bottom: 500px; }

._w-500 {
  width: 500px; }

._h-500 {
  height: 500px; }

.maxw-500 {
  max-width: 500px; }

.maxh-500 {
  max-height: 500px; }

.top-501 {
  top: 501px; }

.left-501 {
  left: 501px; }

.right-501 {
  right: 501px; }

.bottom-501 {
  bottom: 501px; }

._w-501 {
  width: 501px; }

._h-501 {
  height: 501px; }

.maxw-501 {
  max-width: 501px; }

.maxh-501 {
  max-height: 501px; }

.top-502 {
  top: 502px; }

.left-502 {
  left: 502px; }

.right-502 {
  right: 502px; }

.bottom-502 {
  bottom: 502px; }

._w-502 {
  width: 502px; }

._h-502 {
  height: 502px; }

.maxw-502 {
  max-width: 502px; }

.maxh-502 {
  max-height: 502px; }

.top-503 {
  top: 503px; }

.left-503 {
  left: 503px; }

.right-503 {
  right: 503px; }

.bottom-503 {
  bottom: 503px; }

._w-503 {
  width: 503px; }

._h-503 {
  height: 503px; }

.maxw-503 {
  max-width: 503px; }

.maxh-503 {
  max-height: 503px; }

.top-504 {
  top: 504px; }

.left-504 {
  left: 504px; }

.right-504 {
  right: 504px; }

.bottom-504 {
  bottom: 504px; }

._w-504 {
  width: 504px; }

._h-504 {
  height: 504px; }

.maxw-504 {
  max-width: 504px; }

.maxh-504 {
  max-height: 504px; }

.top-505 {
  top: 505px; }

.left-505 {
  left: 505px; }

.right-505 {
  right: 505px; }

.bottom-505 {
  bottom: 505px; }

._w-505 {
  width: 505px; }

._h-505 {
  height: 505px; }

.maxw-505 {
  max-width: 505px; }

.maxh-505 {
  max-height: 505px; }

.top-506 {
  top: 506px; }

.left-506 {
  left: 506px; }

.right-506 {
  right: 506px; }

.bottom-506 {
  bottom: 506px; }

._w-506 {
  width: 506px; }

._h-506 {
  height: 506px; }

.maxw-506 {
  max-width: 506px; }

.maxh-506 {
  max-height: 506px; }

.top-507 {
  top: 507px; }

.left-507 {
  left: 507px; }

.right-507 {
  right: 507px; }

.bottom-507 {
  bottom: 507px; }

._w-507 {
  width: 507px; }

._h-507 {
  height: 507px; }

.maxw-507 {
  max-width: 507px; }

.maxh-507 {
  max-height: 507px; }

.top-508 {
  top: 508px; }

.left-508 {
  left: 508px; }

.right-508 {
  right: 508px; }

.bottom-508 {
  bottom: 508px; }

._w-508 {
  width: 508px; }

._h-508 {
  height: 508px; }

.maxw-508 {
  max-width: 508px; }

.maxh-508 {
  max-height: 508px; }

.top-509 {
  top: 509px; }

.left-509 {
  left: 509px; }

.right-509 {
  right: 509px; }

.bottom-509 {
  bottom: 509px; }

._w-509 {
  width: 509px; }

._h-509 {
  height: 509px; }

.maxw-509 {
  max-width: 509px; }

.maxh-509 {
  max-height: 509px; }

.top-510 {
  top: 510px; }

.left-510 {
  left: 510px; }

.right-510 {
  right: 510px; }

.bottom-510 {
  bottom: 510px; }

._w-510 {
  width: 510px; }

._h-510 {
  height: 510px; }

.maxw-510 {
  max-width: 510px; }

.maxh-510 {
  max-height: 510px; }

.top-511 {
  top: 511px; }

.left-511 {
  left: 511px; }

.right-511 {
  right: 511px; }

.bottom-511 {
  bottom: 511px; }

._w-511 {
  width: 511px; }

._h-511 {
  height: 511px; }

.maxw-511 {
  max-width: 511px; }

.maxh-511 {
  max-height: 511px; }

.top-512 {
  top: 512px; }

.left-512 {
  left: 512px; }

.right-512 {
  right: 512px; }

.bottom-512 {
  bottom: 512px; }

._w-512 {
  width: 512px; }

._h-512 {
  height: 512px; }

.maxw-512 {
  max-width: 512px; }

.maxh-512 {
  max-height: 512px; }

.top-513 {
  top: 513px; }

.left-513 {
  left: 513px; }

.right-513 {
  right: 513px; }

.bottom-513 {
  bottom: 513px; }

._w-513 {
  width: 513px; }

._h-513 {
  height: 513px; }

.maxw-513 {
  max-width: 513px; }

.maxh-513 {
  max-height: 513px; }

.top-514 {
  top: 514px; }

.left-514 {
  left: 514px; }

.right-514 {
  right: 514px; }

.bottom-514 {
  bottom: 514px; }

._w-514 {
  width: 514px; }

._h-514 {
  height: 514px; }

.maxw-514 {
  max-width: 514px; }

.maxh-514 {
  max-height: 514px; }

.top-515 {
  top: 515px; }

.left-515 {
  left: 515px; }

.right-515 {
  right: 515px; }

.bottom-515 {
  bottom: 515px; }

._w-515 {
  width: 515px; }

._h-515 {
  height: 515px; }

.maxw-515 {
  max-width: 515px; }

.maxh-515 {
  max-height: 515px; }

.top-516 {
  top: 516px; }

.left-516 {
  left: 516px; }

.right-516 {
  right: 516px; }

.bottom-516 {
  bottom: 516px; }

._w-516 {
  width: 516px; }

._h-516 {
  height: 516px; }

.maxw-516 {
  max-width: 516px; }

.maxh-516 {
  max-height: 516px; }

.top-517 {
  top: 517px; }

.left-517 {
  left: 517px; }

.right-517 {
  right: 517px; }

.bottom-517 {
  bottom: 517px; }

._w-517 {
  width: 517px; }

._h-517 {
  height: 517px; }

.maxw-517 {
  max-width: 517px; }

.maxh-517 {
  max-height: 517px; }

.top-518 {
  top: 518px; }

.left-518 {
  left: 518px; }

.right-518 {
  right: 518px; }

.bottom-518 {
  bottom: 518px; }

._w-518 {
  width: 518px; }

._h-518 {
  height: 518px; }

.maxw-518 {
  max-width: 518px; }

.maxh-518 {
  max-height: 518px; }

.top-519 {
  top: 519px; }

.left-519 {
  left: 519px; }

.right-519 {
  right: 519px; }

.bottom-519 {
  bottom: 519px; }

._w-519 {
  width: 519px; }

._h-519 {
  height: 519px; }

.maxw-519 {
  max-width: 519px; }

.maxh-519 {
  max-height: 519px; }

.top-520 {
  top: 520px; }

.left-520 {
  left: 520px; }

.right-520 {
  right: 520px; }

.bottom-520 {
  bottom: 520px; }

._w-520 {
  width: 520px; }

._h-520 {
  height: 520px; }

.maxw-520 {
  max-width: 520px; }

.maxh-520 {
  max-height: 520px; }

.top-521 {
  top: 521px; }

.left-521 {
  left: 521px; }

.right-521 {
  right: 521px; }

.bottom-521 {
  bottom: 521px; }

._w-521 {
  width: 521px; }

._h-521 {
  height: 521px; }

.maxw-521 {
  max-width: 521px; }

.maxh-521 {
  max-height: 521px; }

.top-522 {
  top: 522px; }

.left-522 {
  left: 522px; }

.right-522 {
  right: 522px; }

.bottom-522 {
  bottom: 522px; }

._w-522 {
  width: 522px; }

._h-522 {
  height: 522px; }

.maxw-522 {
  max-width: 522px; }

.maxh-522 {
  max-height: 522px; }

.top-523 {
  top: 523px; }

.left-523 {
  left: 523px; }

.right-523 {
  right: 523px; }

.bottom-523 {
  bottom: 523px; }

._w-523 {
  width: 523px; }

._h-523 {
  height: 523px; }

.maxw-523 {
  max-width: 523px; }

.maxh-523 {
  max-height: 523px; }

.top-524 {
  top: 524px; }

.left-524 {
  left: 524px; }

.right-524 {
  right: 524px; }

.bottom-524 {
  bottom: 524px; }

._w-524 {
  width: 524px; }

._h-524 {
  height: 524px; }

.maxw-524 {
  max-width: 524px; }

.maxh-524 {
  max-height: 524px; }

.top-525 {
  top: 525px; }

.left-525 {
  left: 525px; }

.right-525 {
  right: 525px; }

.bottom-525 {
  bottom: 525px; }

._w-525 {
  width: 525px; }

._h-525 {
  height: 525px; }

.maxw-525 {
  max-width: 525px; }

.maxh-525 {
  max-height: 525px; }

.top-526 {
  top: 526px; }

.left-526 {
  left: 526px; }

.right-526 {
  right: 526px; }

.bottom-526 {
  bottom: 526px; }

._w-526 {
  width: 526px; }

._h-526 {
  height: 526px; }

.maxw-526 {
  max-width: 526px; }

.maxh-526 {
  max-height: 526px; }

.top-527 {
  top: 527px; }

.left-527 {
  left: 527px; }

.right-527 {
  right: 527px; }

.bottom-527 {
  bottom: 527px; }

._w-527 {
  width: 527px; }

._h-527 {
  height: 527px; }

.maxw-527 {
  max-width: 527px; }

.maxh-527 {
  max-height: 527px; }

.top-528 {
  top: 528px; }

.left-528 {
  left: 528px; }

.right-528 {
  right: 528px; }

.bottom-528 {
  bottom: 528px; }

._w-528 {
  width: 528px; }

._h-528 {
  height: 528px; }

.maxw-528 {
  max-width: 528px; }

.maxh-528 {
  max-height: 528px; }

.top-529 {
  top: 529px; }

.left-529 {
  left: 529px; }

.right-529 {
  right: 529px; }

.bottom-529 {
  bottom: 529px; }

._w-529 {
  width: 529px; }

._h-529 {
  height: 529px; }

.maxw-529 {
  max-width: 529px; }

.maxh-529 {
  max-height: 529px; }

.top-530 {
  top: 530px; }

.left-530 {
  left: 530px; }

.right-530 {
  right: 530px; }

.bottom-530 {
  bottom: 530px; }

._w-530 {
  width: 530px; }

._h-530 {
  height: 530px; }

.maxw-530 {
  max-width: 530px; }

.maxh-530 {
  max-height: 530px; }

.top-531 {
  top: 531px; }

.left-531 {
  left: 531px; }

.right-531 {
  right: 531px; }

.bottom-531 {
  bottom: 531px; }

._w-531 {
  width: 531px; }

._h-531 {
  height: 531px; }

.maxw-531 {
  max-width: 531px; }

.maxh-531 {
  max-height: 531px; }

.top-532 {
  top: 532px; }

.left-532 {
  left: 532px; }

.right-532 {
  right: 532px; }

.bottom-532 {
  bottom: 532px; }

._w-532 {
  width: 532px; }

._h-532 {
  height: 532px; }

.maxw-532 {
  max-width: 532px; }

.maxh-532 {
  max-height: 532px; }

.top-533 {
  top: 533px; }

.left-533 {
  left: 533px; }

.right-533 {
  right: 533px; }

.bottom-533 {
  bottom: 533px; }

._w-533 {
  width: 533px; }

._h-533 {
  height: 533px; }

.maxw-533 {
  max-width: 533px; }

.maxh-533 {
  max-height: 533px; }

.top-534 {
  top: 534px; }

.left-534 {
  left: 534px; }

.right-534 {
  right: 534px; }

.bottom-534 {
  bottom: 534px; }

._w-534 {
  width: 534px; }

._h-534 {
  height: 534px; }

.maxw-534 {
  max-width: 534px; }

.maxh-534 {
  max-height: 534px; }

.top-535 {
  top: 535px; }

.left-535 {
  left: 535px; }

.right-535 {
  right: 535px; }

.bottom-535 {
  bottom: 535px; }

._w-535 {
  width: 535px; }

._h-535 {
  height: 535px; }

.maxw-535 {
  max-width: 535px; }

.maxh-535 {
  max-height: 535px; }

.top-536 {
  top: 536px; }

.left-536 {
  left: 536px; }

.right-536 {
  right: 536px; }

.bottom-536 {
  bottom: 536px; }

._w-536 {
  width: 536px; }

._h-536 {
  height: 536px; }

.maxw-536 {
  max-width: 536px; }

.maxh-536 {
  max-height: 536px; }

.top-537 {
  top: 537px; }

.left-537 {
  left: 537px; }

.right-537 {
  right: 537px; }

.bottom-537 {
  bottom: 537px; }

._w-537 {
  width: 537px; }

._h-537 {
  height: 537px; }

.maxw-537 {
  max-width: 537px; }

.maxh-537 {
  max-height: 537px; }

.top-538 {
  top: 538px; }

.left-538 {
  left: 538px; }

.right-538 {
  right: 538px; }

.bottom-538 {
  bottom: 538px; }

._w-538 {
  width: 538px; }

._h-538 {
  height: 538px; }

.maxw-538 {
  max-width: 538px; }

.maxh-538 {
  max-height: 538px; }

.top-539 {
  top: 539px; }

.left-539 {
  left: 539px; }

.right-539 {
  right: 539px; }

.bottom-539 {
  bottom: 539px; }

._w-539 {
  width: 539px; }

._h-539 {
  height: 539px; }

.maxw-539 {
  max-width: 539px; }

.maxh-539 {
  max-height: 539px; }

.top-540 {
  top: 540px; }

.left-540 {
  left: 540px; }

.right-540 {
  right: 540px; }

.bottom-540 {
  bottom: 540px; }

._w-540 {
  width: 540px; }

._h-540 {
  height: 540px; }

.maxw-540 {
  max-width: 540px; }

.maxh-540 {
  max-height: 540px; }

.top-541 {
  top: 541px; }

.left-541 {
  left: 541px; }

.right-541 {
  right: 541px; }

.bottom-541 {
  bottom: 541px; }

._w-541 {
  width: 541px; }

._h-541 {
  height: 541px; }

.maxw-541 {
  max-width: 541px; }

.maxh-541 {
  max-height: 541px; }

.top-542 {
  top: 542px; }

.left-542 {
  left: 542px; }

.right-542 {
  right: 542px; }

.bottom-542 {
  bottom: 542px; }

._w-542 {
  width: 542px; }

._h-542 {
  height: 542px; }

.maxw-542 {
  max-width: 542px; }

.maxh-542 {
  max-height: 542px; }

.top-543 {
  top: 543px; }

.left-543 {
  left: 543px; }

.right-543 {
  right: 543px; }

.bottom-543 {
  bottom: 543px; }

._w-543 {
  width: 543px; }

._h-543 {
  height: 543px; }

.maxw-543 {
  max-width: 543px; }

.maxh-543 {
  max-height: 543px; }

.top-544 {
  top: 544px; }

.left-544 {
  left: 544px; }

.right-544 {
  right: 544px; }

.bottom-544 {
  bottom: 544px; }

._w-544 {
  width: 544px; }

._h-544 {
  height: 544px; }

.maxw-544 {
  max-width: 544px; }

.maxh-544 {
  max-height: 544px; }

.top-545 {
  top: 545px; }

.left-545 {
  left: 545px; }

.right-545 {
  right: 545px; }

.bottom-545 {
  bottom: 545px; }

._w-545 {
  width: 545px; }

._h-545 {
  height: 545px; }

.maxw-545 {
  max-width: 545px; }

.maxh-545 {
  max-height: 545px; }

.top-546 {
  top: 546px; }

.left-546 {
  left: 546px; }

.right-546 {
  right: 546px; }

.bottom-546 {
  bottom: 546px; }

._w-546 {
  width: 546px; }

._h-546 {
  height: 546px; }

.maxw-546 {
  max-width: 546px; }

.maxh-546 {
  max-height: 546px; }

.top-547 {
  top: 547px; }

.left-547 {
  left: 547px; }

.right-547 {
  right: 547px; }

.bottom-547 {
  bottom: 547px; }

._w-547 {
  width: 547px; }

._h-547 {
  height: 547px; }

.maxw-547 {
  max-width: 547px; }

.maxh-547 {
  max-height: 547px; }

.top-548 {
  top: 548px; }

.left-548 {
  left: 548px; }

.right-548 {
  right: 548px; }

.bottom-548 {
  bottom: 548px; }

._w-548 {
  width: 548px; }

._h-548 {
  height: 548px; }

.maxw-548 {
  max-width: 548px; }

.maxh-548 {
  max-height: 548px; }

.top-549 {
  top: 549px; }

.left-549 {
  left: 549px; }

.right-549 {
  right: 549px; }

.bottom-549 {
  bottom: 549px; }

._w-549 {
  width: 549px; }

._h-549 {
  height: 549px; }

.maxw-549 {
  max-width: 549px; }

.maxh-549 {
  max-height: 549px; }

.top-550 {
  top: 550px; }

.left-550 {
  left: 550px; }

.right-550 {
  right: 550px; }

.bottom-550 {
  bottom: 550px; }

._w-550 {
  width: 550px; }

._h-550 {
  height: 550px; }

.maxw-550 {
  max-width: 550px; }

.maxh-550 {
  max-height: 550px; }

.top-551 {
  top: 551px; }

.left-551 {
  left: 551px; }

.right-551 {
  right: 551px; }

.bottom-551 {
  bottom: 551px; }

._w-551 {
  width: 551px; }

._h-551 {
  height: 551px; }

.maxw-551 {
  max-width: 551px; }

.maxh-551 {
  max-height: 551px; }

.top-552 {
  top: 552px; }

.left-552 {
  left: 552px; }

.right-552 {
  right: 552px; }

.bottom-552 {
  bottom: 552px; }

._w-552 {
  width: 552px; }

._h-552 {
  height: 552px; }

.maxw-552 {
  max-width: 552px; }

.maxh-552 {
  max-height: 552px; }

.top-553 {
  top: 553px; }

.left-553 {
  left: 553px; }

.right-553 {
  right: 553px; }

.bottom-553 {
  bottom: 553px; }

._w-553 {
  width: 553px; }

._h-553 {
  height: 553px; }

.maxw-553 {
  max-width: 553px; }

.maxh-553 {
  max-height: 553px; }

.top-554 {
  top: 554px; }

.left-554 {
  left: 554px; }

.right-554 {
  right: 554px; }

.bottom-554 {
  bottom: 554px; }

._w-554 {
  width: 554px; }

._h-554 {
  height: 554px; }

.maxw-554 {
  max-width: 554px; }

.maxh-554 {
  max-height: 554px; }

.top-555 {
  top: 555px; }

.left-555 {
  left: 555px; }

.right-555 {
  right: 555px; }

.bottom-555 {
  bottom: 555px; }

._w-555 {
  width: 555px; }

._h-555 {
  height: 555px; }

.maxw-555 {
  max-width: 555px; }

.maxh-555 {
  max-height: 555px; }

.top-556 {
  top: 556px; }

.left-556 {
  left: 556px; }

.right-556 {
  right: 556px; }

.bottom-556 {
  bottom: 556px; }

._w-556 {
  width: 556px; }

._h-556 {
  height: 556px; }

.maxw-556 {
  max-width: 556px; }

.maxh-556 {
  max-height: 556px; }

.top-557 {
  top: 557px; }

.left-557 {
  left: 557px; }

.right-557 {
  right: 557px; }

.bottom-557 {
  bottom: 557px; }

._w-557 {
  width: 557px; }

._h-557 {
  height: 557px; }

.maxw-557 {
  max-width: 557px; }

.maxh-557 {
  max-height: 557px; }

.top-558 {
  top: 558px; }

.left-558 {
  left: 558px; }

.right-558 {
  right: 558px; }

.bottom-558 {
  bottom: 558px; }

._w-558 {
  width: 558px; }

._h-558 {
  height: 558px; }

.maxw-558 {
  max-width: 558px; }

.maxh-558 {
  max-height: 558px; }

.top-559 {
  top: 559px; }

.left-559 {
  left: 559px; }

.right-559 {
  right: 559px; }

.bottom-559 {
  bottom: 559px; }

._w-559 {
  width: 559px; }

._h-559 {
  height: 559px; }

.maxw-559 {
  max-width: 559px; }

.maxh-559 {
  max-height: 559px; }

.top-560 {
  top: 560px; }

.left-560 {
  left: 560px; }

.right-560 {
  right: 560px; }

.bottom-560 {
  bottom: 560px; }

._w-560 {
  width: 560px; }

._h-560 {
  height: 560px; }

.maxw-560 {
  max-width: 560px; }

.maxh-560 {
  max-height: 560px; }

.top-561 {
  top: 561px; }

.left-561 {
  left: 561px; }

.right-561 {
  right: 561px; }

.bottom-561 {
  bottom: 561px; }

._w-561 {
  width: 561px; }

._h-561 {
  height: 561px; }

.maxw-561 {
  max-width: 561px; }

.maxh-561 {
  max-height: 561px; }

.top-562 {
  top: 562px; }

.left-562 {
  left: 562px; }

.right-562 {
  right: 562px; }

.bottom-562 {
  bottom: 562px; }

._w-562 {
  width: 562px; }

._h-562 {
  height: 562px; }

.maxw-562 {
  max-width: 562px; }

.maxh-562 {
  max-height: 562px; }

.top-563 {
  top: 563px; }

.left-563 {
  left: 563px; }

.right-563 {
  right: 563px; }

.bottom-563 {
  bottom: 563px; }

._w-563 {
  width: 563px; }

._h-563 {
  height: 563px; }

.maxw-563 {
  max-width: 563px; }

.maxh-563 {
  max-height: 563px; }

.top-564 {
  top: 564px; }

.left-564 {
  left: 564px; }

.right-564 {
  right: 564px; }

.bottom-564 {
  bottom: 564px; }

._w-564 {
  width: 564px; }

._h-564 {
  height: 564px; }

.maxw-564 {
  max-width: 564px; }

.maxh-564 {
  max-height: 564px; }

.top-565 {
  top: 565px; }

.left-565 {
  left: 565px; }

.right-565 {
  right: 565px; }

.bottom-565 {
  bottom: 565px; }

._w-565 {
  width: 565px; }

._h-565 {
  height: 565px; }

.maxw-565 {
  max-width: 565px; }

.maxh-565 {
  max-height: 565px; }

.top-566 {
  top: 566px; }

.left-566 {
  left: 566px; }

.right-566 {
  right: 566px; }

.bottom-566 {
  bottom: 566px; }

._w-566 {
  width: 566px; }

._h-566 {
  height: 566px; }

.maxw-566 {
  max-width: 566px; }

.maxh-566 {
  max-height: 566px; }

.top-567 {
  top: 567px; }

.left-567 {
  left: 567px; }

.right-567 {
  right: 567px; }

.bottom-567 {
  bottom: 567px; }

._w-567 {
  width: 567px; }

._h-567 {
  height: 567px; }

.maxw-567 {
  max-width: 567px; }

.maxh-567 {
  max-height: 567px; }

.top-568 {
  top: 568px; }

.left-568 {
  left: 568px; }

.right-568 {
  right: 568px; }

.bottom-568 {
  bottom: 568px; }

._w-568 {
  width: 568px; }

._h-568 {
  height: 568px; }

.maxw-568 {
  max-width: 568px; }

.maxh-568 {
  max-height: 568px; }

.top-569 {
  top: 569px; }

.left-569 {
  left: 569px; }

.right-569 {
  right: 569px; }

.bottom-569 {
  bottom: 569px; }

._w-569 {
  width: 569px; }

._h-569 {
  height: 569px; }

.maxw-569 {
  max-width: 569px; }

.maxh-569 {
  max-height: 569px; }

.top-570 {
  top: 570px; }

.left-570 {
  left: 570px; }

.right-570 {
  right: 570px; }

.bottom-570 {
  bottom: 570px; }

._w-570 {
  width: 570px; }

._h-570 {
  height: 570px; }

.maxw-570 {
  max-width: 570px; }

.maxh-570 {
  max-height: 570px; }

.top-571 {
  top: 571px; }

.left-571 {
  left: 571px; }

.right-571 {
  right: 571px; }

.bottom-571 {
  bottom: 571px; }

._w-571 {
  width: 571px; }

._h-571 {
  height: 571px; }

.maxw-571 {
  max-width: 571px; }

.maxh-571 {
  max-height: 571px; }

.top-572 {
  top: 572px; }

.left-572 {
  left: 572px; }

.right-572 {
  right: 572px; }

.bottom-572 {
  bottom: 572px; }

._w-572 {
  width: 572px; }

._h-572 {
  height: 572px; }

.maxw-572 {
  max-width: 572px; }

.maxh-572 {
  max-height: 572px; }

.top-573 {
  top: 573px; }

.left-573 {
  left: 573px; }

.right-573 {
  right: 573px; }

.bottom-573 {
  bottom: 573px; }

._w-573 {
  width: 573px; }

._h-573 {
  height: 573px; }

.maxw-573 {
  max-width: 573px; }

.maxh-573 {
  max-height: 573px; }

.top-574 {
  top: 574px; }

.left-574 {
  left: 574px; }

.right-574 {
  right: 574px; }

.bottom-574 {
  bottom: 574px; }

._w-574 {
  width: 574px; }

._h-574 {
  height: 574px; }

.maxw-574 {
  max-width: 574px; }

.maxh-574 {
  max-height: 574px; }

.top-575 {
  top: 575px; }

.left-575 {
  left: 575px; }

.right-575 {
  right: 575px; }

.bottom-575 {
  bottom: 575px; }

._w-575 {
  width: 575px; }

._h-575 {
  height: 575px; }

.maxw-575 {
  max-width: 575px; }

.maxh-575 {
  max-height: 575px; }

.top-576 {
  top: 576px; }

.left-576 {
  left: 576px; }

.right-576 {
  right: 576px; }

.bottom-576 {
  bottom: 576px; }

._w-576 {
  width: 576px; }

._h-576 {
  height: 576px; }

.maxw-576 {
  max-width: 576px; }

.maxh-576 {
  max-height: 576px; }

.top-577 {
  top: 577px; }

.left-577 {
  left: 577px; }

.right-577 {
  right: 577px; }

.bottom-577 {
  bottom: 577px; }

._w-577 {
  width: 577px; }

._h-577 {
  height: 577px; }

.maxw-577 {
  max-width: 577px; }

.maxh-577 {
  max-height: 577px; }

.top-578 {
  top: 578px; }

.left-578 {
  left: 578px; }

.right-578 {
  right: 578px; }

.bottom-578 {
  bottom: 578px; }

._w-578 {
  width: 578px; }

._h-578 {
  height: 578px; }

.maxw-578 {
  max-width: 578px; }

.maxh-578 {
  max-height: 578px; }

.top-579 {
  top: 579px; }

.left-579 {
  left: 579px; }

.right-579 {
  right: 579px; }

.bottom-579 {
  bottom: 579px; }

._w-579 {
  width: 579px; }

._h-579 {
  height: 579px; }

.maxw-579 {
  max-width: 579px; }

.maxh-579 {
  max-height: 579px; }

.top-580 {
  top: 580px; }

.left-580 {
  left: 580px; }

.right-580 {
  right: 580px; }

.bottom-580 {
  bottom: 580px; }

._w-580 {
  width: 580px; }

._h-580 {
  height: 580px; }

.maxw-580 {
  max-width: 580px; }

.maxh-580 {
  max-height: 580px; }

.top-581 {
  top: 581px; }

.left-581 {
  left: 581px; }

.right-581 {
  right: 581px; }

.bottom-581 {
  bottom: 581px; }

._w-581 {
  width: 581px; }

._h-581 {
  height: 581px; }

.maxw-581 {
  max-width: 581px; }

.maxh-581 {
  max-height: 581px; }

.top-582 {
  top: 582px; }

.left-582 {
  left: 582px; }

.right-582 {
  right: 582px; }

.bottom-582 {
  bottom: 582px; }

._w-582 {
  width: 582px; }

._h-582 {
  height: 582px; }

.maxw-582 {
  max-width: 582px; }

.maxh-582 {
  max-height: 582px; }

.top-583 {
  top: 583px; }

.left-583 {
  left: 583px; }

.right-583 {
  right: 583px; }

.bottom-583 {
  bottom: 583px; }

._w-583 {
  width: 583px; }

._h-583 {
  height: 583px; }

.maxw-583 {
  max-width: 583px; }

.maxh-583 {
  max-height: 583px; }

.top-584 {
  top: 584px; }

.left-584 {
  left: 584px; }

.right-584 {
  right: 584px; }

.bottom-584 {
  bottom: 584px; }

._w-584 {
  width: 584px; }

._h-584 {
  height: 584px; }

.maxw-584 {
  max-width: 584px; }

.maxh-584 {
  max-height: 584px; }

.top-585 {
  top: 585px; }

.left-585 {
  left: 585px; }

.right-585 {
  right: 585px; }

.bottom-585 {
  bottom: 585px; }

._w-585 {
  width: 585px; }

._h-585 {
  height: 585px; }

.maxw-585 {
  max-width: 585px; }

.maxh-585 {
  max-height: 585px; }

.top-586 {
  top: 586px; }

.left-586 {
  left: 586px; }

.right-586 {
  right: 586px; }

.bottom-586 {
  bottom: 586px; }

._w-586 {
  width: 586px; }

._h-586 {
  height: 586px; }

.maxw-586 {
  max-width: 586px; }

.maxh-586 {
  max-height: 586px; }

.top-587 {
  top: 587px; }

.left-587 {
  left: 587px; }

.right-587 {
  right: 587px; }

.bottom-587 {
  bottom: 587px; }

._w-587 {
  width: 587px; }

._h-587 {
  height: 587px; }

.maxw-587 {
  max-width: 587px; }

.maxh-587 {
  max-height: 587px; }

.top-588 {
  top: 588px; }

.left-588 {
  left: 588px; }

.right-588 {
  right: 588px; }

.bottom-588 {
  bottom: 588px; }

._w-588 {
  width: 588px; }

._h-588 {
  height: 588px; }

.maxw-588 {
  max-width: 588px; }

.maxh-588 {
  max-height: 588px; }

.top-589 {
  top: 589px; }

.left-589 {
  left: 589px; }

.right-589 {
  right: 589px; }

.bottom-589 {
  bottom: 589px; }

._w-589 {
  width: 589px; }

._h-589 {
  height: 589px; }

.maxw-589 {
  max-width: 589px; }

.maxh-589 {
  max-height: 589px; }

.top-590 {
  top: 590px; }

.left-590 {
  left: 590px; }

.right-590 {
  right: 590px; }

.bottom-590 {
  bottom: 590px; }

._w-590 {
  width: 590px; }

._h-590 {
  height: 590px; }

.maxw-590 {
  max-width: 590px; }

.maxh-590 {
  max-height: 590px; }

.top-591 {
  top: 591px; }

.left-591 {
  left: 591px; }

.right-591 {
  right: 591px; }

.bottom-591 {
  bottom: 591px; }

._w-591 {
  width: 591px; }

._h-591 {
  height: 591px; }

.maxw-591 {
  max-width: 591px; }

.maxh-591 {
  max-height: 591px; }

.top-592 {
  top: 592px; }

.left-592 {
  left: 592px; }

.right-592 {
  right: 592px; }

.bottom-592 {
  bottom: 592px; }

._w-592 {
  width: 592px; }

._h-592 {
  height: 592px; }

.maxw-592 {
  max-width: 592px; }

.maxh-592 {
  max-height: 592px; }

.top-593 {
  top: 593px; }

.left-593 {
  left: 593px; }

.right-593 {
  right: 593px; }

.bottom-593 {
  bottom: 593px; }

._w-593 {
  width: 593px; }

._h-593 {
  height: 593px; }

.maxw-593 {
  max-width: 593px; }

.maxh-593 {
  max-height: 593px; }

.top-594 {
  top: 594px; }

.left-594 {
  left: 594px; }

.right-594 {
  right: 594px; }

.bottom-594 {
  bottom: 594px; }

._w-594 {
  width: 594px; }

._h-594 {
  height: 594px; }

.maxw-594 {
  max-width: 594px; }

.maxh-594 {
  max-height: 594px; }

.top-595 {
  top: 595px; }

.left-595 {
  left: 595px; }

.right-595 {
  right: 595px; }

.bottom-595 {
  bottom: 595px; }

._w-595 {
  width: 595px; }

._h-595 {
  height: 595px; }

.maxw-595 {
  max-width: 595px; }

.maxh-595 {
  max-height: 595px; }

.top-596 {
  top: 596px; }

.left-596 {
  left: 596px; }

.right-596 {
  right: 596px; }

.bottom-596 {
  bottom: 596px; }

._w-596 {
  width: 596px; }

._h-596 {
  height: 596px; }

.maxw-596 {
  max-width: 596px; }

.maxh-596 {
  max-height: 596px; }

.top-597 {
  top: 597px; }

.left-597 {
  left: 597px; }

.right-597 {
  right: 597px; }

.bottom-597 {
  bottom: 597px; }

._w-597 {
  width: 597px; }

._h-597 {
  height: 597px; }

.maxw-597 {
  max-width: 597px; }

.maxh-597 {
  max-height: 597px; }

.top-598 {
  top: 598px; }

.left-598 {
  left: 598px; }

.right-598 {
  right: 598px; }

.bottom-598 {
  bottom: 598px; }

._w-598 {
  width: 598px; }

._h-598 {
  height: 598px; }

.maxw-598 {
  max-width: 598px; }

.maxh-598 {
  max-height: 598px; }

.top-599 {
  top: 599px; }

.left-599 {
  left: 599px; }

.right-599 {
  right: 599px; }

.bottom-599 {
  bottom: 599px; }

._w-599 {
  width: 599px; }

._h-599 {
  height: 599px; }

.maxw-599 {
  max-width: 599px; }

.maxh-599 {
  max-height: 599px; }

.top-600 {
  top: 600px; }

.left-600 {
  left: 600px; }

.right-600 {
  right: 600px; }

.bottom-600 {
  bottom: 600px; }

._w-600 {
  width: 600px; }

._h-600 {
  height: 600px; }

.maxw-600 {
  max-width: 600px; }

.maxh-600 {
  max-height: 600px; }

.top-601 {
  top: 601px; }

.left-601 {
  left: 601px; }

.right-601 {
  right: 601px; }

.bottom-601 {
  bottom: 601px; }

._w-601 {
  width: 601px; }

._h-601 {
  height: 601px; }

.maxw-601 {
  max-width: 601px; }

.maxh-601 {
  max-height: 601px; }

.top-602 {
  top: 602px; }

.left-602 {
  left: 602px; }

.right-602 {
  right: 602px; }

.bottom-602 {
  bottom: 602px; }

._w-602 {
  width: 602px; }

._h-602 {
  height: 602px; }

.maxw-602 {
  max-width: 602px; }

.maxh-602 {
  max-height: 602px; }

.top-603 {
  top: 603px; }

.left-603 {
  left: 603px; }

.right-603 {
  right: 603px; }

.bottom-603 {
  bottom: 603px; }

._w-603 {
  width: 603px; }

._h-603 {
  height: 603px; }

.maxw-603 {
  max-width: 603px; }

.maxh-603 {
  max-height: 603px; }

.top-604 {
  top: 604px; }

.left-604 {
  left: 604px; }

.right-604 {
  right: 604px; }

.bottom-604 {
  bottom: 604px; }

._w-604 {
  width: 604px; }

._h-604 {
  height: 604px; }

.maxw-604 {
  max-width: 604px; }

.maxh-604 {
  max-height: 604px; }

.top-605 {
  top: 605px; }

.left-605 {
  left: 605px; }

.right-605 {
  right: 605px; }

.bottom-605 {
  bottom: 605px; }

._w-605 {
  width: 605px; }

._h-605 {
  height: 605px; }

.maxw-605 {
  max-width: 605px; }

.maxh-605 {
  max-height: 605px; }

.top-606 {
  top: 606px; }

.left-606 {
  left: 606px; }

.right-606 {
  right: 606px; }

.bottom-606 {
  bottom: 606px; }

._w-606 {
  width: 606px; }

._h-606 {
  height: 606px; }

.maxw-606 {
  max-width: 606px; }

.maxh-606 {
  max-height: 606px; }

.top-607 {
  top: 607px; }

.left-607 {
  left: 607px; }

.right-607 {
  right: 607px; }

.bottom-607 {
  bottom: 607px; }

._w-607 {
  width: 607px; }

._h-607 {
  height: 607px; }

.maxw-607 {
  max-width: 607px; }

.maxh-607 {
  max-height: 607px; }

.top-608 {
  top: 608px; }

.left-608 {
  left: 608px; }

.right-608 {
  right: 608px; }

.bottom-608 {
  bottom: 608px; }

._w-608 {
  width: 608px; }

._h-608 {
  height: 608px; }

.maxw-608 {
  max-width: 608px; }

.maxh-608 {
  max-height: 608px; }

.top-609 {
  top: 609px; }

.left-609 {
  left: 609px; }

.right-609 {
  right: 609px; }

.bottom-609 {
  bottom: 609px; }

._w-609 {
  width: 609px; }

._h-609 {
  height: 609px; }

.maxw-609 {
  max-width: 609px; }

.maxh-609 {
  max-height: 609px; }

.top-610 {
  top: 610px; }

.left-610 {
  left: 610px; }

.right-610 {
  right: 610px; }

.bottom-610 {
  bottom: 610px; }

._w-610 {
  width: 610px; }

._h-610 {
  height: 610px; }

.maxw-610 {
  max-width: 610px; }

.maxh-610 {
  max-height: 610px; }

.top-611 {
  top: 611px; }

.left-611 {
  left: 611px; }

.right-611 {
  right: 611px; }

.bottom-611 {
  bottom: 611px; }

._w-611 {
  width: 611px; }

._h-611 {
  height: 611px; }

.maxw-611 {
  max-width: 611px; }

.maxh-611 {
  max-height: 611px; }

.top-612 {
  top: 612px; }

.left-612 {
  left: 612px; }

.right-612 {
  right: 612px; }

.bottom-612 {
  bottom: 612px; }

._w-612 {
  width: 612px; }

._h-612 {
  height: 612px; }

.maxw-612 {
  max-width: 612px; }

.maxh-612 {
  max-height: 612px; }

.top-613 {
  top: 613px; }

.left-613 {
  left: 613px; }

.right-613 {
  right: 613px; }

.bottom-613 {
  bottom: 613px; }

._w-613 {
  width: 613px; }

._h-613 {
  height: 613px; }

.maxw-613 {
  max-width: 613px; }

.maxh-613 {
  max-height: 613px; }

.top-614 {
  top: 614px; }

.left-614 {
  left: 614px; }

.right-614 {
  right: 614px; }

.bottom-614 {
  bottom: 614px; }

._w-614 {
  width: 614px; }

._h-614 {
  height: 614px; }

.maxw-614 {
  max-width: 614px; }

.maxh-614 {
  max-height: 614px; }

.top-615 {
  top: 615px; }

.left-615 {
  left: 615px; }

.right-615 {
  right: 615px; }

.bottom-615 {
  bottom: 615px; }

._w-615 {
  width: 615px; }

._h-615 {
  height: 615px; }

.maxw-615 {
  max-width: 615px; }

.maxh-615 {
  max-height: 615px; }

.top-616 {
  top: 616px; }

.left-616 {
  left: 616px; }

.right-616 {
  right: 616px; }

.bottom-616 {
  bottom: 616px; }

._w-616 {
  width: 616px; }

._h-616 {
  height: 616px; }

.maxw-616 {
  max-width: 616px; }

.maxh-616 {
  max-height: 616px; }

.top-617 {
  top: 617px; }

.left-617 {
  left: 617px; }

.right-617 {
  right: 617px; }

.bottom-617 {
  bottom: 617px; }

._w-617 {
  width: 617px; }

._h-617 {
  height: 617px; }

.maxw-617 {
  max-width: 617px; }

.maxh-617 {
  max-height: 617px; }

.top-618 {
  top: 618px; }

.left-618 {
  left: 618px; }

.right-618 {
  right: 618px; }

.bottom-618 {
  bottom: 618px; }

._w-618 {
  width: 618px; }

._h-618 {
  height: 618px; }

.maxw-618 {
  max-width: 618px; }

.maxh-618 {
  max-height: 618px; }

.top-619 {
  top: 619px; }

.left-619 {
  left: 619px; }

.right-619 {
  right: 619px; }

.bottom-619 {
  bottom: 619px; }

._w-619 {
  width: 619px; }

._h-619 {
  height: 619px; }

.maxw-619 {
  max-width: 619px; }

.maxh-619 {
  max-height: 619px; }

.top-620 {
  top: 620px; }

.left-620 {
  left: 620px; }

.right-620 {
  right: 620px; }

.bottom-620 {
  bottom: 620px; }

._w-620 {
  width: 620px; }

._h-620 {
  height: 620px; }

.maxw-620 {
  max-width: 620px; }

.maxh-620 {
  max-height: 620px; }

.top-621 {
  top: 621px; }

.left-621 {
  left: 621px; }

.right-621 {
  right: 621px; }

.bottom-621 {
  bottom: 621px; }

._w-621 {
  width: 621px; }

._h-621 {
  height: 621px; }

.maxw-621 {
  max-width: 621px; }

.maxh-621 {
  max-height: 621px; }

.top-622 {
  top: 622px; }

.left-622 {
  left: 622px; }

.right-622 {
  right: 622px; }

.bottom-622 {
  bottom: 622px; }

._w-622 {
  width: 622px; }

._h-622 {
  height: 622px; }

.maxw-622 {
  max-width: 622px; }

.maxh-622 {
  max-height: 622px; }

.top-623 {
  top: 623px; }

.left-623 {
  left: 623px; }

.right-623 {
  right: 623px; }

.bottom-623 {
  bottom: 623px; }

._w-623 {
  width: 623px; }

._h-623 {
  height: 623px; }

.maxw-623 {
  max-width: 623px; }

.maxh-623 {
  max-height: 623px; }

.top-624 {
  top: 624px; }

.left-624 {
  left: 624px; }

.right-624 {
  right: 624px; }

.bottom-624 {
  bottom: 624px; }

._w-624 {
  width: 624px; }

._h-624 {
  height: 624px; }

.maxw-624 {
  max-width: 624px; }

.maxh-624 {
  max-height: 624px; }

.top-625 {
  top: 625px; }

.left-625 {
  left: 625px; }

.right-625 {
  right: 625px; }

.bottom-625 {
  bottom: 625px; }

._w-625 {
  width: 625px; }

._h-625 {
  height: 625px; }

.maxw-625 {
  max-width: 625px; }

.maxh-625 {
  max-height: 625px; }

.top-626 {
  top: 626px; }

.left-626 {
  left: 626px; }

.right-626 {
  right: 626px; }

.bottom-626 {
  bottom: 626px; }

._w-626 {
  width: 626px; }

._h-626 {
  height: 626px; }

.maxw-626 {
  max-width: 626px; }

.maxh-626 {
  max-height: 626px; }

.top-627 {
  top: 627px; }

.left-627 {
  left: 627px; }

.right-627 {
  right: 627px; }

.bottom-627 {
  bottom: 627px; }

._w-627 {
  width: 627px; }

._h-627 {
  height: 627px; }

.maxw-627 {
  max-width: 627px; }

.maxh-627 {
  max-height: 627px; }

.top-628 {
  top: 628px; }

.left-628 {
  left: 628px; }

.right-628 {
  right: 628px; }

.bottom-628 {
  bottom: 628px; }

._w-628 {
  width: 628px; }

._h-628 {
  height: 628px; }

.maxw-628 {
  max-width: 628px; }

.maxh-628 {
  max-height: 628px; }

.top-629 {
  top: 629px; }

.left-629 {
  left: 629px; }

.right-629 {
  right: 629px; }

.bottom-629 {
  bottom: 629px; }

._w-629 {
  width: 629px; }

._h-629 {
  height: 629px; }

.maxw-629 {
  max-width: 629px; }

.maxh-629 {
  max-height: 629px; }

.top-630 {
  top: 630px; }

.left-630 {
  left: 630px; }

.right-630 {
  right: 630px; }

.bottom-630 {
  bottom: 630px; }

._w-630 {
  width: 630px; }

._h-630 {
  height: 630px; }

.maxw-630 {
  max-width: 630px; }

.maxh-630 {
  max-height: 630px; }

.top-631 {
  top: 631px; }

.left-631 {
  left: 631px; }

.right-631 {
  right: 631px; }

.bottom-631 {
  bottom: 631px; }

._w-631 {
  width: 631px; }

._h-631 {
  height: 631px; }

.maxw-631 {
  max-width: 631px; }

.maxh-631 {
  max-height: 631px; }

.top-632 {
  top: 632px; }

.left-632 {
  left: 632px; }

.right-632 {
  right: 632px; }

.bottom-632 {
  bottom: 632px; }

._w-632 {
  width: 632px; }

._h-632 {
  height: 632px; }

.maxw-632 {
  max-width: 632px; }

.maxh-632 {
  max-height: 632px; }

.top-633 {
  top: 633px; }

.left-633 {
  left: 633px; }

.right-633 {
  right: 633px; }

.bottom-633 {
  bottom: 633px; }

._w-633 {
  width: 633px; }

._h-633 {
  height: 633px; }

.maxw-633 {
  max-width: 633px; }

.maxh-633 {
  max-height: 633px; }

.top-634 {
  top: 634px; }

.left-634 {
  left: 634px; }

.right-634 {
  right: 634px; }

.bottom-634 {
  bottom: 634px; }

._w-634 {
  width: 634px; }

._h-634 {
  height: 634px; }

.maxw-634 {
  max-width: 634px; }

.maxh-634 {
  max-height: 634px; }

.top-635 {
  top: 635px; }

.left-635 {
  left: 635px; }

.right-635 {
  right: 635px; }

.bottom-635 {
  bottom: 635px; }

._w-635 {
  width: 635px; }

._h-635 {
  height: 635px; }

.maxw-635 {
  max-width: 635px; }

.maxh-635 {
  max-height: 635px; }

.top-636 {
  top: 636px; }

.left-636 {
  left: 636px; }

.right-636 {
  right: 636px; }

.bottom-636 {
  bottom: 636px; }

._w-636 {
  width: 636px; }

._h-636 {
  height: 636px; }

.maxw-636 {
  max-width: 636px; }

.maxh-636 {
  max-height: 636px; }

.top-637 {
  top: 637px; }

.left-637 {
  left: 637px; }

.right-637 {
  right: 637px; }

.bottom-637 {
  bottom: 637px; }

._w-637 {
  width: 637px; }

._h-637 {
  height: 637px; }

.maxw-637 {
  max-width: 637px; }

.maxh-637 {
  max-height: 637px; }

.top-638 {
  top: 638px; }

.left-638 {
  left: 638px; }

.right-638 {
  right: 638px; }

.bottom-638 {
  bottom: 638px; }

._w-638 {
  width: 638px; }

._h-638 {
  height: 638px; }

.maxw-638 {
  max-width: 638px; }

.maxh-638 {
  max-height: 638px; }

.top-639 {
  top: 639px; }

.left-639 {
  left: 639px; }

.right-639 {
  right: 639px; }

.bottom-639 {
  bottom: 639px; }

._w-639 {
  width: 639px; }

._h-639 {
  height: 639px; }

.maxw-639 {
  max-width: 639px; }

.maxh-639 {
  max-height: 639px; }

.top-640 {
  top: 640px; }

.left-640 {
  left: 640px; }

.right-640 {
  right: 640px; }

.bottom-640 {
  bottom: 640px; }

._w-640 {
  width: 640px; }

._h-640 {
  height: 640px; }

.maxw-640 {
  max-width: 640px; }

.maxh-640 {
  max-height: 640px; }

.top-641 {
  top: 641px; }

.left-641 {
  left: 641px; }

.right-641 {
  right: 641px; }

.bottom-641 {
  bottom: 641px; }

._w-641 {
  width: 641px; }

._h-641 {
  height: 641px; }

.maxw-641 {
  max-width: 641px; }

.maxh-641 {
  max-height: 641px; }

.top-642 {
  top: 642px; }

.left-642 {
  left: 642px; }

.right-642 {
  right: 642px; }

.bottom-642 {
  bottom: 642px; }

._w-642 {
  width: 642px; }

._h-642 {
  height: 642px; }

.maxw-642 {
  max-width: 642px; }

.maxh-642 {
  max-height: 642px; }

.top-643 {
  top: 643px; }

.left-643 {
  left: 643px; }

.right-643 {
  right: 643px; }

.bottom-643 {
  bottom: 643px; }

._w-643 {
  width: 643px; }

._h-643 {
  height: 643px; }

.maxw-643 {
  max-width: 643px; }

.maxh-643 {
  max-height: 643px; }

.top-644 {
  top: 644px; }

.left-644 {
  left: 644px; }

.right-644 {
  right: 644px; }

.bottom-644 {
  bottom: 644px; }

._w-644 {
  width: 644px; }

._h-644 {
  height: 644px; }

.maxw-644 {
  max-width: 644px; }

.maxh-644 {
  max-height: 644px; }

.top-645 {
  top: 645px; }

.left-645 {
  left: 645px; }

.right-645 {
  right: 645px; }

.bottom-645 {
  bottom: 645px; }

._w-645 {
  width: 645px; }

._h-645 {
  height: 645px; }

.maxw-645 {
  max-width: 645px; }

.maxh-645 {
  max-height: 645px; }

.top-646 {
  top: 646px; }

.left-646 {
  left: 646px; }

.right-646 {
  right: 646px; }

.bottom-646 {
  bottom: 646px; }

._w-646 {
  width: 646px; }

._h-646 {
  height: 646px; }

.maxw-646 {
  max-width: 646px; }

.maxh-646 {
  max-height: 646px; }

.top-647 {
  top: 647px; }

.left-647 {
  left: 647px; }

.right-647 {
  right: 647px; }

.bottom-647 {
  bottom: 647px; }

._w-647 {
  width: 647px; }

._h-647 {
  height: 647px; }

.maxw-647 {
  max-width: 647px; }

.maxh-647 {
  max-height: 647px; }

.top-648 {
  top: 648px; }

.left-648 {
  left: 648px; }

.right-648 {
  right: 648px; }

.bottom-648 {
  bottom: 648px; }

._w-648 {
  width: 648px; }

._h-648 {
  height: 648px; }

.maxw-648 {
  max-width: 648px; }

.maxh-648 {
  max-height: 648px; }

.top-649 {
  top: 649px; }

.left-649 {
  left: 649px; }

.right-649 {
  right: 649px; }

.bottom-649 {
  bottom: 649px; }

._w-649 {
  width: 649px; }

._h-649 {
  height: 649px; }

.maxw-649 {
  max-width: 649px; }

.maxh-649 {
  max-height: 649px; }

.top-650 {
  top: 650px; }

.left-650 {
  left: 650px; }

.right-650 {
  right: 650px; }

.bottom-650 {
  bottom: 650px; }

._w-650 {
  width: 650px; }

._h-650 {
  height: 650px; }

.maxw-650 {
  max-width: 650px; }

.maxh-650 {
  max-height: 650px; }

.top-651 {
  top: 651px; }

.left-651 {
  left: 651px; }

.right-651 {
  right: 651px; }

.bottom-651 {
  bottom: 651px; }

._w-651 {
  width: 651px; }

._h-651 {
  height: 651px; }

.maxw-651 {
  max-width: 651px; }

.maxh-651 {
  max-height: 651px; }

.top-652 {
  top: 652px; }

.left-652 {
  left: 652px; }

.right-652 {
  right: 652px; }

.bottom-652 {
  bottom: 652px; }

._w-652 {
  width: 652px; }

._h-652 {
  height: 652px; }

.maxw-652 {
  max-width: 652px; }

.maxh-652 {
  max-height: 652px; }

.top-653 {
  top: 653px; }

.left-653 {
  left: 653px; }

.right-653 {
  right: 653px; }

.bottom-653 {
  bottom: 653px; }

._w-653 {
  width: 653px; }

._h-653 {
  height: 653px; }

.maxw-653 {
  max-width: 653px; }

.maxh-653 {
  max-height: 653px; }

.top-654 {
  top: 654px; }

.left-654 {
  left: 654px; }

.right-654 {
  right: 654px; }

.bottom-654 {
  bottom: 654px; }

._w-654 {
  width: 654px; }

._h-654 {
  height: 654px; }

.maxw-654 {
  max-width: 654px; }

.maxh-654 {
  max-height: 654px; }

.top-655 {
  top: 655px; }

.left-655 {
  left: 655px; }

.right-655 {
  right: 655px; }

.bottom-655 {
  bottom: 655px; }

._w-655 {
  width: 655px; }

._h-655 {
  height: 655px; }

.maxw-655 {
  max-width: 655px; }

.maxh-655 {
  max-height: 655px; }

.top-656 {
  top: 656px; }

.left-656 {
  left: 656px; }

.right-656 {
  right: 656px; }

.bottom-656 {
  bottom: 656px; }

._w-656 {
  width: 656px; }

._h-656 {
  height: 656px; }

.maxw-656 {
  max-width: 656px; }

.maxh-656 {
  max-height: 656px; }

.top-657 {
  top: 657px; }

.left-657 {
  left: 657px; }

.right-657 {
  right: 657px; }

.bottom-657 {
  bottom: 657px; }

._w-657 {
  width: 657px; }

._h-657 {
  height: 657px; }

.maxw-657 {
  max-width: 657px; }

.maxh-657 {
  max-height: 657px; }

.top-658 {
  top: 658px; }

.left-658 {
  left: 658px; }

.right-658 {
  right: 658px; }

.bottom-658 {
  bottom: 658px; }

._w-658 {
  width: 658px; }

._h-658 {
  height: 658px; }

.maxw-658 {
  max-width: 658px; }

.maxh-658 {
  max-height: 658px; }

.top-659 {
  top: 659px; }

.left-659 {
  left: 659px; }

.right-659 {
  right: 659px; }

.bottom-659 {
  bottom: 659px; }

._w-659 {
  width: 659px; }

._h-659 {
  height: 659px; }

.maxw-659 {
  max-width: 659px; }

.maxh-659 {
  max-height: 659px; }

.top-660 {
  top: 660px; }

.left-660 {
  left: 660px; }

.right-660 {
  right: 660px; }

.bottom-660 {
  bottom: 660px; }

._w-660 {
  width: 660px; }

._h-660 {
  height: 660px; }

.maxw-660 {
  max-width: 660px; }

.maxh-660 {
  max-height: 660px; }

.top-661 {
  top: 661px; }

.left-661 {
  left: 661px; }

.right-661 {
  right: 661px; }

.bottom-661 {
  bottom: 661px; }

._w-661 {
  width: 661px; }

._h-661 {
  height: 661px; }

.maxw-661 {
  max-width: 661px; }

.maxh-661 {
  max-height: 661px; }

.top-662 {
  top: 662px; }

.left-662 {
  left: 662px; }

.right-662 {
  right: 662px; }

.bottom-662 {
  bottom: 662px; }

._w-662 {
  width: 662px; }

._h-662 {
  height: 662px; }

.maxw-662 {
  max-width: 662px; }

.maxh-662 {
  max-height: 662px; }

.top-663 {
  top: 663px; }

.left-663 {
  left: 663px; }

.right-663 {
  right: 663px; }

.bottom-663 {
  bottom: 663px; }

._w-663 {
  width: 663px; }

._h-663 {
  height: 663px; }

.maxw-663 {
  max-width: 663px; }

.maxh-663 {
  max-height: 663px; }

.top-664 {
  top: 664px; }

.left-664 {
  left: 664px; }

.right-664 {
  right: 664px; }

.bottom-664 {
  bottom: 664px; }

._w-664 {
  width: 664px; }

._h-664 {
  height: 664px; }

.maxw-664 {
  max-width: 664px; }

.maxh-664 {
  max-height: 664px; }

.top-665 {
  top: 665px; }

.left-665 {
  left: 665px; }

.right-665 {
  right: 665px; }

.bottom-665 {
  bottom: 665px; }

._w-665 {
  width: 665px; }

._h-665 {
  height: 665px; }

.maxw-665 {
  max-width: 665px; }

.maxh-665 {
  max-height: 665px; }

.top-666 {
  top: 666px; }

.left-666 {
  left: 666px; }

.right-666 {
  right: 666px; }

.bottom-666 {
  bottom: 666px; }

._w-666 {
  width: 666px; }

._h-666 {
  height: 666px; }

.maxw-666 {
  max-width: 666px; }

.maxh-666 {
  max-height: 666px; }

.top-667 {
  top: 667px; }

.left-667 {
  left: 667px; }

.right-667 {
  right: 667px; }

.bottom-667 {
  bottom: 667px; }

._w-667 {
  width: 667px; }

._h-667 {
  height: 667px; }

.maxw-667 {
  max-width: 667px; }

.maxh-667 {
  max-height: 667px; }

.top-668 {
  top: 668px; }

.left-668 {
  left: 668px; }

.right-668 {
  right: 668px; }

.bottom-668 {
  bottom: 668px; }

._w-668 {
  width: 668px; }

._h-668 {
  height: 668px; }

.maxw-668 {
  max-width: 668px; }

.maxh-668 {
  max-height: 668px; }

.top-669 {
  top: 669px; }

.left-669 {
  left: 669px; }

.right-669 {
  right: 669px; }

.bottom-669 {
  bottom: 669px; }

._w-669 {
  width: 669px; }

._h-669 {
  height: 669px; }

.maxw-669 {
  max-width: 669px; }

.maxh-669 {
  max-height: 669px; }

.top-670 {
  top: 670px; }

.left-670 {
  left: 670px; }

.right-670 {
  right: 670px; }

.bottom-670 {
  bottom: 670px; }

._w-670 {
  width: 670px; }

._h-670 {
  height: 670px; }

.maxw-670 {
  max-width: 670px; }

.maxh-670 {
  max-height: 670px; }

.top-671 {
  top: 671px; }

.left-671 {
  left: 671px; }

.right-671 {
  right: 671px; }

.bottom-671 {
  bottom: 671px; }

._w-671 {
  width: 671px; }

._h-671 {
  height: 671px; }

.maxw-671 {
  max-width: 671px; }

.maxh-671 {
  max-height: 671px; }

.top-672 {
  top: 672px; }

.left-672 {
  left: 672px; }

.right-672 {
  right: 672px; }

.bottom-672 {
  bottom: 672px; }

._w-672 {
  width: 672px; }

._h-672 {
  height: 672px; }

.maxw-672 {
  max-width: 672px; }

.maxh-672 {
  max-height: 672px; }

.top-673 {
  top: 673px; }

.left-673 {
  left: 673px; }

.right-673 {
  right: 673px; }

.bottom-673 {
  bottom: 673px; }

._w-673 {
  width: 673px; }

._h-673 {
  height: 673px; }

.maxw-673 {
  max-width: 673px; }

.maxh-673 {
  max-height: 673px; }

.top-674 {
  top: 674px; }

.left-674 {
  left: 674px; }

.right-674 {
  right: 674px; }

.bottom-674 {
  bottom: 674px; }

._w-674 {
  width: 674px; }

._h-674 {
  height: 674px; }

.maxw-674 {
  max-width: 674px; }

.maxh-674 {
  max-height: 674px; }

.top-675 {
  top: 675px; }

.left-675 {
  left: 675px; }

.right-675 {
  right: 675px; }

.bottom-675 {
  bottom: 675px; }

._w-675 {
  width: 675px; }

._h-675 {
  height: 675px; }

.maxw-675 {
  max-width: 675px; }

.maxh-675 {
  max-height: 675px; }

.top-676 {
  top: 676px; }

.left-676 {
  left: 676px; }

.right-676 {
  right: 676px; }

.bottom-676 {
  bottom: 676px; }

._w-676 {
  width: 676px; }

._h-676 {
  height: 676px; }

.maxw-676 {
  max-width: 676px; }

.maxh-676 {
  max-height: 676px; }

.top-677 {
  top: 677px; }

.left-677 {
  left: 677px; }

.right-677 {
  right: 677px; }

.bottom-677 {
  bottom: 677px; }

._w-677 {
  width: 677px; }

._h-677 {
  height: 677px; }

.maxw-677 {
  max-width: 677px; }

.maxh-677 {
  max-height: 677px; }

.top-678 {
  top: 678px; }

.left-678 {
  left: 678px; }

.right-678 {
  right: 678px; }

.bottom-678 {
  bottom: 678px; }

._w-678 {
  width: 678px; }

._h-678 {
  height: 678px; }

.maxw-678 {
  max-width: 678px; }

.maxh-678 {
  max-height: 678px; }

.top-679 {
  top: 679px; }

.left-679 {
  left: 679px; }

.right-679 {
  right: 679px; }

.bottom-679 {
  bottom: 679px; }

._w-679 {
  width: 679px; }

._h-679 {
  height: 679px; }

.maxw-679 {
  max-width: 679px; }

.maxh-679 {
  max-height: 679px; }

.top-680 {
  top: 680px; }

.left-680 {
  left: 680px; }

.right-680 {
  right: 680px; }

.bottom-680 {
  bottom: 680px; }

._w-680 {
  width: 680px; }

._h-680 {
  height: 680px; }

.maxw-680 {
  max-width: 680px; }

.maxh-680 {
  max-height: 680px; }

.top-681 {
  top: 681px; }

.left-681 {
  left: 681px; }

.right-681 {
  right: 681px; }

.bottom-681 {
  bottom: 681px; }

._w-681 {
  width: 681px; }

._h-681 {
  height: 681px; }

.maxw-681 {
  max-width: 681px; }

.maxh-681 {
  max-height: 681px; }

.top-682 {
  top: 682px; }

.left-682 {
  left: 682px; }

.right-682 {
  right: 682px; }

.bottom-682 {
  bottom: 682px; }

._w-682 {
  width: 682px; }

._h-682 {
  height: 682px; }

.maxw-682 {
  max-width: 682px; }

.maxh-682 {
  max-height: 682px; }

.top-683 {
  top: 683px; }

.left-683 {
  left: 683px; }

.right-683 {
  right: 683px; }

.bottom-683 {
  bottom: 683px; }

._w-683 {
  width: 683px; }

._h-683 {
  height: 683px; }

.maxw-683 {
  max-width: 683px; }

.maxh-683 {
  max-height: 683px; }

.top-684 {
  top: 684px; }

.left-684 {
  left: 684px; }

.right-684 {
  right: 684px; }

.bottom-684 {
  bottom: 684px; }

._w-684 {
  width: 684px; }

._h-684 {
  height: 684px; }

.maxw-684 {
  max-width: 684px; }

.maxh-684 {
  max-height: 684px; }

.top-685 {
  top: 685px; }

.left-685 {
  left: 685px; }

.right-685 {
  right: 685px; }

.bottom-685 {
  bottom: 685px; }

._w-685 {
  width: 685px; }

._h-685 {
  height: 685px; }

.maxw-685 {
  max-width: 685px; }

.maxh-685 {
  max-height: 685px; }

.top-686 {
  top: 686px; }

.left-686 {
  left: 686px; }

.right-686 {
  right: 686px; }

.bottom-686 {
  bottom: 686px; }

._w-686 {
  width: 686px; }

._h-686 {
  height: 686px; }

.maxw-686 {
  max-width: 686px; }

.maxh-686 {
  max-height: 686px; }

.top-687 {
  top: 687px; }

.left-687 {
  left: 687px; }

.right-687 {
  right: 687px; }

.bottom-687 {
  bottom: 687px; }

._w-687 {
  width: 687px; }

._h-687 {
  height: 687px; }

.maxw-687 {
  max-width: 687px; }

.maxh-687 {
  max-height: 687px; }

.top-688 {
  top: 688px; }

.left-688 {
  left: 688px; }

.right-688 {
  right: 688px; }

.bottom-688 {
  bottom: 688px; }

._w-688 {
  width: 688px; }

._h-688 {
  height: 688px; }

.maxw-688 {
  max-width: 688px; }

.maxh-688 {
  max-height: 688px; }

.top-689 {
  top: 689px; }

.left-689 {
  left: 689px; }

.right-689 {
  right: 689px; }

.bottom-689 {
  bottom: 689px; }

._w-689 {
  width: 689px; }

._h-689 {
  height: 689px; }

.maxw-689 {
  max-width: 689px; }

.maxh-689 {
  max-height: 689px; }

.top-690 {
  top: 690px; }

.left-690 {
  left: 690px; }

.right-690 {
  right: 690px; }

.bottom-690 {
  bottom: 690px; }

._w-690 {
  width: 690px; }

._h-690 {
  height: 690px; }

.maxw-690 {
  max-width: 690px; }

.maxh-690 {
  max-height: 690px; }

.top-691 {
  top: 691px; }

.left-691 {
  left: 691px; }

.right-691 {
  right: 691px; }

.bottom-691 {
  bottom: 691px; }

._w-691 {
  width: 691px; }

._h-691 {
  height: 691px; }

.maxw-691 {
  max-width: 691px; }

.maxh-691 {
  max-height: 691px; }

.top-692 {
  top: 692px; }

.left-692 {
  left: 692px; }

.right-692 {
  right: 692px; }

.bottom-692 {
  bottom: 692px; }

._w-692 {
  width: 692px; }

._h-692 {
  height: 692px; }

.maxw-692 {
  max-width: 692px; }

.maxh-692 {
  max-height: 692px; }

.top-693 {
  top: 693px; }

.left-693 {
  left: 693px; }

.right-693 {
  right: 693px; }

.bottom-693 {
  bottom: 693px; }

._w-693 {
  width: 693px; }

._h-693 {
  height: 693px; }

.maxw-693 {
  max-width: 693px; }

.maxh-693 {
  max-height: 693px; }

.top-694 {
  top: 694px; }

.left-694 {
  left: 694px; }

.right-694 {
  right: 694px; }

.bottom-694 {
  bottom: 694px; }

._w-694 {
  width: 694px; }

._h-694 {
  height: 694px; }

.maxw-694 {
  max-width: 694px; }

.maxh-694 {
  max-height: 694px; }

.top-695 {
  top: 695px; }

.left-695 {
  left: 695px; }

.right-695 {
  right: 695px; }

.bottom-695 {
  bottom: 695px; }

._w-695 {
  width: 695px; }

._h-695 {
  height: 695px; }

.maxw-695 {
  max-width: 695px; }

.maxh-695 {
  max-height: 695px; }

.top-696 {
  top: 696px; }

.left-696 {
  left: 696px; }

.right-696 {
  right: 696px; }

.bottom-696 {
  bottom: 696px; }

._w-696 {
  width: 696px; }

._h-696 {
  height: 696px; }

.maxw-696 {
  max-width: 696px; }

.maxh-696 {
  max-height: 696px; }

.top-697 {
  top: 697px; }

.left-697 {
  left: 697px; }

.right-697 {
  right: 697px; }

.bottom-697 {
  bottom: 697px; }

._w-697 {
  width: 697px; }

._h-697 {
  height: 697px; }

.maxw-697 {
  max-width: 697px; }

.maxh-697 {
  max-height: 697px; }

.top-698 {
  top: 698px; }

.left-698 {
  left: 698px; }

.right-698 {
  right: 698px; }

.bottom-698 {
  bottom: 698px; }

._w-698 {
  width: 698px; }

._h-698 {
  height: 698px; }

.maxw-698 {
  max-width: 698px; }

.maxh-698 {
  max-height: 698px; }

.top-699 {
  top: 699px; }

.left-699 {
  left: 699px; }

.right-699 {
  right: 699px; }

.bottom-699 {
  bottom: 699px; }

._w-699 {
  width: 699px; }

._h-699 {
  height: 699px; }

.maxw-699 {
  max-width: 699px; }

.maxh-699 {
  max-height: 699px; }

.top-700 {
  top: 700px; }

.left-700 {
  left: 700px; }

.right-700 {
  right: 700px; }

.bottom-700 {
  bottom: 700px; }

._w-700 {
  width: 700px; }

._h-700 {
  height: 700px; }

.maxw-700 {
  max-width: 700px; }

.maxh-700 {
  max-height: 700px; }

.top-701 {
  top: 701px; }

.left-701 {
  left: 701px; }

.right-701 {
  right: 701px; }

.bottom-701 {
  bottom: 701px; }

._w-701 {
  width: 701px; }

._h-701 {
  height: 701px; }

.maxw-701 {
  max-width: 701px; }

.maxh-701 {
  max-height: 701px; }

.top-702 {
  top: 702px; }

.left-702 {
  left: 702px; }

.right-702 {
  right: 702px; }

.bottom-702 {
  bottom: 702px; }

._w-702 {
  width: 702px; }

._h-702 {
  height: 702px; }

.maxw-702 {
  max-width: 702px; }

.maxh-702 {
  max-height: 702px; }

.top-703 {
  top: 703px; }

.left-703 {
  left: 703px; }

.right-703 {
  right: 703px; }

.bottom-703 {
  bottom: 703px; }

._w-703 {
  width: 703px; }

._h-703 {
  height: 703px; }

.maxw-703 {
  max-width: 703px; }

.maxh-703 {
  max-height: 703px; }

.top-704 {
  top: 704px; }

.left-704 {
  left: 704px; }

.right-704 {
  right: 704px; }

.bottom-704 {
  bottom: 704px; }

._w-704 {
  width: 704px; }

._h-704 {
  height: 704px; }

.maxw-704 {
  max-width: 704px; }

.maxh-704 {
  max-height: 704px; }

.top-705 {
  top: 705px; }

.left-705 {
  left: 705px; }

.right-705 {
  right: 705px; }

.bottom-705 {
  bottom: 705px; }

._w-705 {
  width: 705px; }

._h-705 {
  height: 705px; }

.maxw-705 {
  max-width: 705px; }

.maxh-705 {
  max-height: 705px; }

.top-706 {
  top: 706px; }

.left-706 {
  left: 706px; }

.right-706 {
  right: 706px; }

.bottom-706 {
  bottom: 706px; }

._w-706 {
  width: 706px; }

._h-706 {
  height: 706px; }

.maxw-706 {
  max-width: 706px; }

.maxh-706 {
  max-height: 706px; }

.top-707 {
  top: 707px; }

.left-707 {
  left: 707px; }

.right-707 {
  right: 707px; }

.bottom-707 {
  bottom: 707px; }

._w-707 {
  width: 707px; }

._h-707 {
  height: 707px; }

.maxw-707 {
  max-width: 707px; }

.maxh-707 {
  max-height: 707px; }

.top-708 {
  top: 708px; }

.left-708 {
  left: 708px; }

.right-708 {
  right: 708px; }

.bottom-708 {
  bottom: 708px; }

._w-708 {
  width: 708px; }

._h-708 {
  height: 708px; }

.maxw-708 {
  max-width: 708px; }

.maxh-708 {
  max-height: 708px; }

.top-709 {
  top: 709px; }

.left-709 {
  left: 709px; }

.right-709 {
  right: 709px; }

.bottom-709 {
  bottom: 709px; }

._w-709 {
  width: 709px; }

._h-709 {
  height: 709px; }

.maxw-709 {
  max-width: 709px; }

.maxh-709 {
  max-height: 709px; }

.top-710 {
  top: 710px; }

.left-710 {
  left: 710px; }

.right-710 {
  right: 710px; }

.bottom-710 {
  bottom: 710px; }

._w-710 {
  width: 710px; }

._h-710 {
  height: 710px; }

.maxw-710 {
  max-width: 710px; }

.maxh-710 {
  max-height: 710px; }

.top-711 {
  top: 711px; }

.left-711 {
  left: 711px; }

.right-711 {
  right: 711px; }

.bottom-711 {
  bottom: 711px; }

._w-711 {
  width: 711px; }

._h-711 {
  height: 711px; }

.maxw-711 {
  max-width: 711px; }

.maxh-711 {
  max-height: 711px; }

.top-712 {
  top: 712px; }

.left-712 {
  left: 712px; }

.right-712 {
  right: 712px; }

.bottom-712 {
  bottom: 712px; }

._w-712 {
  width: 712px; }

._h-712 {
  height: 712px; }

.maxw-712 {
  max-width: 712px; }

.maxh-712 {
  max-height: 712px; }

.top-713 {
  top: 713px; }

.left-713 {
  left: 713px; }

.right-713 {
  right: 713px; }

.bottom-713 {
  bottom: 713px; }

._w-713 {
  width: 713px; }

._h-713 {
  height: 713px; }

.maxw-713 {
  max-width: 713px; }

.maxh-713 {
  max-height: 713px; }

.top-714 {
  top: 714px; }

.left-714 {
  left: 714px; }

.right-714 {
  right: 714px; }

.bottom-714 {
  bottom: 714px; }

._w-714 {
  width: 714px; }

._h-714 {
  height: 714px; }

.maxw-714 {
  max-width: 714px; }

.maxh-714 {
  max-height: 714px; }

.top-715 {
  top: 715px; }

.left-715 {
  left: 715px; }

.right-715 {
  right: 715px; }

.bottom-715 {
  bottom: 715px; }

._w-715 {
  width: 715px; }

._h-715 {
  height: 715px; }

.maxw-715 {
  max-width: 715px; }

.maxh-715 {
  max-height: 715px; }

.top-716 {
  top: 716px; }

.left-716 {
  left: 716px; }

.right-716 {
  right: 716px; }

.bottom-716 {
  bottom: 716px; }

._w-716 {
  width: 716px; }

._h-716 {
  height: 716px; }

.maxw-716 {
  max-width: 716px; }

.maxh-716 {
  max-height: 716px; }

.top-717 {
  top: 717px; }

.left-717 {
  left: 717px; }

.right-717 {
  right: 717px; }

.bottom-717 {
  bottom: 717px; }

._w-717 {
  width: 717px; }

._h-717 {
  height: 717px; }

.maxw-717 {
  max-width: 717px; }

.maxh-717 {
  max-height: 717px; }

.top-718 {
  top: 718px; }

.left-718 {
  left: 718px; }

.right-718 {
  right: 718px; }

.bottom-718 {
  bottom: 718px; }

._w-718 {
  width: 718px; }

._h-718 {
  height: 718px; }

.maxw-718 {
  max-width: 718px; }

.maxh-718 {
  max-height: 718px; }

.top-719 {
  top: 719px; }

.left-719 {
  left: 719px; }

.right-719 {
  right: 719px; }

.bottom-719 {
  bottom: 719px; }

._w-719 {
  width: 719px; }

._h-719 {
  height: 719px; }

.maxw-719 {
  max-width: 719px; }

.maxh-719 {
  max-height: 719px; }

.top-720 {
  top: 720px; }

.left-720 {
  left: 720px; }

.right-720 {
  right: 720px; }

.bottom-720 {
  bottom: 720px; }

._w-720 {
  width: 720px; }

._h-720 {
  height: 720px; }

.maxw-720 {
  max-width: 720px; }

.maxh-720 {
  max-height: 720px; }

.top-721 {
  top: 721px; }

.left-721 {
  left: 721px; }

.right-721 {
  right: 721px; }

.bottom-721 {
  bottom: 721px; }

._w-721 {
  width: 721px; }

._h-721 {
  height: 721px; }

.maxw-721 {
  max-width: 721px; }

.maxh-721 {
  max-height: 721px; }

.top-722 {
  top: 722px; }

.left-722 {
  left: 722px; }

.right-722 {
  right: 722px; }

.bottom-722 {
  bottom: 722px; }

._w-722 {
  width: 722px; }

._h-722 {
  height: 722px; }

.maxw-722 {
  max-width: 722px; }

.maxh-722 {
  max-height: 722px; }

.top-723 {
  top: 723px; }

.left-723 {
  left: 723px; }

.right-723 {
  right: 723px; }

.bottom-723 {
  bottom: 723px; }

._w-723 {
  width: 723px; }

._h-723 {
  height: 723px; }

.maxw-723 {
  max-width: 723px; }

.maxh-723 {
  max-height: 723px; }

.top-724 {
  top: 724px; }

.left-724 {
  left: 724px; }

.right-724 {
  right: 724px; }

.bottom-724 {
  bottom: 724px; }

._w-724 {
  width: 724px; }

._h-724 {
  height: 724px; }

.maxw-724 {
  max-width: 724px; }

.maxh-724 {
  max-height: 724px; }

.top-725 {
  top: 725px; }

.left-725 {
  left: 725px; }

.right-725 {
  right: 725px; }

.bottom-725 {
  bottom: 725px; }

._w-725 {
  width: 725px; }

._h-725 {
  height: 725px; }

.maxw-725 {
  max-width: 725px; }

.maxh-725 {
  max-height: 725px; }

.top-726 {
  top: 726px; }

.left-726 {
  left: 726px; }

.right-726 {
  right: 726px; }

.bottom-726 {
  bottom: 726px; }

._w-726 {
  width: 726px; }

._h-726 {
  height: 726px; }

.maxw-726 {
  max-width: 726px; }

.maxh-726 {
  max-height: 726px; }

.top-727 {
  top: 727px; }

.left-727 {
  left: 727px; }

.right-727 {
  right: 727px; }

.bottom-727 {
  bottom: 727px; }

._w-727 {
  width: 727px; }

._h-727 {
  height: 727px; }

.maxw-727 {
  max-width: 727px; }

.maxh-727 {
  max-height: 727px; }

.top-728 {
  top: 728px; }

.left-728 {
  left: 728px; }

.right-728 {
  right: 728px; }

.bottom-728 {
  bottom: 728px; }

._w-728 {
  width: 728px; }

._h-728 {
  height: 728px; }

.maxw-728 {
  max-width: 728px; }

.maxh-728 {
  max-height: 728px; }

.top-729 {
  top: 729px; }

.left-729 {
  left: 729px; }

.right-729 {
  right: 729px; }

.bottom-729 {
  bottom: 729px; }

._w-729 {
  width: 729px; }

._h-729 {
  height: 729px; }

.maxw-729 {
  max-width: 729px; }

.maxh-729 {
  max-height: 729px; }

.top-730 {
  top: 730px; }

.left-730 {
  left: 730px; }

.right-730 {
  right: 730px; }

.bottom-730 {
  bottom: 730px; }

._w-730 {
  width: 730px; }

._h-730 {
  height: 730px; }

.maxw-730 {
  max-width: 730px; }

.maxh-730 {
  max-height: 730px; }

.top-731 {
  top: 731px; }

.left-731 {
  left: 731px; }

.right-731 {
  right: 731px; }

.bottom-731 {
  bottom: 731px; }

._w-731 {
  width: 731px; }

._h-731 {
  height: 731px; }

.maxw-731 {
  max-width: 731px; }

.maxh-731 {
  max-height: 731px; }

.top-732 {
  top: 732px; }

.left-732 {
  left: 732px; }

.right-732 {
  right: 732px; }

.bottom-732 {
  bottom: 732px; }

._w-732 {
  width: 732px; }

._h-732 {
  height: 732px; }

.maxw-732 {
  max-width: 732px; }

.maxh-732 {
  max-height: 732px; }

.top-733 {
  top: 733px; }

.left-733 {
  left: 733px; }

.right-733 {
  right: 733px; }

.bottom-733 {
  bottom: 733px; }

._w-733 {
  width: 733px; }

._h-733 {
  height: 733px; }

.maxw-733 {
  max-width: 733px; }

.maxh-733 {
  max-height: 733px; }

.top-734 {
  top: 734px; }

.left-734 {
  left: 734px; }

.right-734 {
  right: 734px; }

.bottom-734 {
  bottom: 734px; }

._w-734 {
  width: 734px; }

._h-734 {
  height: 734px; }

.maxw-734 {
  max-width: 734px; }

.maxh-734 {
  max-height: 734px; }

.top-735 {
  top: 735px; }

.left-735 {
  left: 735px; }

.right-735 {
  right: 735px; }

.bottom-735 {
  bottom: 735px; }

._w-735 {
  width: 735px; }

._h-735 {
  height: 735px; }

.maxw-735 {
  max-width: 735px; }

.maxh-735 {
  max-height: 735px; }

.top-736 {
  top: 736px; }

.left-736 {
  left: 736px; }

.right-736 {
  right: 736px; }

.bottom-736 {
  bottom: 736px; }

._w-736 {
  width: 736px; }

._h-736 {
  height: 736px; }

.maxw-736 {
  max-width: 736px; }

.maxh-736 {
  max-height: 736px; }

.top-737 {
  top: 737px; }

.left-737 {
  left: 737px; }

.right-737 {
  right: 737px; }

.bottom-737 {
  bottom: 737px; }

._w-737 {
  width: 737px; }

._h-737 {
  height: 737px; }

.maxw-737 {
  max-width: 737px; }

.maxh-737 {
  max-height: 737px; }

.top-738 {
  top: 738px; }

.left-738 {
  left: 738px; }

.right-738 {
  right: 738px; }

.bottom-738 {
  bottom: 738px; }

._w-738 {
  width: 738px; }

._h-738 {
  height: 738px; }

.maxw-738 {
  max-width: 738px; }

.maxh-738 {
  max-height: 738px; }

.top-739 {
  top: 739px; }

.left-739 {
  left: 739px; }

.right-739 {
  right: 739px; }

.bottom-739 {
  bottom: 739px; }

._w-739 {
  width: 739px; }

._h-739 {
  height: 739px; }

.maxw-739 {
  max-width: 739px; }

.maxh-739 {
  max-height: 739px; }

.top-740 {
  top: 740px; }

.left-740 {
  left: 740px; }

.right-740 {
  right: 740px; }

.bottom-740 {
  bottom: 740px; }

._w-740 {
  width: 740px; }

._h-740 {
  height: 740px; }

.maxw-740 {
  max-width: 740px; }

.maxh-740 {
  max-height: 740px; }

.top-741 {
  top: 741px; }

.left-741 {
  left: 741px; }

.right-741 {
  right: 741px; }

.bottom-741 {
  bottom: 741px; }

._w-741 {
  width: 741px; }

._h-741 {
  height: 741px; }

.maxw-741 {
  max-width: 741px; }

.maxh-741 {
  max-height: 741px; }

.top-742 {
  top: 742px; }

.left-742 {
  left: 742px; }

.right-742 {
  right: 742px; }

.bottom-742 {
  bottom: 742px; }

._w-742 {
  width: 742px; }

._h-742 {
  height: 742px; }

.maxw-742 {
  max-width: 742px; }

.maxh-742 {
  max-height: 742px; }

.top-743 {
  top: 743px; }

.left-743 {
  left: 743px; }

.right-743 {
  right: 743px; }

.bottom-743 {
  bottom: 743px; }

._w-743 {
  width: 743px; }

._h-743 {
  height: 743px; }

.maxw-743 {
  max-width: 743px; }

.maxh-743 {
  max-height: 743px; }

.top-744 {
  top: 744px; }

.left-744 {
  left: 744px; }

.right-744 {
  right: 744px; }

.bottom-744 {
  bottom: 744px; }

._w-744 {
  width: 744px; }

._h-744 {
  height: 744px; }

.maxw-744 {
  max-width: 744px; }

.maxh-744 {
  max-height: 744px; }

.top-745 {
  top: 745px; }

.left-745 {
  left: 745px; }

.right-745 {
  right: 745px; }

.bottom-745 {
  bottom: 745px; }

._w-745 {
  width: 745px; }

._h-745 {
  height: 745px; }

.maxw-745 {
  max-width: 745px; }

.maxh-745 {
  max-height: 745px; }

.top-746 {
  top: 746px; }

.left-746 {
  left: 746px; }

.right-746 {
  right: 746px; }

.bottom-746 {
  bottom: 746px; }

._w-746 {
  width: 746px; }

._h-746 {
  height: 746px; }

.maxw-746 {
  max-width: 746px; }

.maxh-746 {
  max-height: 746px; }

.top-747 {
  top: 747px; }

.left-747 {
  left: 747px; }

.right-747 {
  right: 747px; }

.bottom-747 {
  bottom: 747px; }

._w-747 {
  width: 747px; }

._h-747 {
  height: 747px; }

.maxw-747 {
  max-width: 747px; }

.maxh-747 {
  max-height: 747px; }

.top-748 {
  top: 748px; }

.left-748 {
  left: 748px; }

.right-748 {
  right: 748px; }

.bottom-748 {
  bottom: 748px; }

._w-748 {
  width: 748px; }

._h-748 {
  height: 748px; }

.maxw-748 {
  max-width: 748px; }

.maxh-748 {
  max-height: 748px; }

.top-749 {
  top: 749px; }

.left-749 {
  left: 749px; }

.right-749 {
  right: 749px; }

.bottom-749 {
  bottom: 749px; }

._w-749 {
  width: 749px; }

._h-749 {
  height: 749px; }

.maxw-749 {
  max-width: 749px; }

.maxh-749 {
  max-height: 749px; }

.top-750 {
  top: 750px; }

.left-750 {
  left: 750px; }

.right-750 {
  right: 750px; }

.bottom-750 {
  bottom: 750px; }

._w-750 {
  width: 750px; }

._h-750 {
  height: 750px; }

.maxw-750 {
  max-width: 750px; }

.maxh-750 {
  max-height: 750px; }

.top-751 {
  top: 751px; }

.left-751 {
  left: 751px; }

.right-751 {
  right: 751px; }

.bottom-751 {
  bottom: 751px; }

._w-751 {
  width: 751px; }

._h-751 {
  height: 751px; }

.maxw-751 {
  max-width: 751px; }

.maxh-751 {
  max-height: 751px; }

.top-752 {
  top: 752px; }

.left-752 {
  left: 752px; }

.right-752 {
  right: 752px; }

.bottom-752 {
  bottom: 752px; }

._w-752 {
  width: 752px; }

._h-752 {
  height: 752px; }

.maxw-752 {
  max-width: 752px; }

.maxh-752 {
  max-height: 752px; }

.top-753 {
  top: 753px; }

.left-753 {
  left: 753px; }

.right-753 {
  right: 753px; }

.bottom-753 {
  bottom: 753px; }

._w-753 {
  width: 753px; }

._h-753 {
  height: 753px; }

.maxw-753 {
  max-width: 753px; }

.maxh-753 {
  max-height: 753px; }

.top-754 {
  top: 754px; }

.left-754 {
  left: 754px; }

.right-754 {
  right: 754px; }

.bottom-754 {
  bottom: 754px; }

._w-754 {
  width: 754px; }

._h-754 {
  height: 754px; }

.maxw-754 {
  max-width: 754px; }

.maxh-754 {
  max-height: 754px; }

.top-755 {
  top: 755px; }

.left-755 {
  left: 755px; }

.right-755 {
  right: 755px; }

.bottom-755 {
  bottom: 755px; }

._w-755 {
  width: 755px; }

._h-755 {
  height: 755px; }

.maxw-755 {
  max-width: 755px; }

.maxh-755 {
  max-height: 755px; }

.top-756 {
  top: 756px; }

.left-756 {
  left: 756px; }

.right-756 {
  right: 756px; }

.bottom-756 {
  bottom: 756px; }

._w-756 {
  width: 756px; }

._h-756 {
  height: 756px; }

.maxw-756 {
  max-width: 756px; }

.maxh-756 {
  max-height: 756px; }

.top-757 {
  top: 757px; }

.left-757 {
  left: 757px; }

.right-757 {
  right: 757px; }

.bottom-757 {
  bottom: 757px; }

._w-757 {
  width: 757px; }

._h-757 {
  height: 757px; }

.maxw-757 {
  max-width: 757px; }

.maxh-757 {
  max-height: 757px; }

.top-758 {
  top: 758px; }

.left-758 {
  left: 758px; }

.right-758 {
  right: 758px; }

.bottom-758 {
  bottom: 758px; }

._w-758 {
  width: 758px; }

._h-758 {
  height: 758px; }

.maxw-758 {
  max-width: 758px; }

.maxh-758 {
  max-height: 758px; }

.top-759 {
  top: 759px; }

.left-759 {
  left: 759px; }

.right-759 {
  right: 759px; }

.bottom-759 {
  bottom: 759px; }

._w-759 {
  width: 759px; }

._h-759 {
  height: 759px; }

.maxw-759 {
  max-width: 759px; }

.maxh-759 {
  max-height: 759px; }

.top-760 {
  top: 760px; }

.left-760 {
  left: 760px; }

.right-760 {
  right: 760px; }

.bottom-760 {
  bottom: 760px; }

._w-760 {
  width: 760px; }

._h-760 {
  height: 760px; }

.maxw-760 {
  max-width: 760px; }

.maxh-760 {
  max-height: 760px; }

.top-761 {
  top: 761px; }

.left-761 {
  left: 761px; }

.right-761 {
  right: 761px; }

.bottom-761 {
  bottom: 761px; }

._w-761 {
  width: 761px; }

._h-761 {
  height: 761px; }

.maxw-761 {
  max-width: 761px; }

.maxh-761 {
  max-height: 761px; }

.top-762 {
  top: 762px; }

.left-762 {
  left: 762px; }

.right-762 {
  right: 762px; }

.bottom-762 {
  bottom: 762px; }

._w-762 {
  width: 762px; }

._h-762 {
  height: 762px; }

.maxw-762 {
  max-width: 762px; }

.maxh-762 {
  max-height: 762px; }

.top-763 {
  top: 763px; }

.left-763 {
  left: 763px; }

.right-763 {
  right: 763px; }

.bottom-763 {
  bottom: 763px; }

._w-763 {
  width: 763px; }

._h-763 {
  height: 763px; }

.maxw-763 {
  max-width: 763px; }

.maxh-763 {
  max-height: 763px; }

.top-764 {
  top: 764px; }

.left-764 {
  left: 764px; }

.right-764 {
  right: 764px; }

.bottom-764 {
  bottom: 764px; }

._w-764 {
  width: 764px; }

._h-764 {
  height: 764px; }

.maxw-764 {
  max-width: 764px; }

.maxh-764 {
  max-height: 764px; }

.top-765 {
  top: 765px; }

.left-765 {
  left: 765px; }

.right-765 {
  right: 765px; }

.bottom-765 {
  bottom: 765px; }

._w-765 {
  width: 765px; }

._h-765 {
  height: 765px; }

.maxw-765 {
  max-width: 765px; }

.maxh-765 {
  max-height: 765px; }

.top-766 {
  top: 766px; }

.left-766 {
  left: 766px; }

.right-766 {
  right: 766px; }

.bottom-766 {
  bottom: 766px; }

._w-766 {
  width: 766px; }

._h-766 {
  height: 766px; }

.maxw-766 {
  max-width: 766px; }

.maxh-766 {
  max-height: 766px; }

.top-767 {
  top: 767px; }

.left-767 {
  left: 767px; }

.right-767 {
  right: 767px; }

.bottom-767 {
  bottom: 767px; }

._w-767 {
  width: 767px; }

._h-767 {
  height: 767px; }

.maxw-767 {
  max-width: 767px; }

.maxh-767 {
  max-height: 767px; }

.top-768 {
  top: 768px; }

.left-768 {
  left: 768px; }

.right-768 {
  right: 768px; }

.bottom-768 {
  bottom: 768px; }

._w-768 {
  width: 768px; }

._h-768 {
  height: 768px; }

.maxw-768 {
  max-width: 768px; }

.maxh-768 {
  max-height: 768px; }

.top-769 {
  top: 769px; }

.left-769 {
  left: 769px; }

.right-769 {
  right: 769px; }

.bottom-769 {
  bottom: 769px; }

._w-769 {
  width: 769px; }

._h-769 {
  height: 769px; }

.maxw-769 {
  max-width: 769px; }

.maxh-769 {
  max-height: 769px; }

.top-770 {
  top: 770px; }

.left-770 {
  left: 770px; }

.right-770 {
  right: 770px; }

.bottom-770 {
  bottom: 770px; }

._w-770 {
  width: 770px; }

._h-770 {
  height: 770px; }

.maxw-770 {
  max-width: 770px; }

.maxh-770 {
  max-height: 770px; }

.top-771 {
  top: 771px; }

.left-771 {
  left: 771px; }

.right-771 {
  right: 771px; }

.bottom-771 {
  bottom: 771px; }

._w-771 {
  width: 771px; }

._h-771 {
  height: 771px; }

.maxw-771 {
  max-width: 771px; }

.maxh-771 {
  max-height: 771px; }

.top-772 {
  top: 772px; }

.left-772 {
  left: 772px; }

.right-772 {
  right: 772px; }

.bottom-772 {
  bottom: 772px; }

._w-772 {
  width: 772px; }

._h-772 {
  height: 772px; }

.maxw-772 {
  max-width: 772px; }

.maxh-772 {
  max-height: 772px; }

.top-773 {
  top: 773px; }

.left-773 {
  left: 773px; }

.right-773 {
  right: 773px; }

.bottom-773 {
  bottom: 773px; }

._w-773 {
  width: 773px; }

._h-773 {
  height: 773px; }

.maxw-773 {
  max-width: 773px; }

.maxh-773 {
  max-height: 773px; }

.top-774 {
  top: 774px; }

.left-774 {
  left: 774px; }

.right-774 {
  right: 774px; }

.bottom-774 {
  bottom: 774px; }

._w-774 {
  width: 774px; }

._h-774 {
  height: 774px; }

.maxw-774 {
  max-width: 774px; }

.maxh-774 {
  max-height: 774px; }

.top-775 {
  top: 775px; }

.left-775 {
  left: 775px; }

.right-775 {
  right: 775px; }

.bottom-775 {
  bottom: 775px; }

._w-775 {
  width: 775px; }

._h-775 {
  height: 775px; }

.maxw-775 {
  max-width: 775px; }

.maxh-775 {
  max-height: 775px; }

.top-776 {
  top: 776px; }

.left-776 {
  left: 776px; }

.right-776 {
  right: 776px; }

.bottom-776 {
  bottom: 776px; }

._w-776 {
  width: 776px; }

._h-776 {
  height: 776px; }

.maxw-776 {
  max-width: 776px; }

.maxh-776 {
  max-height: 776px; }

.top-777 {
  top: 777px; }

.left-777 {
  left: 777px; }

.right-777 {
  right: 777px; }

.bottom-777 {
  bottom: 777px; }

._w-777 {
  width: 777px; }

._h-777 {
  height: 777px; }

.maxw-777 {
  max-width: 777px; }

.maxh-777 {
  max-height: 777px; }

.top-778 {
  top: 778px; }

.left-778 {
  left: 778px; }

.right-778 {
  right: 778px; }

.bottom-778 {
  bottom: 778px; }

._w-778 {
  width: 778px; }

._h-778 {
  height: 778px; }

.maxw-778 {
  max-width: 778px; }

.maxh-778 {
  max-height: 778px; }

.top-779 {
  top: 779px; }

.left-779 {
  left: 779px; }

.right-779 {
  right: 779px; }

.bottom-779 {
  bottom: 779px; }

._w-779 {
  width: 779px; }

._h-779 {
  height: 779px; }

.maxw-779 {
  max-width: 779px; }

.maxh-779 {
  max-height: 779px; }

.top-780 {
  top: 780px; }

.left-780 {
  left: 780px; }

.right-780 {
  right: 780px; }

.bottom-780 {
  bottom: 780px; }

._w-780 {
  width: 780px; }

._h-780 {
  height: 780px; }

.maxw-780 {
  max-width: 780px; }

.maxh-780 {
  max-height: 780px; }

.top-781 {
  top: 781px; }

.left-781 {
  left: 781px; }

.right-781 {
  right: 781px; }

.bottom-781 {
  bottom: 781px; }

._w-781 {
  width: 781px; }

._h-781 {
  height: 781px; }

.maxw-781 {
  max-width: 781px; }

.maxh-781 {
  max-height: 781px; }

.top-782 {
  top: 782px; }

.left-782 {
  left: 782px; }

.right-782 {
  right: 782px; }

.bottom-782 {
  bottom: 782px; }

._w-782 {
  width: 782px; }

._h-782 {
  height: 782px; }

.maxw-782 {
  max-width: 782px; }

.maxh-782 {
  max-height: 782px; }

.top-783 {
  top: 783px; }

.left-783 {
  left: 783px; }

.right-783 {
  right: 783px; }

.bottom-783 {
  bottom: 783px; }

._w-783 {
  width: 783px; }

._h-783 {
  height: 783px; }

.maxw-783 {
  max-width: 783px; }

.maxh-783 {
  max-height: 783px; }

.top-784 {
  top: 784px; }

.left-784 {
  left: 784px; }

.right-784 {
  right: 784px; }

.bottom-784 {
  bottom: 784px; }

._w-784 {
  width: 784px; }

._h-784 {
  height: 784px; }

.maxw-784 {
  max-width: 784px; }

.maxh-784 {
  max-height: 784px; }

.top-785 {
  top: 785px; }

.left-785 {
  left: 785px; }

.right-785 {
  right: 785px; }

.bottom-785 {
  bottom: 785px; }

._w-785 {
  width: 785px; }

._h-785 {
  height: 785px; }

.maxw-785 {
  max-width: 785px; }

.maxh-785 {
  max-height: 785px; }

.top-786 {
  top: 786px; }

.left-786 {
  left: 786px; }

.right-786 {
  right: 786px; }

.bottom-786 {
  bottom: 786px; }

._w-786 {
  width: 786px; }

._h-786 {
  height: 786px; }

.maxw-786 {
  max-width: 786px; }

.maxh-786 {
  max-height: 786px; }

.top-787 {
  top: 787px; }

.left-787 {
  left: 787px; }

.right-787 {
  right: 787px; }

.bottom-787 {
  bottom: 787px; }

._w-787 {
  width: 787px; }

._h-787 {
  height: 787px; }

.maxw-787 {
  max-width: 787px; }

.maxh-787 {
  max-height: 787px; }

.top-788 {
  top: 788px; }

.left-788 {
  left: 788px; }

.right-788 {
  right: 788px; }

.bottom-788 {
  bottom: 788px; }

._w-788 {
  width: 788px; }

._h-788 {
  height: 788px; }

.maxw-788 {
  max-width: 788px; }

.maxh-788 {
  max-height: 788px; }

.top-789 {
  top: 789px; }

.left-789 {
  left: 789px; }

.right-789 {
  right: 789px; }

.bottom-789 {
  bottom: 789px; }

._w-789 {
  width: 789px; }

._h-789 {
  height: 789px; }

.maxw-789 {
  max-width: 789px; }

.maxh-789 {
  max-height: 789px; }

.top-790 {
  top: 790px; }

.left-790 {
  left: 790px; }

.right-790 {
  right: 790px; }

.bottom-790 {
  bottom: 790px; }

._w-790 {
  width: 790px; }

._h-790 {
  height: 790px; }

.maxw-790 {
  max-width: 790px; }

.maxh-790 {
  max-height: 790px; }

.top-791 {
  top: 791px; }

.left-791 {
  left: 791px; }

.right-791 {
  right: 791px; }

.bottom-791 {
  bottom: 791px; }

._w-791 {
  width: 791px; }

._h-791 {
  height: 791px; }

.maxw-791 {
  max-width: 791px; }

.maxh-791 {
  max-height: 791px; }

.top-792 {
  top: 792px; }

.left-792 {
  left: 792px; }

.right-792 {
  right: 792px; }

.bottom-792 {
  bottom: 792px; }

._w-792 {
  width: 792px; }

._h-792 {
  height: 792px; }

.maxw-792 {
  max-width: 792px; }

.maxh-792 {
  max-height: 792px; }

.top-793 {
  top: 793px; }

.left-793 {
  left: 793px; }

.right-793 {
  right: 793px; }

.bottom-793 {
  bottom: 793px; }

._w-793 {
  width: 793px; }

._h-793 {
  height: 793px; }

.maxw-793 {
  max-width: 793px; }

.maxh-793 {
  max-height: 793px; }

.top-794 {
  top: 794px; }

.left-794 {
  left: 794px; }

.right-794 {
  right: 794px; }

.bottom-794 {
  bottom: 794px; }

._w-794 {
  width: 794px; }

._h-794 {
  height: 794px; }

.maxw-794 {
  max-width: 794px; }

.maxh-794 {
  max-height: 794px; }

.top-795 {
  top: 795px; }

.left-795 {
  left: 795px; }

.right-795 {
  right: 795px; }

.bottom-795 {
  bottom: 795px; }

._w-795 {
  width: 795px; }

._h-795 {
  height: 795px; }

.maxw-795 {
  max-width: 795px; }

.maxh-795 {
  max-height: 795px; }

.top-796 {
  top: 796px; }

.left-796 {
  left: 796px; }

.right-796 {
  right: 796px; }

.bottom-796 {
  bottom: 796px; }

._w-796 {
  width: 796px; }

._h-796 {
  height: 796px; }

.maxw-796 {
  max-width: 796px; }

.maxh-796 {
  max-height: 796px; }

.top-797 {
  top: 797px; }

.left-797 {
  left: 797px; }

.right-797 {
  right: 797px; }

.bottom-797 {
  bottom: 797px; }

._w-797 {
  width: 797px; }

._h-797 {
  height: 797px; }

.maxw-797 {
  max-width: 797px; }

.maxh-797 {
  max-height: 797px; }

.top-798 {
  top: 798px; }

.left-798 {
  left: 798px; }

.right-798 {
  right: 798px; }

.bottom-798 {
  bottom: 798px; }

._w-798 {
  width: 798px; }

._h-798 {
  height: 798px; }

.maxw-798 {
  max-width: 798px; }

.maxh-798 {
  max-height: 798px; }

.top-799 {
  top: 799px; }

.left-799 {
  left: 799px; }

.right-799 {
  right: 799px; }

.bottom-799 {
  bottom: 799px; }

._w-799 {
  width: 799px; }

._h-799 {
  height: 799px; }

.maxw-799 {
  max-width: 799px; }

.maxh-799 {
  max-height: 799px; }

.top-800 {
  top: 800px; }

.left-800 {
  left: 800px; }

.right-800 {
  right: 800px; }

.bottom-800 {
  bottom: 800px; }

._w-800 {
  width: 800px; }

._h-800 {
  height: 800px; }

.maxw-800 {
  max-width: 800px; }

.maxh-800 {
  max-height: 800px; }

.top-801 {
  top: 801px; }

.left-801 {
  left: 801px; }

.right-801 {
  right: 801px; }

.bottom-801 {
  bottom: 801px; }

._w-801 {
  width: 801px; }

._h-801 {
  height: 801px; }

.maxw-801 {
  max-width: 801px; }

.maxh-801 {
  max-height: 801px; }

.top-802 {
  top: 802px; }

.left-802 {
  left: 802px; }

.right-802 {
  right: 802px; }

.bottom-802 {
  bottom: 802px; }

._w-802 {
  width: 802px; }

._h-802 {
  height: 802px; }

.maxw-802 {
  max-width: 802px; }

.maxh-802 {
  max-height: 802px; }

.top-803 {
  top: 803px; }

.left-803 {
  left: 803px; }

.right-803 {
  right: 803px; }

.bottom-803 {
  bottom: 803px; }

._w-803 {
  width: 803px; }

._h-803 {
  height: 803px; }

.maxw-803 {
  max-width: 803px; }

.maxh-803 {
  max-height: 803px; }

.top-804 {
  top: 804px; }

.left-804 {
  left: 804px; }

.right-804 {
  right: 804px; }

.bottom-804 {
  bottom: 804px; }

._w-804 {
  width: 804px; }

._h-804 {
  height: 804px; }

.maxw-804 {
  max-width: 804px; }

.maxh-804 {
  max-height: 804px; }

.top-805 {
  top: 805px; }

.left-805 {
  left: 805px; }

.right-805 {
  right: 805px; }

.bottom-805 {
  bottom: 805px; }

._w-805 {
  width: 805px; }

._h-805 {
  height: 805px; }

.maxw-805 {
  max-width: 805px; }

.maxh-805 {
  max-height: 805px; }

.top-806 {
  top: 806px; }

.left-806 {
  left: 806px; }

.right-806 {
  right: 806px; }

.bottom-806 {
  bottom: 806px; }

._w-806 {
  width: 806px; }

._h-806 {
  height: 806px; }

.maxw-806 {
  max-width: 806px; }

.maxh-806 {
  max-height: 806px; }

.top-807 {
  top: 807px; }

.left-807 {
  left: 807px; }

.right-807 {
  right: 807px; }

.bottom-807 {
  bottom: 807px; }

._w-807 {
  width: 807px; }

._h-807 {
  height: 807px; }

.maxw-807 {
  max-width: 807px; }

.maxh-807 {
  max-height: 807px; }

.top-808 {
  top: 808px; }

.left-808 {
  left: 808px; }

.right-808 {
  right: 808px; }

.bottom-808 {
  bottom: 808px; }

._w-808 {
  width: 808px; }

._h-808 {
  height: 808px; }

.maxw-808 {
  max-width: 808px; }

.maxh-808 {
  max-height: 808px; }

.top-809 {
  top: 809px; }

.left-809 {
  left: 809px; }

.right-809 {
  right: 809px; }

.bottom-809 {
  bottom: 809px; }

._w-809 {
  width: 809px; }

._h-809 {
  height: 809px; }

.maxw-809 {
  max-width: 809px; }

.maxh-809 {
  max-height: 809px; }

.top-810 {
  top: 810px; }

.left-810 {
  left: 810px; }

.right-810 {
  right: 810px; }

.bottom-810 {
  bottom: 810px; }

._w-810 {
  width: 810px; }

._h-810 {
  height: 810px; }

.maxw-810 {
  max-width: 810px; }

.maxh-810 {
  max-height: 810px; }

.top-811 {
  top: 811px; }

.left-811 {
  left: 811px; }

.right-811 {
  right: 811px; }

.bottom-811 {
  bottom: 811px; }

._w-811 {
  width: 811px; }

._h-811 {
  height: 811px; }

.maxw-811 {
  max-width: 811px; }

.maxh-811 {
  max-height: 811px; }

.top-812 {
  top: 812px; }

.left-812 {
  left: 812px; }

.right-812 {
  right: 812px; }

.bottom-812 {
  bottom: 812px; }

._w-812 {
  width: 812px; }

._h-812 {
  height: 812px; }

.maxw-812 {
  max-width: 812px; }

.maxh-812 {
  max-height: 812px; }

.top-813 {
  top: 813px; }

.left-813 {
  left: 813px; }

.right-813 {
  right: 813px; }

.bottom-813 {
  bottom: 813px; }

._w-813 {
  width: 813px; }

._h-813 {
  height: 813px; }

.maxw-813 {
  max-width: 813px; }

.maxh-813 {
  max-height: 813px; }

.top-814 {
  top: 814px; }

.left-814 {
  left: 814px; }

.right-814 {
  right: 814px; }

.bottom-814 {
  bottom: 814px; }

._w-814 {
  width: 814px; }

._h-814 {
  height: 814px; }

.maxw-814 {
  max-width: 814px; }

.maxh-814 {
  max-height: 814px; }

.top-815 {
  top: 815px; }

.left-815 {
  left: 815px; }

.right-815 {
  right: 815px; }

.bottom-815 {
  bottom: 815px; }

._w-815 {
  width: 815px; }

._h-815 {
  height: 815px; }

.maxw-815 {
  max-width: 815px; }

.maxh-815 {
  max-height: 815px; }

.top-816 {
  top: 816px; }

.left-816 {
  left: 816px; }

.right-816 {
  right: 816px; }

.bottom-816 {
  bottom: 816px; }

._w-816 {
  width: 816px; }

._h-816 {
  height: 816px; }

.maxw-816 {
  max-width: 816px; }

.maxh-816 {
  max-height: 816px; }

.top-817 {
  top: 817px; }

.left-817 {
  left: 817px; }

.right-817 {
  right: 817px; }

.bottom-817 {
  bottom: 817px; }

._w-817 {
  width: 817px; }

._h-817 {
  height: 817px; }

.maxw-817 {
  max-width: 817px; }

.maxh-817 {
  max-height: 817px; }

.top-818 {
  top: 818px; }

.left-818 {
  left: 818px; }

.right-818 {
  right: 818px; }

.bottom-818 {
  bottom: 818px; }

._w-818 {
  width: 818px; }

._h-818 {
  height: 818px; }

.maxw-818 {
  max-width: 818px; }

.maxh-818 {
  max-height: 818px; }

.top-819 {
  top: 819px; }

.left-819 {
  left: 819px; }

.right-819 {
  right: 819px; }

.bottom-819 {
  bottom: 819px; }

._w-819 {
  width: 819px; }

._h-819 {
  height: 819px; }

.maxw-819 {
  max-width: 819px; }

.maxh-819 {
  max-height: 819px; }

.top-820 {
  top: 820px; }

.left-820 {
  left: 820px; }

.right-820 {
  right: 820px; }

.bottom-820 {
  bottom: 820px; }

._w-820 {
  width: 820px; }

._h-820 {
  height: 820px; }

.maxw-820 {
  max-width: 820px; }

.maxh-820 {
  max-height: 820px; }

.top-821 {
  top: 821px; }

.left-821 {
  left: 821px; }

.right-821 {
  right: 821px; }

.bottom-821 {
  bottom: 821px; }

._w-821 {
  width: 821px; }

._h-821 {
  height: 821px; }

.maxw-821 {
  max-width: 821px; }

.maxh-821 {
  max-height: 821px; }

.top-822 {
  top: 822px; }

.left-822 {
  left: 822px; }

.right-822 {
  right: 822px; }

.bottom-822 {
  bottom: 822px; }

._w-822 {
  width: 822px; }

._h-822 {
  height: 822px; }

.maxw-822 {
  max-width: 822px; }

.maxh-822 {
  max-height: 822px; }

.top-823 {
  top: 823px; }

.left-823 {
  left: 823px; }

.right-823 {
  right: 823px; }

.bottom-823 {
  bottom: 823px; }

._w-823 {
  width: 823px; }

._h-823 {
  height: 823px; }

.maxw-823 {
  max-width: 823px; }

.maxh-823 {
  max-height: 823px; }

.top-824 {
  top: 824px; }

.left-824 {
  left: 824px; }

.right-824 {
  right: 824px; }

.bottom-824 {
  bottom: 824px; }

._w-824 {
  width: 824px; }

._h-824 {
  height: 824px; }

.maxw-824 {
  max-width: 824px; }

.maxh-824 {
  max-height: 824px; }

.top-825 {
  top: 825px; }

.left-825 {
  left: 825px; }

.right-825 {
  right: 825px; }

.bottom-825 {
  bottom: 825px; }

._w-825 {
  width: 825px; }

._h-825 {
  height: 825px; }

.maxw-825 {
  max-width: 825px; }

.maxh-825 {
  max-height: 825px; }

.top-826 {
  top: 826px; }

.left-826 {
  left: 826px; }

.right-826 {
  right: 826px; }

.bottom-826 {
  bottom: 826px; }

._w-826 {
  width: 826px; }

._h-826 {
  height: 826px; }

.maxw-826 {
  max-width: 826px; }

.maxh-826 {
  max-height: 826px; }

.top-827 {
  top: 827px; }

.left-827 {
  left: 827px; }

.right-827 {
  right: 827px; }

.bottom-827 {
  bottom: 827px; }

._w-827 {
  width: 827px; }

._h-827 {
  height: 827px; }

.maxw-827 {
  max-width: 827px; }

.maxh-827 {
  max-height: 827px; }

.top-828 {
  top: 828px; }

.left-828 {
  left: 828px; }

.right-828 {
  right: 828px; }

.bottom-828 {
  bottom: 828px; }

._w-828 {
  width: 828px; }

._h-828 {
  height: 828px; }

.maxw-828 {
  max-width: 828px; }

.maxh-828 {
  max-height: 828px; }

.top-829 {
  top: 829px; }

.left-829 {
  left: 829px; }

.right-829 {
  right: 829px; }

.bottom-829 {
  bottom: 829px; }

._w-829 {
  width: 829px; }

._h-829 {
  height: 829px; }

.maxw-829 {
  max-width: 829px; }

.maxh-829 {
  max-height: 829px; }

.top-830 {
  top: 830px; }

.left-830 {
  left: 830px; }

.right-830 {
  right: 830px; }

.bottom-830 {
  bottom: 830px; }

._w-830 {
  width: 830px; }

._h-830 {
  height: 830px; }

.maxw-830 {
  max-width: 830px; }

.maxh-830 {
  max-height: 830px; }

.top-831 {
  top: 831px; }

.left-831 {
  left: 831px; }

.right-831 {
  right: 831px; }

.bottom-831 {
  bottom: 831px; }

._w-831 {
  width: 831px; }

._h-831 {
  height: 831px; }

.maxw-831 {
  max-width: 831px; }

.maxh-831 {
  max-height: 831px; }

.top-832 {
  top: 832px; }

.left-832 {
  left: 832px; }

.right-832 {
  right: 832px; }

.bottom-832 {
  bottom: 832px; }

._w-832 {
  width: 832px; }

._h-832 {
  height: 832px; }

.maxw-832 {
  max-width: 832px; }

.maxh-832 {
  max-height: 832px; }

.top-833 {
  top: 833px; }

.left-833 {
  left: 833px; }

.right-833 {
  right: 833px; }

.bottom-833 {
  bottom: 833px; }

._w-833 {
  width: 833px; }

._h-833 {
  height: 833px; }

.maxw-833 {
  max-width: 833px; }

.maxh-833 {
  max-height: 833px; }

.top-834 {
  top: 834px; }

.left-834 {
  left: 834px; }

.right-834 {
  right: 834px; }

.bottom-834 {
  bottom: 834px; }

._w-834 {
  width: 834px; }

._h-834 {
  height: 834px; }

.maxw-834 {
  max-width: 834px; }

.maxh-834 {
  max-height: 834px; }

.top-835 {
  top: 835px; }

.left-835 {
  left: 835px; }

.right-835 {
  right: 835px; }

.bottom-835 {
  bottom: 835px; }

._w-835 {
  width: 835px; }

._h-835 {
  height: 835px; }

.maxw-835 {
  max-width: 835px; }

.maxh-835 {
  max-height: 835px; }

.top-836 {
  top: 836px; }

.left-836 {
  left: 836px; }

.right-836 {
  right: 836px; }

.bottom-836 {
  bottom: 836px; }

._w-836 {
  width: 836px; }

._h-836 {
  height: 836px; }

.maxw-836 {
  max-width: 836px; }

.maxh-836 {
  max-height: 836px; }

.top-837 {
  top: 837px; }

.left-837 {
  left: 837px; }

.right-837 {
  right: 837px; }

.bottom-837 {
  bottom: 837px; }

._w-837 {
  width: 837px; }

._h-837 {
  height: 837px; }

.maxw-837 {
  max-width: 837px; }

.maxh-837 {
  max-height: 837px; }

.top-838 {
  top: 838px; }

.left-838 {
  left: 838px; }

.right-838 {
  right: 838px; }

.bottom-838 {
  bottom: 838px; }

._w-838 {
  width: 838px; }

._h-838 {
  height: 838px; }

.maxw-838 {
  max-width: 838px; }

.maxh-838 {
  max-height: 838px; }

.top-839 {
  top: 839px; }

.left-839 {
  left: 839px; }

.right-839 {
  right: 839px; }

.bottom-839 {
  bottom: 839px; }

._w-839 {
  width: 839px; }

._h-839 {
  height: 839px; }

.maxw-839 {
  max-width: 839px; }

.maxh-839 {
  max-height: 839px; }

.top-840 {
  top: 840px; }

.left-840 {
  left: 840px; }

.right-840 {
  right: 840px; }

.bottom-840 {
  bottom: 840px; }

._w-840 {
  width: 840px; }

._h-840 {
  height: 840px; }

.maxw-840 {
  max-width: 840px; }

.maxh-840 {
  max-height: 840px; }

.top-841 {
  top: 841px; }

.left-841 {
  left: 841px; }

.right-841 {
  right: 841px; }

.bottom-841 {
  bottom: 841px; }

._w-841 {
  width: 841px; }

._h-841 {
  height: 841px; }

.maxw-841 {
  max-width: 841px; }

.maxh-841 {
  max-height: 841px; }

.top-842 {
  top: 842px; }

.left-842 {
  left: 842px; }

.right-842 {
  right: 842px; }

.bottom-842 {
  bottom: 842px; }

._w-842 {
  width: 842px; }

._h-842 {
  height: 842px; }

.maxw-842 {
  max-width: 842px; }

.maxh-842 {
  max-height: 842px; }

.top-843 {
  top: 843px; }

.left-843 {
  left: 843px; }

.right-843 {
  right: 843px; }

.bottom-843 {
  bottom: 843px; }

._w-843 {
  width: 843px; }

._h-843 {
  height: 843px; }

.maxw-843 {
  max-width: 843px; }

.maxh-843 {
  max-height: 843px; }

.top-844 {
  top: 844px; }

.left-844 {
  left: 844px; }

.right-844 {
  right: 844px; }

.bottom-844 {
  bottom: 844px; }

._w-844 {
  width: 844px; }

._h-844 {
  height: 844px; }

.maxw-844 {
  max-width: 844px; }

.maxh-844 {
  max-height: 844px; }

.top-845 {
  top: 845px; }

.left-845 {
  left: 845px; }

.right-845 {
  right: 845px; }

.bottom-845 {
  bottom: 845px; }

._w-845 {
  width: 845px; }

._h-845 {
  height: 845px; }

.maxw-845 {
  max-width: 845px; }

.maxh-845 {
  max-height: 845px; }

.top-846 {
  top: 846px; }

.left-846 {
  left: 846px; }

.right-846 {
  right: 846px; }

.bottom-846 {
  bottom: 846px; }

._w-846 {
  width: 846px; }

._h-846 {
  height: 846px; }

.maxw-846 {
  max-width: 846px; }

.maxh-846 {
  max-height: 846px; }

.top-847 {
  top: 847px; }

.left-847 {
  left: 847px; }

.right-847 {
  right: 847px; }

.bottom-847 {
  bottom: 847px; }

._w-847 {
  width: 847px; }

._h-847 {
  height: 847px; }

.maxw-847 {
  max-width: 847px; }

.maxh-847 {
  max-height: 847px; }

.top-848 {
  top: 848px; }

.left-848 {
  left: 848px; }

.right-848 {
  right: 848px; }

.bottom-848 {
  bottom: 848px; }

._w-848 {
  width: 848px; }

._h-848 {
  height: 848px; }

.maxw-848 {
  max-width: 848px; }

.maxh-848 {
  max-height: 848px; }

.top-849 {
  top: 849px; }

.left-849 {
  left: 849px; }

.right-849 {
  right: 849px; }

.bottom-849 {
  bottom: 849px; }

._w-849 {
  width: 849px; }

._h-849 {
  height: 849px; }

.maxw-849 {
  max-width: 849px; }

.maxh-849 {
  max-height: 849px; }

.top-850 {
  top: 850px; }

.left-850 {
  left: 850px; }

.right-850 {
  right: 850px; }

.bottom-850 {
  bottom: 850px; }

._w-850 {
  width: 850px; }

._h-850 {
  height: 850px; }

.maxw-850 {
  max-width: 850px; }

.maxh-850 {
  max-height: 850px; }

.top-851 {
  top: 851px; }

.left-851 {
  left: 851px; }

.right-851 {
  right: 851px; }

.bottom-851 {
  bottom: 851px; }

._w-851 {
  width: 851px; }

._h-851 {
  height: 851px; }

.maxw-851 {
  max-width: 851px; }

.maxh-851 {
  max-height: 851px; }

.top-852 {
  top: 852px; }

.left-852 {
  left: 852px; }

.right-852 {
  right: 852px; }

.bottom-852 {
  bottom: 852px; }

._w-852 {
  width: 852px; }

._h-852 {
  height: 852px; }

.maxw-852 {
  max-width: 852px; }

.maxh-852 {
  max-height: 852px; }

.top-853 {
  top: 853px; }

.left-853 {
  left: 853px; }

.right-853 {
  right: 853px; }

.bottom-853 {
  bottom: 853px; }

._w-853 {
  width: 853px; }

._h-853 {
  height: 853px; }

.maxw-853 {
  max-width: 853px; }

.maxh-853 {
  max-height: 853px; }

.top-854 {
  top: 854px; }

.left-854 {
  left: 854px; }

.right-854 {
  right: 854px; }

.bottom-854 {
  bottom: 854px; }

._w-854 {
  width: 854px; }

._h-854 {
  height: 854px; }

.maxw-854 {
  max-width: 854px; }

.maxh-854 {
  max-height: 854px; }

.top-855 {
  top: 855px; }

.left-855 {
  left: 855px; }

.right-855 {
  right: 855px; }

.bottom-855 {
  bottom: 855px; }

._w-855 {
  width: 855px; }

._h-855 {
  height: 855px; }

.maxw-855 {
  max-width: 855px; }

.maxh-855 {
  max-height: 855px; }

.top-856 {
  top: 856px; }

.left-856 {
  left: 856px; }

.right-856 {
  right: 856px; }

.bottom-856 {
  bottom: 856px; }

._w-856 {
  width: 856px; }

._h-856 {
  height: 856px; }

.maxw-856 {
  max-width: 856px; }

.maxh-856 {
  max-height: 856px; }

.top-857 {
  top: 857px; }

.left-857 {
  left: 857px; }

.right-857 {
  right: 857px; }

.bottom-857 {
  bottom: 857px; }

._w-857 {
  width: 857px; }

._h-857 {
  height: 857px; }

.maxw-857 {
  max-width: 857px; }

.maxh-857 {
  max-height: 857px; }

.top-858 {
  top: 858px; }

.left-858 {
  left: 858px; }

.right-858 {
  right: 858px; }

.bottom-858 {
  bottom: 858px; }

._w-858 {
  width: 858px; }

._h-858 {
  height: 858px; }

.maxw-858 {
  max-width: 858px; }

.maxh-858 {
  max-height: 858px; }

.top-859 {
  top: 859px; }

.left-859 {
  left: 859px; }

.right-859 {
  right: 859px; }

.bottom-859 {
  bottom: 859px; }

._w-859 {
  width: 859px; }

._h-859 {
  height: 859px; }

.maxw-859 {
  max-width: 859px; }

.maxh-859 {
  max-height: 859px; }

.top-860 {
  top: 860px; }

.left-860 {
  left: 860px; }

.right-860 {
  right: 860px; }

.bottom-860 {
  bottom: 860px; }

._w-860 {
  width: 860px; }

._h-860 {
  height: 860px; }

.maxw-860 {
  max-width: 860px; }

.maxh-860 {
  max-height: 860px; }

.top-861 {
  top: 861px; }

.left-861 {
  left: 861px; }

.right-861 {
  right: 861px; }

.bottom-861 {
  bottom: 861px; }

._w-861 {
  width: 861px; }

._h-861 {
  height: 861px; }

.maxw-861 {
  max-width: 861px; }

.maxh-861 {
  max-height: 861px; }

.top-862 {
  top: 862px; }

.left-862 {
  left: 862px; }

.right-862 {
  right: 862px; }

.bottom-862 {
  bottom: 862px; }

._w-862 {
  width: 862px; }

._h-862 {
  height: 862px; }

.maxw-862 {
  max-width: 862px; }

.maxh-862 {
  max-height: 862px; }

.top-863 {
  top: 863px; }

.left-863 {
  left: 863px; }

.right-863 {
  right: 863px; }

.bottom-863 {
  bottom: 863px; }

._w-863 {
  width: 863px; }

._h-863 {
  height: 863px; }

.maxw-863 {
  max-width: 863px; }

.maxh-863 {
  max-height: 863px; }

.top-864 {
  top: 864px; }

.left-864 {
  left: 864px; }

.right-864 {
  right: 864px; }

.bottom-864 {
  bottom: 864px; }

._w-864 {
  width: 864px; }

._h-864 {
  height: 864px; }

.maxw-864 {
  max-width: 864px; }

.maxh-864 {
  max-height: 864px; }

.top-865 {
  top: 865px; }

.left-865 {
  left: 865px; }

.right-865 {
  right: 865px; }

.bottom-865 {
  bottom: 865px; }

._w-865 {
  width: 865px; }

._h-865 {
  height: 865px; }

.maxw-865 {
  max-width: 865px; }

.maxh-865 {
  max-height: 865px; }

.top-866 {
  top: 866px; }

.left-866 {
  left: 866px; }

.right-866 {
  right: 866px; }

.bottom-866 {
  bottom: 866px; }

._w-866 {
  width: 866px; }

._h-866 {
  height: 866px; }

.maxw-866 {
  max-width: 866px; }

.maxh-866 {
  max-height: 866px; }

.top-867 {
  top: 867px; }

.left-867 {
  left: 867px; }

.right-867 {
  right: 867px; }

.bottom-867 {
  bottom: 867px; }

._w-867 {
  width: 867px; }

._h-867 {
  height: 867px; }

.maxw-867 {
  max-width: 867px; }

.maxh-867 {
  max-height: 867px; }

.top-868 {
  top: 868px; }

.left-868 {
  left: 868px; }

.right-868 {
  right: 868px; }

.bottom-868 {
  bottom: 868px; }

._w-868 {
  width: 868px; }

._h-868 {
  height: 868px; }

.maxw-868 {
  max-width: 868px; }

.maxh-868 {
  max-height: 868px; }

.top-869 {
  top: 869px; }

.left-869 {
  left: 869px; }

.right-869 {
  right: 869px; }

.bottom-869 {
  bottom: 869px; }

._w-869 {
  width: 869px; }

._h-869 {
  height: 869px; }

.maxw-869 {
  max-width: 869px; }

.maxh-869 {
  max-height: 869px; }

.top-870 {
  top: 870px; }

.left-870 {
  left: 870px; }

.right-870 {
  right: 870px; }

.bottom-870 {
  bottom: 870px; }

._w-870 {
  width: 870px; }

._h-870 {
  height: 870px; }

.maxw-870 {
  max-width: 870px; }

.maxh-870 {
  max-height: 870px; }

.top-871 {
  top: 871px; }

.left-871 {
  left: 871px; }

.right-871 {
  right: 871px; }

.bottom-871 {
  bottom: 871px; }

._w-871 {
  width: 871px; }

._h-871 {
  height: 871px; }

.maxw-871 {
  max-width: 871px; }

.maxh-871 {
  max-height: 871px; }

.top-872 {
  top: 872px; }

.left-872 {
  left: 872px; }

.right-872 {
  right: 872px; }

.bottom-872 {
  bottom: 872px; }

._w-872 {
  width: 872px; }

._h-872 {
  height: 872px; }

.maxw-872 {
  max-width: 872px; }

.maxh-872 {
  max-height: 872px; }

.top-873 {
  top: 873px; }

.left-873 {
  left: 873px; }

.right-873 {
  right: 873px; }

.bottom-873 {
  bottom: 873px; }

._w-873 {
  width: 873px; }

._h-873 {
  height: 873px; }

.maxw-873 {
  max-width: 873px; }

.maxh-873 {
  max-height: 873px; }

.top-874 {
  top: 874px; }

.left-874 {
  left: 874px; }

.right-874 {
  right: 874px; }

.bottom-874 {
  bottom: 874px; }

._w-874 {
  width: 874px; }

._h-874 {
  height: 874px; }

.maxw-874 {
  max-width: 874px; }

.maxh-874 {
  max-height: 874px; }

.top-875 {
  top: 875px; }

.left-875 {
  left: 875px; }

.right-875 {
  right: 875px; }

.bottom-875 {
  bottom: 875px; }

._w-875 {
  width: 875px; }

._h-875 {
  height: 875px; }

.maxw-875 {
  max-width: 875px; }

.maxh-875 {
  max-height: 875px; }

.top-876 {
  top: 876px; }

.left-876 {
  left: 876px; }

.right-876 {
  right: 876px; }

.bottom-876 {
  bottom: 876px; }

._w-876 {
  width: 876px; }

._h-876 {
  height: 876px; }

.maxw-876 {
  max-width: 876px; }

.maxh-876 {
  max-height: 876px; }

.top-877 {
  top: 877px; }

.left-877 {
  left: 877px; }

.right-877 {
  right: 877px; }

.bottom-877 {
  bottom: 877px; }

._w-877 {
  width: 877px; }

._h-877 {
  height: 877px; }

.maxw-877 {
  max-width: 877px; }

.maxh-877 {
  max-height: 877px; }

.top-878 {
  top: 878px; }

.left-878 {
  left: 878px; }

.right-878 {
  right: 878px; }

.bottom-878 {
  bottom: 878px; }

._w-878 {
  width: 878px; }

._h-878 {
  height: 878px; }

.maxw-878 {
  max-width: 878px; }

.maxh-878 {
  max-height: 878px; }

.top-879 {
  top: 879px; }

.left-879 {
  left: 879px; }

.right-879 {
  right: 879px; }

.bottom-879 {
  bottom: 879px; }

._w-879 {
  width: 879px; }

._h-879 {
  height: 879px; }

.maxw-879 {
  max-width: 879px; }

.maxh-879 {
  max-height: 879px; }

.top-880 {
  top: 880px; }

.left-880 {
  left: 880px; }

.right-880 {
  right: 880px; }

.bottom-880 {
  bottom: 880px; }

._w-880 {
  width: 880px; }

._h-880 {
  height: 880px; }

.maxw-880 {
  max-width: 880px; }

.maxh-880 {
  max-height: 880px; }

.top-881 {
  top: 881px; }

.left-881 {
  left: 881px; }

.right-881 {
  right: 881px; }

.bottom-881 {
  bottom: 881px; }

._w-881 {
  width: 881px; }

._h-881 {
  height: 881px; }

.maxw-881 {
  max-width: 881px; }

.maxh-881 {
  max-height: 881px; }

.top-882 {
  top: 882px; }

.left-882 {
  left: 882px; }

.right-882 {
  right: 882px; }

.bottom-882 {
  bottom: 882px; }

._w-882 {
  width: 882px; }

._h-882 {
  height: 882px; }

.maxw-882 {
  max-width: 882px; }

.maxh-882 {
  max-height: 882px; }

.top-883 {
  top: 883px; }

.left-883 {
  left: 883px; }

.right-883 {
  right: 883px; }

.bottom-883 {
  bottom: 883px; }

._w-883 {
  width: 883px; }

._h-883 {
  height: 883px; }

.maxw-883 {
  max-width: 883px; }

.maxh-883 {
  max-height: 883px; }

.top-884 {
  top: 884px; }

.left-884 {
  left: 884px; }

.right-884 {
  right: 884px; }

.bottom-884 {
  bottom: 884px; }

._w-884 {
  width: 884px; }

._h-884 {
  height: 884px; }

.maxw-884 {
  max-width: 884px; }

.maxh-884 {
  max-height: 884px; }

.top-885 {
  top: 885px; }

.left-885 {
  left: 885px; }

.right-885 {
  right: 885px; }

.bottom-885 {
  bottom: 885px; }

._w-885 {
  width: 885px; }

._h-885 {
  height: 885px; }

.maxw-885 {
  max-width: 885px; }

.maxh-885 {
  max-height: 885px; }

.top-886 {
  top: 886px; }

.left-886 {
  left: 886px; }

.right-886 {
  right: 886px; }

.bottom-886 {
  bottom: 886px; }

._w-886 {
  width: 886px; }

._h-886 {
  height: 886px; }

.maxw-886 {
  max-width: 886px; }

.maxh-886 {
  max-height: 886px; }

.top-887 {
  top: 887px; }

.left-887 {
  left: 887px; }

.right-887 {
  right: 887px; }

.bottom-887 {
  bottom: 887px; }

._w-887 {
  width: 887px; }

._h-887 {
  height: 887px; }

.maxw-887 {
  max-width: 887px; }

.maxh-887 {
  max-height: 887px; }

.top-888 {
  top: 888px; }

.left-888 {
  left: 888px; }

.right-888 {
  right: 888px; }

.bottom-888 {
  bottom: 888px; }

._w-888 {
  width: 888px; }

._h-888 {
  height: 888px; }

.maxw-888 {
  max-width: 888px; }

.maxh-888 {
  max-height: 888px; }

.top-889 {
  top: 889px; }

.left-889 {
  left: 889px; }

.right-889 {
  right: 889px; }

.bottom-889 {
  bottom: 889px; }

._w-889 {
  width: 889px; }

._h-889 {
  height: 889px; }

.maxw-889 {
  max-width: 889px; }

.maxh-889 {
  max-height: 889px; }

.top-890 {
  top: 890px; }

.left-890 {
  left: 890px; }

.right-890 {
  right: 890px; }

.bottom-890 {
  bottom: 890px; }

._w-890 {
  width: 890px; }

._h-890 {
  height: 890px; }

.maxw-890 {
  max-width: 890px; }

.maxh-890 {
  max-height: 890px; }

.top-891 {
  top: 891px; }

.left-891 {
  left: 891px; }

.right-891 {
  right: 891px; }

.bottom-891 {
  bottom: 891px; }

._w-891 {
  width: 891px; }

._h-891 {
  height: 891px; }

.maxw-891 {
  max-width: 891px; }

.maxh-891 {
  max-height: 891px; }

.top-892 {
  top: 892px; }

.left-892 {
  left: 892px; }

.right-892 {
  right: 892px; }

.bottom-892 {
  bottom: 892px; }

._w-892 {
  width: 892px; }

._h-892 {
  height: 892px; }

.maxw-892 {
  max-width: 892px; }

.maxh-892 {
  max-height: 892px; }

.top-893 {
  top: 893px; }

.left-893 {
  left: 893px; }

.right-893 {
  right: 893px; }

.bottom-893 {
  bottom: 893px; }

._w-893 {
  width: 893px; }

._h-893 {
  height: 893px; }

.maxw-893 {
  max-width: 893px; }

.maxh-893 {
  max-height: 893px; }

.top-894 {
  top: 894px; }

.left-894 {
  left: 894px; }

.right-894 {
  right: 894px; }

.bottom-894 {
  bottom: 894px; }

._w-894 {
  width: 894px; }

._h-894 {
  height: 894px; }

.maxw-894 {
  max-width: 894px; }

.maxh-894 {
  max-height: 894px; }

.top-895 {
  top: 895px; }

.left-895 {
  left: 895px; }

.right-895 {
  right: 895px; }

.bottom-895 {
  bottom: 895px; }

._w-895 {
  width: 895px; }

._h-895 {
  height: 895px; }

.maxw-895 {
  max-width: 895px; }

.maxh-895 {
  max-height: 895px; }

.top-896 {
  top: 896px; }

.left-896 {
  left: 896px; }

.right-896 {
  right: 896px; }

.bottom-896 {
  bottom: 896px; }

._w-896 {
  width: 896px; }

._h-896 {
  height: 896px; }

.maxw-896 {
  max-width: 896px; }

.maxh-896 {
  max-height: 896px; }

.top-897 {
  top: 897px; }

.left-897 {
  left: 897px; }

.right-897 {
  right: 897px; }

.bottom-897 {
  bottom: 897px; }

._w-897 {
  width: 897px; }

._h-897 {
  height: 897px; }

.maxw-897 {
  max-width: 897px; }

.maxh-897 {
  max-height: 897px; }

.top-898 {
  top: 898px; }

.left-898 {
  left: 898px; }

.right-898 {
  right: 898px; }

.bottom-898 {
  bottom: 898px; }

._w-898 {
  width: 898px; }

._h-898 {
  height: 898px; }

.maxw-898 {
  max-width: 898px; }

.maxh-898 {
  max-height: 898px; }

.top-899 {
  top: 899px; }

.left-899 {
  left: 899px; }

.right-899 {
  right: 899px; }

.bottom-899 {
  bottom: 899px; }

._w-899 {
  width: 899px; }

._h-899 {
  height: 899px; }

.maxw-899 {
  max-width: 899px; }

.maxh-899 {
  max-height: 899px; }

.top-900 {
  top: 900px; }

.left-900 {
  left: 900px; }

.right-900 {
  right: 900px; }

.bottom-900 {
  bottom: 900px; }

._w-900 {
  width: 900px; }

._h-900 {
  height: 900px; }

.maxw-900 {
  max-width: 900px; }

.maxh-900 {
  max-height: 900px; }

.top-901 {
  top: 901px; }

.left-901 {
  left: 901px; }

.right-901 {
  right: 901px; }

.bottom-901 {
  bottom: 901px; }

._w-901 {
  width: 901px; }

._h-901 {
  height: 901px; }

.maxw-901 {
  max-width: 901px; }

.maxh-901 {
  max-height: 901px; }

.top-902 {
  top: 902px; }

.left-902 {
  left: 902px; }

.right-902 {
  right: 902px; }

.bottom-902 {
  bottom: 902px; }

._w-902 {
  width: 902px; }

._h-902 {
  height: 902px; }

.maxw-902 {
  max-width: 902px; }

.maxh-902 {
  max-height: 902px; }

.top-903 {
  top: 903px; }

.left-903 {
  left: 903px; }

.right-903 {
  right: 903px; }

.bottom-903 {
  bottom: 903px; }

._w-903 {
  width: 903px; }

._h-903 {
  height: 903px; }

.maxw-903 {
  max-width: 903px; }

.maxh-903 {
  max-height: 903px; }

.top-904 {
  top: 904px; }

.left-904 {
  left: 904px; }

.right-904 {
  right: 904px; }

.bottom-904 {
  bottom: 904px; }

._w-904 {
  width: 904px; }

._h-904 {
  height: 904px; }

.maxw-904 {
  max-width: 904px; }

.maxh-904 {
  max-height: 904px; }

.top-905 {
  top: 905px; }

.left-905 {
  left: 905px; }

.right-905 {
  right: 905px; }

.bottom-905 {
  bottom: 905px; }

._w-905 {
  width: 905px; }

._h-905 {
  height: 905px; }

.maxw-905 {
  max-width: 905px; }

.maxh-905 {
  max-height: 905px; }

.top-906 {
  top: 906px; }

.left-906 {
  left: 906px; }

.right-906 {
  right: 906px; }

.bottom-906 {
  bottom: 906px; }

._w-906 {
  width: 906px; }

._h-906 {
  height: 906px; }

.maxw-906 {
  max-width: 906px; }

.maxh-906 {
  max-height: 906px; }

.top-907 {
  top: 907px; }

.left-907 {
  left: 907px; }

.right-907 {
  right: 907px; }

.bottom-907 {
  bottom: 907px; }

._w-907 {
  width: 907px; }

._h-907 {
  height: 907px; }

.maxw-907 {
  max-width: 907px; }

.maxh-907 {
  max-height: 907px; }

.top-908 {
  top: 908px; }

.left-908 {
  left: 908px; }

.right-908 {
  right: 908px; }

.bottom-908 {
  bottom: 908px; }

._w-908 {
  width: 908px; }

._h-908 {
  height: 908px; }

.maxw-908 {
  max-width: 908px; }

.maxh-908 {
  max-height: 908px; }

.top-909 {
  top: 909px; }

.left-909 {
  left: 909px; }

.right-909 {
  right: 909px; }

.bottom-909 {
  bottom: 909px; }

._w-909 {
  width: 909px; }

._h-909 {
  height: 909px; }

.maxw-909 {
  max-width: 909px; }

.maxh-909 {
  max-height: 909px; }

.top-910 {
  top: 910px; }

.left-910 {
  left: 910px; }

.right-910 {
  right: 910px; }

.bottom-910 {
  bottom: 910px; }

._w-910 {
  width: 910px; }

._h-910 {
  height: 910px; }

.maxw-910 {
  max-width: 910px; }

.maxh-910 {
  max-height: 910px; }

.top-911 {
  top: 911px; }

.left-911 {
  left: 911px; }

.right-911 {
  right: 911px; }

.bottom-911 {
  bottom: 911px; }

._w-911 {
  width: 911px; }

._h-911 {
  height: 911px; }

.maxw-911 {
  max-width: 911px; }

.maxh-911 {
  max-height: 911px; }

.top-912 {
  top: 912px; }

.left-912 {
  left: 912px; }

.right-912 {
  right: 912px; }

.bottom-912 {
  bottom: 912px; }

._w-912 {
  width: 912px; }

._h-912 {
  height: 912px; }

.maxw-912 {
  max-width: 912px; }

.maxh-912 {
  max-height: 912px; }

.top-913 {
  top: 913px; }

.left-913 {
  left: 913px; }

.right-913 {
  right: 913px; }

.bottom-913 {
  bottom: 913px; }

._w-913 {
  width: 913px; }

._h-913 {
  height: 913px; }

.maxw-913 {
  max-width: 913px; }

.maxh-913 {
  max-height: 913px; }

.top-914 {
  top: 914px; }

.left-914 {
  left: 914px; }

.right-914 {
  right: 914px; }

.bottom-914 {
  bottom: 914px; }

._w-914 {
  width: 914px; }

._h-914 {
  height: 914px; }

.maxw-914 {
  max-width: 914px; }

.maxh-914 {
  max-height: 914px; }

.top-915 {
  top: 915px; }

.left-915 {
  left: 915px; }

.right-915 {
  right: 915px; }

.bottom-915 {
  bottom: 915px; }

._w-915 {
  width: 915px; }

._h-915 {
  height: 915px; }

.maxw-915 {
  max-width: 915px; }

.maxh-915 {
  max-height: 915px; }

.top-916 {
  top: 916px; }

.left-916 {
  left: 916px; }

.right-916 {
  right: 916px; }

.bottom-916 {
  bottom: 916px; }

._w-916 {
  width: 916px; }

._h-916 {
  height: 916px; }

.maxw-916 {
  max-width: 916px; }

.maxh-916 {
  max-height: 916px; }

.top-917 {
  top: 917px; }

.left-917 {
  left: 917px; }

.right-917 {
  right: 917px; }

.bottom-917 {
  bottom: 917px; }

._w-917 {
  width: 917px; }

._h-917 {
  height: 917px; }

.maxw-917 {
  max-width: 917px; }

.maxh-917 {
  max-height: 917px; }

.top-918 {
  top: 918px; }

.left-918 {
  left: 918px; }

.right-918 {
  right: 918px; }

.bottom-918 {
  bottom: 918px; }

._w-918 {
  width: 918px; }

._h-918 {
  height: 918px; }

.maxw-918 {
  max-width: 918px; }

.maxh-918 {
  max-height: 918px; }

.top-919 {
  top: 919px; }

.left-919 {
  left: 919px; }

.right-919 {
  right: 919px; }

.bottom-919 {
  bottom: 919px; }

._w-919 {
  width: 919px; }

._h-919 {
  height: 919px; }

.maxw-919 {
  max-width: 919px; }

.maxh-919 {
  max-height: 919px; }

.top-920 {
  top: 920px; }

.left-920 {
  left: 920px; }

.right-920 {
  right: 920px; }

.bottom-920 {
  bottom: 920px; }

._w-920 {
  width: 920px; }

._h-920 {
  height: 920px; }

.maxw-920 {
  max-width: 920px; }

.maxh-920 {
  max-height: 920px; }

.top-921 {
  top: 921px; }

.left-921 {
  left: 921px; }

.right-921 {
  right: 921px; }

.bottom-921 {
  bottom: 921px; }

._w-921 {
  width: 921px; }

._h-921 {
  height: 921px; }

.maxw-921 {
  max-width: 921px; }

.maxh-921 {
  max-height: 921px; }

.top-922 {
  top: 922px; }

.left-922 {
  left: 922px; }

.right-922 {
  right: 922px; }

.bottom-922 {
  bottom: 922px; }

._w-922 {
  width: 922px; }

._h-922 {
  height: 922px; }

.maxw-922 {
  max-width: 922px; }

.maxh-922 {
  max-height: 922px; }

.top-923 {
  top: 923px; }

.left-923 {
  left: 923px; }

.right-923 {
  right: 923px; }

.bottom-923 {
  bottom: 923px; }

._w-923 {
  width: 923px; }

._h-923 {
  height: 923px; }

.maxw-923 {
  max-width: 923px; }

.maxh-923 {
  max-height: 923px; }

.top-924 {
  top: 924px; }

.left-924 {
  left: 924px; }

.right-924 {
  right: 924px; }

.bottom-924 {
  bottom: 924px; }

._w-924 {
  width: 924px; }

._h-924 {
  height: 924px; }

.maxw-924 {
  max-width: 924px; }

.maxh-924 {
  max-height: 924px; }

.top-925 {
  top: 925px; }

.left-925 {
  left: 925px; }

.right-925 {
  right: 925px; }

.bottom-925 {
  bottom: 925px; }

._w-925 {
  width: 925px; }

._h-925 {
  height: 925px; }

.maxw-925 {
  max-width: 925px; }

.maxh-925 {
  max-height: 925px; }

.top-926 {
  top: 926px; }

.left-926 {
  left: 926px; }

.right-926 {
  right: 926px; }

.bottom-926 {
  bottom: 926px; }

._w-926 {
  width: 926px; }

._h-926 {
  height: 926px; }

.maxw-926 {
  max-width: 926px; }

.maxh-926 {
  max-height: 926px; }

.top-927 {
  top: 927px; }

.left-927 {
  left: 927px; }

.right-927 {
  right: 927px; }

.bottom-927 {
  bottom: 927px; }

._w-927 {
  width: 927px; }

._h-927 {
  height: 927px; }

.maxw-927 {
  max-width: 927px; }

.maxh-927 {
  max-height: 927px; }

.top-928 {
  top: 928px; }

.left-928 {
  left: 928px; }

.right-928 {
  right: 928px; }

.bottom-928 {
  bottom: 928px; }

._w-928 {
  width: 928px; }

._h-928 {
  height: 928px; }

.maxw-928 {
  max-width: 928px; }

.maxh-928 {
  max-height: 928px; }

.top-929 {
  top: 929px; }

.left-929 {
  left: 929px; }

.right-929 {
  right: 929px; }

.bottom-929 {
  bottom: 929px; }

._w-929 {
  width: 929px; }

._h-929 {
  height: 929px; }

.maxw-929 {
  max-width: 929px; }

.maxh-929 {
  max-height: 929px; }

.top-930 {
  top: 930px; }

.left-930 {
  left: 930px; }

.right-930 {
  right: 930px; }

.bottom-930 {
  bottom: 930px; }

._w-930 {
  width: 930px; }

._h-930 {
  height: 930px; }

.maxw-930 {
  max-width: 930px; }

.maxh-930 {
  max-height: 930px; }

.top-931 {
  top: 931px; }

.left-931 {
  left: 931px; }

.right-931 {
  right: 931px; }

.bottom-931 {
  bottom: 931px; }

._w-931 {
  width: 931px; }

._h-931 {
  height: 931px; }

.maxw-931 {
  max-width: 931px; }

.maxh-931 {
  max-height: 931px; }

.top-932 {
  top: 932px; }

.left-932 {
  left: 932px; }

.right-932 {
  right: 932px; }

.bottom-932 {
  bottom: 932px; }

._w-932 {
  width: 932px; }

._h-932 {
  height: 932px; }

.maxw-932 {
  max-width: 932px; }

.maxh-932 {
  max-height: 932px; }

.top-933 {
  top: 933px; }

.left-933 {
  left: 933px; }

.right-933 {
  right: 933px; }

.bottom-933 {
  bottom: 933px; }

._w-933 {
  width: 933px; }

._h-933 {
  height: 933px; }

.maxw-933 {
  max-width: 933px; }

.maxh-933 {
  max-height: 933px; }

.top-934 {
  top: 934px; }

.left-934 {
  left: 934px; }

.right-934 {
  right: 934px; }

.bottom-934 {
  bottom: 934px; }

._w-934 {
  width: 934px; }

._h-934 {
  height: 934px; }

.maxw-934 {
  max-width: 934px; }

.maxh-934 {
  max-height: 934px; }

.top-935 {
  top: 935px; }

.left-935 {
  left: 935px; }

.right-935 {
  right: 935px; }

.bottom-935 {
  bottom: 935px; }

._w-935 {
  width: 935px; }

._h-935 {
  height: 935px; }

.maxw-935 {
  max-width: 935px; }

.maxh-935 {
  max-height: 935px; }

.top-936 {
  top: 936px; }

.left-936 {
  left: 936px; }

.right-936 {
  right: 936px; }

.bottom-936 {
  bottom: 936px; }

._w-936 {
  width: 936px; }

._h-936 {
  height: 936px; }

.maxw-936 {
  max-width: 936px; }

.maxh-936 {
  max-height: 936px; }

.top-937 {
  top: 937px; }

.left-937 {
  left: 937px; }

.right-937 {
  right: 937px; }

.bottom-937 {
  bottom: 937px; }

._w-937 {
  width: 937px; }

._h-937 {
  height: 937px; }

.maxw-937 {
  max-width: 937px; }

.maxh-937 {
  max-height: 937px; }

.top-938 {
  top: 938px; }

.left-938 {
  left: 938px; }

.right-938 {
  right: 938px; }

.bottom-938 {
  bottom: 938px; }

._w-938 {
  width: 938px; }

._h-938 {
  height: 938px; }

.maxw-938 {
  max-width: 938px; }

.maxh-938 {
  max-height: 938px; }

.top-939 {
  top: 939px; }

.left-939 {
  left: 939px; }

.right-939 {
  right: 939px; }

.bottom-939 {
  bottom: 939px; }

._w-939 {
  width: 939px; }

._h-939 {
  height: 939px; }

.maxw-939 {
  max-width: 939px; }

.maxh-939 {
  max-height: 939px; }

.top-940 {
  top: 940px; }

.left-940 {
  left: 940px; }

.right-940 {
  right: 940px; }

.bottom-940 {
  bottom: 940px; }

._w-940 {
  width: 940px; }

._h-940 {
  height: 940px; }

.maxw-940 {
  max-width: 940px; }

.maxh-940 {
  max-height: 940px; }

.top-941 {
  top: 941px; }

.left-941 {
  left: 941px; }

.right-941 {
  right: 941px; }

.bottom-941 {
  bottom: 941px; }

._w-941 {
  width: 941px; }

._h-941 {
  height: 941px; }

.maxw-941 {
  max-width: 941px; }

.maxh-941 {
  max-height: 941px; }

.top-942 {
  top: 942px; }

.left-942 {
  left: 942px; }

.right-942 {
  right: 942px; }

.bottom-942 {
  bottom: 942px; }

._w-942 {
  width: 942px; }

._h-942 {
  height: 942px; }

.maxw-942 {
  max-width: 942px; }

.maxh-942 {
  max-height: 942px; }

.top-943 {
  top: 943px; }

.left-943 {
  left: 943px; }

.right-943 {
  right: 943px; }

.bottom-943 {
  bottom: 943px; }

._w-943 {
  width: 943px; }

._h-943 {
  height: 943px; }

.maxw-943 {
  max-width: 943px; }

.maxh-943 {
  max-height: 943px; }

.top-944 {
  top: 944px; }

.left-944 {
  left: 944px; }

.right-944 {
  right: 944px; }

.bottom-944 {
  bottom: 944px; }

._w-944 {
  width: 944px; }

._h-944 {
  height: 944px; }

.maxw-944 {
  max-width: 944px; }

.maxh-944 {
  max-height: 944px; }

.top-945 {
  top: 945px; }

.left-945 {
  left: 945px; }

.right-945 {
  right: 945px; }

.bottom-945 {
  bottom: 945px; }

._w-945 {
  width: 945px; }

._h-945 {
  height: 945px; }

.maxw-945 {
  max-width: 945px; }

.maxh-945 {
  max-height: 945px; }

.top-946 {
  top: 946px; }

.left-946 {
  left: 946px; }

.right-946 {
  right: 946px; }

.bottom-946 {
  bottom: 946px; }

._w-946 {
  width: 946px; }

._h-946 {
  height: 946px; }

.maxw-946 {
  max-width: 946px; }

.maxh-946 {
  max-height: 946px; }

.top-947 {
  top: 947px; }

.left-947 {
  left: 947px; }

.right-947 {
  right: 947px; }

.bottom-947 {
  bottom: 947px; }

._w-947 {
  width: 947px; }

._h-947 {
  height: 947px; }

.maxw-947 {
  max-width: 947px; }

.maxh-947 {
  max-height: 947px; }

.top-948 {
  top: 948px; }

.left-948 {
  left: 948px; }

.right-948 {
  right: 948px; }

.bottom-948 {
  bottom: 948px; }

._w-948 {
  width: 948px; }

._h-948 {
  height: 948px; }

.maxw-948 {
  max-width: 948px; }

.maxh-948 {
  max-height: 948px; }

.top-949 {
  top: 949px; }

.left-949 {
  left: 949px; }

.right-949 {
  right: 949px; }

.bottom-949 {
  bottom: 949px; }

._w-949 {
  width: 949px; }

._h-949 {
  height: 949px; }

.maxw-949 {
  max-width: 949px; }

.maxh-949 {
  max-height: 949px; }

.top-950 {
  top: 950px; }

.left-950 {
  left: 950px; }

.right-950 {
  right: 950px; }

.bottom-950 {
  bottom: 950px; }

._w-950 {
  width: 950px; }

._h-950 {
  height: 950px; }

.maxw-950 {
  max-width: 950px; }

.maxh-950 {
  max-height: 950px; }

.top-951 {
  top: 951px; }

.left-951 {
  left: 951px; }

.right-951 {
  right: 951px; }

.bottom-951 {
  bottom: 951px; }

._w-951 {
  width: 951px; }

._h-951 {
  height: 951px; }

.maxw-951 {
  max-width: 951px; }

.maxh-951 {
  max-height: 951px; }

.top-952 {
  top: 952px; }

.left-952 {
  left: 952px; }

.right-952 {
  right: 952px; }

.bottom-952 {
  bottom: 952px; }

._w-952 {
  width: 952px; }

._h-952 {
  height: 952px; }

.maxw-952 {
  max-width: 952px; }

.maxh-952 {
  max-height: 952px; }

.top-953 {
  top: 953px; }

.left-953 {
  left: 953px; }

.right-953 {
  right: 953px; }

.bottom-953 {
  bottom: 953px; }

._w-953 {
  width: 953px; }

._h-953 {
  height: 953px; }

.maxw-953 {
  max-width: 953px; }

.maxh-953 {
  max-height: 953px; }

.top-954 {
  top: 954px; }

.left-954 {
  left: 954px; }

.right-954 {
  right: 954px; }

.bottom-954 {
  bottom: 954px; }

._w-954 {
  width: 954px; }

._h-954 {
  height: 954px; }

.maxw-954 {
  max-width: 954px; }

.maxh-954 {
  max-height: 954px; }

.top-955 {
  top: 955px; }

.left-955 {
  left: 955px; }

.right-955 {
  right: 955px; }

.bottom-955 {
  bottom: 955px; }

._w-955 {
  width: 955px; }

._h-955 {
  height: 955px; }

.maxw-955 {
  max-width: 955px; }

.maxh-955 {
  max-height: 955px; }

.top-956 {
  top: 956px; }

.left-956 {
  left: 956px; }

.right-956 {
  right: 956px; }

.bottom-956 {
  bottom: 956px; }

._w-956 {
  width: 956px; }

._h-956 {
  height: 956px; }

.maxw-956 {
  max-width: 956px; }

.maxh-956 {
  max-height: 956px; }

.top-957 {
  top: 957px; }

.left-957 {
  left: 957px; }

.right-957 {
  right: 957px; }

.bottom-957 {
  bottom: 957px; }

._w-957 {
  width: 957px; }

._h-957 {
  height: 957px; }

.maxw-957 {
  max-width: 957px; }

.maxh-957 {
  max-height: 957px; }

.top-958 {
  top: 958px; }

.left-958 {
  left: 958px; }

.right-958 {
  right: 958px; }

.bottom-958 {
  bottom: 958px; }

._w-958 {
  width: 958px; }

._h-958 {
  height: 958px; }

.maxw-958 {
  max-width: 958px; }

.maxh-958 {
  max-height: 958px; }

.top-959 {
  top: 959px; }

.left-959 {
  left: 959px; }

.right-959 {
  right: 959px; }

.bottom-959 {
  bottom: 959px; }

._w-959 {
  width: 959px; }

._h-959 {
  height: 959px; }

.maxw-959 {
  max-width: 959px; }

.maxh-959 {
  max-height: 959px; }

.top-960 {
  top: 960px; }

.left-960 {
  left: 960px; }

.right-960 {
  right: 960px; }

.bottom-960 {
  bottom: 960px; }

._w-960 {
  width: 960px; }

._h-960 {
  height: 960px; }

.maxw-960 {
  max-width: 960px; }

.maxh-960 {
  max-height: 960px; }

.top-961 {
  top: 961px; }

.left-961 {
  left: 961px; }

.right-961 {
  right: 961px; }

.bottom-961 {
  bottom: 961px; }

._w-961 {
  width: 961px; }

._h-961 {
  height: 961px; }

.maxw-961 {
  max-width: 961px; }

.maxh-961 {
  max-height: 961px; }

.top-962 {
  top: 962px; }

.left-962 {
  left: 962px; }

.right-962 {
  right: 962px; }

.bottom-962 {
  bottom: 962px; }

._w-962 {
  width: 962px; }

._h-962 {
  height: 962px; }

.maxw-962 {
  max-width: 962px; }

.maxh-962 {
  max-height: 962px; }

.top-963 {
  top: 963px; }

.left-963 {
  left: 963px; }

.right-963 {
  right: 963px; }

.bottom-963 {
  bottom: 963px; }

._w-963 {
  width: 963px; }

._h-963 {
  height: 963px; }

.maxw-963 {
  max-width: 963px; }

.maxh-963 {
  max-height: 963px; }

.top-964 {
  top: 964px; }

.left-964 {
  left: 964px; }

.right-964 {
  right: 964px; }

.bottom-964 {
  bottom: 964px; }

._w-964 {
  width: 964px; }

._h-964 {
  height: 964px; }

.maxw-964 {
  max-width: 964px; }

.maxh-964 {
  max-height: 964px; }

.top-965 {
  top: 965px; }

.left-965 {
  left: 965px; }

.right-965 {
  right: 965px; }

.bottom-965 {
  bottom: 965px; }

._w-965 {
  width: 965px; }

._h-965 {
  height: 965px; }

.maxw-965 {
  max-width: 965px; }

.maxh-965 {
  max-height: 965px; }

.top-966 {
  top: 966px; }

.left-966 {
  left: 966px; }

.right-966 {
  right: 966px; }

.bottom-966 {
  bottom: 966px; }

._w-966 {
  width: 966px; }

._h-966 {
  height: 966px; }

.maxw-966 {
  max-width: 966px; }

.maxh-966 {
  max-height: 966px; }

.top-967 {
  top: 967px; }

.left-967 {
  left: 967px; }

.right-967 {
  right: 967px; }

.bottom-967 {
  bottom: 967px; }

._w-967 {
  width: 967px; }

._h-967 {
  height: 967px; }

.maxw-967 {
  max-width: 967px; }

.maxh-967 {
  max-height: 967px; }

.top-968 {
  top: 968px; }

.left-968 {
  left: 968px; }

.right-968 {
  right: 968px; }

.bottom-968 {
  bottom: 968px; }

._w-968 {
  width: 968px; }

._h-968 {
  height: 968px; }

.maxw-968 {
  max-width: 968px; }

.maxh-968 {
  max-height: 968px; }

.top-969 {
  top: 969px; }

.left-969 {
  left: 969px; }

.right-969 {
  right: 969px; }

.bottom-969 {
  bottom: 969px; }

._w-969 {
  width: 969px; }

._h-969 {
  height: 969px; }

.maxw-969 {
  max-width: 969px; }

.maxh-969 {
  max-height: 969px; }

.top-970 {
  top: 970px; }

.left-970 {
  left: 970px; }

.right-970 {
  right: 970px; }

.bottom-970 {
  bottom: 970px; }

._w-970 {
  width: 970px; }

._h-970 {
  height: 970px; }

.maxw-970 {
  max-width: 970px; }

.maxh-970 {
  max-height: 970px; }

.top-971 {
  top: 971px; }

.left-971 {
  left: 971px; }

.right-971 {
  right: 971px; }

.bottom-971 {
  bottom: 971px; }

._w-971 {
  width: 971px; }

._h-971 {
  height: 971px; }

.maxw-971 {
  max-width: 971px; }

.maxh-971 {
  max-height: 971px; }

.top-972 {
  top: 972px; }

.left-972 {
  left: 972px; }

.right-972 {
  right: 972px; }

.bottom-972 {
  bottom: 972px; }

._w-972 {
  width: 972px; }

._h-972 {
  height: 972px; }

.maxw-972 {
  max-width: 972px; }

.maxh-972 {
  max-height: 972px; }

.top-973 {
  top: 973px; }

.left-973 {
  left: 973px; }

.right-973 {
  right: 973px; }

.bottom-973 {
  bottom: 973px; }

._w-973 {
  width: 973px; }

._h-973 {
  height: 973px; }

.maxw-973 {
  max-width: 973px; }

.maxh-973 {
  max-height: 973px; }

.top-974 {
  top: 974px; }

.left-974 {
  left: 974px; }

.right-974 {
  right: 974px; }

.bottom-974 {
  bottom: 974px; }

._w-974 {
  width: 974px; }

._h-974 {
  height: 974px; }

.maxw-974 {
  max-width: 974px; }

.maxh-974 {
  max-height: 974px; }

.top-975 {
  top: 975px; }

.left-975 {
  left: 975px; }

.right-975 {
  right: 975px; }

.bottom-975 {
  bottom: 975px; }

._w-975 {
  width: 975px; }

._h-975 {
  height: 975px; }

.maxw-975 {
  max-width: 975px; }

.maxh-975 {
  max-height: 975px; }

.top-976 {
  top: 976px; }

.left-976 {
  left: 976px; }

.right-976 {
  right: 976px; }

.bottom-976 {
  bottom: 976px; }

._w-976 {
  width: 976px; }

._h-976 {
  height: 976px; }

.maxw-976 {
  max-width: 976px; }

.maxh-976 {
  max-height: 976px; }

.top-977 {
  top: 977px; }

.left-977 {
  left: 977px; }

.right-977 {
  right: 977px; }

.bottom-977 {
  bottom: 977px; }

._w-977 {
  width: 977px; }

._h-977 {
  height: 977px; }

.maxw-977 {
  max-width: 977px; }

.maxh-977 {
  max-height: 977px; }

.top-978 {
  top: 978px; }

.left-978 {
  left: 978px; }

.right-978 {
  right: 978px; }

.bottom-978 {
  bottom: 978px; }

._w-978 {
  width: 978px; }

._h-978 {
  height: 978px; }

.maxw-978 {
  max-width: 978px; }

.maxh-978 {
  max-height: 978px; }

.top-979 {
  top: 979px; }

.left-979 {
  left: 979px; }

.right-979 {
  right: 979px; }

.bottom-979 {
  bottom: 979px; }

._w-979 {
  width: 979px; }

._h-979 {
  height: 979px; }

.maxw-979 {
  max-width: 979px; }

.maxh-979 {
  max-height: 979px; }

.top-980 {
  top: 980px; }

.left-980 {
  left: 980px; }

.right-980 {
  right: 980px; }

.bottom-980 {
  bottom: 980px; }

._w-980 {
  width: 980px; }

._h-980 {
  height: 980px; }

.maxw-980 {
  max-width: 980px; }

.maxh-980 {
  max-height: 980px; }

.top-981 {
  top: 981px; }

.left-981 {
  left: 981px; }

.right-981 {
  right: 981px; }

.bottom-981 {
  bottom: 981px; }

._w-981 {
  width: 981px; }

._h-981 {
  height: 981px; }

.maxw-981 {
  max-width: 981px; }

.maxh-981 {
  max-height: 981px; }

.top-982 {
  top: 982px; }

.left-982 {
  left: 982px; }

.right-982 {
  right: 982px; }

.bottom-982 {
  bottom: 982px; }

._w-982 {
  width: 982px; }

._h-982 {
  height: 982px; }

.maxw-982 {
  max-width: 982px; }

.maxh-982 {
  max-height: 982px; }

.top-983 {
  top: 983px; }

.left-983 {
  left: 983px; }

.right-983 {
  right: 983px; }

.bottom-983 {
  bottom: 983px; }

._w-983 {
  width: 983px; }

._h-983 {
  height: 983px; }

.maxw-983 {
  max-width: 983px; }

.maxh-983 {
  max-height: 983px; }

.top-984 {
  top: 984px; }

.left-984 {
  left: 984px; }

.right-984 {
  right: 984px; }

.bottom-984 {
  bottom: 984px; }

._w-984 {
  width: 984px; }

._h-984 {
  height: 984px; }

.maxw-984 {
  max-width: 984px; }

.maxh-984 {
  max-height: 984px; }

.top-985 {
  top: 985px; }

.left-985 {
  left: 985px; }

.right-985 {
  right: 985px; }

.bottom-985 {
  bottom: 985px; }

._w-985 {
  width: 985px; }

._h-985 {
  height: 985px; }

.maxw-985 {
  max-width: 985px; }

.maxh-985 {
  max-height: 985px; }

.top-986 {
  top: 986px; }

.left-986 {
  left: 986px; }

.right-986 {
  right: 986px; }

.bottom-986 {
  bottom: 986px; }

._w-986 {
  width: 986px; }

._h-986 {
  height: 986px; }

.maxw-986 {
  max-width: 986px; }

.maxh-986 {
  max-height: 986px; }

.top-987 {
  top: 987px; }

.left-987 {
  left: 987px; }

.right-987 {
  right: 987px; }

.bottom-987 {
  bottom: 987px; }

._w-987 {
  width: 987px; }

._h-987 {
  height: 987px; }

.maxw-987 {
  max-width: 987px; }

.maxh-987 {
  max-height: 987px; }

.top-988 {
  top: 988px; }

.left-988 {
  left: 988px; }

.right-988 {
  right: 988px; }

.bottom-988 {
  bottom: 988px; }

._w-988 {
  width: 988px; }

._h-988 {
  height: 988px; }

.maxw-988 {
  max-width: 988px; }

.maxh-988 {
  max-height: 988px; }

.top-989 {
  top: 989px; }

.left-989 {
  left: 989px; }

.right-989 {
  right: 989px; }

.bottom-989 {
  bottom: 989px; }

._w-989 {
  width: 989px; }

._h-989 {
  height: 989px; }

.maxw-989 {
  max-width: 989px; }

.maxh-989 {
  max-height: 989px; }

.top-990 {
  top: 990px; }

.left-990 {
  left: 990px; }

.right-990 {
  right: 990px; }

.bottom-990 {
  bottom: 990px; }

._w-990 {
  width: 990px; }

._h-990 {
  height: 990px; }

.maxw-990 {
  max-width: 990px; }

.maxh-990 {
  max-height: 990px; }

.top-991 {
  top: 991px; }

.left-991 {
  left: 991px; }

.right-991 {
  right: 991px; }

.bottom-991 {
  bottom: 991px; }

._w-991 {
  width: 991px; }

._h-991 {
  height: 991px; }

.maxw-991 {
  max-width: 991px; }

.maxh-991 {
  max-height: 991px; }

.top-992 {
  top: 992px; }

.left-992 {
  left: 992px; }

.right-992 {
  right: 992px; }

.bottom-992 {
  bottom: 992px; }

._w-992 {
  width: 992px; }

._h-992 {
  height: 992px; }

.maxw-992 {
  max-width: 992px; }

.maxh-992 {
  max-height: 992px; }

.top-993 {
  top: 993px; }

.left-993 {
  left: 993px; }

.right-993 {
  right: 993px; }

.bottom-993 {
  bottom: 993px; }

._w-993 {
  width: 993px; }

._h-993 {
  height: 993px; }

.maxw-993 {
  max-width: 993px; }

.maxh-993 {
  max-height: 993px; }

.top-994 {
  top: 994px; }

.left-994 {
  left: 994px; }

.right-994 {
  right: 994px; }

.bottom-994 {
  bottom: 994px; }

._w-994 {
  width: 994px; }

._h-994 {
  height: 994px; }

.maxw-994 {
  max-width: 994px; }

.maxh-994 {
  max-height: 994px; }

.top-995 {
  top: 995px; }

.left-995 {
  left: 995px; }

.right-995 {
  right: 995px; }

.bottom-995 {
  bottom: 995px; }

._w-995 {
  width: 995px; }

._h-995 {
  height: 995px; }

.maxw-995 {
  max-width: 995px; }

.maxh-995 {
  max-height: 995px; }

.top-996 {
  top: 996px; }

.left-996 {
  left: 996px; }

.right-996 {
  right: 996px; }

.bottom-996 {
  bottom: 996px; }

._w-996 {
  width: 996px; }

._h-996 {
  height: 996px; }

.maxw-996 {
  max-width: 996px; }

.maxh-996 {
  max-height: 996px; }

.top-997 {
  top: 997px; }

.left-997 {
  left: 997px; }

.right-997 {
  right: 997px; }

.bottom-997 {
  bottom: 997px; }

._w-997 {
  width: 997px; }

._h-997 {
  height: 997px; }

.maxw-997 {
  max-width: 997px; }

.maxh-997 {
  max-height: 997px; }

.top-998 {
  top: 998px; }

.left-998 {
  left: 998px; }

.right-998 {
  right: 998px; }

.bottom-998 {
  bottom: 998px; }

._w-998 {
  width: 998px; }

._h-998 {
  height: 998px; }

.maxw-998 {
  max-width: 998px; }

.maxh-998 {
  max-height: 998px; }

.top-999 {
  top: 999px; }

.left-999 {
  left: 999px; }

.right-999 {
  right: 999px; }

.bottom-999 {
  bottom: 999px; }

._w-999 {
  width: 999px; }

._h-999 {
  height: 999px; }

.maxw-999 {
  max-width: 999px; }

.maxh-999 {
  max-height: 999px; }

.top-1000 {
  top: 1000px; }

.left-1000 {
  left: 1000px; }

.right-1000 {
  right: 1000px; }

.bottom-1000 {
  bottom: 1000px; }

._w-1000 {
  width: 1000px; }

._h-1000 {
  height: 1000px; }

.maxw-1000 {
  max-width: 1000px; }

.maxh-1000 {
  max-height: 1000px; }

.shadowed {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(35, 57, 91, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(35, 57, 91, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(35, 57, 91, 0.5); }

.background-contain-center {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: auto; }

.overflow-scroll-y {
  overflow-y: auto; }

.overflow-scroll-x {
  overflow-x: auto; }

.display-inline-block {
  display: inline-block; }

.display-block {
  display: block; }

.display-table-cell {
  display: table-cell; }

.vertical-align-middle {
  vertical-align: middle; }

.vertical-align-middle-important {
  vertical-align: middle !important; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-bottom {
  vertical-align: bottom; }

.center {
  text-align: center; }

.center-important {
  text-align: center !important; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.pointer {
  cursor: pointer; }

.underline {
  text-decoration: underline; }

.underline-hover:hover {
  text-decoration: underline; }

.bold {
  font-weight: 500; }

.no-bold {
  font-weight: normal !important; }

.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  margin-left: 15px; }

.wp-10 {
  width: 10%; }

.flex-grow {
  flex-grow: 1; }

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100000;
  font-size: 24px;
  text-align: center;
  padding-top: 40vh;
  font-weight: 500; }

[class*=" icon-"], [class^=icon-] {
  font-weight: bold; }

[class*=" icon-"].no-bold, [class^=icon-].no-bold {
  font-weight: normal; }

.bowl {
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.5), inset 0 -20px 5px 0 rgba(0, 0, 0, 0.2), inset -15px 0 5px 0 rgba(0, 0, 0, 0.1), inset 15px 0 5px 0 rgba(0, 0, 0, 0.1);
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, transparent 76%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, transparent 76%, rgba(0, 0, 0, 0.65) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.65) 100%);
  margin: 20px; }

.bowl:before {
  overflow: hidden;
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.5), inset 0 -20px 5px 0 rgba(0, 0, 0, 0.2), inset -15px 0 5px 0 rgba(0, 0, 0, 0.1), inset 15px 0 5px 0 rgba(0, 0, 0, 0.1);
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.65) 81%, black 100%);
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.65) 81%, black 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 81%, #000000 100%);
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 2; }

.bowl:after {
  content: "";
  width: 60px;
  border-radius: 50%;
  height: 5px;
  background: #039be4;
  box-shadow: inset 0 0 10px 0 #000;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  z-index: 2; }

.bowl .inner {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, transparent 76%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, transparent 76%, rgba(0, 0, 0, 0.65) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.65) 100%);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.bowl .inner:before {
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  right: 40%;
  top: 60%;
  z-index: 2; }

.bowl .inner:after {
  content: "";
  width: 20px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  right: 30%;
  top: 15%;
  transform: rotate(-20deg);
  z-index: 2; }

.bowl .fill {
  -webkit-animation-name: fillAction;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.6, 0.8, 0.4);
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards; }

.bowl .waveShape {
  -webkit-animation-name: waveAction;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  width: 300px;
  height: 150px;
  fill: #039be4; }

@-webkit-keyframes fillAction {
  0% {
    -webkit-transform: translate(0, 150px); }
  100% {
    -webkit-transform: translate(0, 10px); } }

@-webkit-keyframes waveAction {
  0% {
    -webkit-transform: translate(-150px, 0); }
  100% {
    -webkit-transform: translate(0, 0); } }

input.error, .ty-input-div.error {
  border: 1px solid #f86c6b;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem; }

input.no-focus:focus {
  border-color: #ccc; }

.StripeElement {
  font-size: 14px;
  border-radius: 0.25rem;
  width: 100%;
  color: #23395b;
  padding: 15px !important;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: red; }

select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E") !important;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.dropdown-right {
  right: 0 !important;
  left: unset; }

.input-group-btn > button, .input-group-btn .btn-group > button {
  border: 1px solid #ccc; }

div span + input, div span + select, div span + div,
div label + input, div label + select, div label + div {
  margin-bottom: 10px; }

div span + input:last-child, div span + select:last-child, div span + div:last-child,
div label + input:last-child, div label + select:last-child, div label + div:last-child {
  margin-bottom: 0; }

label, span.ty-label {
  color: #23395b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px; }

.fusion-group div.input-group-btn button {
  background: #fff; }

.ty-filter {
  border: 1px solid #ccc;
  padding: 5px;
  background: #f6f7f9;
  margin-right: 5px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 10px; }

.ty-filter:last-child {
  margin-right: 0; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }

/* checkbox aspect */
input[type="checkbox"].ty-checkbox:not(:checked) + label:before,
[type="checkbox"].ty-checkbox:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0.25rem; }

/* checked mark aspect */
[type="checkbox"].ty-checkbox:not(:checked) + label:after,
[type="checkbox"].ty-checkbox:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 0.18em;
  left: 0.2em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #e83e8c;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"].ty-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"].ty-checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"].ty-checkbox:disabled:not(:checked) + label:before,
[type="checkbox"].ty-checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #ccc;
  background-color: #ddd; }

[type="checkbox"].ty-checkbox:disabled:checked + label:after {
  color: #999; }

[type="checkbox"].ty-checkbox:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"].ty-checkbox:checked:focus + label:before,
[type="checkbox"].ty-checkbox:not(:checked):focus + label:before {
  border: 2px solid #71cbf4; }

.geosuggest__suggests--hidden {
  max-height: 0;
  overflow: hidden;
  border-width: 0;
  display: none; }

.geosuggest__item--active {
  background: #71cbf4;
  color: #fff;
  display: block; }

.geosuggest__input, .ty-input-div {
  border: 1px solid #ccc;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.9375rem 0.9375rem;
  width: 100%;
  color: #23395b;
  font-size: 0.875rem;
  line-height: 1.25; }

.geosuggest__input:focus {
  outline: none; }

.geosuggest__item {
  line-height: 40px;
  padding-left: 20px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  color: #23395b; }

.geosuggest__item:hover {
  background: #fff;
  cursor: pointer;
  color: #71cbf4; }

.geosuggest__suggests {
  border-radius: 4px;
  border: 1px solid #ccc;
  border-bottom: 0;
  list-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 0; }

.geosuggest__suggests-wrapper {
  position: absolute;
  background: #fff;
  z-index: 10000000;
  width: 100%;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  top: calc(100% - 5px); }

.geosuggest {
  position: relative; }

.advanced-search-filter {
  color: #23395b;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c2cfd6;
  border-left: 0;
  border-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px; }

.advanced-search-filter:hover {
  color: #71cbf4; }

.coworker-type-select {
  border-width: 0;
  border-left-width: 1px;
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.react-phone-number-input {
  /* This is done to stretch `.rrui__select__options` */
  /* to the full width of `.react-phone-number-input__phone` */
  position: relative;
  /* This is done to stretch the contents of this component */
  display: flex;
  align-items: center;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0; }

div.react-phone-number-input.error,
div.react-phone-number-input.error div.rrui__input {
  border-color: #f86c6b; }

input.rrui__input-field.rrui__select__selected.rrui__select__selected--expanded.rrui__select__selected--autocomplete {
  padding: 0.9375rem 0.9375rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

div.react-phone-number-input.error input {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem; }

/* The phone number input stretches to fill all empty space */
.react-phone-number-input__phone,
.react-phone-number-input__country.rrui__select--expanded {
  /*flex : 1;*/
  width: calc(100% - 51.3px); }

.react-phone-number-input__country .rrui__select__selected--autocomplete {
  width: 100%; }

.react-phone-number-input__country:not(.react-phone-number-input__country--native-expanded) .rrui__input {
  /* This is done to stretch `.rrui__select__options` */
  /* to the full width of `.react-phone-number-input__phone` */
  /* rather than to the full width of `.rrui__select` */
  /* because the `.rrui__select` is contracted */
  /* as soon as a user selects a country which caused */
  /* the `.rrui__select__options` to contract too */
  /* while the list collapse animation is still in progress. */
  /* The `position: relative` container is now `.react-phone-number-input`. */
  position: static; }

.react-phone-number-input__country:not(.rrui__select--expanded) {
  margin-right: 0 !important; }

.react-phone-number-input .rrui__select__arrow {
  margin-top: 0.3em;
  margin-left: 0.3em; }

.react-phone-number-input .rrui__select__option {
  display: flex;
  align-items: center; }

.react-phone-number-input .rrui__select__option-icon {
  margin-bottom: 0.1em; }

.react-phone-number-input__icon {
  /* The flag icon size is 4x3 hence the exact `width` and `height` values */
  width: 1.24em;
  height: 0.93em;
  border: 1px solid #bfbfbf;
  /* Makes sure `width`x`height` is exactly `4x3` and `border` width is not included in it */
  box-sizing: content-box; }

.react-phone-number-input__icon--international {
  /* The international icon size is square */
  /* and also has no border hence the `2 * 1px` `width` and `height` compensation */
  width: calc(0.93em + 2px);
  height: calc(0.93em + 2px);
  /* The international icon size is square hence the exact `padding` value */
  /* for precise alignment with `4x3` sized country flags. */
  padding-left: 0.155em;
  padding-right: 0.155em;
  border: none; }

/*===========================================================
= Input                                                     =
===========================================================*/
.rrui__input {
  /* `position: relative` is for the floating label absolute positioning
       and also for `.rrui__select__options width` sizing */
  position: relative;
  border: 0;
  color: #23395b;
  margin: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.9375rem 0.9375rem; }

div.rrui__input {
  padding: 0.9375rem 0 0.9375rem 0;
  border-right: 1px solid #ccc;
  background: #f6f7f9;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

input.rrui__input, div.rrui__select--expanded div.rrui__input {
  background: #fff;
  border-right: 0; }

.rrui__select--expanded .rrui__input {
  padding: 0; }

/* For native `<select/>` in Safari */
.rrui__select__native {
  min-height: calc(0.3rem * 6); }

/*===========================================================
= Input field                                               =
===========================================================*/
.rrui__input-field {
  outline: none; }

/*===========================================================
= Buttons                                                   =
===========================================================*/
/* Reset the default `<button/>` styles */
.rrui__select__selected,
.rrui__select__option {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  outline: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  background: #ffffff; }

/*===========================================================
= Select                                                    =
===========================================================*/
.rrui__shadow {
  box-shadow: none !important;
  border-top: 1px solid #ccc !important; }

.rrui__expandable {
  opacity: 0;
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: 50% top 0;
  /* 250ms - too slow for short lists */
  transition: all 150ms cubic-bezier(0.76, 0.04, 0.46, 0.75) 0ms;
  /* prevent white background showing through the transparent border */
  /* http://stackoverflow.com/questions/7473200/transparent-border-expands-background-color-image */
  background-clip: padding-box;
  -webkit-background-clip: padding-box; }

.rrui__expandable--expanded {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1);
  transform-origin: 50% top 0;
  transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.rrui__expandable--overlay {
  position: absolute;
  z-index: 1; }

.rrui__expandable__content {
  /*
    The inner block's `opacity` is animated too
    (it fades in and out by itself too).
    This is done to fade out the inner block when the dropdown is collapsed
    therefore hiding an otherwise bizarre and unwanted visual clutter
    */
  opacity: 0;
  /* Mitigates inner content overlapping with itself creating a feeling of a mess */
  transition: opacity 150ms ease-out; }

.rrui__expandable__content--expanded {
  opacity: 1;
  background: #fff; }

.rrui__select {
  user-select: none; }

.rrui__select--menu {
  position: relative; }

.rrui__select__options {
  margin: 0;
  padding-left: 0;
  padding-top: calc(2 * 0.3rem);
  padding-bottom: calc(2 * 0.3rem);
  overflow-y: auto;
  background-color: white;
  list-style-type: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: 0; }

.rrui__expandable--left-aligned {
  left: 0; }

.rrui__expandable--right-aligned {
  right: 0; }

.rrui__select__options--left-aligned {
  left: 0; }

.rrui__select__options--right-aligned {
  right: calc(0.3rem * 4 * -1); }

.rrui__select__options:not(.rrui__select__options--menu) {
  width: 100%; }

.rrui__select__options--downward {
  /* When an html page is overflown by a long list
       then this bottom margin helps to see that
       there's no more options left out being clipped or something */
  margin-bottom: 1em; }

.rrui__select__options--upward {
  bottom: 100%;
  /* When an html page is overflown by a long list
       then this bottom margin helps to see that
       there's no more options left out being clipped or something */
  margin-top: 1em; }

.rrui__select__option {
  display: block;
  width: 100%;
  padding-left: calc(0.3rem * 4);
  padding-right: calc(0.3rem * 4);
  padding-top: calc(0.3rem * 1);
  padding-bottom: calc(0.3rem * 1);
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap; }

.rrui__select__option:hover {
  color: #71cbf4; }

.rrui__select__selected--disabled,
.rrui__select__option--disabled {
  cursor: default; }

.rrui__select__option-icon {
  margin-right: calc(0.3rem * 3); }

.rrui__select__options--upward {
  transform-origin: 50% bottom 0; }

.rrui__select__option--focused {
  color: #71cbf4 !important; }

.rrui__select__option--focused:hover {
  background-color: #fff; }

.rrui__select__option:active {
  color: #71cbf4; }

.rrui__select__option-icon {
  margin-right: 0.5em; }

.rrui__select__toggler,
.rrui__select__selected {
  height: 100%;
  box-sizing: border-box; }

.rrui__select__selected {
  transition: border 0.1s;
  /* Because Chrome adds `text-align: center` for all buttons */
  text-align: left; }

.rrui__select__selected:active {
  color: #71cbf4; }

.rrui__select__selected--expanded {
  color: #71cbf4; }

.rrui__select__selected,
.rrui__select__option {
  color: inherit; }

.rrui__select__selected-content {
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
  background: #f6f7f9; }

.rrui__select__selected-label {
  flex: 1 0 auto;
  overflow: hidden;
  text-overflow: ellipsis; }

.rrui__select__arrow {
  width: 0;
  height: 0;
  margin-left: 0.35em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  opacity: 0.7;
  transition: opacity 100ms ease-out;
  /* border-width: arrow_height arrow_width/2 0 arrow_width/2 */
  border-width: 0.35em 0.2em 0 0.2em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #23395b; }

.rrui__select__arrow--expanded {
  opacity: 0.3; }

.rrui__select__native-expanded {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer; }

html {
  overflow-y: auto; }

.main > .container-fluid {
  overflow-y: visible; }

.main > .container-fluid > div:first-child {
  padding: 30px; }

.main > .container-fluid > div.no-padding:first-child {
  padding: 0; }

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.fullscreen-bg__video {
  width: 100%; }

.login-form-container {
  z-index: 2000; }

.login-container {
  background-color: rgba(255, 255, 255, 0.5); }

.ty-block {
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 20px !important; }

.ty-version-number {
  position: fixed;
  bottom: 0;
  width: 250px;
  padding: 30px;
  color: #ccc;
  font-size: 12px;
  text-align: center; }

a.navbar-brand {
  border-right: 1px solid #ccc;
  border-bottom: 0 !important;
  background-color: transparent !important; }

navbrand-border {
  border-left: 1px solid #ccc; }

@media (max-width: 992px) {
  a.navbar-brand {
    border-right: 0; }
  navbrand-border {
    border-left: 0; } }

.sidebar-nav {
  padding-top: 1rem; }

.card {
  margin-bottom: 20px !important; }

.ty-card-value {
  padding-left: 1.25rem;
  display: table-cell;
  vertical-align: middle; }

.ty-card-value-size {
  font-size: 1.5rem; }

.center-below-lg {
  text-align: start; }

.center-below-lg-h {
  transform: none; }

.eco-card-value {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  font-size: 20px;
  float: right;
  color: #e83e8c; }

.eco-card-value-analytics {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  font-size: 1.5rem;
  float: right;
  color: #e83e8c; }

.eco-card-body {
  float: left;
  text-align: start; }

.hide-below-lg {
  display: block; }

.display-below-lg {
  display: none; }

.ty-legend-size {
  font-size: 12px; }

@media (max-width: 992px) {
  .ty-card-value {
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1rem; }
  .ty-card-value-size {
    font-size: 1rem; }
  .center-below-lg {
    text-align: center; }
  .center-below-lg-h {
    transform: translateX(40%); }
  .eco-card-value {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    font-size: 22px;
    float: right;
    color: #e83e8c; }
  .eco-card-value-analytics {
    font-size: 1rem;
    text-align: center;
    color: #e83e8c;
    padding-top: 0.75rem;
    float: none; }
  .eco-card-body {
    float: none;
    text-align: center; }
  .hide-below-lg {
    display: none; }
  .display-below-lg {
    display: block; }
  .card-body-responsive {
    display: flex;
    justify-content: center; }
  .card-body-responsive-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto; }
  .sidebar-nav {
    padding-top: 0; } }

.ty-sidebar-spacer {
  padding: 0.75rem 1rem; }

.tab-pane {
  padding: 0 !important; }

.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.absolute_center_h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }

.absolute_center_v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100000;
  font-size: 24px;
  text-align: center;
  padding-top: 40vh;
  font-weight: 500; }

.display-inline-block {
  display: inline-block; }

.pad-tab-content {
  padding: 30px; }

.width-advanced-filters {
  width: 50%; }

@media (max-width: 576px) {
  .text-center-below-sm {
    text-align: center; }
  .pad-xs-l-0 {
    padding-left: 0; }
  .pad-xs-r-0 {
    padding-right: 0; }
  .marg-xs-b-10 {
    margin-bottom: 10px; }
  .marg-xs-b-15 {
    margin-bottom: 15px; }
  .pad-tab-content {
    padding: 15px !important; }
  .pad-xs-15 {
    padding: 15px !important; }
  .width-advanced-filters {
    width: 70%; } }

.flex-line {
  display: flex; }

.flex-centered {
  align-content: center;
  align-self: center; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-footer {
  display: block;
  border-top: 0;
  padding: 0 20px 20px 20px; }

.modal-footer > :not(:first-child) {
  margin-left: .5rem; }

.modal-footer > :not(:last-child) {
  margin-right: .5rem; }

.modal-header {
  background: #23395b;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.modal-header .modal-title {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px; }

.modal-header .close {
  text-shadow: none !important;
  color: #fff;
  opacity: 1; }

.modal-header .close:hover {
  color: #71cbf4; }

@media (min-width: 992px) {
  .modal-lg {
    width: 800px; }
  .modal-dialog:not(.modal-lg) {
    width: 500px; } }

@media (max-width: 992px) {
  .modal-content {
    min-width: 30rem; }
  .modal-body {
    padding: 20px; }
  .modal-header {
    padding-left: 20px; } }

@media (max-width: 576px) {
  .modal-content {
    min-width: initial; }
  .modal-dialog {
    margin: 5px; } }

.notification-container {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 320px;
  padding: 0px 15px;
  max-height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto; }

.notification {
  box-sizing: border-box;
  padding: 15px 15px 15px 58px;
  border-radius: 2px;
  color: #fff;
  background-color: #ccc;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  opacity: 0.9;
  margin-top: 15px; }

.notification .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 5px 0; }

.notification:hover, .notification:focus {
  opacity: 1; }

.notification-enter {
  visibility: hidden;
  transform: translate3d(100%, 0, 0); }

.notification-enter.notification-enter-active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s; }

.notification-leave {
  visibility: visible;
  transform: translate3d(0, 0, 0); }

.notification-leave.notification-leave-active {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
  transition: all 0.4s; }

.notification:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -14px;
  display: block;
  font-family: "FontAwesome";
  width: 28px;
  height: 28px;
  font-size: 28px;
  text-align: center;
  line-height: 28px; }

.notification-info {
  background-color: #2f96b4; }

.notification-info:before {
  content: "\F05A"; }

.notification-success {
  background-color: #51a351; }

.notification-success:before {
  content: "\F058"; }

.notification-warning {
  background-color: #f89406; }

.notification-warning:before {
  content: "\F06A"; }

.notification-error {
  background-color: #bd362f; }

.notification-error:before {
  content: "\F057"; }

.nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
  border-radius: 0;
  border: 0;
  color: #23395b !important; }

.nav-tabs.header-tabs {
  background: #fff;
  border: 0;
  padding: 0 0 0 30px;
  border-bottom: 1px solid #ccc; }

.nav-tabs.header-tabs .nav-link:not(.active):hover, .nav-tabs.header-tabs .navbar .dropdown-toggle:not(.active):hover, .navbar .nav-tabs.header-tabs .dropdown-toggle:not(.active):hover {
  cursor: pointer;
  color: #e83e8c !important; }

.nav-tabs.header-tabs .nav-link.active, .nav-tabs.header-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs.header-tabs .active.dropdown-toggle {
  font-weight: bold;
  color: #e83e8c !important; }

.tab-content.header-tabs {
  border: 0;
  background: transparent; }

.nav-link:first-child, .navbar .dropdown-toggle:first-child,
.nav-link:only-child,
.navbar .dropdown-toggle:only-child {
  padding-left: 0; }

.nav-tabs .nav-item {
  margin-bottom: 1px; }

.dropdown-item i {
  margin-right: 5px !important;
  color: #23395b !important; }

.dropdown-item:hover i {
  color: #71cbf4 !important; }

.display-logo {
  display: none; }

.no-display-logo {
  display: block; }

@media (max-width: 992px) {
  .display-logo {
    display: block; }
  .no-display-logo {
    display: none !important; } }

.logo {
  overflow: hidden;
  display: flex;
  border-right: 1px solid #ccc; }

.no-outline {
  outline: none !important; }

@media (max-width: 576px) {
  .nav {
    white-space: nowrap;
    overflow: auto;
    flex-wrap: initial; }
  .nav-tabs .nav-item {
    display: inline-block; } }

.spacing-table {
  border-collapse: separate;
  table-layout: fixed;
  border-spacing: 0 5px;
  background: transparent; }

.spacing-table th {
  text-align: left;
  padding: 0px 15px 15px 15px !important; }

.spacing-table td {
  border: 1px solid #c2cfd6;
  border-left: 0;
  border-right: 0;
  padding: 15px; }

.spacing-table td:first-child {
  border-left: 1px solid #c2cfd6;
  border-radius: 5px 0 0 5px; }

.spacing-table td:last-child {
  border-right: 1px solid #c2cfd6;
  border-radius: 0 5px 5px 0; }

.spacing-table thead {
  display: table;
  table-layout: fixed;
  width: 100%; }

.spacing-table tbody {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 10px; }

@media (max-width: 576px) {
  .spacing-table {
    table-layout: initial; }
  .spacing-table thead {
    table-layout: initial; }
  .spacing-table tbody {
    table-layout: initial; }
  .pad-xs-10-0 {
    padding-left: 10px !important;
    padding-right: 0 !important; }
  .pad-xs-5-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .pad-xs-30-5 {
    padding-left: 30px !important;
    padding-right: 5px !important; }
  .pad-xs-25-5 {
    padding-left: 25px !important;
    padding-right: 5px !important; }
  .pad-xs-l-10 {
    padding-left: 10px !important; } }

.ty-table-header th {
  border-top: 0 !important;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.ty-action-td {
  padding: 0 !important; }

.ty-action-td div.action-carret {
  border-left: 1px solid #c2cfd6;
  background: #fff !important;
  padding: 0.9375rem 0.9375rem;
  width: 100%;
  height: 100%;
  text-align: center;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.ty-action-td div.action-carret:hover {
  background: #f6f7f9 !important; }

tr.primary td {
  border-color: #e83e8c !important; }

tr.secondary td {
  border-color: #f6f7f9 !important; }

tr.success td {
  border-color: #4dbd74 !important; }

tr.info td {
  border-color: #71cbf4 !important; }

tr.warning td {
  border-color: #e67e22 !important; }

tr.danger td {
  border-color: #f86c6b !important; }

tr.light td {
  border-color: #f6f7f9 !important; }

tr.dark td {
  border-color: #888 !important; }

tr.gazole td {
  border-color: #f1c40f !important; }

tr.sp95 td {
  border-color: #2ecc71 !important; }

tr.gnr td {
  border-color: #eb2f06 !important; }

tr.gnv td {
  border-color: #acdc6e !important; }

tr.white td {
  border-color: #fff !important; }

.ty-table-header th {
  border-bottom: 1px solid #ccc !important; }

.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
  color: #71cbf4; }

.table-hover tbody tr:nth-of-type(odd):hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #71cbf4; }

.table-hover tbody td:last-child:hover {
  color: #23395b !important; }

.table-filters-line {
  display: flex;
  margin-bottom: 15px; }

.table-filter-search,
.table-filter-massaction,
.table-filter-pagination {
  padding: 0 5px; }

.table-filter-search {
  padding-left: 0; }

.table-filter-pagination {
  padding-right: 0; }

.table-filter-search {
  flex: 1; }

.table-filter-pagination {
  align-self: center;
  justify-content: center;
  align-content: center;
  align-items: center; }

.filter-grow {
  flex-grow: 1; }

.advanced-filter-container {
  border: 1px solid #23395b;
  background: white;
  padding: 15px;
  border-radius: 0.25rem;
  margin-bottom: 15px;
  position: relative;
  display: flex; }

.advanced-filter-container:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #23395b;
  border-width: 8px;
  margin-left: -8px; }

.advanced-filter-label {
  text-transform: uppercase;
  color: #888;
  font-weight: 500; }

.advanced-filter {
  margin-right: 15px; }

/**
 * React Switch Button control style.
 *
 * @author          =undo= <g.fazioli@undolog.com>
 * @date            2016-02-17
 * @version         2.0.0
 *
 */
.rsbc-switch-button {
  position: relative;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.rsbc-switch-button label {
  cursor: pointer; }

.rsbc-switch-button.disabled label {
  cursor: not-allowed; }

.rsbc-switch-button input[type="checkbox"] {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.rsbc-switch-button > label:first-child {
  display: inline-block;
  margin: 0 6px 0 0px; }

.rsbc-switch-button label + label {
  margin-left: 6px; }

.rsbc-switch-button input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  margin: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
   * React Switch Button control style.
   *
   * @author          =undo= <g.fazioli@undolog.com>
   * @date            2016-02-17
   * @version         2.0.0
   *
   */
.rsbc-switch-button.rsbc-switch-button-flat-round input[type="checkbox"] + label {
  padding: 2px;
  width: 48px;
  height: 24px;
  vertical-align: middle;
  background-color: #aaa;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

.rsbc-switch-button.rsbc-switch-button-flat-round.disabled input[type="checkbox"] + label {
  background-color: #eee; }

.rsbc-switch-button.rsbc-switch-button-flat-round:hover input[type="checkbox"] + label {
  background-color: #71cbf4; }

.rsbc-switch-button.rsbc-switch-button-flat-round.disabled:hover input[type="checkbox"] + label {
  background-color: #eee; }

.rsbc-switch-button.rsbc-switch-button-flat-round input[type="checkbox"] + label:before,
.rsbc-switch-button.rsbc-switch-button-flat-round input[type="checkbox"] + label:after {
  display: inline-block;
  position: absolute;
  content: ""; }

.rsbc-switch-button.rsbc-switch-button-flat-round input[type="checkbox"] + label:before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

.rsbc-switch-button.rsbc-switch-button-flat-round input[type="checkbox"] + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 16px;
  background-color: #ccc;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s; }

.rsbc-switch-button.rsbc-switch-button-flat-round.disabled input[type="checkbox"] + label:after {
  background-color: #d5d5d5; }

.rsbc-switch-button.rsbc-switch-button-flat-round:hover input[type="checkbox"]:checked + label {
  background-color: #ccc; }

.rsbc-switch-button.rsbc-switch-button-flat-round input[type="checkbox"]:checked + label {
  background-color: #71cbf4; }

.rsbc-switch-button.rsbc-switch-button-flat-round.disabled input[type="checkbox"]:checked + label {
  background-color: #eee; }

.rsbc-switch-button.rsbc-switch-button-flat-round input[type="checkbox"]:checked + label:after {
  margin-left: 24px;
  background-color: #71cbf4; }

.rsbc-switch-button.rsbc-switch-button-flat-round.disabled input[type="checkbox"]:checked + label:after {
  margin-left: 24px;
  background-color: #d5d5d5; }

.rsbc-switch-button.rsbc-switch-button.rsbc-switch-button-flat-round.rsbc-mode-select input[type="checkbox"] + label:after,
.rsbc-switch-button.rsbc-switch-button.rsbc-switch-button-flat-round.rsbc-mode-select:hover input[type="checkbox"]:checked + label,
.rsbc-switch-button.rsbc-switch-button.rsbc-switch-button-flat-round.rsbc-mode-select input[type="checkbox"] + label {
  background-color: #71cbf4 !important; }

/**
   * React Switch Button control style square.
   *
   * @author          =undo= <g.fazioli@undolog.com>
   * @date            2016-12-30
   * @version         1.0.0
   *
   */
.rsbc-switch-button.rsbc-switch-button-flat-square input[type="checkbox"] + label {
  padding: 2px;
  width: 48px;
  height: 24px;
  vertical-align: middle;
  background-color: #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

.rsbc-switch-button.rsbc-switch-button-flat-square.disabled input[type="checkbox"] + label {
  background-color: #eee; }

.rsbc-switch-button.rsbc-switch-button-flat-square:hover input[type="checkbox"] + label {
  background-color: #71cbf4; }

.rsbc-switch-button.rsbc-switch-button-flat-square.disabled:hover input[type="checkbox"] + label {
  background-color: #eee; }

.rsbc-switch-button.rsbc-switch-button-flat-square.disabled input[type="checkbox"] + label:after {
  background-color: #d5d5d5; }

.rsbc-switch-button.rsbc-switch-button-flat-square:hover input[type="checkbox"]:checked + label {
  background-color: #aaa; }

.rsbc-switch-button.rsbc-switch-button-flat-square input[type="checkbox"]:checked + label {
  background-color: #71cbf4; }

.rsbc-switch-button.rsbc-switch-button-flat-square.disabled input[type="checkbox"]:checked + label {
  background-color: #eee; }

.rsbc-switch-button.rsbc-switch-button-flat-square input[type="checkbox"]:checked + label:after {
  margin-left: 24px;
  background-color: #71cbf4 !important; }

.rsbc-switch-button.rsbc-switch-button-flat-square.disabled input[type="checkbox"]:checked + label:after {
  margin-left: 24px !important;
  background-color: #d5d5d5 !important; }

.rsbc-switch-button.rsbc-switch-button.rsbc-switch-button-flat-square.rsbc-mode-select input[type="checkbox"] + label:after,
.rsbc-switch-button.rsbc-switch-button.rsbc-switch-button-flat-square.rsbc-mode-select:hover input[type="checkbox"]:checked + label,
.rsbc-switch-button.rsbc-switch-button.rsbc-switch-button-flat-square.rsbc-mode-select input[type="checkbox"] + label {
  background-color: #71cbf4 !important; }

/* DayPicker styles */
.ty-calendar {
  border: 1px solid #ccc;
  z-index: 200;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

ul.ty-calendar-slots {
  list-style: none;
  display: block;
  padding: 15px;
  padding-bottom: 0;
  border-top: 1px solid #ccc;
  width: 100%;
  text-align: center; }

ul.ty-calendar-slots li {
  display: inline-block;
  width: 16%;
  padding: 5px; }

ul.ty-calendar-slots li div {
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

ul.ty-calendar-slots li div.available {
  color: #23395b; }

ul.ty-calendar-slots li div.available.selected {
  color: #fff;
  background: #71cbf4; }

ul.ty-calendar-slots li div.unavailable {
  color: #ccc; }

ul.ty-calendar-slots li div.available:not(.selected):hover {
  color: #71cbf4; }

.DayPicker {
  display: inline-block;
  width: 100%; }

.DayPicker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 12px 0; }

.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 1rem;
  width: calc(100% - 2rem);
  position: relative;
  margin-top: 50px; }

.DayPicker-NavBar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 .5rem;
  background: #23395b;
  border-bottom: 1px solid #ccc;
  height: 50px;
  margin: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.DayPicker-NavButton {
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer; }

.DayPicker-NavButton--prev {
  margin-top: 12px;
  float: left;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDA3LjQzNiA0MDcuNDM2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDcuNDM2IDQwNy40MzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iMzE1Ljg2OSwyMS4xNzggMjk0LjYyMSwwIDkxLjU2NiwyMDMuNzE4IDI5NC42MjEsNDA3LjQzNiAzMTUuODY5LDM4Ni4yNTggMTMzLjkyNCwyMDMuNzE4ICIgZGF0YS1vcmlnaW5hbD0iI0ZGRkZGRiIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRkZGRiIgZmlsbD0iI0ZGRkZGRiIvPjwvZz48L2c+IDwvc3ZnPg=="); }

.DayPicker-NavButton--prev:hover {
  margin-top: 12px;
  float: left;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDA3LjQzNiA0MDcuNDM2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDcuNDM2IDQwNy40MzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iMzE1Ljg2OSwyMS4xNzggMjk0LjYyMSwwIDkxLjU2NiwyMDMuNzE4IDI5NC42MjEsNDA3LjQzNiAzMTUuODY5LDM4Ni4yNTggMTMzLjkyNCwyMDMuNzE4ICIgZGF0YS1vcmlnaW5hbD0iI0ZGRkZGRiIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRkZGRiIgZmlsbD0iIzcxQ0JGNCIvPjwvZz48L2c+IDwvc3ZnPg=="); }

.DayPicker-NavButton--next {
  margin-top: 12px;
  float: right;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii0xMDEgMTkzLjYgNDA3LjQgNDA3LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTEwMSAxOTMuNiA0MDcuNCA0MDcuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMS44LDE5My42IC05LjQsMjE0LjcgMTcyLjUsMzk3LjMgLTkuNCw1NzkuOCAxMS44LDYwMSAyMTQuOSwzOTcuMyAiLz4NCjwvc3ZnPg=="); }

.DayPicker-NavButton--next:hover {
  margin-top: 12px;
  float: right;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii0xMDEgMTkzLjYgNDA3LjQgNDA3LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTEwMSAxOTMuNiA0MDcuNCA0MDcuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzcxQ0JGNDt9DQo8L3N0eWxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMS44LDE5My42IC05LjQsMjE0LjcgMTcyLjUsMzk3LjMgLTkuNCw1NzkuOCAxMS44LDYwMSAyMTQuOSwzOTcuMyAiLz4NCjwvc3ZnPg=="); }

.DayPicker-NavButton--interactionDisabled {
  display: none; }

.DayPicker-Caption {
  display: table-caption;
  height: 1.5rem;
  text-align: center;
  padding-bottom: 50px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: -48px;
  width: 80%;
  margin-left: 10%; }

.DayPicker-Weekdays {
  display: table-header-group; }

.DayPicker-WeekdaysRow {
  display: table-row; }

.DayPicker-Weekday {
  display: table-cell;
  padding: .5rem;
  font-size: .875em;
  text-align: center;
  color: #888; }

.DayPicker-Body {
  display: table-row-group; }

.DayPicker-Week {
  display: table-row; }

.DayPicker-Day {
  display: table-cell;
  padding: .5rem;
  border: 0;
  text-align: center;
  cursor: pointer;
  vertical-align: middle; }

.DayPicker-WeekNumber {
  display: table-cell;
  padding: .5rem;
  text-align: right;
  vertical-align: middle;
  min-width: 1rem;
  font-size: 0.75em;
  cursor: pointer;
  color: #23395b; }

.DayPicker-Day:hover {
  color: #71cbf4; }

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default; }

.DayPicker-Footer {
  display: table-caption;
  caption-side: bottom;
  padding-top: .5rem; }

.DayPicker-TodayButton {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: #71cbf4;
  font-size: 0.875em; }

/* Default modifiers */
.DayPicker-Day--today {
  color: #71cbf4;
  font-weight: 500; }

.DayPicker-Day--selected {
  color: #e83e8c;
  font-weight: 500; }

.DayPicker-Day--disabled, .DayPicker-Day--disabled:hover {
  color: #ccc;
  cursor: default; }

.DayPicker-Day--outside {
  cursor: default;
  color: #ccc; }

.ty-calendar-wp-100 {
  width: 100%; }

.ty-calandar.disabled .ty-input-div {
  background-color: #f6f7f9;
  cursor: not-allowed; }

.navbar-brand {
  text-align: center;
  line-height: 59px;
  overflow: hidden;
  color: #e83e8c !important;
  font-size: 20px;
  font-weight: 500; }

h1.ty-title {
  color: #23395b;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  padding: 30px 0 0 30px; }

h1.ty-title::after {
  content: ' ';
  height: 20px;
  border-bottom: 2px solid #71cbf4;
  width: 10%;
  display: block; }

h2.ty-subtitle {
  color: #23395b;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

h4.ty-subtitle {
  color: #23395b;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

.ty-period-filters {
  font-size: 12px;
  color: #ccc;
  margin: 10px 0 0 0;
  text-transform: uppercase; }

@media (max-width: 576px) {
  .ty-period-filters {
    margin: 3.5px 0 0 0; } }

.ty-order-actions {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  width: 50px;
  text-align: center; }

.ty-order-header, .ty-order-footer {
  padding: 15px 5px 15px 5px; }

.ty-order-header {
  background: #23395b;
  color: #fff; }

.ty-order-actions-caret {
  background: #f6f7f9;
  padding: 15px 1.25rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0.25rem;
  border-left: 1px solid #c2cfd6;
  cursor: pointer;
  color: #23395b; }

.ty-order-header .ty-item-action {
  color: #23395b; }

.ty-order-actions-caret:hover {
  background: #f0f3f5; }

.ty-order-gaz-block {
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 1.25rem; }

.ty-order-gaz-block:last-child,
.ty-order-gaz-block:only-child {
  margin-bottom: 0 !important; }

.ty-recap-order-cat {
  color: #23395b;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500; }

.purchase-order-value {
  background-color: #f6f7f9;
  padding: 6px 15px;
  border-radius: 17px;
  color: #888;
  font-size: 13px; }

.product-block {
  border-radius: 0.25rem;
  border: 1px solid #c2cfd6;
  display: flex;
  justify-content: space-between; }
  .product-block > div {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .product-block > div p {
      margin-bottom: 0; }
  .product-block .product-name {
    font-weight: 500;
    font-size: 1.1em; }
  .product-block .vehicle-info {
    color: #888; }
  .product-block .price {
    font-size: 1.4em;
    font-weight: 500; }

.discount-block {
  list-style: none;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border: 1px solid #c2cfd6;
  padding: 1.25rem; }
  .discount-block .discount-line {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .discount-block .discount-line > div:last-child {
      font-size: 1.3rem;
      font-weight: 400; }

.list-unstyled {
  list-style: none; }

.ty-list-item {
  margin-bottom: 10px; }

.ty-list-item:last-child {
  margin-bottom: 0; }

.ty-item {
  position: relative;
  border: 1px solid #c2cfd6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin-bottom: 15px; }

.ty-item:last-child {
  margin-bottom: 0; }

.ty-item-actions, .ty-item-icon {
  padding: 0.9375rem 0.9375rem; }

.ty-item-content {
  padding: 0 15px 0 15px;
  flex-grow: 5;
  justify-content: center;
  display: flex;
  flex-direction: column; }

.ty-item-actions {
  padding: 0;
  width: 50px;
  text-align: center; }

.ty-item-caret {
  background: #fff;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-left: 1px solid #c2cfd6;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.ty-item-caret:hover {
  background: #f0f3f5; }

.ty-item-icon {
  background: #f6f7f9;
  color: #23395b;
  padding: 0.9375rem 0.375rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-right: 1px solid #c2cfd6;
  width: 50px;
  text-align: center;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center; }

ul.ty-item-actions-list {
  list-style: none;
  position: absolute;
  top: 105%;
  right: 0;
  border: 1px solid #c2cfd6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  z-index: 100;
  background: #fff;
  padding: 0;
  margin: 0; }

ul.ty-item-actions-list li.ty-item-action {
  padding: 10px;
  border-bottom: 1px solid #c2cfd6;
  cursor: pointer;
  min-width: 170px; }

ul.ty-item-actions-list li.ty-item-action:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

ul.ty-item-actions-list li.ty-item-action:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

ul.ty-item-actions-list li.ty-item-action:hover {
  color: #71cbf4; }

.ty-item.primary,
.ty-item.primary .ty-item-actions,
.ty-item.primary .ty-item-content,
.ty-item.primary .ty-item-icon {
  border-color: #e83e8c; }

.ty-item.primary .ty-item-icon {
  background-color: #e83e8c;
  color: #fff; }

.ty-item.secondary,
.ty-item.secondary .ty-item-actions,
.ty-item.secondary .ty-item-content,
.ty-item.secondary .ty-item-icon {
  border-color: #f6f7f9; }

.ty-item.secondary .ty-item-icon {
  background-color: #f6f7f9;
  color: #111; }

.ty-item.success,
.ty-item.success .ty-item-actions,
.ty-item.success .ty-item-content,
.ty-item.success .ty-item-icon {
  border-color: #4dbd74; }

.ty-item.success .ty-item-icon {
  background-color: #4dbd74;
  color: #fff; }

.ty-item.info,
.ty-item.info .ty-item-actions,
.ty-item.info .ty-item-content,
.ty-item.info .ty-item-icon {
  border-color: #71cbf4; }

.ty-item.info .ty-item-icon {
  background-color: #71cbf4;
  color: #111; }

.ty-item.warning,
.ty-item.warning .ty-item-actions,
.ty-item.warning .ty-item-content,
.ty-item.warning .ty-item-icon {
  border-color: #e67e22; }

.ty-item.warning .ty-item-icon {
  background-color: #e67e22;
  color: #fff; }

.ty-item.danger,
.ty-item.danger .ty-item-actions,
.ty-item.danger .ty-item-content,
.ty-item.danger .ty-item-icon {
  border-color: #f86c6b; }

.ty-item.danger .ty-item-icon {
  background-color: #f86c6b;
  color: #fff; }

.ty-item.light,
.ty-item.light .ty-item-actions,
.ty-item.light .ty-item-content,
.ty-item.light .ty-item-icon {
  border-color: #f6f7f9; }

.ty-item.light .ty-item-icon {
  background-color: #f6f7f9;
  color: #111; }

.ty-item.dark,
.ty-item.dark .ty-item-actions,
.ty-item.dark .ty-item-content,
.ty-item.dark .ty-item-icon {
  border-color: #888; }

.ty-item.dark .ty-item-icon {
  background-color: #888;
  color: #fff; }

.ty-item.gazole,
.ty-item.gazole .ty-item-actions,
.ty-item.gazole .ty-item-content,
.ty-item.gazole .ty-item-icon {
  border-color: #f1c40f; }

.ty-item.gazole .ty-item-icon {
  background-color: #f1c40f;
  color: #111; }

.ty-item.sp95,
.ty-item.sp95 .ty-item-actions,
.ty-item.sp95 .ty-item-content,
.ty-item.sp95 .ty-item-icon {
  border-color: #2ecc71; }

.ty-item.sp95 .ty-item-icon {
  background-color: #2ecc71;
  color: #fff; }

.ty-item.gnr,
.ty-item.gnr .ty-item-actions,
.ty-item.gnr .ty-item-content,
.ty-item.gnr .ty-item-icon {
  border-color: #eb2f06; }

.ty-item.gnr .ty-item-icon {
  background-color: #eb2f06;
  color: #fff; }

.ty-item.gnv,
.ty-item.gnv .ty-item-actions,
.ty-item.gnv .ty-item-content,
.ty-item.gnv .ty-item-icon {
  border-color: #acdc6e; }

.ty-item.gnv .ty-item-icon {
  background-color: #acdc6e;
  color: #111; }

.ty-item.white,
.ty-item.white .ty-item-actions,
.ty-item.white .ty-item-content,
.ty-item.white .ty-item-icon {
  border-color: #fff; }

.ty-item.white .ty-item-icon {
  background-color: #fff;
  color: #111; }

.ty-item-select-border-b-1-gray {
  border-bottom: 1px solid #c2cfd6; }

.ty-item-select-border-b-1-gray:last-child {
  border-bottom: 0; }

.ty-select-suggestion-height {
  height: 20vh; }

@media (max-width: 576px) {
  .ty-select-suggestion-height {
    height: 15vh; } }

.ty-uploader-zoom-slider {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px); }

.disable-text-selection {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none; }

.m-signature-pad {
  font-size: 10px;
  width: 100%;
  height: 10rem;
  margin-bottom: 0;
  border: 1px solid #c2cfd6;
  background-color: #fff;
  border-radius: 0.25rem;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.m-signature-pad--body {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 30px;
  bottom: 5px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAyMDAxMDkwNC8vRU4iDQogImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogd2lkdGg9IjUwLjAwMDAwMHB0IiBoZWlnaHQ9IjE1MC4wMDAwMDBwdCIgdmlld0JveD0iMCAwIDUwLjAwMDAwMCAxNTAuMDAwMDAwIg0KIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPg0KPG1ldGFkYXRhPg0KQ3JlYXRlZCBieSBwb3RyYWNlIDEuMTUsIHdyaXR0ZW4gYnkgUGV0ZXIgU2VsaW5nZXIgMjAwMS0yMDE3DQo8L21ldGFkYXRhPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsMTUwLjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSINCmZpbGw9IiMyMzM5NWIiIHN0cm9rZT0ibm9uZSI+DQo8cGF0aCBkPSJNMCAyMzAgYzAgLTE5IDcgLTIwIDI1MCAtMjAgMjQzIDAgMjUwIDEgMjUwIDIwIDAgMTkgLTcgMjAgLTI1MCAyMA0KLTI0MyAwIC0yNTAgLTEgLTI1MCAtMjB6Ii8+DQo8L2c+DQo8L3N2Zz4=") no-repeat;
  background-size: 90% 25%;
  background-position-y: 80%;
  background-position-x: 50%; }

.m-signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset; }

.m-signature-pad--footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 40px; }

.m-signature-pad--footer .description {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 1.8em; }

.m-signature-pad--footer .button {
  position: absolute;
  bottom: 0; }

.m-signature-pad--footer .button.clear {
  left: 0; }

.m-signature-pad--footer .button.save {
  right: 0; }

@media screen and (max-width: 1024px) {
  .m-signature-pad {
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    width: auto;
    height: auto;
    min-width: 250px;
    min-height: 140px; }
  #github {
    display: none; } }

@media screen and (max-height: 320px) {
  .m-signature-pad--body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 32px; }
  .m-signature-pad--footer {
    left: 20px;
    right: 20px;
    bottom: 4px;
    height: 28px; }
  .m-signature-pad--footer .description {
    font-size: 1em;
    margin-top: 1em; } }

.eraser {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  opacity: 0.5;
  height: 30px;
  cursor: pointer;
  padding: 5px; }

.eraser:hover {
  opacity: 1; }

ul.pagination {
  justify-content: flex-end;
  margin-bottom: 0; }

.dropzone-container {
  border: 1px dashed #71cbf4;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #f6f7f9;
  overflow: hidden;
  margin: auto;
  cursor: pointer; }

.dropzone-container.with-canvas {
  cursor: move !important; }

.dropzone-container.file-hover {
  border: 2px solid #71cbf4 !important; }

.dropzone-container.error {
  border-color: #f86c6b !important; }

.dropzone-content,
.dropzone-zone {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.dropzone {
  width: 200px;
  height: 200px;
  background: transparent; }

.dropzone-content {
  width: 200px;
  height: 200px; }

.dropzone canvas {
  border-top: 1px dashed #71cbf4;
  border-bottom: 1px dashed #71cbf4;
  background: #fff; }

.ty-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.ty-checkbox.checked {
  background: #71cbf4;
  color: #fff; }

.ty-bold:before {
  padding: 5px; }

.dropdown-container {
  position: relative;
  display: inline; }

.dropdown-container .dropdown-btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.9375rem 0.9375rem;
  color: #23395b;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.25; }

.dropdown-container .dropdown-btn i {
  margin-left: 10px; }

.dropdown-items-container {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  min-width: 300px;
  top: 190%;
  left: 0;
  z-index: 1000; }

.dropdown-items-container.right {
  right: 0; }

.dropdown-items-container .dropdown-item {
  padding: 15px;
  cursor: pointer; }

.dropdown-items-container .dropdown-separator {
  height: 1px;
  width: 100%;
  background: #ccc; }

.dropdown-container.dropdown-shadowed .dropdown-items-container {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225); }

.heatmap-container {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0.25rem; }

.heatmap-graph-container {
  justify-content: flex-end;
  align-items: center;
  display: flex; }

.heatmap-week-container {
  display: flex;
  flex-direction: column;
  position: relative; }

.heatmap-week-day-container {
  background-color: #23395b;
  margin-top: 1px;
  margin-left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 2px; }

.heatmap-week-day-container:last-child {
  margin-bottom: 1px; }

.heatmap-week-container:last-child .heatmap-week-day-container {
  margin-right: 1px; }

.heatmap-op-0 {
  opacity: 0; }

.heatmap-op-1 {
  opacity: 0.01; }

.heatmap-op-2 {
  opacity: 0.02; }

.heatmap-op-3 {
  opacity: 0.03; }

.heatmap-op-4 {
  opacity: 0.04; }

.heatmap-op-5 {
  opacity: 0.05; }

.heatmap-op-6 {
  opacity: 0.06; }

.heatmap-op-7 {
  opacity: 0.07; }

.heatmap-op-8 {
  opacity: 0.08; }

.heatmap-op-9 {
  opacity: 0.09; }

.heatmap-op-10 {
  opacity: 0.1; }

.heatmap-op-11 {
  opacity: 0.11; }

.heatmap-op-12 {
  opacity: 0.12; }

.heatmap-op-13 {
  opacity: 0.13; }

.heatmap-op-14 {
  opacity: 0.14; }

.heatmap-op-15 {
  opacity: 0.15; }

.heatmap-op-16 {
  opacity: 0.16; }

.heatmap-op-17 {
  opacity: 0.17; }

.heatmap-op-18 {
  opacity: 0.18; }

.heatmap-op-19 {
  opacity: 0.19; }

.heatmap-op-20 {
  opacity: 0.2; }

.heatmap-op-21 {
  opacity: 0.21; }

.heatmap-op-22 {
  opacity: 0.22; }

.heatmap-op-23 {
  opacity: 0.23; }

.heatmap-op-24 {
  opacity: 0.24; }

.heatmap-op-25 {
  opacity: 0.25; }

.heatmap-op-26 {
  opacity: 0.26; }

.heatmap-op-27 {
  opacity: 0.27; }

.heatmap-op-28 {
  opacity: 0.28; }

.heatmap-op-29 {
  opacity: 0.29; }

.heatmap-op-30 {
  opacity: 0.3; }

.heatmap-op-31 {
  opacity: 0.31; }

.heatmap-op-32 {
  opacity: 0.32; }

.heatmap-op-33 {
  opacity: 0.33; }

.heatmap-op-34 {
  opacity: 0.34; }

.heatmap-op-35 {
  opacity: 0.35; }

.heatmap-op-36 {
  opacity: 0.36; }

.heatmap-op-37 {
  opacity: 0.37; }

.heatmap-op-38 {
  opacity: 0.38; }

.heatmap-op-39 {
  opacity: 0.39; }

.heatmap-op-40 {
  opacity: 0.4; }

.heatmap-op-41 {
  opacity: 0.41; }

.heatmap-op-42 {
  opacity: 0.42; }

.heatmap-op-43 {
  opacity: 0.43; }

.heatmap-op-44 {
  opacity: 0.44; }

.heatmap-op-45 {
  opacity: 0.45; }

.heatmap-op-46 {
  opacity: 0.46; }

.heatmap-op-47 {
  opacity: 0.47; }

.heatmap-op-48 {
  opacity: 0.48; }

.heatmap-op-49 {
  opacity: 0.49; }

.heatmap-op-50 {
  opacity: 0.5; }

.heatmap-op-51 {
  opacity: 0.51; }

.heatmap-op-52 {
  opacity: 0.52; }

.heatmap-op-53 {
  opacity: 0.53; }

.heatmap-op-54 {
  opacity: 0.54; }

.heatmap-op-55 {
  opacity: 0.55; }

.heatmap-op-56 {
  opacity: 0.56; }

.heatmap-op-57 {
  opacity: 0.57; }

.heatmap-op-58 {
  opacity: 0.58; }

.heatmap-op-59 {
  opacity: 0.59; }

.heatmap-op-60 {
  opacity: 0.6; }

.heatmap-op-61 {
  opacity: 0.61; }

.heatmap-op-62 {
  opacity: 0.62; }

.heatmap-op-63 {
  opacity: 0.63; }

.heatmap-op-64 {
  opacity: 0.64; }

.heatmap-op-65 {
  opacity: 0.65; }

.heatmap-op-66 {
  opacity: 0.66; }

.heatmap-op-67 {
  opacity: 0.67; }

.heatmap-op-68 {
  opacity: 0.68; }

.heatmap-op-69 {
  opacity: 0.69; }

.heatmap-op-70 {
  opacity: 0.7; }

.heatmap-op-71 {
  opacity: 0.71; }

.heatmap-op-72 {
  opacity: 0.72; }

.heatmap-op-73 {
  opacity: 0.73; }

.heatmap-op-74 {
  opacity: 0.74; }

.heatmap-op-75 {
  opacity: 0.75; }

.heatmap-op-76 {
  opacity: 0.76; }

.heatmap-op-77 {
  opacity: 0.77; }

.heatmap-op-78 {
  opacity: 0.78; }

.heatmap-op-79 {
  opacity: 0.79; }

.heatmap-op-80 {
  opacity: 0.8; }

.heatmap-op-81 {
  opacity: 0.81; }

.heatmap-op-82 {
  opacity: 0.82; }

.heatmap-op-83 {
  opacity: 0.83; }

.heatmap-op-84 {
  opacity: 0.84; }

.heatmap-op-85 {
  opacity: 0.85; }

.heatmap-op-86 {
  opacity: 0.86; }

.heatmap-op-87 {
  opacity: 0.87; }

.heatmap-op-88 {
  opacity: 0.88; }

.heatmap-op-89 {
  opacity: 0.89; }

.heatmap-op-90 {
  opacity: 0.9; }

.heatmap-op-91 {
  opacity: 0.91; }

.heatmap-op-92 {
  opacity: 0.92; }

.heatmap-op-93 {
  opacity: 0.93; }

.heatmap-op-94 {
  opacity: 0.94; }

.heatmap-op-95 {
  opacity: 0.95; }

.heatmap-op-96 {
  opacity: 0.96; }

.heatmap-op-97 {
  opacity: 0.97; }

.heatmap-op-98 {
  opacity: 0.98; }

.heatmap-op-99 {
  opacity: 0.99; }

.heatmap-op-100 {
  opacity: 1; }

ul.heatmap-day-recap {
  list-style: none;
  padding: 0;
  margin: 10px; }

ul.heatmap-day-recap li {
  font-size: 12px;
  text-align: left; }

.gas-preview {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  display: inline-block; }

.heatmap-month-label {
  font-size: 10px;
  position: absolute;
  bottom: -15px; }

.heatmap-week-day-container.blank {
  background: transparent; }

.heatmap-graph-container > div:first-child {
  display: flex;
  flex-direction: column;
  margin-right: 5px; }

.heatmap-graph-container > div:first-child div {
  flex: 1; }

.heatmap-day-label {
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  max-height: 15px;
  min-height: 15px;
  height: 15px;
  margin-top: 2px; }

.heatmap-day-label.hide {
  color: transparent; }

ul.heatmap-summary {
  list-style: none;
  flex: 2; }

select.heatmap-vehicle-selection {
  float: right; }

.heatmap-summary-container {
  display: flex;
  margin-top: 20px; }

.heatmap-year-selection-button {
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer; }

.heatmap-year-selection-button:hover {
  color: #71cbf4; }

.slider-container {
  width: 100%;
  position: relative;
  padding: 50px 0; }

.slider-back-line {
  height: 2px;
  background-color: #23395b;
  width: 100%;
  position: absolute;
  top: calc(50% - 2px); }

.slider-trigger {
  position: absolute;
  top: calc(50% - 10px);
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ccc; }

.value-label {
  color: #fff; }

.slider-value {
  margin-top: -30px;
  background-color: #71cbf4;
  padding: 3px 0;
  position: absolute;
  color: #fff;
  width: 40px;
  text-align: center;
  left: -10px;
  border-radius: 4px; }

.slider-button {
  width: 10px;
  height: 10px;
  background-color: #71cbf4;
  margin-top: 4px;
  margin-left: 4px;
  border-radius: 50%; }

.slider-range {
  height: 2px;
  background-color: #71cbf4;
  position: absolute;
  margin-top: -2px; }

.export-header-checkbox-container {
  display: flex;
  margin-bottom: 5px; }

.export-header-checkbox-container > div {
  margin-right: 10px; }

.water-indicator {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: #000;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }

.water-indicator .fill {
  animation-name: fillAction;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.2, 0.6, 0.8, 0.4);
  animation-duration: 4s;
  animation-fill-mode: forwards; }

.water-indicator .wave-shape {
  animation-name: waveAction;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 2s;
  width: 300px;
  height: 150px;
  fill: #04ACFF; }

@keyframes fillAction {
  0% {
    transform: translate(0, 150px); }
  100% {
    transform: translate(0, 20px); } }

@keyframes waveAction {
  0% {
    transform: translate(-150px, 0); }
  100% {
    transform: translate(0, 0); } }

/*!
 * 95% of the animations had been taken from :
 *
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes fade-in {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes fade-out {
  0% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes slide-on {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes slide-off {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@keyframes left-slide-on {
  0% {
    transform: translateX(-100%);
    opacity: 0;
    width: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes left-slide-off {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-100%);
    opacity: 0;
    width: 0; } }

@keyframes right-slide-on {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  50% {
    transform: translateX(50%);
    opacity: 0.2; }
  80% {
    transform: translateX(80%);
    opacity: 0.4; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes right-slide-off {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0; } }

@keyframes zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoom-out {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-timing-function: linear; }
  .animated.delay-1 {
    animation-delay: 1s; }
  .animated.delay-2 {
    animation-delay: 2s; }
  .animated.delay-3 {
    animation-delay: 3s; }
  .animated.delay-4 {
    animation-delay: 4s; }
  .animated.fast {
    animation-duration: 800ms; }
  .animated.slow {
    animation-duration: 1s; }
  .animated.slower {
    animation-duration: 2s; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.reverse {
    animation-direction: reverse; }
  .animated.spin {
    animation-name: spin; }
  .animated.fade-in {
    animation-name: fade-in; }
  .animated.fade-out {
    animation-name: fade-out; }
  .animated.zoom-in {
    animation-name: zoom-in; }
  .animated.zoom-out {
    animation-name: zoom-out; }
  .animated.bounce {
    animation-name: bounce;
    transform-origin: center bottom; }
  .animated.flash {
    animation-name: flash; }
  .animated.pulse {
    animation-name: pulse; }
  .animated.rubber-band {
    animation-name: rubberBand; }
  .animated.shake {
    animation-name: shake; }
  .animated.head-shake {
    animation-timing-function: ease-in-out;
    animation-name: headShake; }
  .animated.swing {
    transform-origin: top center;
    animation-name: swing; }
  .animated.tada {
    animation-name: tada; }
  .animated.wobble {
    animation-name: wobble; }
  .animated.jello {
    animation-name: jello;
    transform-origin: center; }
  .animated.heart-beat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out; }
  .animated.right-slide-on {
    animation-name: right-slide-on;
    animation-duration: 250ms; }

/*
 * SLIDERS VARIABLES
 */
.slider-container {
  display: flex;
  position: relative;
  min-height: 80px; }
  .slider-container .slider-back-bar,
  .slider-container .slider-active-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 39px;
    height: 2px;
    background: #ccc; }
  .slider-container .slider-active-bar {
    background: #71cbf4; }
  .slider-container .slider-minmax-value {
    position: absolute;
    top: 58px; }
    .slider-container .slider-minmax-value.min {
      left: 0; }
    .slider-container .slider-minmax-value.max {
      right: 0; }
  .slider-container .slider-marker-value {
    position: absolute;
    line-height: 1.42rem;
    background: #71cbf4;
    border-radius: 0.25rem;
    color: #fff;
    padding: 0 0.7rem; }
  .slider-container .slider-marker-container {
    cursor: grab;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    top: 31px;
    background: #fff;
    padding: 0; }
    .slider-container .slider-marker-container .slider-marker-pin {
      margin: 4px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #71cbf4; }

.timeslot-selection-container {
  display: flex;
  justify-content: space-around;
  position: relative;
  padding-top: 50px; }
  .timeslot-selection-container .timeslot, .timeslot-selection-container .last-filler-ts {
    flex: 1;
    background-color: #ccc;
    position: relative;
    height: 5px;
    border-radius: 1px;
    pointer-events: none; }
    .timeslot-selection-container .timeslot .label, .timeslot-selection-container .last-filler-ts .label {
      font-size: 12px;
      position: absolute;
      top: -50px;
      right: -30px;
      text-align: center;
      cursor: pointer;
      pointer-events: initial; }
  .timeslot-selection-container .timeslot::after {
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #ccc;
    cursor: pointer;
    content: " ";
    z-index: 1;
    pointer-events: initial; }
  .timeslot-selection-container .timeslot.selected:not(.no-min) {
    background-color: #71cbf4;
    border-color: #71cbf4; }
  .timeslot-selection-container .timeslot.selected::after {
    background-color: #12a8ed;
    border-color: #71cbf4;
    animation-fill-mode: both;
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out; }
  .timeslot-selection-container .over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, white 100%);
    pointer-events: none; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.font-xs {
  font-size: .75rem !important; }

.font-sm {
  font-size: .85rem !important; }

.font-lg {
  font-size: 1rem !important; }

.font-xl {
  font-size: 1.25rem !important; }

.font-2xl {
  font-size: 1.5rem !important; }

.font-3xl {
  font-size: 1.75rem !important; }

.font-4xl {
  font-size: 2rem !important; }

.font-5xl {
  font-size: 2.5rem !important; }

.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; }

@-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; }

.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #29363d;
  background: #fff;
  border-left: 1px solid #c2cfd6; }
  .aside-menu .nav-tabs {
    border-color: #c2cfd6; }
    .aside-menu .nav-tabs .nav-link, .aside-menu .nav-tabs .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .dropdown-toggle {
      padding: 0.75rem 1rem;
      color: #23395b;
      border-top: 0; }
      .aside-menu .nav-tabs .nav-link.active, .aside-menu .nav-tabs .navbar .active.dropdown-toggle, .navbar .aside-menu .nav-tabs .active.dropdown-toggle {
        color: #e83e8c;
        border-right-color: #c2cfd6;
        border-left-color: #c2cfd6; }
    .aside-menu .nav-tabs .nav-item:first-child .nav-link, .aside-menu .nav-tabs .nav-item:first-child .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .nav-item:first-child .dropdown-toggle {
      border-left: 0; }
  .aside-menu .tab-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid #c2cfd6;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .aside-menu .tab-content::-webkit-scrollbar {
      width: 10px;
      margin-left: -10px;
      -webkit-appearance: none; }
    .aside-menu .tab-content::-webkit-scrollbar-track {
      background-color: white;
      border-right: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2; }
    .aside-menu .tab-content::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #e6e6e6;
      background-clip: content-box;
      border-color: transparent;
      border-style: solid;
      border-width: 1px 2px; }
    .aside-menu .tab-content .tab-pane {
      padding: 0; }

.img-avatar {
  border-radius: 50em; }

.avatar {
  position: relative;
  display: inline-block;
  width: 36px; }
  .avatar .img-avatar {
    width: 36px;
    height: 36px; }
  .avatar .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px; }
  .avatar.avatar-xs .img-avatar {
    width: 20px;
    height: 20px; }
  .avatar.avatar-xs .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px; }
  .avatar.avatar-sm .img-avatar {
    width: 24px;
    height: 24px; }
  .avatar.avatar-sm .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px; }
  .avatar.avatar-lg .img-avatar {
    width: 72px;
    height: 72px; }
  .avatar.avatar-lg .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatars-stack .avatar.avatar-xs {
  margin-right: -10px; }

.avatars-stack .avatar {
  margin-right: -15px;
  transition: margin-left 0.25s, margin-right 0.25s; }
  .avatars-stack .avatar:hover {
    margin-right: 0 !important; }

.badge-pill {
  border-radius: 10rem; }

.breadcrumb-menu {
  position: absolute;
  top: 0;
  right: 1rem; }
  .breadcrumb-menu::before {
    display: none; }
  .breadcrumb-menu .btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .breadcrumb-menu .btn {
    color: #536c79; }
    .breadcrumb-menu .btn:hover, .breadcrumb-menu .btn.active {
      color: #23395b;
      background: transparent; }
  .breadcrumb-menu .open .btn {
    color: #23395b;
    background: transparent; }
  .breadcrumb-menu .dropdown-menu {
    min-width: 180px;
    line-height: 1.5; }

.breadcrumb {
  position: relative;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #c2cfd6; }

button {
  cursor: pointer; }

.btn .badge {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 9px; }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }

.btn [class^="icon-"], .btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle; }

.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-flickr,
.btn-tumblr,
.btn-xing,
.btn-github,
.btn-html5,
.btn-openid,
.btn-stack-overflow,
.btn-youtube,
.btn-css3,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-vk,
.btn-yahoo,
.btn-behance,
.btn-dropbox,
.btn-reddit,
.btn-spotify,
.btn-vine,
.btn-foursquare,
.btn-vimeo {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  padding: 0.9375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 0;
  border-radius: 0.25rem; }
  .btn-facebook::before,
  .btn-twitter::before,
  .btn-linkedin::before,
  .btn-flickr::before,
  .btn-tumblr::before,
  .btn-xing::before,
  .btn-github::before,
  .btn-html5::before,
  .btn-openid::before,
  .btn-stack-overflow::before,
  .btn-youtube::before,
  .btn-css3::before,
  .btn-dribbble::before,
  .btn-google-plus::before,
  .btn-instagram::before,
  .btn-pinterest::before,
  .btn-vk::before,
  .btn-yahoo::before,
  .btn-behance::before,
  .btn-dropbox::before,
  .btn-reddit::before,
  .btn-spotify::before,
  .btn-vine::before,
  .btn-foursquare::before,
  .btn-vimeo::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .btn-facebook:hover,
  .btn-twitter:hover,
  .btn-linkedin:hover,
  .btn-flickr:hover,
  .btn-tumblr:hover,
  .btn-xing:hover,
  .btn-github:hover,
  .btn-html5:hover,
  .btn-openid:hover,
  .btn-stack-overflow:hover,
  .btn-youtube:hover,
  .btn-css3:hover,
  .btn-dribbble:hover,
  .btn-google-plus:hover,
  .btn-instagram:hover,
  .btn-pinterest:hover,
  .btn-vk:hover,
  .btn-yahoo:hover,
  .btn-behance:hover,
  .btn-dropbox:hover,
  .btn-reddit:hover,
  .btn-spotify:hover,
  .btn-vine:hover,
  .btn-foursquare:hover,
  .btn-vimeo:hover {
    color: #fff; }
  .btn-facebook.icon span,
  .btn-twitter.icon span,
  .btn-linkedin.icon span,
  .btn-flickr.icon span,
  .btn-tumblr.icon span,
  .btn-xing.icon span,
  .btn-github.icon span,
  .btn-html5.icon span,
  .btn-openid.icon span,
  .btn-stack-overflow.icon span,
  .btn-youtube.icon span,
  .btn-css3.icon span,
  .btn-dribbble.icon span,
  .btn-google-plus.icon span,
  .btn-instagram.icon span,
  .btn-pinterest.icon span,
  .btn-vk.icon span,
  .btn-yahoo.icon span,
  .btn-behance.icon span,
  .btn-dropbox.icon span,
  .btn-reddit.icon span,
  .btn-spotify.icon span,
  .btn-vine.icon span,
  .btn-foursquare.icon span,
  .btn-vimeo.icon span {
    display: none; }
  .btn-facebook.text::before,
  .btn-twitter.text::before,
  .btn-linkedin.text::before,
  .btn-flickr.text::before,
  .btn-tumblr.text::before,
  .btn-xing.text::before,
  .btn-github.text::before,
  .btn-html5.text::before,
  .btn-openid.text::before,
  .btn-stack-overflow.text::before,
  .btn-youtube.text::before,
  .btn-css3.text::before,
  .btn-dribbble.text::before,
  .btn-google-plus.text::before,
  .btn-instagram.text::before,
  .btn-pinterest.text::before,
  .btn-vk.text::before,
  .btn-yahoo.text::before,
  .btn-behance.text::before,
  .btn-dropbox.text::before,
  .btn-reddit.text::before,
  .btn-spotify.text::before,
  .btn-vine.text::before,
  .btn-foursquare.text::before,
  .btn-vimeo.text::before {
    display: none; }
  .btn-facebook.text span,
  .btn-twitter.text span,
  .btn-linkedin.text span,
  .btn-flickr.text span,
  .btn-tumblr.text span,
  .btn-xing.text span,
  .btn-github.text span,
  .btn-html5.text span,
  .btn-openid.text span,
  .btn-stack-overflow.text span,
  .btn-youtube.text span,
  .btn-css3.text span,
  .btn-dribbble.text span,
  .btn-google-plus.text span,
  .btn-instagram.text span,
  .btn-pinterest.text span,
  .btn-vk.text span,
  .btn-yahoo.text span,
  .btn-behance.text span,
  .btn-dropbox.text span,
  .btn-reddit.text span,
  .btn-spotify.text span,
  .btn-vine.text span,
  .btn-foursquare.text span,
  .btn-vimeo.text span {
    margin-left: 0 !important; }
  .btn-facebook::before,
  .btn-twitter::before,
  .btn-linkedin::before,
  .btn-flickr::before,
  .btn-tumblr::before,
  .btn-xing::before,
  .btn-github::before,
  .btn-html5::before,
  .btn-openid::before,
  .btn-stack-overflow::before,
  .btn-youtube::before,
  .btn-css3::before,
  .btn-dribbble::before,
  .btn-google-plus::before,
  .btn-instagram::before,
  .btn-pinterest::before,
  .btn-vk::before,
  .btn-yahoo::before,
  .btn-behance::before,
  .btn-dropbox::before,
  .btn-reddit::before,
  .btn-spotify::before,
  .btn-vine::before,
  .btn-foursquare::before,
  .btn-vimeo::before {
    width: 3.1875rem;
    height: 3.1875rem;
    padding: 0.9375rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem; }
  .btn-facebook span,
  .btn-twitter span,
  .btn-linkedin span,
  .btn-flickr span,
  .btn-tumblr span,
  .btn-xing span,
  .btn-github span,
  .btn-html5 span,
  .btn-openid span,
  .btn-stack-overflow span,
  .btn-youtube span,
  .btn-css3 span,
  .btn-dribbble span,
  .btn-google-plus span,
  .btn-instagram span,
  .btn-pinterest span,
  .btn-vk span,
  .btn-yahoo span,
  .btn-behance span,
  .btn-dropbox span,
  .btn-reddit span,
  .btn-spotify span,
  .btn-vine span,
  .btn-foursquare span,
  .btn-vimeo span {
    margin-left: 3.1875rem; }
  .btn-facebook.icon,
  .btn-twitter.icon,
  .btn-linkedin.icon,
  .btn-flickr.icon,
  .btn-tumblr.icon,
  .btn-xing.icon,
  .btn-github.icon,
  .btn-html5.icon,
  .btn-openid.icon,
  .btn-stack-overflow.icon,
  .btn-youtube.icon,
  .btn-css3.icon,
  .btn-dribbble.icon,
  .btn-google-plus.icon,
  .btn-instagram.icon,
  .btn-pinterest.icon,
  .btn-vk.icon,
  .btn-yahoo.icon,
  .btn-behance.icon,
  .btn-dropbox.icon,
  .btn-reddit.icon,
  .btn-spotify.icon,
  .btn-vine.icon,
  .btn-foursquare.icon,
  .btn-vimeo.icon {
    width: 3.1875rem;
    height: 3.1875rem; }
  .btn-facebook.btn-lg, .btn-group-lg > .btn-facebook.btn,
  .btn-twitter.btn-lg,
  .btn-group-lg > .btn-twitter.btn,
  .btn-linkedin.btn-lg,
  .btn-group-lg > .btn-linkedin.btn,
  .btn-flickr.btn-lg,
  .btn-group-lg > .btn-flickr.btn,
  .btn-tumblr.btn-lg,
  .btn-group-lg > .btn-tumblr.btn,
  .btn-xing.btn-lg,
  .btn-group-lg > .btn-xing.btn,
  .btn-github.btn-lg,
  .btn-group-lg > .btn-github.btn,
  .btn-html5.btn-lg,
  .btn-group-lg > .btn-html5.btn,
  .btn-openid.btn-lg,
  .btn-group-lg > .btn-openid.btn,
  .btn-stack-overflow.btn-lg,
  .btn-group-lg > .btn-stack-overflow.btn,
  .btn-youtube.btn-lg,
  .btn-group-lg > .btn-youtube.btn,
  .btn-css3.btn-lg,
  .btn-group-lg > .btn-css3.btn,
  .btn-dribbble.btn-lg,
  .btn-group-lg > .btn-dribbble.btn,
  .btn-google-plus.btn-lg,
  .btn-group-lg > .btn-google-plus.btn,
  .btn-instagram.btn-lg,
  .btn-group-lg > .btn-instagram.btn,
  .btn-pinterest.btn-lg,
  .btn-group-lg > .btn-pinterest.btn,
  .btn-vk.btn-lg,
  .btn-group-lg > .btn-vk.btn,
  .btn-yahoo.btn-lg,
  .btn-group-lg > .btn-yahoo.btn,
  .btn-behance.btn-lg,
  .btn-group-lg > .btn-behance.btn,
  .btn-dropbox.btn-lg,
  .btn-group-lg > .btn-dropbox.btn,
  .btn-reddit.btn-lg,
  .btn-group-lg > .btn-reddit.btn,
  .btn-spotify.btn-lg,
  .btn-group-lg > .btn-spotify.btn,
  .btn-vine.btn-lg,
  .btn-group-lg > .btn-vine.btn,
  .btn-foursquare.btn-lg,
  .btn-group-lg > .btn-foursquare.btn,
  .btn-vimeo.btn-lg,
  .btn-group-lg > .btn-vimeo.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border: 0;
    border-radius: 0.3rem; }
    .btn-facebook.btn-lg::before, .btn-group-lg > .btn-facebook.btn::before,
    .btn-twitter.btn-lg::before,
    .btn-group-lg > .btn-twitter.btn::before,
    .btn-linkedin.btn-lg::before,
    .btn-group-lg > .btn-linkedin.btn::before,
    .btn-flickr.btn-lg::before,
    .btn-group-lg > .btn-flickr.btn::before,
    .btn-tumblr.btn-lg::before,
    .btn-group-lg > .btn-tumblr.btn::before,
    .btn-xing.btn-lg::before,
    .btn-group-lg > .btn-xing.btn::before,
    .btn-github.btn-lg::before,
    .btn-group-lg > .btn-github.btn::before,
    .btn-html5.btn-lg::before,
    .btn-group-lg > .btn-html5.btn::before,
    .btn-openid.btn-lg::before,
    .btn-group-lg > .btn-openid.btn::before,
    .btn-stack-overflow.btn-lg::before,
    .btn-group-lg > .btn-stack-overflow.btn::before,
    .btn-youtube.btn-lg::before,
    .btn-group-lg > .btn-youtube.btn::before,
    .btn-css3.btn-lg::before,
    .btn-group-lg > .btn-css3.btn::before,
    .btn-dribbble.btn-lg::before,
    .btn-group-lg > .btn-dribbble.btn::before,
    .btn-google-plus.btn-lg::before,
    .btn-group-lg > .btn-google-plus.btn::before,
    .btn-instagram.btn-lg::before,
    .btn-group-lg > .btn-instagram.btn::before,
    .btn-pinterest.btn-lg::before,
    .btn-group-lg > .btn-pinterest.btn::before,
    .btn-vk.btn-lg::before,
    .btn-group-lg > .btn-vk.btn::before,
    .btn-yahoo.btn-lg::before,
    .btn-group-lg > .btn-yahoo.btn::before,
    .btn-behance.btn-lg::before,
    .btn-group-lg > .btn-behance.btn::before,
    .btn-dropbox.btn-lg::before,
    .btn-group-lg > .btn-dropbox.btn::before,
    .btn-reddit.btn-lg::before,
    .btn-group-lg > .btn-reddit.btn::before,
    .btn-spotify.btn-lg::before,
    .btn-group-lg > .btn-spotify.btn::before,
    .btn-vine.btn-lg::before,
    .btn-group-lg > .btn-vine.btn::before,
    .btn-foursquare.btn-lg::before,
    .btn-group-lg > .btn-foursquare.btn::before,
    .btn-vimeo.btn-lg::before,
    .btn-group-lg > .btn-vimeo.btn::before {
      width: 2.875rem;
      height: 2.875rem;
      padding: 0.5rem 0;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: 0.3rem; }
    .btn-facebook.btn-lg span, .btn-group-lg > .btn-facebook.btn span,
    .btn-twitter.btn-lg span,
    .btn-group-lg > .btn-twitter.btn span,
    .btn-linkedin.btn-lg span,
    .btn-group-lg > .btn-linkedin.btn span,
    .btn-flickr.btn-lg span,
    .btn-group-lg > .btn-flickr.btn span,
    .btn-tumblr.btn-lg span,
    .btn-group-lg > .btn-tumblr.btn span,
    .btn-xing.btn-lg span,
    .btn-group-lg > .btn-xing.btn span,
    .btn-github.btn-lg span,
    .btn-group-lg > .btn-github.btn span,
    .btn-html5.btn-lg span,
    .btn-group-lg > .btn-html5.btn span,
    .btn-openid.btn-lg span,
    .btn-group-lg > .btn-openid.btn span,
    .btn-stack-overflow.btn-lg span,
    .btn-group-lg > .btn-stack-overflow.btn span,
    .btn-youtube.btn-lg span,
    .btn-group-lg > .btn-youtube.btn span,
    .btn-css3.btn-lg span,
    .btn-group-lg > .btn-css3.btn span,
    .btn-dribbble.btn-lg span,
    .btn-group-lg > .btn-dribbble.btn span,
    .btn-google-plus.btn-lg span,
    .btn-group-lg > .btn-google-plus.btn span,
    .btn-instagram.btn-lg span,
    .btn-group-lg > .btn-instagram.btn span,
    .btn-pinterest.btn-lg span,
    .btn-group-lg > .btn-pinterest.btn span,
    .btn-vk.btn-lg span,
    .btn-group-lg > .btn-vk.btn span,
    .btn-yahoo.btn-lg span,
    .btn-group-lg > .btn-yahoo.btn span,
    .btn-behance.btn-lg span,
    .btn-group-lg > .btn-behance.btn span,
    .btn-dropbox.btn-lg span,
    .btn-group-lg > .btn-dropbox.btn span,
    .btn-reddit.btn-lg span,
    .btn-group-lg > .btn-reddit.btn span,
    .btn-spotify.btn-lg span,
    .btn-group-lg > .btn-spotify.btn span,
    .btn-vine.btn-lg span,
    .btn-group-lg > .btn-vine.btn span,
    .btn-foursquare.btn-lg span,
    .btn-group-lg > .btn-foursquare.btn span,
    .btn-vimeo.btn-lg span,
    .btn-group-lg > .btn-vimeo.btn span {
      margin-left: 2.875rem; }
    .btn-facebook.btn-lg.icon, .btn-group-lg > .btn-facebook.icon.btn,
    .btn-twitter.btn-lg.icon,
    .btn-group-lg > .btn-twitter.icon.btn,
    .btn-linkedin.btn-lg.icon,
    .btn-group-lg > .btn-linkedin.icon.btn,
    .btn-flickr.btn-lg.icon,
    .btn-group-lg > .btn-flickr.icon.btn,
    .btn-tumblr.btn-lg.icon,
    .btn-group-lg > .btn-tumblr.icon.btn,
    .btn-xing.btn-lg.icon,
    .btn-group-lg > .btn-xing.icon.btn,
    .btn-github.btn-lg.icon,
    .btn-group-lg > .btn-github.icon.btn,
    .btn-html5.btn-lg.icon,
    .btn-group-lg > .btn-html5.icon.btn,
    .btn-openid.btn-lg.icon,
    .btn-group-lg > .btn-openid.icon.btn,
    .btn-stack-overflow.btn-lg.icon,
    .btn-group-lg > .btn-stack-overflow.icon.btn,
    .btn-youtube.btn-lg.icon,
    .btn-group-lg > .btn-youtube.icon.btn,
    .btn-css3.btn-lg.icon,
    .btn-group-lg > .btn-css3.icon.btn,
    .btn-dribbble.btn-lg.icon,
    .btn-group-lg > .btn-dribbble.icon.btn,
    .btn-google-plus.btn-lg.icon,
    .btn-group-lg > .btn-google-plus.icon.btn,
    .btn-instagram.btn-lg.icon,
    .btn-group-lg > .btn-instagram.icon.btn,
    .btn-pinterest.btn-lg.icon,
    .btn-group-lg > .btn-pinterest.icon.btn,
    .btn-vk.btn-lg.icon,
    .btn-group-lg > .btn-vk.icon.btn,
    .btn-yahoo.btn-lg.icon,
    .btn-group-lg > .btn-yahoo.icon.btn,
    .btn-behance.btn-lg.icon,
    .btn-group-lg > .btn-behance.icon.btn,
    .btn-dropbox.btn-lg.icon,
    .btn-group-lg > .btn-dropbox.icon.btn,
    .btn-reddit.btn-lg.icon,
    .btn-group-lg > .btn-reddit.icon.btn,
    .btn-spotify.btn-lg.icon,
    .btn-group-lg > .btn-spotify.icon.btn,
    .btn-vine.btn-lg.icon,
    .btn-group-lg > .btn-vine.icon.btn,
    .btn-foursquare.btn-lg.icon,
    .btn-group-lg > .btn-foursquare.icon.btn,
    .btn-vimeo.btn-lg.icon,
    .btn-group-lg > .btn-vimeo.icon.btn {
      width: 2.875rem;
      height: 2.875rem; }
  .btn-facebook.btn-sm, .btn-group-sm > .btn-facebook.btn,
  .btn-twitter.btn-sm,
  .btn-group-sm > .btn-twitter.btn,
  .btn-linkedin.btn-sm,
  .btn-group-sm > .btn-linkedin.btn,
  .btn-flickr.btn-sm,
  .btn-group-sm > .btn-flickr.btn,
  .btn-tumblr.btn-sm,
  .btn-group-sm > .btn-tumblr.btn,
  .btn-xing.btn-sm,
  .btn-group-sm > .btn-xing.btn,
  .btn-github.btn-sm,
  .btn-group-sm > .btn-github.btn,
  .btn-html5.btn-sm,
  .btn-group-sm > .btn-html5.btn,
  .btn-openid.btn-sm,
  .btn-group-sm > .btn-openid.btn,
  .btn-stack-overflow.btn-sm,
  .btn-group-sm > .btn-stack-overflow.btn,
  .btn-youtube.btn-sm,
  .btn-group-sm > .btn-youtube.btn,
  .btn-css3.btn-sm,
  .btn-group-sm > .btn-css3.btn,
  .btn-dribbble.btn-sm,
  .btn-group-sm > .btn-dribbble.btn,
  .btn-google-plus.btn-sm,
  .btn-group-sm > .btn-google-plus.btn,
  .btn-instagram.btn-sm,
  .btn-group-sm > .btn-instagram.btn,
  .btn-pinterest.btn-sm,
  .btn-group-sm > .btn-pinterest.btn,
  .btn-vk.btn-sm,
  .btn-group-sm > .btn-vk.btn,
  .btn-yahoo.btn-sm,
  .btn-group-sm > .btn-yahoo.btn,
  .btn-behance.btn-sm,
  .btn-group-sm > .btn-behance.btn,
  .btn-dropbox.btn-sm,
  .btn-group-sm > .btn-dropbox.btn,
  .btn-reddit.btn-sm,
  .btn-group-sm > .btn-reddit.btn,
  .btn-spotify.btn-sm,
  .btn-group-sm > .btn-spotify.btn,
  .btn-vine.btn-sm,
  .btn-group-sm > .btn-vine.btn,
  .btn-foursquare.btn-sm,
  .btn-group-sm > .btn-foursquare.btn,
  .btn-vimeo.btn-sm,
  .btn-group-sm > .btn-vimeo.btn {
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 0;
    border-radius: 0.2rem; }
    .btn-facebook.btn-sm::before, .btn-group-sm > .btn-facebook.btn::before,
    .btn-twitter.btn-sm::before,
    .btn-group-sm > .btn-twitter.btn::before,
    .btn-linkedin.btn-sm::before,
    .btn-group-sm > .btn-linkedin.btn::before,
    .btn-flickr.btn-sm::before,
    .btn-group-sm > .btn-flickr.btn::before,
    .btn-tumblr.btn-sm::before,
    .btn-group-sm > .btn-tumblr.btn::before,
    .btn-xing.btn-sm::before,
    .btn-group-sm > .btn-xing.btn::before,
    .btn-github.btn-sm::before,
    .btn-group-sm > .btn-github.btn::before,
    .btn-html5.btn-sm::before,
    .btn-group-sm > .btn-html5.btn::before,
    .btn-openid.btn-sm::before,
    .btn-group-sm > .btn-openid.btn::before,
    .btn-stack-overflow.btn-sm::before,
    .btn-group-sm > .btn-stack-overflow.btn::before,
    .btn-youtube.btn-sm::before,
    .btn-group-sm > .btn-youtube.btn::before,
    .btn-css3.btn-sm::before,
    .btn-group-sm > .btn-css3.btn::before,
    .btn-dribbble.btn-sm::before,
    .btn-group-sm > .btn-dribbble.btn::before,
    .btn-google-plus.btn-sm::before,
    .btn-group-sm > .btn-google-plus.btn::before,
    .btn-instagram.btn-sm::before,
    .btn-group-sm > .btn-instagram.btn::before,
    .btn-pinterest.btn-sm::before,
    .btn-group-sm > .btn-pinterest.btn::before,
    .btn-vk.btn-sm::before,
    .btn-group-sm > .btn-vk.btn::before,
    .btn-yahoo.btn-sm::before,
    .btn-group-sm > .btn-yahoo.btn::before,
    .btn-behance.btn-sm::before,
    .btn-group-sm > .btn-behance.btn::before,
    .btn-dropbox.btn-sm::before,
    .btn-group-sm > .btn-dropbox.btn::before,
    .btn-reddit.btn-sm::before,
    .btn-group-sm > .btn-reddit.btn::before,
    .btn-spotify.btn-sm::before,
    .btn-group-sm > .btn-spotify.btn::before,
    .btn-vine.btn-sm::before,
    .btn-group-sm > .btn-vine.btn::before,
    .btn-foursquare.btn-sm::before,
    .btn-group-sm > .btn-foursquare.btn::before,
    .btn-vimeo.btn-sm::before,
    .btn-group-sm > .btn-vimeo.btn::before {
      width: 2.3125rem;
      height: 2.3125rem;
      padding: 0.5rem 0;
      font-size: 0.875rem;
      line-height: 1.5;
      border-radius: 0.2rem; }
    .btn-facebook.btn-sm span, .btn-group-sm > .btn-facebook.btn span,
    .btn-twitter.btn-sm span,
    .btn-group-sm > .btn-twitter.btn span,
    .btn-linkedin.btn-sm span,
    .btn-group-sm > .btn-linkedin.btn span,
    .btn-flickr.btn-sm span,
    .btn-group-sm > .btn-flickr.btn span,
    .btn-tumblr.btn-sm span,
    .btn-group-sm > .btn-tumblr.btn span,
    .btn-xing.btn-sm span,
    .btn-group-sm > .btn-xing.btn span,
    .btn-github.btn-sm span,
    .btn-group-sm > .btn-github.btn span,
    .btn-html5.btn-sm span,
    .btn-group-sm > .btn-html5.btn span,
    .btn-openid.btn-sm span,
    .btn-group-sm > .btn-openid.btn span,
    .btn-stack-overflow.btn-sm span,
    .btn-group-sm > .btn-stack-overflow.btn span,
    .btn-youtube.btn-sm span,
    .btn-group-sm > .btn-youtube.btn span,
    .btn-css3.btn-sm span,
    .btn-group-sm > .btn-css3.btn span,
    .btn-dribbble.btn-sm span,
    .btn-group-sm > .btn-dribbble.btn span,
    .btn-google-plus.btn-sm span,
    .btn-group-sm > .btn-google-plus.btn span,
    .btn-instagram.btn-sm span,
    .btn-group-sm > .btn-instagram.btn span,
    .btn-pinterest.btn-sm span,
    .btn-group-sm > .btn-pinterest.btn span,
    .btn-vk.btn-sm span,
    .btn-group-sm > .btn-vk.btn span,
    .btn-yahoo.btn-sm span,
    .btn-group-sm > .btn-yahoo.btn span,
    .btn-behance.btn-sm span,
    .btn-group-sm > .btn-behance.btn span,
    .btn-dropbox.btn-sm span,
    .btn-group-sm > .btn-dropbox.btn span,
    .btn-reddit.btn-sm span,
    .btn-group-sm > .btn-reddit.btn span,
    .btn-spotify.btn-sm span,
    .btn-group-sm > .btn-spotify.btn span,
    .btn-vine.btn-sm span,
    .btn-group-sm > .btn-vine.btn span,
    .btn-foursquare.btn-sm span,
    .btn-group-sm > .btn-foursquare.btn span,
    .btn-vimeo.btn-sm span,
    .btn-group-sm > .btn-vimeo.btn span {
      margin-left: 2.3125rem; }
    .btn-facebook.btn-sm.icon, .btn-group-sm > .btn-facebook.icon.btn,
    .btn-twitter.btn-sm.icon,
    .btn-group-sm > .btn-twitter.icon.btn,
    .btn-linkedin.btn-sm.icon,
    .btn-group-sm > .btn-linkedin.icon.btn,
    .btn-flickr.btn-sm.icon,
    .btn-group-sm > .btn-flickr.icon.btn,
    .btn-tumblr.btn-sm.icon,
    .btn-group-sm > .btn-tumblr.icon.btn,
    .btn-xing.btn-sm.icon,
    .btn-group-sm > .btn-xing.icon.btn,
    .btn-github.btn-sm.icon,
    .btn-group-sm > .btn-github.icon.btn,
    .btn-html5.btn-sm.icon,
    .btn-group-sm > .btn-html5.icon.btn,
    .btn-openid.btn-sm.icon,
    .btn-group-sm > .btn-openid.icon.btn,
    .btn-stack-overflow.btn-sm.icon,
    .btn-group-sm > .btn-stack-overflow.icon.btn,
    .btn-youtube.btn-sm.icon,
    .btn-group-sm > .btn-youtube.icon.btn,
    .btn-css3.btn-sm.icon,
    .btn-group-sm > .btn-css3.icon.btn,
    .btn-dribbble.btn-sm.icon,
    .btn-group-sm > .btn-dribbble.icon.btn,
    .btn-google-plus.btn-sm.icon,
    .btn-group-sm > .btn-google-plus.icon.btn,
    .btn-instagram.btn-sm.icon,
    .btn-group-sm > .btn-instagram.icon.btn,
    .btn-pinterest.btn-sm.icon,
    .btn-group-sm > .btn-pinterest.icon.btn,
    .btn-vk.btn-sm.icon,
    .btn-group-sm > .btn-vk.icon.btn,
    .btn-yahoo.btn-sm.icon,
    .btn-group-sm > .btn-yahoo.icon.btn,
    .btn-behance.btn-sm.icon,
    .btn-group-sm > .btn-behance.icon.btn,
    .btn-dropbox.btn-sm.icon,
    .btn-group-sm > .btn-dropbox.icon.btn,
    .btn-reddit.btn-sm.icon,
    .btn-group-sm > .btn-reddit.icon.btn,
    .btn-spotify.btn-sm.icon,
    .btn-group-sm > .btn-spotify.icon.btn,
    .btn-vine.btn-sm.icon,
    .btn-group-sm > .btn-vine.icon.btn,
    .btn-foursquare.btn-sm.icon,
    .btn-group-sm > .btn-foursquare.icon.btn,
    .btn-vimeo.btn-sm.icon,
    .btn-group-sm > .btn-vimeo.icon.btn {
      width: 2.3125rem;
      height: 2.3125rem; }

.btn-facebook {
  background: #3b5998; }
  .btn-facebook::before {
    content: "\F09A";
    background: #344e86; }
  .btn-facebook:hover {
    background: #344e86; }
    .btn-facebook:hover::before {
      background: #2d4373; }

.btn-twitter {
  background: #00aced; }
  .btn-twitter::before {
    content: "\F099";
    background: #0099d4; }
  .btn-twitter:hover {
    background: #0099d4; }
    .btn-twitter:hover::before {
      background: #0087ba; }

.btn-linkedin {
  background: #4875b4; }
  .btn-linkedin::before {
    content: "\F0E1";
    background: #4169a2; }
  .btn-linkedin:hover {
    background: #4169a2; }
    .btn-linkedin:hover::before {
      background: #395d90; }

.btn-flickr {
  background: #ff0084; }
  .btn-flickr::before {
    content: "\F16E";
    background: #e60077; }
  .btn-flickr:hover {
    background: #e60077; }
    .btn-flickr:hover::before {
      background: #cc006a; }

.btn-tumblr {
  background: #32506d; }
  .btn-tumblr::before {
    content: "\F173";
    background: #2a435c; }
  .btn-tumblr:hover {
    background: #2a435c; }
    .btn-tumblr:hover::before {
      background: #22364a; }

.btn-xing {
  background: #026466; }
  .btn-xing::before {
    content: "\F168";
    background: #024b4d; }
  .btn-xing:hover {
    background: #024b4d; }
    .btn-xing:hover::before {
      background: #013334; }

.btn-github {
  background: #4183c4; }
  .btn-github::before {
    content: "\F09B";
    background: #3876b4; }
  .btn-github:hover {
    background: #3876b4; }
    .btn-github:hover::before {
      background: #3269a0; }

.btn-html5 {
  background: #e34f26; }
  .btn-html5::before {
    content: "\F13B";
    background: #d4431b; }
  .btn-html5:hover {
    background: #d4431b; }
    .btn-html5:hover::before {
      background: #be3c18; }

.btn-openid {
  background: #f78c40; }
  .btn-openid::before {
    content: "\F19B";
    background: #f67d28; }
  .btn-openid:hover {
    background: #f67d28; }
    .btn-openid:hover::before {
      background: #f56f0f; }

.btn-stack-overflow {
  background: #fe7a15; }
  .btn-stack-overflow::before {
    content: "\F16C";
    background: #f86c01; }
  .btn-stack-overflow:hover {
    background: #f86c01; }
    .btn-stack-overflow:hover::before {
      background: #df6101; }

.btn-css3 {
  background: #0170ba; }
  .btn-css3::before {
    content: "\F13C";
    background: #0161a1; }
  .btn-css3:hover {
    background: #0161a1; }
    .btn-css3:hover::before {
      background: #015187; }

.btn-youtube {
  background: #b00; }
  .btn-youtube::before {
    content: "\F167";
    background: #a20000; }
  .btn-youtube:hover {
    background: #a20000; }
    .btn-youtube:hover::before {
      background: #880000; }

.btn-dribbble {
  background: #ea4c89; }
  .btn-dribbble::before {
    content: "\F17D";
    background: #e7357a; }
  .btn-dribbble:hover {
    background: #e7357a; }
    .btn-dribbble:hover::before {
      background: #e51e6b; }

.btn-google-plus {
  background: #d34836; }
  .btn-google-plus::before {
    content: "\F0D5";
    background: #c43d2b; }
  .btn-google-plus:hover {
    background: #c43d2b; }
    .btn-google-plus:hover::before {
      background: #b03626; }

.btn-instagram {
  background: #517fa4; }
  .btn-instagram::before {
    content: "\F16D";
    background: #497293; }
  .btn-instagram:hover {
    background: #497293; }
    .btn-instagram:hover::before {
      background: #406582; }

.btn-pinterest {
  background: #cb2027; }
  .btn-pinterest::before {
    content: "\F0D2";
    background: #b51d23; }
  .btn-pinterest:hover {
    background: #b51d23; }
    .btn-pinterest:hover::before {
      background: #9f191f; }

.btn-vk {
  background: #45668e; }
  .btn-vk::before {
    content: "\F189";
    background: #3d5a7d; }
  .btn-vk:hover {
    background: #3d5a7d; }
    .btn-vk:hover::before {
      background: #344d6c; }

.btn-yahoo {
  background: #400191; }
  .btn-yahoo::before {
    content: "\F19E";
    background: #350178; }
  .btn-yahoo:hover {
    background: #350178; }
    .btn-yahoo:hover::before {
      background: #2a015e; }

.btn-behance {
  background: #1769ff; }
  .btn-behance::before {
    content: "\F1B4";
    background: #0059fd; }
  .btn-behance:hover {
    background: #0059fd; }
    .btn-behance:hover::before {
      background: #0050e3; }

.btn-dropbox {
  background: #007ee5; }
  .btn-dropbox::before {
    content: "\F16B";
    background: #0070cc; }
  .btn-dropbox:hover {
    background: #0070cc; }
    .btn-dropbox:hover::before {
      background: #0062b2; }

.btn-reddit {
  background: #ff4500; }
  .btn-reddit::before {
    content: "\F1A1";
    background: #e63e00; }
  .btn-reddit:hover {
    background: #e63e00; }
    .btn-reddit:hover::before {
      background: #cc3700; }

.btn-spotify {
  background: #7ab800; }
  .btn-spotify::before {
    content: "\F1BC";
    background: #699f00; }
  .btn-spotify:hover {
    background: #699f00; }
    .btn-spotify:hover::before {
      background: #588500; }

.btn-vine {
  background: #00bf8f; }
  .btn-vine::before {
    content: "\F1CA";
    background: #00a67c; }
  .btn-vine:hover {
    background: #00a67c; }
    .btn-vine:hover::before {
      background: #008c69; }

.btn-foursquare {
  background: #1073af; }
  .btn-foursquare::before {
    content: "\F180";
    background: #0e6498; }
  .btn-foursquare:hover {
    background: #0e6498; }
    .btn-foursquare:hover::before {
      background: #0c5480; }

.btn-vimeo {
  background: #aad450; }
  .btn-vimeo::before {
    content: "\F194";
    background: #a0cf3c; }
  .btn-vimeo:hover {
    background: #a0cf3c; }
    .btn-vimeo:hover::before {
      background: #93c130; }

.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border: 0 solid #c2cfd6;
  border-left-width: .25rem;
  border-radius: .25rem; }
  .callout .chart-wrapper {
    position: absolute;
    top: 18px;
    left: 50%;
    float: right;
    width: 60%; }

.callout-bordered {
  border: 1px solid #c2cfd6;
  border-left-width: .25rem; }

.callout code {
  border-radius: .25rem; }

.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem; }

.callout p:last-child {
  margin-bottom: 0; }

.callout + .callout {
  margin-top: -0.25rem; }

.callout-default {
  border-left-color: #536c79; }
  .callout-default h4 {
    color: #536c79; }

.callout-primary {
  border-left-color: #e83e8c; }
  .callout-primary h4 {
    color: #e83e8c; }

.callout-secondary {
  border-left-color: #f6f7f9; }
  .callout-secondary h4 {
    color: #f6f7f9; }

.callout-success {
  border-left-color: #4dbd74; }
  .callout-success h4 {
    color: #4dbd74; }

.callout-info {
  border-left-color: #71cbf4; }
  .callout-info h4 {
    color: #71cbf4; }

.callout-warning {
  border-left-color: #e67e22; }
  .callout-warning h4 {
    color: #e67e22; }

.callout-danger {
  border-left-color: #f86c6b; }
  .callout-danger h4 {
    color: #f86c6b; }

.callout-light {
  border-left-color: #f6f7f9; }
  .callout-light h4 {
    color: #f6f7f9; }

.callout-dark {
  border-left-color: #888; }
  .callout-dark h4 {
    color: #888; }

.callout-gazole {
  border-left-color: #f1c40f; }
  .callout-gazole h4 {
    color: #f1c40f; }

.callout-sp95 {
  border-left-color: #2ecc71; }
  .callout-sp95 h4 {
    color: #2ecc71; }

.callout-gnr {
  border-left-color: #eb2f06; }
  .callout-gnr h4 {
    color: #eb2f06; }

.callout-gnv {
  border-left-color: #acdc6e; }
  .callout-gnv h4 {
    color: #acdc6e; }

.callout-white {
  border-left-color: #fff; }
  .callout-white h4 {
    color: #fff; }

.card {
  margin-bottom: 1.5rem; }
  .card.bg-primary {
    border-color: #ce196c; }
    .card.bg-primary .card-header {
      background-color: #e63084;
      border-color: #ce196c; }
  .card.bg-secondary {
    border-color: #d0d5e0; }
    .card.bg-secondary .card-header {
      background-color: #edeff3;
      border-color: #d0d5e0; }
  .card.bg-success {
    border-color: #379457; }
    .card.bg-success .card-header {
      background-color: #44b76c;
      border-color: #379457; }
  .card.bg-info {
    border-color: #36b5ef; }
    .card.bg-info .card-header {
      background-color: #63c6f3;
      border-color: #36b5ef; }
  .card.bg-warning {
    border-color: #b45f14; }
    .card.bg-warning .card-header {
      background-color: #df7619;
      border-color: #b45f14; }
  .card.bg-danger {
    border-color: #f5302e; }
    .card.bg-danger .card-header {
      background-color: #f75d5c;
      border-color: #f5302e; }
  .card.bg-light {
    border-color: #d0d5e0; }
    .card.bg-light .card-header {
      background-color: #edeff3;
      border-color: #d0d5e0; }
  .card.bg-dark {
    border-color: #686868; }
    .card.bg-dark .card-header {
      background-color: gray;
      border-color: #686868; }
  .card.bg-gazole {
    border-color: #b6940b; }
    .card.bg-gazole .card-header {
      background-color: #e3b90d;
      border-color: #b6940b; }
  .card.bg-sp95 {
    border-color: #229854; }
    .card.bg-sp95 .card-header {
      background-color: #2bc06a;
      border-color: #229854; }
  .card.bg-gnr {
    border-color: #ad2304; }
    .card.bg-gnr .card-header {
      background-color: #dc2c06;
      border-color: #ad2304; }
  .card.bg-gnv {
    border-color: #8fd03b; }
    .card.bg-gnv .card-header {
      background-color: #a5d962;
      border-color: #8fd03b; }
  .card.bg-white {
    border-color: #dfdfdf; }
    .card.bg-white .card-header {
      background-color: #f7f7f7;
      border-color: #dfdfdf; }

.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important; }

.card-header .icon-bg {
  display: inline-body;
  padding: 100px 1.25rem !important;
  margin-top: -100px;
  margin-right: 1.25rem;
  margin-bottom: -100px;
  margin-left: -1.25rem;
  line-height: inherit;
  color: #23395b;
  vertical-align: bottom;
  background: transparent;
  border-right: 1px solid #c2cfd6; }

.card-header .nav.nav-tabs {
  margin-top: -100px;
  margin-bottom: -100px;
  border-bottom: 0; }
  .card-header .nav.nav-tabs .nav-item {
    border-top: 0; }
  .card-header .nav.nav-tabs .nav-link, .card-header .nav.nav-tabs .navbar .dropdown-toggle, .navbar .card-header .nav.nav-tabs .dropdown-toggle {
    padding: 100px 0.625rem;
    color: #536c79;
    border-top: 0; }
    .card-header .nav.nav-tabs .nav-link.active, .card-header .nav.nav-tabs .navbar .active.dropdown-toggle, .navbar .card-header .nav.nav-tabs .active.dropdown-toggle {
      color: #23395b;
      background: #fff; }

.card-header.card-header-inverse {
  color: #fff; }

.card-header .btn {
  margin-top: -0.9375rem; }

.card-header .btn-sm, .card-header .btn-group-sm > .btn {
  margin-top: -0.5rem; }

.card-header .btn-lg, .card-header .btn-group-lg > .btn {
  margin-top: -0.5rem; }

.card-footer ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed; }
  .card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center; }

[class*="card-outline-"] .card-body, [class*="card-outline-"] .card-block {
  background: #fff !important; }

[class*="card-outline-"].card-outline-top {
  border-top-width: 2px;
  border-right-color: #c2cfd6;
  border-bottom-color: #c2cfd6;
  border-left-color: #c2cfd6; }

.card-accent-primary {
  border-top-width: 2px;
  border-top-color: #e83e8c; }

.card-accent-secondary {
  border-top-width: 2px;
  border-top-color: #f6f7f9; }

.card-accent-success {
  border-top-width: 2px;
  border-top-color: #4dbd74; }

.card-accent-info {
  border-top-width: 2px;
  border-top-color: #71cbf4; }

.card-accent-warning {
  border-top-width: 2px;
  border-top-color: #e67e22; }

.card-accent-danger {
  border-top-width: 2px;
  border-top-color: #f86c6b; }

.card-accent-light {
  border-top-width: 2px;
  border-top-color: #f6f7f9; }

.card-accent-dark {
  border-top-width: 2px;
  border-top-color: #888; }

.card-accent-gazole {
  border-top-width: 2px;
  border-top-color: #f1c40f; }

.card-accent-sp95 {
  border-top-width: 2px;
  border-top-color: #2ecc71; }

.card-accent-gnr {
  border-top-width: 2px;
  border-top-color: #eb2f06; }

.card-accent-gnv {
  border-top-width: 2px;
  border-top-color: #acdc6e; }

.card-accent-white {
  border-top-width: 2px;
  border-top-color: #fff; }

.card-header > i {
  margin-right: 0.5rem; }

.card-header .card-actions {
  position: absolute;
  top: 0;
  right: 0; }
  .card-header .card-actions a, .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: 100px 0;
    margin: 0 !important;
    color: #23395b;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #c2cfd6;
    box-shadow: 0; }
    .card-header .card-actions a:hover, .card-header .card-actions button:hover {
      text-decoration: none; }
    .card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
      display: inline-body;
      vertical-align: middle; }
    .card-header .card-actions a i, .card-header .card-actions button i {
      display: inline-body;
      transition: .4s; }
    .card-header .card-actions a .r180, .card-header .card-actions button .r180 {
      transform: rotate(180deg); }
  .card-header .card-actions .input-group {
    width: 230px;
    margin: 6px; }
    .card-header .card-actions .input-group .input-group-addon {
      background: #fff; }
    .card-header .card-actions .input-group input {
      border-left: 0; }

.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #c2cfd6; }

@media (min-width: 576px) {
  .card-columns.cols-2 {
    column-count: 2; } }

.card.drag, .card .drag {
  cursor: move; }

.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #a4b7c1; }

.chart-wrapper canvas {
  width: 100% !important; }

base-chart.chart {
  display: block !important; }

.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #c2cfd6; }
  .dropdown-item:last-child {
    border-bottom: 0; }
  .dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #c2cfd6;
    text-align: center; }
  .dropdown-item .badge {
    position: absolute;
    right: 10px;
    margin-top: 2px; }

.dropdown-header {
  padding: 8px 20px;
  background: #f0f3f5;
  border-bottom: 1px solid #c2cfd6; }
  .dropdown-header .btn {
    margin-top: -7px;
    color: #536c79; }
    .dropdown-header .btn:hover {
      color: #23395b; }
    .dropdown-header .btn.pull-right {
      margin-right: -20px; }

.dropdown-menu-lg {
  width: 250px; }

.app-header .navbar-nav .dropdown-menu {
  position: absolute; }

.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto; }

.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0; }

.app-footer {
  min-height: 50px;
  padding: 0 1rem;
  line-height: 50px;
  color: #23395b;
  background: #f0f3f5;
  border-top: 1px solid #c2cfd6; }

.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px; }
  .row.row-equal [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.main .container-fluid {
  padding: 0; }

.input-group-addon,
.input-group-btn {
  min-width: 40px;
  white-space: nowrap;
  vertical-align: middle; }

#loading-bar,
#loading-bar-spinner {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  -webkit-transition: 350ms linear all;
  transition: 350ms linear all; }

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0; }

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1; }

#loading-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 2px;
  background: #e83e8c;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  -webkit-transition: width 350ms;
  transition: width 350ms; }

#loading-bar .peg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  opacity: .45; }

#loading-bar-spinner {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10002;
  display: block; }

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #e83e8c; }

.modal-primary .modal-content {
  border-color: #e83e8c; }

.modal-primary .modal-header {
  color: #fff;
  background-color: #e83e8c; }

.modal-secondary .modal-content {
  border-color: #f6f7f9; }

.modal-secondary .modal-header {
  color: #fff;
  background-color: #f6f7f9; }

.modal-success .modal-content {
  border-color: #4dbd74; }

.modal-success .modal-header {
  color: #fff;
  background-color: #4dbd74; }

.modal-info .modal-content {
  border-color: #71cbf4; }

.modal-info .modal-header {
  color: #fff;
  background-color: #71cbf4; }

.modal-warning .modal-content {
  border-color: #e67e22; }

.modal-warning .modal-header {
  color: #fff;
  background-color: #e67e22; }

.modal-danger .modal-content {
  border-color: #f86c6b; }

.modal-danger .modal-header {
  color: #fff;
  background-color: #f86c6b; }

.modal-light .modal-content {
  border-color: #f6f7f9; }

.modal-light .modal-header {
  color: #fff;
  background-color: #f6f7f9; }

.modal-dark .modal-content {
  border-color: #888; }

.modal-dark .modal-header {
  color: #fff;
  background-color: #888; }

.modal-gazole .modal-content {
  border-color: #f1c40f; }

.modal-gazole .modal-header {
  color: #fff;
  background-color: #f1c40f; }

.modal-sp95 .modal-content {
  border-color: #2ecc71; }

.modal-sp95 .modal-header {
  color: #fff;
  background-color: #2ecc71; }

.modal-gnr .modal-content {
  border-color: #eb2f06; }

.modal-gnr .modal-header {
  color: #fff;
  background-color: #eb2f06; }

.modal-gnv .modal-content {
  border-color: #acdc6e; }

.modal-gnv .modal-header {
  color: #fff;
  background-color: #acdc6e; }

.modal-white .modal-content {
  border-color: #fff; }

.modal-white .modal-header {
  color: #fff;
  background-color: #fff; }

.nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
  color: #536c79; }
  .nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle {
    color: #29363d;
    background: #fff;
    border-color: #c2cfd6;
    border-bottom-color: #fff; }
    .nav-tabs .nav-link.active:focus, .nav-tabs .navbar .active.dropdown-toggle:focus, .navbar .nav-tabs .active.dropdown-toggle:focus {
      background: #fff;
      border-color: #c2cfd6;
      border-bottom-color: #fff; }

.tab-content {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #c2cfd6; }
  .tab-content .tab-pane {
    padding: 1rem; }

.card-block .tab-content {
  margin-top: 0;
  border: 0; }

.app-header.navbar {
  position: relative;
  flex-direction: row;
  height: 75px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #c2cfd6; }
  .app-header.navbar .navbar-brand {
    display: inline-block;
    width: 250px;
    height: 75px;
    padding: 0.5rem 1rem;
    margin-right: 0;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    border-bottom: 1px solid #c2cfd6; }
  .app-header.navbar .navbar-toggler {
    color: #536c79; }
  .app-header.navbar .navbar-nav {
    flex-direction: row;
    align-items: center; }
  .app-header.navbar .nav-item {
    position: relative;
    min-width: 50px;
    margin: 0 !important;
    text-align: center; }
    .app-header.navbar .nav-item button {
      margin: 0 auto; }
    .app-header.navbar .nav-item .nav-link, .app-header.navbar .nav-item .dropdown-toggle {
      padding-top: 0;
      padding-bottom: 0;
      background: 0;
      border: 0; }
      .app-header.navbar .nav-item .nav-link .badge, .app-header.navbar .nav-item .dropdown-toggle .badge {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: 0; }
      .app-header.navbar .nav-item .nav-link > .img-avatar, .app-header.navbar .nav-item .dropdown-toggle > .img-avatar {
        height: 55px;
        margin: 0 10px; }
  .app-header.navbar .dropdown-menu {
    padding-bottom: 0;
    line-height: 1.5; }
  .app-header.navbar .dropdown-item {
    min-width: 180px; }

.navbar-brand {
  color: #29363d; }
  .navbar-brand:focus, .navbar-brand:hover {
    color: #29363d; }

.navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
  color: #536c79; }
  .navbar-nav .nav-link:focus, .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-nav .dropdown-toggle:focus, .navbar-nav .nav-link:hover, .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-nav .dropdown-toggle:hover {
    color: #29363d; }

.navbar-nav .open > .nav-link, .navbar-nav .navbar .open > .dropdown-toggle, .navbar .navbar-nav .open > .dropdown-toggle, .navbar-nav .open > .nav-link:focus, .navbar-nav .navbar .open > .dropdown-toggle:focus, .navbar .navbar-nav .open > .dropdown-toggle:focus, .navbar-nav .open > .nav-link:hover, .navbar-nav .navbar .open > .dropdown-toggle:hover, .navbar .navbar-nav .open > .dropdown-toggle:hover,
.navbar-nav .active > .nav-link,
.navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-nav .active > .dropdown-toggle,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .navbar .active > .dropdown-toggle:focus,
.navbar .navbar-nav .active > .dropdown-toggle:focus,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .navbar .active > .dropdown-toggle:hover,
.navbar .navbar-nav .active > .dropdown-toggle:hover,
.navbar-nav .nav-link.open,
.navbar-nav .navbar .open.dropdown-toggle,
.navbar .navbar-nav .open.dropdown-toggle,
.navbar-nav .nav-link.open:focus,
.navbar-nav .navbar .open.dropdown-toggle:focus,
.navbar .navbar-nav .open.dropdown-toggle:focus,
.navbar-nav .nav-link.open:hover,
.navbar-nav .navbar .open.dropdown-toggle:hover,
.navbar .navbar-nav .open.dropdown-toggle:hover,
.navbar-nav .nav-link.active,
.navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-nav .active.dropdown-toggle,
.navbar-nav .nav-link.active:focus,
.navbar-nav .navbar .active.dropdown-toggle:focus,
.navbar .navbar-nav .active.dropdown-toggle:focus,
.navbar-nav .nav-link.active:hover,
.navbar-nav .navbar .active.dropdown-toggle:hover,
.navbar .navbar-nav .active.dropdown-toggle:hover {
  color: #29363d; }

.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.progress-xs {
  height: 4px; }

.progress-sm {
  height: 8px; }

.progress-white {
  background-color: rgba(255, 255, 255, 0.2) !important; }
  .progress-white .progress-bar {
    background-color: #fff; }

.sidebar {
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #23395b; }
  .sidebar .sidebar-close {
    position: absolute;
    right: 0;
    display: none;
    padding: 0 1rem;
    font-size: 24px;
    font-weight: 800;
    line-height: 75px;
    color: #fff;
    background: 0;
    border: 0;
    opacity: .8; }
    .sidebar .sidebar-close:hover {
      opacity: 1; }
  .sidebar .sidebar-nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 250px; }
    .sidebar .sidebar-nav::-webkit-scrollbar {
      position: absolute;
      width: 10px;
      margin-left: -10px;
      -webkit-appearance: none; }
    .sidebar .sidebar-nav::-webkit-scrollbar-track {
      background-color: #33444c;
      border-right: 1px solid #1f292e;
      border-left: 1px solid #1f292e; }
    .sidebar .sidebar-nav::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #151b1f;
      background-clip: content-box;
      border-color: transparent;
      border-style: solid;
      border-width: 1px 2px; }
  .sidebar .nav {
    width: 250px;
    flex-direction: column !important; }
    .sidebar .nav .nav-title {
      padding: 0.75rem 1rem;
      font-size: 11px;
      font-weight: 600;
      color: #c2cfd6;
      text-transform: uppercase; }
    .sidebar .nav .divider {
      height: 10px; }
    .sidebar .nav .nav-item {
      position: relative;
      margin: 0;
      transition: background .3s ease-in-out; }
      .sidebar .nav .nav-item ul {
        max-height: 0;
        padding: 0;
        margin: 0;
        overflow-y: hidden;
        transition: max-height .3s ease-in-out; }
        .sidebar .nav .nav-item ul li {
          padding: 0;
          list-style: none; }
      .sidebar .nav .nav-item .nav-link, .sidebar .nav .nav-item .navbar .dropdown-toggle, .navbar .sidebar .nav .nav-item .dropdown-toggle {
        display: block;
        padding: 0.75rem 1rem;
        color: #fff;
        text-decoration: none;
        background: transparent; }
        .sidebar .nav .nav-item .nav-link:hover, .sidebar .nav .nav-item .navbar .dropdown-toggle:hover, .navbar .sidebar .nav .nav-item .dropdown-toggle:hover {
          color: #71cbf4 !important;
          background: transparent !important; }
          .sidebar .nav .nav-item .nav-link:hover i, .sidebar .nav .nav-item .navbar .dropdown-toggle:hover i, .navbar .sidebar .nav .nav-item .dropdown-toggle:hover i {
            color: #71cbf4; }
        .sidebar .nav .nav-item .nav-link.active, .sidebar .nav .nav-item .navbar .active.dropdown-toggle, .navbar .sidebar .nav .nav-item .active.dropdown-toggle {
          color: #71cbf4;
          background: transparent; }
          .sidebar .nav .nav-item .nav-link.active i, .sidebar .nav .nav-item .navbar .active.dropdown-toggle i, .navbar .sidebar .nav .nav-item .active.dropdown-toggle i {
            color: #71cbf4; }
        .sidebar .nav .nav-item .nav-link [class^="icon-"], .sidebar .nav .nav-item .navbar .dropdown-toggle [class^="icon-"], .navbar .sidebar .nav .nav-item .dropdown-toggle [class^="icon-"], .sidebar .nav .nav-item .nav-link [class*=" icon-"], .sidebar .nav .nav-item .navbar .dropdown-toggle [class*=" icon-"], .navbar .sidebar .nav .nav-item .dropdown-toggle [class*=" icon-"] {
          display: inline-block;
          margin-top: -4px;
          vertical-align: middle; }
        .sidebar .nav .nav-item .nav-link i, .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar .sidebar .nav .nav-item .dropdown-toggle i {
          width: 20px;
          margin: 0 0.5rem 0 0;
          font-size: 14px;
          color: #fff;
          text-align: center; }
        .sidebar .nav .nav-item .nav-link .badge, .sidebar .nav .nav-item .navbar .dropdown-toggle .badge, .navbar .sidebar .nav .nav-item .dropdown-toggle .badge {
          float: right;
          margin-top: 2px; }
        .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before, .sidebar .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
          position: absolute;
          top: 0.96875rem;
          right: 1rem;
          display: block;
          width: 0.875rem;
          height: 0.875rem;
          padding: 0;
          font-size: 0.875rem;
          line-height: 0.65625rem;
          text-align: center;
          content: "\2039";
          transition: .3s; }
      .sidebar .nav .nav-item.nav-dropdown.open {
        background: rgba(0, 0, 0, 0.2); }
        .sidebar .nav .nav-item.nav-dropdown.open > ul, .sidebar .nav .nav-item.nav-dropdown.open > ol {
          max-height: 1000px; }
        .sidebar .nav .nav-item.nav-dropdown.open .nav-link, .sidebar .nav .nav-item.nav-dropdown.open .navbar .dropdown-toggle, .navbar .sidebar .nav .nav-item.nav-dropdown.open .dropdown-toggle {
          color: #fff;
          border-left: 0 !important; }
        .sidebar .nav .nav-item.nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, .sidebar .nav .navbar .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar .nav .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before {
          transform: rotate(-90deg); }
        .sidebar .nav .nav-item.nav-dropdown.open .nav-dropdown.open {
          border-left: 0; }
      .sidebar .nav .nav-item.nav-dropdown.nt {
        transition: 0s !important; }
        .sidebar .nav .nav-item.nav-dropdown.nt > ul, .sidebar .nav .nav-item.nav-dropdown.nt > ol {
          transition: 0s !important; }
        .sidebar .nav .nav-item.nav-dropdown.nt .nav-link.nav-dropdown-toggle::before, .sidebar .nav .nav-item.nav-dropdown.nt .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar .nav .nav-item.nav-dropdown.nt .nav-dropdown-toggle.dropdown-toggle::before {
          transition: 0s !important; }
      .sidebar .nav .nav-item .nav-label {
        display: block;
        padding: 0.09375rem 1rem;
        color: #c2cfd6; }
        .sidebar .nav .nav-item .nav-label:hover {
          color: #fff;
          text-decoration: none; }
        .sidebar .nav .nav-item .nav-label i {
          width: 20px;
          margin: -3px 0.5rem 0 0;
          font-size: 10px;
          color: #fff;
          text-align: center;
          vertical-align: middle; }
      .sidebar .nav .nav-item .progress {
        background-color: #485f6b !important; }

@media (min-width: 992px) {
  .sidebar-compact .sidebar .sidebar-nav {
    width: 150px; }
  .sidebar-compact .sidebar .nav {
    width: 150px; }
    .sidebar-compact .sidebar .nav .nav-title {
      text-align: center; }
    .sidebar-compact .sidebar .nav .nav-item {
      width: 150px;
      border-left: 0 !important; }
      .sidebar-compact .sidebar .nav .nav-item .nav-link, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle {
        text-align: center; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link i, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle i {
          display: block;
          width: 100%;
          margin: 0.25rem 0;
          font-size: 24px; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link .badge, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle .badge, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle .badge {
          position: absolute;
          top: 18px;
          right: 10px; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before, .sidebar-compact .sidebar .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-compact .sidebar .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
          top: 30px; }
  .sidebar-minimized .hidden-cn {
    display: none; }
  .sidebar-minimized .sidebar {
    z-index: 1019; }
    .sidebar-minimized .sidebar:hover {
      overflow: visible; }
    .sidebar-minimized .sidebar .sidebar-nav {
      overflow: visible;
      width: 50px; }
    .sidebar-minimized .sidebar .nav {
      width: 50px; }
      .sidebar-minimized .sidebar .nav .nav-title, .sidebar-minimized .sidebar .nav .divider {
        display: none; }
      .sidebar-minimized .sidebar .nav .nav-item {
        width: 50px;
        overflow: hidden;
        border-left: 0 !important; }
        .sidebar-minimized .sidebar .nav .nav-item ul {
          background: #29363d; }
        .sidebar-minimized .sidebar .nav .nav-item .nav-link, .sidebar-minimized .sidebar .nav .nav-item .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav .nav-item .dropdown-toggle {
          position: relative;
          padding-left: 0;
          margin: 0;
          white-space: nowrap;
          border-left: 0 !important; }
          .sidebar-minimized .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before, .sidebar-minimized .sidebar .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-minimized .sidebar .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
            display: none; }
          .sidebar-minimized .sidebar .nav .nav-item .nav-link i, .sidebar-minimized .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .nav .nav-item .dropdown-toggle i {
            display: block;
            float: left;
            width: 50px;
            padding: 0;
            margin: 0 !important;
            font-size: 18px; }
          .sidebar-minimized .sidebar .nav .nav-item .nav-link .badge, .sidebar-minimized .sidebar .nav .nav-item .navbar .dropdown-toggle .badge, .navbar .sidebar-minimized .sidebar .nav .nav-item .dropdown-toggle .badge {
            position: absolute;
            right: 15px;
            display: none; }
          .sidebar-minimized .sidebar .nav .nav-item .nav-link:hover, .sidebar-minimized .sidebar .nav .nav-item .navbar .dropdown-toggle:hover, .navbar .sidebar-minimized .sidebar .nav .nav-item .dropdown-toggle:hover {
            width: 250px; }
            .sidebar-minimized .sidebar .nav .nav-item .nav-link:hover .badge, .sidebar-minimized .sidebar .nav .nav-item .navbar .dropdown-toggle:hover .badge, .navbar .sidebar-minimized .sidebar .nav .nav-item .dropdown-toggle:hover .badge {
              display: inline; }
        .sidebar-minimized .sidebar .nav .nav-item ul {
          position: absolute;
          left: 50px; }
          .sidebar-minimized .sidebar .nav .nav-item ul li {
            position: relative;
            padding: 0; }
            .sidebar-minimized .sidebar .nav .nav-item ul li .nav-link, .sidebar-minimized .sidebar .nav .nav-item ul li .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav .nav-item ul li .dropdown-toggle {
              width: 200px; }
            .sidebar-minimized .sidebar .nav .nav-item ul li ul, .sidebar-minimized .sidebar .nav .nav-item ul li ol {
              position: absolute;
              top: 0;
              left: 100%; }
        .sidebar-minimized .sidebar .nav .nav-item.nav-dropdown.open {
          background: transparent; }
          .sidebar-minimized .sidebar .nav .nav-item.nav-dropdown.open > .nav-link i, .sidebar-minimized .sidebar .nav .navbar .nav-item.nav-dropdown.open > .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .nav .nav-item.nav-dropdown.open > .dropdown-toggle i {
            color: #71cbf4; }
          .sidebar-minimized .sidebar .nav .nav-item.nav-dropdown.open > ul, .sidebar-minimized .sidebar .nav .nav-item.nav-dropdown.open > ol {
            display: none; }
        .sidebar-minimized .sidebar .nav .nav-item:hover {
          width: 300px;
          overflow: visible;
          background: transparent;
          transition: 0s; }
          .sidebar-minimized .sidebar .nav .nav-item:hover > .nav-link, .sidebar-minimized .sidebar .nav .navbar .nav-item:hover > .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav .nav-item:hover > .dropdown-toggle {
            width: 300px; }
          .sidebar-minimized .sidebar .nav .nav-item:hover > ul, .sidebar-minimized .sidebar .nav .nav-item:hover > ol {
            display: inline;
            max-height: 10000px;
            transition: 0s; }
            .sidebar-minimized .sidebar .nav .nav-item:hover > ul li, .sidebar-minimized .sidebar .nav .nav-item:hover > ol li {
              width: 250px; }
              .sidebar-minimized .sidebar .nav .nav-item:hover > ul li .nav-link, .sidebar-minimized .sidebar .nav .nav-item:hover > ul li .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav .nav-item:hover > ul li .dropdown-toggle, .sidebar-minimized .sidebar .nav .nav-item:hover > ol li .nav-link, .sidebar-minimized .sidebar .nav .nav-item:hover > ol li .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav .nav-item:hover > ol li .dropdown-toggle {
                width: 250px; }
          .sidebar-minimized .sidebar .nav .nav-item:hover.nav-dropdown.open > ul, .sidebar-minimized .sidebar .nav .nav-item:hover.nav-dropdown.open > ol {
            display: inline; } }

.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #c2cfd6;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #c2cfd6;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 18px; }
  .switch.switch-default.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-default.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-default.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-default.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-default.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-default.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
      left: 14px; }
  .switch.switch-default.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-default.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-default.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
      left: 10px; }

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #c2cfd6;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-text .switch-label::before,
  .switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit; }
  .switch.switch-text .switch-label::before {
    right: 1px;
    color: #c2cfd6;
    content: attr(data-off); }
  .switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #c2cfd6;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-text.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-text.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-text.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-text.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-text.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-text.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-text.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-text.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-text.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #c2cfd6;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-icon .switch-label::before,
  .switch.switch-icon .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit; }
  .switch.switch-icon .switch-label::before {
    right: 1px;
    color: #c2cfd6;
    content: attr(data-off); }
  .switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #c2cfd6;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-icon.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-icon.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-icon.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-icon.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-icon.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-icon.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f0f3f5;
    border: 1px solid #c2cfd6;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #c2cfd6;
    border-radius: 1px;
    transition: left .15s ease-out;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 16px; }
  .switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-3d.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-3d.switch-lg .switch-handle {
      width: 28px;
      height: 28px; }
    .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
      left: 20px; }
  .switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-3d.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-3d.switch-sm .switch-handle {
      width: 20px;
      height: 20px; }
    .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
      left: 12px; }
  .switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-3d.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-3d.switch-xs .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
      left: 8px; }

.switch-pill .switch-label, .switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
  border-radius: 50em !important; }

.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
  right: 2px !important; }

.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
  left: 2px !important; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #e83e8c !important;
  border-color: #d91a72; }

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #d91a72; }

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e83e8c; }
  .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
    color: #e83e8c; }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #e83e8c; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e83e8c; }
  .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #e83e8c; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #e83e8c !important;
  border-color: #e83e8c; }

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #f6f7f9 !important;
  border-color: #d7dce5; }

.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #d7dce5; }

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f6f7f9; }
  .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
    color: #f6f7f9; }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f6f7f9; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f6f7f9; }
  .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f6f7f9; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f6f7f9 !important;
  border-color: #f6f7f9; }

.switch-success > .switch-input:checked ~ .switch-label {
  background: #4dbd74 !important;
  border-color: #3a9d5d; }

.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: #3a9d5d; }

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #4dbd74; }
  .switch-success-outline > .switch-input:checked ~ .switch-label::after {
    color: #4dbd74; }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #4dbd74; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #4dbd74; }
  .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #4dbd74; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #4dbd74 !important;
  border-color: #4dbd74; }

.switch-info > .switch-input:checked ~ .switch-label {
  background: #71cbf4 !important;
  border-color: #42baf0; }

.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #42baf0; }

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #71cbf4; }
  .switch-info-outline > .switch-input:checked ~ .switch-label::after {
    color: #71cbf4; }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #71cbf4; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #71cbf4; }
  .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #71cbf4; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #71cbf4 !important;
  border-color: #71cbf4; }

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #e67e22 !important;
  border-color: #bf6516; }

.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #bf6516; }

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e67e22; }
  .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
    color: #e67e22; }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #e67e22; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e67e22; }
  .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #e67e22; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #e67e22 !important;
  border-color: #e67e22; }

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #f86c6b !important;
  border-color: #f63c3a; }

.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #f63c3a; }

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b; }
  .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
    color: #f86c6b; }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f86c6b; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b; }
  .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f86c6b; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f86c6b !important;
  border-color: #f86c6b; }

.switch-light > .switch-input:checked ~ .switch-label {
  background: #f6f7f9 !important;
  border-color: #d7dce5; }

.switch-light > .switch-input:checked ~ .switch-handle {
  border-color: #d7dce5; }

.switch-light-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f6f7f9; }
  .switch-light-outline > .switch-input:checked ~ .switch-label::after {
    color: #f6f7f9; }

.switch-light-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f6f7f9; }

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f6f7f9; }
  .switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f6f7f9; }

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f6f7f9 !important;
  border-color: #f6f7f9; }

.switch-dark > .switch-input:checked ~ .switch-label {
  background: #888 !important;
  border-color: #6f6f6f; }

.switch-dark > .switch-input:checked ~ .switch-handle {
  border-color: #6f6f6f; }

.switch-dark-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #888; }
  .switch-dark-outline > .switch-input:checked ~ .switch-label::after {
    color: #888; }

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
  border-color: #888; }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #888; }
  .switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #888; }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #888 !important;
  border-color: #888; }

.switch-gazole > .switch-input:checked ~ .switch-label {
  background: #f1c40f !important;
  border-color: #c29d0b; }

.switch-gazole > .switch-input:checked ~ .switch-handle {
  border-color: #c29d0b; }

.switch-gazole-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f1c40f; }
  .switch-gazole-outline > .switch-input:checked ~ .switch-label::after {
    color: #f1c40f; }

.switch-gazole-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f1c40f; }

.switch-gazole-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f1c40f; }
  .switch-gazole-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f1c40f; }

.switch-gazole-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f1c40f !important;
  border-color: #f1c40f; }

.switch-sp95 > .switch-input:checked ~ .switch-label {
  background: #2ecc71 !important;
  border-color: #25a25a; }

.switch-sp95 > .switch-input:checked ~ .switch-handle {
  border-color: #25a25a; }

.switch-sp95-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #2ecc71; }
  .switch-sp95-outline > .switch-input:checked ~ .switch-label::after {
    color: #2ecc71; }

.switch-sp95-outline > .switch-input:checked ~ .switch-handle {
  border-color: #2ecc71; }

.switch-sp95-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #2ecc71; }
  .switch-sp95-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #2ecc71; }

.switch-sp95-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #2ecc71 !important;
  border-color: #2ecc71; }

.switch-gnr > .switch-input:checked ~ .switch-label {
  background: #eb2f06 !important;
  border-color: #b92505; }

.switch-gnr > .switch-input:checked ~ .switch-handle {
  border-color: #b92505; }

.switch-gnr-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #eb2f06; }
  .switch-gnr-outline > .switch-input:checked ~ .switch-label::after {
    color: #eb2f06; }

.switch-gnr-outline > .switch-input:checked ~ .switch-handle {
  border-color: #eb2f06; }

.switch-gnr-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #eb2f06; }
  .switch-gnr-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #eb2f06; }

.switch-gnr-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #eb2f06 !important;
  border-color: #eb2f06; }

.switch-gnv > .switch-input:checked ~ .switch-label {
  background: #acdc6e !important;
  border-color: #94d245; }

.switch-gnv > .switch-input:checked ~ .switch-handle {
  border-color: #94d245; }

.switch-gnv-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #acdc6e; }
  .switch-gnv-outline > .switch-input:checked ~ .switch-label::after {
    color: #acdc6e; }

.switch-gnv-outline > .switch-input:checked ~ .switch-handle {
  border-color: #acdc6e; }

.switch-gnv-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #acdc6e; }
  .switch-gnv-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #acdc6e; }

.switch-gnv-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #acdc6e !important;
  border-color: #acdc6e; }

.switch-white > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e6e6e6; }

.switch-white > .switch-input:checked ~ .switch-handle {
  border-color: #e6e6e6; }

.switch-white-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #fff; }
  .switch-white-outline > .switch-input:checked ~ .switch-label::after {
    color: #fff; }

.switch-white-outline > .switch-input:checked ~ .switch-handle {
  border-color: #fff; }

.switch-white-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #fff; }
  .switch-white-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #fff; }

.switch-white-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #fff !important;
  border-color: #fff; }

.table-outline {
  border: 1px solid #c2cfd6; }
  .table-outline td {
    vertical-align: middle; }

.table-align-middle td {
  vertical-align: middle; }

.table-clear td {
  border: 0; }

.social-box {
  min-height: 160px;
  margin-bottom: 200px;
  text-align: center;
  background: #fff;
  border: 1px solid #c2cfd6;
  border-radius: 0.25rem; }
  .social-box i {
    display: block;
    margin: -1px -1px 0;
    font-size: 40px;
    line-height: 90px;
    background: #c2cfd6;
    border-radius: 0.25rem 0.25rem 0 0; }
  .social-box .chart-wrapper {
    height: 90px;
    margin: -90px 0 0; }
    .social-box .chart-wrapper canvas {
      width: 100% !important;
      height: 90px !important; }
  .social-box ul {
    padding: 10px 0;
    list-style: none; }
    .social-box ul li {
      display: block;
      float: left;
      width: 50%; }
      .social-box ul li:first-child {
        border-right: 1px solid #c2cfd6; }
      .social-box ul li strong {
        display: block;
        font-size: 20px; }
      .social-box ul li span {
        font-size: 10px;
        font-weight: 500;
        color: #c2cfd6;
        text-transform: uppercase; }
  .social-box.facebook i {
    color: #fff;
    background: #3b5998; }
  .social-box.twitter i {
    color: #fff;
    background: #00aced; }
  .social-box.linkedin i {
    color: #fff;
    background: #4875b4; }
  .social-box.google-plus i {
    color: #fff;
    background: #d34836; }

.horizontal-bars {
  padding: 0;
  margin: 0;
  list-style: none; }
  .horizontal-bars li {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }
    .horizontal-bars li .title {
      width: 100px;
      font-size: 12px;
      font-weight: 600;
      color: #536c79;
      vertical-align: middle; }
    .horizontal-bars li .bars {
      position: absolute;
      top: 15px;
      width: 100%;
      padding-left: 100px; }
      .horizontal-bars li .bars .progress:first-child {
        margin-bottom: 2px; }
    .horizontal-bars li.legend {
      text-align: center; }
      .horizontal-bars li.legend .badge {
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 0; }
    .horizontal-bars li.divider {
      height: 40px; }
      .horizontal-bars li.divider i {
        margin: 0 !important; }
  .horizontal-bars.type-2 li {
    overflow: hidden; }
    .horizontal-bars.type-2 li i {
      display: inline-block;
      margin-right: 1rem;
      margin-left: 5px;
      font-size: 18px;
      line-height: 40px; }
    .horizontal-bars.type-2 li .title {
      display: inline-block;
      width: auto;
      margin-top: -9px;
      font-size: 0.875rem;
      font-weight: normal;
      line-height: 40px;
      color: #23395b; }
    .horizontal-bars.type-2 li .value {
      float: right;
      font-weight: 600; }
    .horizontal-bars.type-2 li .bars {
      position: absolute;
      top: auto;
      bottom: 0;
      padding: 0; }

.icons-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle; }
    .icons-list li i {
      display: block;
      float: left;
      width: 35px !important;
      height: 35px !important;
      margin: 2px;
      line-height: 35px !important;
      text-align: center; }
    .icons-list li .desc {
      height: 40px;
      margin-left: 50px;
      border-bottom: 1px solid #c2cfd6; }
      .icons-list li .desc .title {
        padding: 2px 0 0;
        margin: 0; }
      .icons-list li .desc small {
        display: block;
        margin-top: -4px;
        color: #536c79; }
    .icons-list li .value {
      position: absolute;
      top: 2px;
      right: 45px;
      text-align: right; }
      .icons-list li .value strong {
        display: block;
        margin-top: -3px; }
    .icons-list li .actions {
      position: absolute;
      top: -4px;
      right: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .icons-list li .actions i {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        line-height: normal; }
    .icons-list li.divider {
      height: 40px; }
      .icons-list li.divider i {
        width: auto;
        height: auto;
        margin: 2px 0 0;
        font-size: 18px; }

@media all and (-ms-high-contrast: none) {
  html {
    display: flex;
    flex-direction: column; } }

.app,
app-dashboard,
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.app-header {
  flex: 0 0 75px; }

.app-footer {
  flex: 0 0 50px; }

.app-body {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow-x: hidden; }
  .app-body .main {
    flex: 1;
    min-width: 0; }
  .app-body .sidebar {
    flex: 0 0 250px;
    order: -1; }
  .app-body .aside-menu {
    flex: 0 0 250px; }

.header-fixed .app-header {
  position: fixed;
  z-index: 1020;
  width: 100%; }

.header-fixed .app-body {
  margin-top: 75px; }

.sidebar-hidden .sidebar {
  margin-left: -250px; }

.sidebar-fixed .sidebar {
  position: fixed;
  width: 250px;
  height: 100%; }
  .sidebar-fixed .sidebar .sidebar-nav {
    height: calc(100vh - 75px); }

.sidebar-fixed .main, .sidebar-fixed .app-footer {
  margin-left: 250px; }

.sidebar-fixed.sidebar-hidden .main, .sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0; }

.sidebar-off-canvas .sidebar {
  position: fixed;
  z-index: 1019;
  height: 100%; }
  .sidebar-off-canvas .sidebar .sidebar-nav {
    height: calc(100vh - 75px); }

@media (min-width: 992px) {
  .sidebar-compact .sidebar {
    flex: 0 0 150px; }
  .sidebar-compact.sidebar-hidden .sidebar {
    margin-left: -150px; }
  .sidebar-compact.sidebar-fixed .main, .sidebar-compact.sidebar-fixed .app-footer {
    margin-left: 150px; }
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px; }
  .sidebar-compact.sidebar-fixed.sidebar-hidden .main, .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; }
  .sidebar-minimized .sidebar {
    flex: 0 0 50px; }
  .sidebar-minimized.sidebar-hidden .sidebar {
    margin-left: -50px; }
  .sidebar-minimized.sidebar-fixed .main, .sidebar-minimized.sidebar-fixed .app-footer {
    margin-left: 50px; }
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px; }
  .sidebar-minimized.sidebar-fixed.sidebar-hidden .main, .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; } }

.aside-menu-hidden .aside-menu {
  margin-right: -250px; }

.aside-menu-fixed .aside-menu {
  position: fixed;
  right: 0;
  height: 100%; }
  .aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 75px); }

.aside-menu-fixed .main, .aside-menu-fixed .app-footer {
  margin-right: 250px; }

.aside-menu-fixed.aside-menu-hidden .main, .aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-right: 0; }

.aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 1019;
  height: 100%; }
  .aside-menu-off-canvas .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 75px); }

.breadcrumb-fixed .main {
  padding-top: 3.875rem; }

.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 75px;
  right: 0;
  left: 0;
  z-index: 1018; }

.breadcrumb-fixed .main:nth-child(2) .breadcrumb {
  right: 250px;
  left: 250px; }

.breadcrumb-fixed .main:first-child .breadcrumb {
  right: 250px;
  left: 0; }

.breadcrumb-fixed .main:last-child .breadcrumb {
  right: 0; }

.breadcrumb-fixed.sidebar-minimized .main .breadcrumb {
  left: 50px; }

.breadcrumb-fixed.sidebar-hidden .main .breadcrumb, .breadcrumb-fixed.sidebar-off-canvas .main .breadcrumb {
  left: 0; }

.breadcrumb-fixed.aside-menu-hidden .main .breadcrumb, .breadcrumb-fixed.aside-menu-off-canvas .main .breadcrumb {
  right: 0; }

.footer-fixed .app-footer {
  position: fixed;
  bottom: 0;
  z-index: 1020;
  width: 100%; }

.footer-fixed .app-body {
  margin-bottom: 50px; }

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s; }

.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s; }

@media (max-width: 991px) {
  .app-header {
    position: fixed !important;
    z-index: 1020;
    width: 100%;
    text-align: center; }
    .app-header .navbar-toggler {
      color: #536c79; }
    .app-header .navbar-brand {
      position: absolute;
      left: 50%;
      margin-left: -125px; }
  .app-body {
    margin-top: 75px; }
  .sidebar {
    position: fixed;
    width: 220px;
    height: 100%;
    margin-left: calc(-220px - 30px); }
    .sidebar .sidebar-nav,
    .sidebar .nav {
      width: 220px !important; }
  .main, .app-footer {
    margin-left: 0 !important; }
  .sidebar-hidden .sidebar {
    margin-left: -220px; }
  .sidebar-mobile-show .sidebar {
    width: 220px;
    margin-left: 0; }
    .sidebar-mobile-show .sidebar .sidebar-nav {
      height: calc(100vh - 75px); }
  .sidebar-mobile-show .main {
    margin-right: -220px !important;
    margin-left: 220px !important; }
  .breadcrumb-fixed .main .breadcrumb {
    right: 0 !important;
    left: 0 !important; } }

hr.transparent {
  border-top: 1px solid transparent; }

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
  color: #fff; }

.b-a-0 {
  border: 0 !important; }

.b-t-0 {
  border-top: 0 !important; }

.b-r-0 {
  border-right: 0 !important; }

.b-b-0 {
  border-bottom: 0 !important; }

.b-l-0 {
  border-left: 0 !important; }

.b-a-1 {
  border: 1px solid #c2cfd6 !important; }

.b-t-1 {
  border-top: 1px solid #c2cfd6 !important; }

.b-r-1 {
  border-right: 1px solid #c2cfd6 !important; }

.b-b-1 {
  border-bottom: 1px solid #c2cfd6 !important; }

.b-l-1 {
  border-left: 1px solid #c2cfd6 !important; }

.b-a-2 {
  border: 2px solid #c2cfd6 !important; }

.b-t-2 {
  border-top: 2px solid #c2cfd6 !important; }

.b-r-2 {
  border-right: 2px solid #c2cfd6 !important; }

.b-b-2 {
  border-bottom: 2px solid #c2cfd6 !important; }

.b-l-2 {
  border-left: 2px solid #c2cfd6 !important; }

@media (max-width: 575px) {
  .d-down-none {
    display: none !important; } }

@media (max-width: 767px) {
  .d-sm-down-none {
    display: none !important; } }

@media (max-width: 991px) {
  .d-md-down-none {
    display: none !important; } }

@media (max-width: 1199px) {
  .d-lg-down-none {
    display: none !important; } }

.d-xl-down-none {
  display: none !important; }

.label-pill {
  border-radius: 1rem !important; }

.open > .dropdown-menu, .show > .dropdown-menu {
  display: block; }

.open > .dropdown-menu-right, .show > .dropdown-menu-right {
  right: 0;
  left: auto; }

.open > a, .show > a {
  outline: 0; }

.navbar .dropdown-toggle .img-avatar {
  height: 55px;
  margin: 0 10px; }

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed; }
  *[dir="rtl"] ul {
    -webkit-padding-start: 0; }
  *[dir="rtl"] table tr th {
    text-align: right; }
  *[dir="rtl"] .breadcrumb-item {
    float: right; }
  *[dir="rtl"] .breadcrumb-menu {
    right: auto;
    left: 1rem; }
  *[dir="rtl"] .dropdown-item {
    text-align: right; }
    *[dir="rtl"] .dropdown-item i {
      margin-right: -10px;
      margin-left: 10px; }
    *[dir="rtl"] .dropdown-item .badge {
      right: auto;
      left: 10px; }
  *[dir="rtl"] .sidebar-hidden .sidebar {
    margin-right: -250px; }
  *[dir="rtl"] .sidebar-fixed .main, *[dir="rtl"] .sidebar-fixed .app-footer {
    margin-right: 250px; }
  *[dir="rtl"] .sidebar-fixed.sidebar-hidden .main, *[dir="rtl"] .sidebar-fixed.sidebar-hidden .app-footer {
    margin-right: 0; }
  *[dir="rtl"] .sidebar-minimized .sidebar {
    flex: 0 0 50px; }
  *[dir="rtl"] .sidebar-minimized.sidebar-hidden .sidebar {
    margin-left: -50px; }
  *[dir="rtl"] .sidebar-minimized.sidebar-fixed .main, *[dir="rtl"] .sidebar-minimized.sidebar-fixed .app-footer {
    margin-left: 50px; }
  *[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .main, *[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; }
  *[dir="rtl"] .aside-menu-hidden .aside-menu {
    margin-left: -250px; }
  *[dir="rtl"] .aside-menu-fixed .aside-menu {
    right: auto;
    left: 0; }
  *[dir="rtl"] .aside-menu-fixed .main, *[dir="rtl"] .aside-menu-fixed .app-footer {
    margin-left: 250px; }
  *[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .main, *[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .app-footer {
    margin-left: 0; }
  *[dir="rtl"] .aside-menu-off-canvas .aside-menu {
    position: fixed;
    right: 0;
    z-index: 1019;
    height: 100%; }
    *[dir="rtl"] .aside-menu-off-canvas .aside-menu .tab-content {
      height: calc(100vh - 2.375rem - 75px); }
  *[dir="rtl"] .sidebar .sidebar-nav {
    direction: ltr; }
    *[dir="rtl"] .sidebar .sidebar-nav * {
      direction: rtl; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link [class^="icon-"], *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle [class^="icon-"], .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle [class^="icon-"], *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link [class*=" icon-"], *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle [class*=" icon-"], .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle [class*=" icon-"] {
      margin-right: -4px; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link .badge, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle .badge, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle .badge {
      float: left;
      margin-top: 2px; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link.nav-dropdown-toggle::before, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
      position: absolute;
      right: auto !important;
      left: 1rem; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, *[dir="rtl"] .sidebar .sidebar-nav .nav .navbar .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before {
      transform: rotate(90deg); }
  *[dir="rtl"] .horizontal-bars li .bars {
    padding-right: 100px;
    padding-left: 0; }
    *[dir="rtl"] .horizontal-bars li .bars .progress:first-child {
      margin-bottom: 2px; }
  *[dir="rtl"] .horizontal-bars.type-2 li i {
    margin-right: 5px;
    margin-left: 1rem; }
  *[dir="rtl"] .horizontal-bars.type-2 li .value {
    float: left;
    font-weight: 600; }
  *[dir="rtl"] .horizontal-bars.type-2 li .bars {
    padding: 0; }
  *[dir="rtl"] .icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle; }
    *[dir="rtl"] .icons-list li i {
      float: right; }
    *[dir="rtl"] .icons-list li .desc {
      margin-right: 50px;
      margin-left: 0; }
    *[dir="rtl"] .icons-list li .value {
      right: auto;
      left: 45px;
      text-align: left; }
      *[dir="rtl"] .icons-list li .value strong {
        display: block;
        margin-top: -3px; }
    *[dir="rtl"] .icons-list li .actions {
      right: auto;
      left: 10px; }
  *[dir="rtl"] .callout {
    border: 0 solid #c2cfd6;
    border-right-width: .25rem; }
    *[dir="rtl"] .callout .chart-wrapper {
      left: 0;
      float: left; }
  *[dir="rtl"] .callout-default {
    border-right-color: #536c79; }
  *[dir="rtl"].callout-primary {
    border-right-color: #e83e8c; }
  *[dir="rtl"].callout-secondary {
    border-right-color: #f6f7f9; }
  *[dir="rtl"].callout-success {
    border-right-color: #4dbd74; }
  *[dir="rtl"].callout-info {
    border-right-color: #71cbf4; }
  *[dir="rtl"].callout-warning {
    border-right-color: #e67e22; }
  *[dir="rtl"].callout-danger {
    border-right-color: #f86c6b; }
  *[dir="rtl"].callout-light {
    border-right-color: #f6f7f9; }
  *[dir="rtl"].callout-dark {
    border-right-color: #888; }
  *[dir="rtl"].callout-gazole {
    border-right-color: #f1c40f; }
  *[dir="rtl"].callout-sp95 {
    border-right-color: #2ecc71; }
  *[dir="rtl"].callout-gnr {
    border-right-color: #eb2f06; }
  *[dir="rtl"].callout-gnv {
    border-right-color: #acdc6e; }
  *[dir="rtl"].callout-white {
    border-right-color: #fff; }

.tooltip-info {
  position: relative;
  display: inline-block; }

.tooltip-info .tooltip-info-text {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #23395b;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 1s;
  border: 1px solid #ccc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px; }

.tooltip-info .tooltip-info-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #ccc; }

.tooltip-info:hover .tooltip-info-text {
  visibility: visible;
  opacity: 1; }

.tooltip-info-co2 {
  position: relative;
  display: inline-block; }

.tooltip-info-co2 .tooltip-info-co2-text {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #23395b;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -90px;
  opacity: 0;
  transition: opacity 1s;
  border: 1px solid #ccc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px; }

.tooltip-info-co2 .tooltip-info-co2-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #ccc; }

@media (max-width: 576px) {
  .tooltip-info-co2 .tooltip-info-co2-text {
    margin-left: -150px; }
  .tooltip-info-co2 .tooltip-info-co2-text::after {
    left: 50%; } }

.tooltip-info-co2:hover .tooltip-info-co2-text {
  visibility: visible;
  opacity: 1; }

.fa-tooltip-info {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

Input:required {
  box-shadow: none; }

.tooltip-info-home {
  position: relative;
  display: inline-block; }

.tooltip-info-home .tooltip-info-text {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #23395b;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 1s;
  border: 1px solid #ccc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px; }

.tooltip-info-home .tooltip-info-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #ccc; }

.tooltip-info-home:hover .tooltip-info-text {
  visibility: visible;
  opacity: 1; }

.tooltip-info-co2-home {
  position: relative;
  display: inline-block; }

.tooltip-info-co2-home .tooltip-info-co2-text {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #23395b;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -90px;
  opacity: 0;
  transition: opacity 1s;
  border: 1px solid #ccc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px; }

.tooltip-info-co2-home .tooltip-info-co2-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #ccc; }

@media (max-width: 576px) {
  .tooltip-info-home .tooltip-info-text {
    bottom: 125%;
    left: 50%;
    margin-left: -90px; }
  .tooltip-info-home .tooltip-info-text::after {
    left: 30%; } }

.tooltip-info-co2-home:hover .tooltip-info-co2-text {
  visibility: visible;
  opacity: 1; }

.border-blue {
  border: 1px solid #70ccf4; }

.border-blue:hover {
  border: 1px solid #70ccf4;
  color: black;
  background-color: transparent; }

.fa-check-blue {
  color: #70ccf4; }

.fa-check-grey {
  color: #a9a9a9; }

tr.multi-selected td:first-child {
  border-left: 1px solid #70cdf4; }

tr.multi-selected td {
  border-top: 1px solid #70cdf4;
  border-bottom: 1px solid #70cdf4; }

tr.multi-selected td:last-child {
  border-right: 1px solid #70cdf4; }

.tooltip-info-status {
  position: relative;
  display: inline-block; }

.tooltip-info-status .tooltip-info-status-text {
  visibility: hidden;
  width: 120px;
  background-color: #24395b;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  margin-left: -65px;
  opacity: 0;
  transition: opacity 1s;
  border: 1px solid #24395b;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px; }

.tooltip-info-status .tooltip-info-status-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #24395b; }

.tooltip-info-status:hover .tooltip-info-status-text {
  visibility: visible;
  opacity: 1; }

dark-blue {
  color: #24395b; }

tr.default-payment td:first-child {
  border-left: 1px solid red; }

tr.default-payment td {
  border-top: 1px solid red;
  border-bottom: 1px solid red; }

tr.default-payment td:last-child {
  border-right: 1px solid red; }

.action-carret:hover {
  color: #70cdf4;
  cursor: pointer; }

.table-hover tbody tr.no-click:nth-of-type(odd):hover {
  color: #24395b;
  cursor: default; }

.table-hover tbody tr.no-click:hover {
  color: #24395b;
  cursor: default; }

.input-cars {
  min-width: 60px;
  padding: 10px !important;
  text-align: center; }

.input-cars-minus {
  background-color: #8d98aa;
  color: white;
  padding: 10px 10px 10px 14px; }

.input-cars-minus.active {
  background-color: #23395b;
  cursor: pointer; }

.input-cars-plus {
  background-color: #23395b;
  color: white;
  padding: 10px 10px 10px 14px;
  cursor: pointer; }

.font-other-car {
  font-size: 12px; }

.configuration-form {
  background-color: #f2f2f3; }

.title-color {
  font-weight: bold;
  color: #e83e8c !important; }

@media (min-width: 991px) and (max-width: 1400px) {
  .wrap-between-sm-md {
    flex-direction: column;
    justify-content: center;
    align-content: center; } }

.advanced-search-input {
  border-right: 0; }

/*# sourceMappingURL=index.styles.css.map*/