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

.la,
.lab,
.lad,
.lal,
.lar,
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.la-xs {
  font-size: 0.75em;
}
.la-sm {
  font-size: 0.875em;
}
.la-1x {
  font-size: 1em;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-6x {
  font-size: 6em;
}
.la-7x {
  font-size: 7em;
}
.la-8x {
  font-size: 8em;
}
.la-9x {
  font-size: 9em;
}
.la-10x {
  font-size: 10em;
}
.la-fw {
  text-align: center;
  width: 1.25em;
}
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.la-ul > li {
  position: relative;
}
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.la-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.la-pull-left {
  float: left;
}
.la-pull-right {
  float: right;
}
.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
  margin-right: 0.3em;
}
.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
  margin-left: 0.3em;
}
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}
@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.la-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.la-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.la-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.la-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #fff;
}
.la-500px:before {
  content: "\f26e";
}
.la-accessible-icon:before {
  content: "\f368";
}
.la-accusoft:before {
  content: "\f369";
}
.la-acquisitions-incorporated:before {
  content: "\f6af";
}
.la-ad:before {
  content: "\f641";
}
.la-address-book:before {
  content: "\f2b9";
}
.la-address-card:before {
  content: "\f2bb";
}
.la-adjust:before {
  content: "\f042";
}
.la-adn:before {
  content: "\f170";
}
.la-adobe:before {
  content: "\f778";
}
.la-adversal:before {
  content: "\f36a";
}
.la-affiliatetheme:before {
  content: "\f36b";
}
.la-air-freshener:before {
  content: "\f5d0";
}
.la-airbnb:before {
  content: "\f834";
}
.la-algolia:before {
  content: "\f36c";
}
.la-align-center:before {
  content: "\f037";
}
.la-align-justify:before {
  content: "\f039";
}
.la-align-left:before {
  content: "\f036";
}
.la-align-right:before {
  content: "\f038";
}
.la-alipay:before {
  content: "\f642";
}
.la-allergies:before {
  content: "\f461";
}
.la-amazon:before {
  content: "\f270";
}
.la-amazon-pay:before {
  content: "\f42c";
}
.la-ambulance:before {
  content: "\f0f9";
}
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.la-amilia:before {
  content: "\f36d";
}
.la-anchor:before {
  content: "\f13d";
}
.la-android:before {
  content: "\f17b";
}
.la-angellist:before {
  content: "\f209";
}
.la-angle-double-down:before {
  content: "\f103";
}
.la-angle-double-left:before {
  content: "\f100";
}
.la-angle-double-right:before {
  content: "\f101";
}
.la-angle-double-up:before {
  content: "\f102";
}
.la-angle-down:before {
  content: "\f107";
}
.la-angle-left:before {
  content: "\f104";
}
.la-angle-right:before {
  content: "\f105";
}
.la-angle-up:before {
  content: "\f106";
}
.la-angry:before {
  content: "\f556";
}
.la-angrycreative:before {
  content: "\f36e";
}
.la-angular:before {
  content: "\f420";
}
.la-ankh:before {
  content: "\f644";
}
.la-app-store:before {
  content: "\f36f";
}
.la-app-store-ios:before {
  content: "\f370";
}
.la-apper:before {
  content: "\f371";
}
.la-apple:before {
  content: "\f179";
}
.la-apple-alt:before {
  content: "\f5d1";
}
.la-apple-pay:before {
  content: "\f415";
}
.la-archive:before {
  content: "\f187";
}
.la-archway:before {
  content: "\f557";
}
.la-arrow-alt-circle-down:before {
  content: "\f358";
}
.la-arrow-alt-circle-left:before {
  content: "\f359";
}
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}
.la-arrow-circle-down:before {
  content: "\f0ab";
}
.la-arrow-circle-left:before {
  content: "\f0a8";
}
.la-arrow-circle-right:before {
  content: "\f0a9";
}
.la-arrow-circle-up:before {
  content: "\f0aa";
}
.la-arrow-down:before {
  content: "\f063";
}
.la-arrow-left:before {
  content: "\f060";
}
.la-arrow-right:before {
  content: "\f061";
}
.la-arrow-up:before {
  content: "\f062";
}
.la-arrows-alt:before {
  content: "\f0b2";
}
.la-arrows-alt-h:before {
  content: "\f337";
}
.la-arrows-alt-v:before {
  content: "\f338";
}
.la-artstation:before {
  content: "\f77a";
}
.la-assistive-listening-systems:before {
  content: "\f2a2";
}
.la-asterisk:before {
  content: "\f069";
}
.la-asymmetrik:before {
  content: "\f372";
}
.la-at:before {
  content: "\f1fa";
}
.la-atlas:before {
  content: "\f558";
}
.la-atlassian:before {
  content: "\f77b";
}
.la-atom:before {
  content: "\f5d2";
}
.la-audible:before {
  content: "\f373";
}
.la-audio-description:before {
  content: "\f29e";
}
.la-autoprefixer:before {
  content: "\f41c";
}
.la-avianex:before {
  content: "\f374";
}
.la-aviato:before {
  content: "\f421";
}
.la-award:before {
  content: "\f559";
}
.la-aws:before {
  content: "\f375";
}
.la-baby:before {
  content: "\f77c";
}
.la-baby-carriage:before {
  content: "\f77d";
}
.la-backspace:before {
  content: "\f55a";
}
.la-backward:before {
  content: "\f04a";
}
.la-bacon:before {
  content: "\f7e5";
}
.la-balance-scale:before {
  content: "\f24e";
}
.la-balance-scale-left:before {
  content: "\f515";
}
.la-balance-scale-right:before {
  content: "\f516";
}
.la-ban:before {
  content: "\f05e";
}
.la-band-aid:before {
  content: "\f462";
}
.la-bandcamp:before {
  content: "\f2d5";
}
.la-barcode:before {
  content: "\f02a";
}
.la-bars:before {
  content: "\f0c9";
}
.la-baseball-ball:before {
  content: "\f433";
}
.la-basketball-ball:before {
  content: "\f434";
}
.la-bath:before {
  content: "\f2cd";
}
.la-battery-empty:before {
  content: "\f244";
}
.la-battery-full:before {
  content: "\f240";
}
.la-battery-half:before {
  content: "\f242";
}
.la-battery-quarter:before {
  content: "\f243";
}
.la-battery-three-quarters:before {
  content: "\f241";
}
.la-battle-net:before {
  content: "\f835";
}
.la-bed:before {
  content: "\f236";
}
.la-beer:before {
  content: "\f0fc";
}
.la-behance:before {
  content: "\f1b4";
}
.la-behance-square:before {
  content: "\f1b5";
}
.la-bell:before {
  content: "\f0f3";
}
.la-bell-slash:before {
  content: "\f1f6";
}
.la-bezier-curve:before {
  content: "\f55b";
}
.la-bible:before {
  content: "\f647";
}
.la-bicycle:before {
  content: "\f206";
}
.la-biking:before {
  content: "\f84a";
}
.la-bimobject:before {
  content: "\f378";
}
.la-binoculars:before {
  content: "\f1e5";
}
.la-biohazard:before {
  content: "\f780";
}
.la-birthday-cake:before {
  content: "\f1fd";
}
.la-bitbucket:before {
  content: "\f171";
}
.la-bitcoin:before {
  content: "\f379";
}
.la-bity:before {
  content: "\f37a";
}
.la-black-tie:before {
  content: "\f27e";
}
.la-blackberry:before {
  content: "\f37b";
}
.la-blender:before {
  content: "\f517";
}
.la-blender-phone:before {
  content: "\f6b6";
}
.la-blind:before {
  content: "\f29d";
}
.la-blog:before {
  content: "\f781";
}
.la-blogger:before {
  content: "\f37c";
}
.la-blogger-b:before {
  content: "\f37d";
}
.la-bluetooth:before {
  content: "\f293";
}
.la-bluetooth-b:before {
  content: "\f294";
}
.la-bold:before {
  content: "\f032";
}
.la-bolt:before {
  content: "\f0e7";
}
.la-bomb:before {
  content: "\f1e2";
}
.la-bone:before {
  content: "\f5d7";
}
.la-bong:before {
  content: "\f55c";
}
.la-book:before {
  content: "\f02d";
}
.la-book-dead:before {
  content: "\f6b7";
}
.la-book-medical:before {
  content: "\f7e6";
}
.la-book-open:before {
  content: "\f518";
}
.la-book-reader:before {
  content: "\f5da";
}
.la-bookmark:before {
  content: "\f02e";
}
.la-bootstrap:before {
  content: "\f836";
}
.la-border-all:before {
  content: "\f84c";
}
.la-border-none:before {
  content: "\f850";
}
.la-border-style:before {
  content: "\f853";
}
.la-bowling-ball:before {
  content: "\f436";
}
.la-box:before {
  content: "\f466";
}
.la-box-open:before {
  content: "\f49e";
}
.la-boxes:before {
  content: "\f468";
}
.la-braille:before {
  content: "\f2a1";
}
.la-brain:before {
  content: "\f5dc";
}
.la-bread-slice:before {
  content: "\f7ec";
}
.la-briefcase:before {
  content: "\f0b1";
}
.la-briefcase-medical:before {
  content: "\f469";
}
.la-broadcast-tower:before {
  content: "\f519";
}
.la-broom:before {
  content: "\f51a";
}
.la-brush:before {
  content: "\f55d";
}
.la-btc:before {
  content: "\f15a";
}
.la-buffer:before {
  content: "\f837";
}
.la-bug:before {
  content: "\f188";
}
.la-building:before {
  content: "\f1ad";
}
.la-bullhorn:before {
  content: "\f0a1";
}
.la-bullseye:before {
  content: "\f140";
}
.la-burn:before {
  content: "\f46a";
}
.la-buromobelexperte:before {
  content: "\f37f";
}
.la-bus:before {
  content: "\f207";
}
.la-bus-alt:before {
  content: "\f55e";
}
.la-business-time:before {
  content: "\f64a";
}
.la-buy-n-large:before {
  content: "\f8a6";
}
.la-buysellads:before {
  content: "\f20d";
}
.la-calculator:before {
  content: "\f1ec";
}
.la-calendar:before {
  content: "\f133";
}
.la-calendar-alt:before {
  content: "\f073";
}
.la-calendar-check:before {
  content: "\f274";
}
.la-calendar-day:before {
  content: "\f783";
}
.la-calendar-minus:before {
  content: "\f272";
}
.la-calendar-plus:before {
  content: "\f271";
}
.la-calendar-times:before {
  content: "\f273";
}
.la-calendar-week:before {
  content: "\f784";
}
.la-camera:before {
  content: "\f030";
}
.la-camera-retro:before {
  content: "\f083";
}
.la-campground:before {
  content: "\f6bb";
}
.la-canadian-maple-leaf:before {
  content: "\f785";
}
.la-candy-cane:before {
  content: "\f786";
}
.la-cannabis:before {
  content: "\f55f";
}
.la-capsules:before {
  content: "\f46b";
}
.la-car:before {
  content: "\f1b9";
}
.la-car-alt:before {
  content: "\f5de";
}
.la-car-battery:before {
  content: "\f5df";
}
.la-car-crash:before {
  content: "\f5e1";
}
.la-car-side:before {
  content: "\f5e4";
}
.la-caret-down:before {
  content: "\f0d7";
}
.la-caret-left:before {
  content: "\f0d9";
}
.la-caret-right:before {
  content: "\f0da";
}
.la-caret-square-down:before {
  content: "\f150";
}
.la-caret-square-left:before {
  content: "\f191";
}
.la-caret-square-right:before {
  content: "\f152";
}
.la-caret-square-up:before {
  content: "\f151";
}
.la-caret-up:before {
  content: "\f0d8";
}
.la-carrot:before {
  content: "\f787";
}
.la-cart-arrow-down:before {
  content: "\f218";
}
.la-cart-plus:before {
  content: "\f217";
}
.la-cash-register:before {
  content: "\f788";
}
.la-cat:before {
  content: "\f6be";
}
.la-cc-amazon-pay:before {
  content: "\f42d";
}
.la-cc-amex:before {
  content: "\f1f3";
}
.la-cc-apple-pay:before {
  content: "\f416";
}
.la-cc-diners-club:before {
  content: "\f24c";
}
.la-cc-discover:before {
  content: "\f1f2";
}
.la-cc-jcb:before {
  content: "\f24b";
}
.la-cc-mastercard:before {
  content: "\f1f1";
}
.la-cc-paypal:before {
  content: "\f1f4";
}
.la-cc-stripe:before {
  content: "\f1f5";
}
.la-cc-visa:before {
  content: "\f1f0";
}
.la-centercode:before {
  content: "\f380";
}
.la-centos:before {
  content: "\f789";
}
.la-certificate:before {
  content: "\f0a3";
}
.la-chair:before {
  content: "\f6c0";
}
.la-chalkboard:before {
  content: "\f51b";
}
.la-chalkboard-teacher:before {
  content: "\f51c";
}
.la-charging-station:before {
  content: "\f5e7";
}
.la-chart-area:before {
  content: "\f1fe";
}
.la-chart-bar:before {
  content: "\f080";
}
.la-chart-line:before {
  content: "\f201";
}
.la-chart-pie:before {
  content: "\f200";
}
.la-check:before {
  content: "\f00c";
}
.la-check-circle:before {
  content: "\f058";
}
.la-check-double:before {
  content: "\f560";
}
.la-check-square:before {
  content: "\f14a";
}
.la-cheese:before {
  content: "\f7ef";
}
.la-chess:before {
  content: "\f439";
}
.la-chess-bishop:before {
  content: "\f43a";
}
.la-chess-board:before {
  content: "\f43c";
}
.la-chess-king:before {
  content: "\f43f";
}
.la-chess-knight:before {
  content: "\f441";
}
.la-chess-pawn:before {
  content: "\f443";
}
.la-chess-queen:before {
  content: "\f445";
}
.la-chess-rook:before {
  content: "\f447";
}
.la-chevron-circle-down:before {
  content: "\f13a";
}
.la-chevron-circle-left:before {
  content: "\f137";
}
.la-chevron-circle-right:before {
  content: "\f138";
}
.la-chevron-circle-up:before {
  content: "\f139";
}
.la-chevron-down:before {
  content: "\f078";
}
.la-chevron-left:before {
  content: "\f053";
}
.la-chevron-right:before {
  content: "\f054";
}
.la-chevron-up:before {
  content: "\f077";
}
.la-child:before {
  content: "\f1ae";
}
.la-chrome:before {
  content: "\f268";
}
.la-chromecast:before {
  content: "\f838";
}
.la-church:before {
  content: "\f51d";
}
.la-circle:before {
  content: "\f111";
}
.la-circle-notch:before {
  content: "\f1ce";
}
.la-city:before {
  content: "\f64f";
}
.la-clinic-medical:before {
  content: "\f7f2";
}
.la-clipboard:before {
  content: "\f328";
}
.la-clipboard-check:before {
  content: "\f46c";
}
.la-clipboard-list:before {
  content: "\f46d";
}
.la-clock:before {
  content: "\f017";
}
.la-clone:before {
  content: "\f24d";
}
.la-closed-captioning:before {
  content: "\f20a";
}
.la-cloud:before {
  content: "\f0c2";
}
.la-cloud-download-alt:before {
  content: "\f381";
}
.la-cloud-meatball:before {
  content: "\f73b";
}
.la-cloud-moon:before {
  content: "\f6c3";
}
.la-cloud-moon-rain:before {
  content: "\f73c";
}
.la-cloud-rain:before {
  content: "\f73d";
}
.la-cloud-showers-heavy:before {
  content: "\f740";
}
.la-cloud-sun:before {
  content: "\f6c4";
}
.la-cloud-sun-rain:before {
  content: "\f743";
}
.la-cloud-upload-alt:before {
  content: "\f382";
}
.la-cloudscale:before {
  content: "\f383";
}
.la-cloudsmith:before {
  content: "\f384";
}
.la-cloudversify:before {
  content: "\f385";
}
.la-cocktail:before {
  content: "\f561";
}
.la-code:before {
  content: "\f121";
}
.la-code-branch:before {
  content: "\f126";
}
.la-codepen:before {
  content: "\f1cb";
}
.la-codiepie:before {
  content: "\f284";
}
.la-coffee:before {
  content: "\f0f4";
}
.la-cog:before {
  content: "\f013";
}
.la-cogs:before {
  content: "\f085";
}
.la-coins:before {
  content: "\f51e";
}
.la-columns:before {
  content: "\f0db";
}
.la-comment:before {
  content: "\f075";
}
.la-comment-alt:before {
  content: "\f27a";
}
.la-comment-dollar:before {
  content: "\f651";
}
.la-comment-dots:before {
  content: "\f4ad";
}
.la-comment-medical:before {
  content: "\f7f5";
}
.la-comment-slash:before {
  content: "\f4b3";
}
.la-comments:before {
  content: "\f086";
}
.la-comments-dollar:before {
  content: "\f653";
}
.la-compact-disc:before {
  content: "\f51f";
}
.la-compass:before {
  content: "\f14e";
}
.la-compress:before {
  content: "\f066";
}
.la-compress-arrows-alt:before {
  content: "\f78c";
}
.la-concierge-bell:before {
  content: "\f562";
}
.la-confluence:before {
  content: "\f78d";
}
.la-connectdevelop:before {
  content: "\f20e";
}
.la-contao:before {
  content: "\f26d";
}
.la-cookie:before {
  content: "\f563";
}
.la-cookie-bite:before {
  content: "\f564";
}
.la-copy:before {
  content: "\f0c5";
}
.la-copyright:before {
  content: "\f1f9";
}
.la-cotton-bureau:before {
  content: "\f89e";
}
.la-couch:before {
  content: "\f4b8";
}
.la-cpanel:before {
  content: "\f388";
}
.la-creative-commons:before {
  content: "\f25e";
}
.la-creative-commons-by:before {
  content: "\f4e7";
}
.la-creative-commons-nc:before {
  content: "\f4e8";
}
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.la-creative-commons-nd:before {
  content: "\f4eb";
}
.la-creative-commons-pd:before {
  content: "\f4ec";
}
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.la-creative-commons-remix:before {
  content: "\f4ee";
}
.la-creative-commons-sa:before {
  content: "\f4ef";
}
.la-creative-commons-sampling:before {
  content: "\f4f0";
}
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.la-creative-commons-share:before {
  content: "\f4f2";
}
.la-creative-commons-zero:before {
  content: "\f4f3";
}
.la-credit-card:before {
  content: "\f09d";
}
.la-critical-role:before {
  content: "\f6c9";
}
.la-crop:before {
  content: "\f125";
}
.la-crop-alt:before {
  content: "\f565";
}
.la-cross:before {
  content: "\f654";
}
.la-crosshairs:before {
  content: "\f05b";
}
.la-crow:before {
  content: "\f520";
}
.la-crown:before {
  content: "\f521";
}
.la-crutch:before {
  content: "\f7f7";
}
.la-css3:before {
  content: "\f13c";
}
.la-css3-alt:before {
  content: "\f38b";
}
.la-cube:before {
  content: "\f1b2";
}
.la-cubes:before {
  content: "\f1b3";
}
.la-cut:before {
  content: "\f0c4";
}
.la-cuttlefish:before {
  content: "\f38c";
}
.la-d-and-d:before {
  content: "\f38d";
}
.la-d-and-d-beyond:before {
  content: "\f6ca";
}
.la-dashcube:before {
  content: "\f210";
}
.la-database:before {
  content: "\f1c0";
}
.la-deaf:before {
  content: "\f2a4";
}
.la-delicious:before {
  content: "\f1a5";
}
.la-democrat:before {
  content: "\f747";
}
.la-deploydog:before {
  content: "\f38e";
}
.la-deskpro:before {
  content: "\f38f";
}
.la-desktop:before {
  content: "\f108";
}
.la-dev:before {
  content: "\f6cc";
}
.la-deviantart:before {
  content: "\f1bd";
}
.la-dharmachakra:before {
  content: "\f655";
}
.la-dhl:before {
  content: "\f790";
}
.la-diagnoses:before {
  content: "\f470";
}
.la-diaspora:before {
  content: "\f791";
}
.la-dice:before {
  content: "\f522";
}
.la-dice-d20:before {
  content: "\f6cf";
}
.la-dice-d6:before {
  content: "\f6d1";
}
.la-dice-five:before {
  content: "\f523";
}
.la-dice-four:before {
  content: "\f524";
}
.la-dice-one:before {
  content: "\f525";
}
.la-dice-six:before {
  content: "\f526";
}
.la-dice-three:before {
  content: "\f527";
}
.la-dice-two:before {
  content: "\f528";
}
.la-digg:before {
  content: "\f1a6";
}
.la-digital-ocean:before {
  content: "\f391";
}
.la-digital-tachograph:before {
  content: "\f566";
}
.la-directions:before {
  content: "\f5eb";
}
.la-discord:before {
  content: "\f392";
}
.la-discourse:before {
  content: "\f393";
}
.la-divide:before {
  content: "\f529";
}
.la-dizzy:before {
  content: "\f567";
}
.la-dna:before {
  content: "\f471";
}
.la-dochub:before {
  content: "\f394";
}
.la-docker:before {
  content: "\f395";
}
.la-dog:before {
  content: "\f6d3";
}
.la-dollar-sign:before {
  content: "\f155";
}
.la-dolly:before {
  content: "\f472";
}
.la-dolly-flatbed:before {
  content: "\f474";
}
.la-donate:before {
  content: "\f4b9";
}
.la-door-closed:before {
  content: "\f52a";
}
.la-door-open:before {
  content: "\f52b";
}
.la-dot-circle:before {
  content: "\f192";
}
.la-dove:before {
  content: "\f4ba";
}
.la-download:before {
  content: "\f019";
}
.la-draft2digital:before {
  content: "\f396";
}
.la-drafting-compass:before {
  content: "\f568";
}
.la-dragon:before {
  content: "\f6d5";
}
.la-draw-polygon:before {
  content: "\f5ee";
}
.la-dribbble:before {
  content: "\f17d";
}
.la-dribbble-square:before {
  content: "\f397";
}
.la-dropbox:before {
  content: "\f16b";
}
.la-drum:before {
  content: "\f569";
}
.la-drum-steelpan:before {
  content: "\f56a";
}
.la-drumstick-bite:before {
  content: "\f6d7";
}
.la-drupal:before {
  content: "\f1a9";
}
.la-dumbbell:before {
  content: "\f44b";
}
.la-dumpster:before {
  content: "\f793";
}
.la-dumpster-fire:before {
  content: "\f794";
}
.la-dungeon:before {
  content: "\f6d9";
}
.la-dyalog:before {
  content: "\f399";
}
.la-earlybirds:before {
  content: "\f39a";
}
.la-ebay:before {
  content: "\f4f4";
}
.la-edge:before {
  content: "\f282";
}
.la-edit:before {
  content: "\f044";
}
.la-egg:before {
  content: "\f7fb";
}
.la-eject:before {
  content: "\f052";
}
.la-elementor:before {
  content: "\f430";
}
.la-ellipsis-h:before {
  content: "\f141";
}
.la-ellipsis-v:before {
  content: "\f142";
}
.la-ello:before {
  content: "\f5f1";
}
.la-ember:before {
  content: "\f423";
}
.la-empire:before {
  content: "\f1d1";
}
.la-envelope:before {
  content: "\f0e0";
}
.la-envelope-open:before {
  content: "\f2b6";
}
.la-envelope-open-text:before {
  content: "\f658";
}
.la-envelope-square:before {
  content: "\f199";
}
.la-envira:before {
  content: "\f299";
}
.la-equals:before {
  content: "\f52c";
}
.la-eraser:before {
  content: "\f12d";
}
.la-erlang:before {
  content: "\f39d";
}
.la-ethereum:before {
  content: "\f42e";
}
.la-ethernet:before {
  content: "\f796";
}
.la-etsy:before {
  content: "\f2d7";
}
.la-euro-sign:before {
  content: "\f153";
}
.la-evernote:before {
  content: "\f839";
}
.la-exchange-alt:before {
  content: "\f362";
}
.la-exclamation:before {
  content: "\f12a";
}
.la-exclamation-circle:before {
  content: "\f06a";
}
.la-exclamation-triangle:before {
  content: "\f071";
}
.la-expand:before {
  content: "\f065";
}
.la-expand-arrows-alt:before {
  content: "\f31e";
}
.la-expeditedssl:before {
  content: "\f23e";
}
.la-external-link-alt:before {
  content: "\f35d";
}
.la-external-link-square-alt:before {
  content: "\f360";
}
.la-eye:before {
  content: "\f06e";
}
.la-eye-dropper:before {
  content: "\f1fb";
}
.la-eye-slash:before {
  content: "\f070";
}
.la-facebook:before {
  content: "\f09a";
}
.la-facebook-f:before {
  content: "\f39e";
}
.la-facebook-messenger:before {
  content: "\f39f";
}
.la-facebook-square:before {
  content: "\f082";
}
.la-fan:before {
  content: "\f863";
}
.la-fantasy-flight-games:before {
  content: "\f6dc";
}
.la-fast-backward:before {
  content: "\f049";
}
.la-fast-forward:before {
  content: "\f050";
}
.la-fax:before {
  content: "\f1ac";
}
.la-feather:before {
  content: "\f52d";
}
.la-feather-alt:before {
  content: "\f56b";
}
.la-fedex:before {
  content: "\f797";
}
.la-fedora:before {
  content: "\f798";
}
.la-female:before {
  content: "\f182";
}
.la-fighter-jet:before {
  content: "\f0fb";
}
.la-figma:before {
  content: "\f799";
}
.la-file:before {
  content: "\f15b";
}
.la-file-alt:before {
  content: "\f15c";
}
.la-file-archive:before {
  content: "\f1c6";
}
.la-file-audio:before {
  content: "\f1c7";
}
.la-file-code:before {
  content: "\f1c9";
}
.la-file-contract:before {
  content: "\f56c";
}
.la-file-csv:before {
  content: "\f6dd";
}
.la-file-download:before {
  content: "\f56d";
}
.la-file-excel:before {
  content: "\f1c3";
}
.la-file-export:before {
  content: "\f56e";
}
.la-file-image:before {
  content: "\f1c5";
}
.la-file-import:before {
  content: "\f56f";
}
.la-file-invoice:before {
  content: "\f570";
}
.la-file-invoice-dollar:before {
  content: "\f571";
}
.la-file-medical:before {
  content: "\f477";
}
.la-file-medical-alt:before {
  content: "\f478";
}
.la-file-pdf:before {
  content: "\f1c1";
}
.la-file-powerpoint:before {
  content: "\f1c4";
}
.la-file-prescription:before {
  content: "\f572";
}
.la-file-signature:before {
  content: "\f573";
}
.la-file-upload:before {
  content: "\f574";
}
.la-file-video:before {
  content: "\f1c8";
}
.la-file-word:before {
  content: "\f1c2";
}
.la-fill:before {
  content: "\f575";
}
.la-fill-drip:before {
  content: "\f576";
}
.la-film:before {
  content: "\f008";
}
.la-filter:before {
  content: "\f0b0";
}
.la-fingerprint:before {
  content: "\f577";
}
.la-fire:before {
  content: "\f06d";
}
.la-fire-alt:before {
  content: "\f7e4";
}
.la-fire-extinguisher:before {
  content: "\f134";
}
.la-firefox:before {
  content: "\f269";
}
.la-first-aid:before {
  content: "\f479";
}
.la-first-order:before {
  content: "\f2b0";
}
.la-first-order-alt:before {
  content: "\f50a";
}
.la-firstdraft:before {
  content: "\f3a1";
}
.la-fish:before {
  content: "\f578";
}
.la-fist-raised:before {
  content: "\f6de";
}
.la-flag:before {
  content: "\f024";
}
.la-flag-checkered:before {
  content: "\f11e";
}
.la-flag-usa:before {
  content: "\f74d";
}
.la-flask:before {
  content: "\f0c3";
}
.la-flickr:before {
  content: "\f16e";
}
.la-flipboard:before {
  content: "\f44d";
}
.la-flushed:before {
  content: "\f579";
}
.la-fly:before {
  content: "\f417";
}
.la-folder:before {
  content: "\f07b";
}
.la-folder-minus:before {
  content: "\f65d";
}
.la-folder-open:before {
  content: "\f07c";
}
.la-folder-plus:before {
  content: "\f65e";
}
.la-font:before {
  content: "\f031";
}
.la-font-awesome:before {
  content: "\f2b4";
}
.la-font-awesome-alt:before {
  content: "\f35c";
}
.la-font-awesome-flag:before {
  content: "\f425";
}
.la-font-awesome-logo-full:before {
  content: "\f4e6";
}
.la-fonticons:before {
  content: "\f280";
}
.la-fonticons-fi:before {
  content: "\f3a2";
}
.la-football-ball:before {
  content: "\f44e";
}
.la-fort-awesome:before {
  content: "\f286";
}
.la-fort-awesome-alt:before {
  content: "\f3a3";
}
.la-forumbee:before {
  content: "\f211";
}
.la-forward:before {
  content: "\f04e";
}
.la-foursquare:before {
  content: "\f180";
}
.la-free-code-camp:before {
  content: "\f2c5";
}
.la-freebsd:before {
  content: "\f3a4";
}
.la-frog:before {
  content: "\f52e";
}
.la-frown:before {
  content: "\f119";
}
.la-frown-open:before {
  content: "\f57a";
}
.la-fulcrum:before {
  content: "\f50b";
}
.la-funnel-dollar:before {
  content: "\f662";
}
.la-futbol:before {
  content: "\f1e3";
}
.la-galactic-republic:before {
  content: "\f50c";
}
.la-galactic-senate:before {
  content: "\f50d";
}
.la-gamepad:before {
  content: "\f11b";
}
.la-gas-pump:before {
  content: "\f52f";
}
.la-gavel:before {
  content: "\f0e3";
}
.la-gem:before {
  content: "\f3a5";
}
.la-genderless:before {
  content: "\f22d";
}
.la-get-pocket:before {
  content: "\f265";
}
.la-gg:before {
  content: "\f260";
}
.la-gg-circle:before {
  content: "\f261";
}
.la-ghost:before {
  content: "\f6e2";
}
.la-gift:before {
  content: "\f06b";
}
.la-gifts:before {
  content: "\f79c";
}
.la-git:before {
  content: "\f1d3";
}
.la-git-alt:before {
  content: "\f841";
}
.la-git-square:before {
  content: "\f1d2";
}
.la-github:before {
  content: "\f09b";
}
.la-github-alt:before {
  content: "\f113";
}
.la-github-square:before {
  content: "\f092";
}
.la-gitkraken:before {
  content: "\f3a6";
}
.la-gitlab:before {
  content: "\f296";
}
.la-gitter:before {
  content: "\f426";
}
.la-glass-cheers:before {
  content: "\f79f";
}
.la-glass-martini:before {
  content: "\f000";
}
.la-glass-martini-alt:before {
  content: "\f57b";
}
.la-glass-whiskey:before {
  content: "\f7a0";
}
.la-glasses:before {
  content: "\f530";
}
.la-glide:before {
  content: "\f2a5";
}
.la-glide-g:before {
  content: "\f2a6";
}
.la-globe:before {
  content: "\f0ac";
}
.la-globe-africa:before {
  content: "\f57c";
}
.la-globe-americas:before {
  content: "\f57d";
}
.la-globe-asia:before {
  content: "\f57e";
}
.la-globe-europe:before {
  content: "\f7a2";
}
.la-gofore:before {
  content: "\f3a7";
}
.la-golf-ball:before {
  content: "\f450";
}
.la-goodreads:before {
  content: "\f3a8";
}
.la-goodreads-g:before {
  content: "\f3a9";
}
.la-google:before {
  content: "\f1a0";
}
.la-google-drive:before {
  content: "\f3aa";
}
.la-google-play:before {
  content: "\f3ab";
}
.la-google-plus:before {
  content: "\f2b3";
}
.la-google-plus-g:before {
  content: "\f0d5";
}
.la-google-plus-square:before {
  content: "\f0d4";
}
.la-google-wallet:before {
  content: "\f1ee";
}
.la-gopuram:before {
  content: "\f664";
}
.la-graduation-cap:before {
  content: "\f19d";
}
.la-gratipay:before {
  content: "\f184";
}
.la-grav:before {
  content: "\f2d6";
}
.la-greater-than:before {
  content: "\f531";
}
.la-greater-than-equal:before {
  content: "\f532";
}
.la-grimace:before {
  content: "\f57f";
}
.la-grin:before {
  content: "\f580";
}
.la-grin-alt:before {
  content: "\f581";
}
.la-grin-beam:before {
  content: "\f582";
}
.la-grin-beam-sweat:before {
  content: "\f583";
}
.la-grin-hearts:before {
  content: "\f584";
}
.la-grin-squint:before {
  content: "\f585";
}
.la-grin-squint-tears:before {
  content: "\f586";
}
.la-grin-stars:before {
  content: "\f587";
}
.la-grin-tears:before {
  content: "\f588";
}
.la-grin-tongue:before {
  content: "\f589";
}
.la-grin-tongue-squint:before {
  content: "\f58a";
}
.la-grin-tongue-wink:before {
  content: "\f58b";
}
.la-grin-wink:before {
  content: "\f58c";
}
.la-grip-horizontal:before {
  content: "\f58d";
}
.la-grip-lines:before {
  content: "\f7a4";
}
.la-grip-lines-vertical:before {
  content: "\f7a5";
}
.la-grip-vertical:before {
  content: "\f58e";
}
.la-gripfire:before {
  content: "\f3ac";
}
.la-grunt:before {
  content: "\f3ad";
}
.la-guitar:before {
  content: "\f7a6";
}
.la-gulp:before {
  content: "\f3ae";
}
.la-h-square:before {
  content: "\f0fd";
}
.la-hacker-news:before {
  content: "\f1d4";
}
.la-hacker-news-square:before {
  content: "\f3af";
}
.la-hackerrank:before {
  content: "\f5f7";
}
.la-hamburger:before {
  content: "\f805";
}
.la-hammer:before {
  content: "\f6e3";
}
.la-hamsa:before {
  content: "\f665";
}
.la-hand-holding:before {
  content: "\f4bd";
}
.la-hand-holding-heart:before {
  content: "\f4be";
}
.la-hand-holding-usd:before {
  content: "\f4c0";
}
.la-hand-lizard:before {
  content: "\f258";
}
.la-hand-middle-finger:before {
  content: "\f806";
}
.la-hand-paper:before {
  content: "\f256";
}
.la-hand-peace:before {
  content: "\f25b";
}
.la-hand-point-down:before {
  content: "\f0a7";
}
.la-hand-point-left:before {
  content: "\f0a5";
}
.la-hand-point-right:before {
  content: "\f0a4";
}
.la-hand-point-up:before {
  content: "\f0a6";
}
.la-hand-pointer:before {
  content: "\f25a";
}
.la-hand-rock:before {
  content: "\f255";
}
.la-hand-scissors:before {
  content: "\f257";
}
.la-hand-spock:before {
  content: "\f259";
}
.la-hands:before {
  content: "\f4c2";
}
.la-hands-helping:before {
  content: "\f4c4";
}
.la-handshake:before {
  content: "\f2b5";
}
.la-hanukiah:before {
  content: "\f6e6";
}
.la-hard-hat:before {
  content: "\f807";
}
.la-hashtag:before {
  content: "\f292";
}
.la-hat-cowboy:before {
  content: "\f8c0";
}
.la-hat-cowboy-side:before {
  content: "\f8c1";
}
.la-hat-wizard:before {
  content: "\f6e8";
}
.la-haykal:before {
  content: "\f666";
}
.la-hdd:before {
  content: "\f0a0";
}
.la-heading:before {
  content: "\f1dc";
}
.la-headphones:before {
  content: "\f025";
}
.la-headphones-alt:before {
  content: "\f58f";
}
.la-headset:before {
  content: "\f590";
}
.la-heart:before {
  content: "\f004";
}
.la-heart-broken:before {
  content: "\f7a9";
}
.la-heartbeat:before {
  content: "\f21e";
}
.la-helicopter:before {
  content: "\f533";
}
.la-highlighter:before {
  content: "\f591";
}
.la-hiking:before {
  content: "\f6ec";
}
.la-hippo:before {
  content: "\f6ed";
}
.la-hips:before {
  content: "\f452";
}
.la-hire-a-helper:before {
  content: "\f3b0";
}
.la-history:before {
  content: "\f1da";
}
.la-hockey-puck:before {
  content: "\f453";
}
.la-holly-berry:before {
  content: "\f7aa";
}
.la-home:before {
  content: "\f015";
}
.la-hooli:before {
  content: "\f427";
}
.la-hornbill:before {
  content: "\f592";
}
.la-horse:before {
  content: "\f6f0";
}
.la-horse-head:before {
  content: "\f7ab";
}
.la-hospital:before {
  content: "\f0f8";
}
.la-hospital-alt:before {
  content: "\f47d";
}
.la-hospital-symbol:before {
  content: "\f47e";
}
.la-hot-tub:before {
  content: "\f593";
}
.la-hotdog:before {
  content: "\f80f";
}
.la-hotel:before {
  content: "\f594";
}
.la-hotjar:before {
  content: "\f3b1";
}
.la-hourglass:before {
  content: "\f254";
}
.la-hourglass-end:before {
  content: "\f253";
}
.la-hourglass-half:before {
  content: "\f252";
}
.la-hourglass-start:before {
  content: "\f251";
}
.la-house-damage:before {
  content: "\f6f1";
}
.la-houzz:before {
  content: "\f27c";
}
.la-hryvnia:before {
  content: "\f6f2";
}
.la-html5:before {
  content: "\f13b";
}
.la-hubspot:before {
  content: "\f3b2";
}
.la-i-cursor:before {
  content: "\f246";
}
.la-ice-cream:before {
  content: "\f810";
}
.la-icicles:before {
  content: "\f7ad";
}
.la-icons:before {
  content: "\f86d";
}
.la-id-badge:before {
  content: "\f2c1";
}
.la-id-card:before {
  content: "\f2c2";
}
.la-id-card-alt:before {
  content: "\f47f";
}
.la-igloo:before {
  content: "\f7ae";
}
.la-image:before {
  content: "\f03e";
}
.la-images:before {
  content: "\f302";
}
.la-imdb:before {
  content: "\f2d8";
}
.la-inbox:before {
  content: "\f01c";
}
.la-indent:before {
  content: "\f03c";
}
.la-industry:before {
  content: "\f275";
}
.la-infinity:before {
  content: "\f534";
}
.la-info:before {
  content: "\f129";
}
.la-info-circle:before {
  content: "\f05a";
}
.la-instagram:before {
  content: "\f16d";
}
.la-intercom:before {
  content: "\f7af";
}
.la-internet-explorer:before {
  content: "\f26b";
}
.la-invision:before {
  content: "\f7b0";
}
.la-ioxhost:before {
  content: "\f208";
}
.la-italic:before {
  content: "\f033";
}
.la-itch-io:before {
  content: "\f83a";
}
.la-itunes:before {
  content: "\f3b4";
}
.la-itunes-note:before {
  content: "\f3b5";
}
.la-java:before {
  content: "\f4e4";
}
.la-jedi:before {
  content: "\f669";
}
.la-jedi-order:before {
  content: "\f50e";
}
.la-jenkins:before {
  content: "\f3b6";
}
.la-jira:before {
  content: "\f7b1";
}
.la-joget:before {
  content: "\f3b7";
}
.la-joint:before {
  content: "\f595";
}
.la-joomla:before {
  content: "\f1aa";
}
.la-journal-whills:before {
  content: "\f66a";
}
.la-js:before {
  content: "\f3b8";
}
.la-js-square:before {
  content: "\f3b9";
}
.la-jsfiddle:before {
  content: "\f1cc";
}
.la-kaaba:before {
  content: "\f66b";
}
.la-kaggle:before {
  content: "\f5fa";
}
.la-key:before {
  content: "\f084";
}
.la-keybase:before {
  content: "\f4f5";
}
.la-keyboard:before {
  content: "\f11c";
}
.la-keycdn:before {
  content: "\f3ba";
}
.la-khanda:before {
  content: "\f66d";
}
.la-kickstarter:before {
  content: "\f3bb";
}
.la-kickstarter-k:before {
  content: "\f3bc";
}
.la-kiss:before {
  content: "\f596";
}
.la-kiss-beam:before {
  content: "\f597";
}
.la-kiss-wink-heart:before {
  content: "\f598";
}
.la-kiwi-bird:before {
  content: "\f535";
}
.la-korvue:before {
  content: "\f42f";
}
.la-landmark:before {
  content: "\f66f";
}
.la-language:before {
  content: "\f1ab";
}
.la-laptop:before {
  content: "\f109";
}
.la-laptop-code:before {
  content: "\f5fc";
}
.la-laptop-medical:before {
  content: "\f812";
}
.la-laravel:before {
  content: "\f3bd";
}
.la-lastfm:before {
  content: "\f202";
}
.la-lastfm-square:before {
  content: "\f203";
}
.la-laugh:before {
  content: "\f599";
}
.la-laugh-beam:before {
  content: "\f59a";
}
.la-laugh-squint:before {
  content: "\f59b";
}
.la-laugh-wink:before {
  content: "\f59c";
}
.la-layer-group:before {
  content: "\f5fd";
}
.la-leaf:before {
  content: "\f06c";
}
.la-leanpub:before {
  content: "\f212";
}
.la-lemon:before {
  content: "\f094";
}
.la-less:before {
  content: "\f41d";
}
.la-less-than:before {
  content: "\f536";
}
.la-less-than-equal:before {
  content: "\f537";
}
.la-level-down-alt:before {
  content: "\f3be";
}
.la-level-up-alt:before {
  content: "\f3bf";
}
.la-life-ring:before {
  content: "\f1cd";
}
.la-lightbulb:before {
  content: "\f0eb";
}
.la-line:before {
  content: "\f3c0";
}
.la-link:before {
  content: "\f0c1";
}
.la-linkedin:before {
  content: "\f08c";
}
.la-linkedin-in:before {
  content: "\f0e1";
}
.la-linode:before {
  content: "\f2b8";
}
.la-linux:before {
  content: "\f17c";
}
.la-lira-sign:before {
  content: "\f195";
}
.la-list:before {
  content: "\f03a";
}
.la-list-alt:before {
  content: "\f022";
}
.la-list-ol:before {
  content: "\f0cb";
}
.la-list-ul:before {
  content: "\f0ca";
}
.la-location-arrow:before {
  content: "\f124";
}
.la-lock:before {
  content: "\f023";
}
.la-lock-open:before {
  content: "\f3c1";
}
.la-long-arrow-alt-down:before {
  content: "\f309";
}
.la-long-arrow-alt-left:before {
  content: "\f30a";
}
.la-long-arrow-alt-right:before {
  content: "\f30b";
}
.la-long-arrow-alt-up:before {
  content: "\f30c";
}
.la-low-vision:before {
  content: "\f2a8";
}
.la-luggage-cart:before {
  content: "\f59d";
}
.la-lyft:before {
  content: "\f3c3";
}
.la-magento:before {
  content: "\f3c4";
}
.la-magic:before {
  content: "\f0d0";
}
.la-magnet:before {
  content: "\f076";
}
.la-mail-bulk:before {
  content: "\f674";
}
.la-mailchimp:before {
  content: "\f59e";
}
.la-male:before {
  content: "\f183";
}
.la-mandalorian:before {
  content: "\f50f";
}
.la-map:before {
  content: "\f279";
}
.la-map-marked:before {
  content: "\f59f";
}
.la-map-marked-alt:before {
  content: "\f5a0";
}
.la-map-marker:before {
  content: "\f041";
}
.la-map-marker-alt:before {
  content: "\f3c5";
}
.la-map-pin:before {
  content: "\f276";
}
.la-map-signs:before {
  content: "\f277";
}
.la-markdown:before {
  content: "\f60f";
}
.la-marker:before {
  content: "\f5a1";
}
.la-mars:before {
  content: "\f222";
}
.la-mars-double:before {
  content: "\f227";
}
.la-mars-stroke:before {
  content: "\f229";
}
.la-mars-stroke-h:before {
  content: "\f22b";
}
.la-mars-stroke-v:before {
  content: "\f22a";
}
.la-mask:before {
  content: "\f6fa";
}
.la-mastodon:before {
  content: "\f4f6";
}
.la-maxcdn:before {
  content: "\f136";
}
.la-mdb:before {
  content: "\f8ca";
}
.la-medal:before {
  content: "\f5a2";
}
.la-medapps:before {
  content: "\f3c6";
}
.la-medium:before {
  content: "\f23a";
}
.la-medium-m:before {
  content: "\f3c7";
}
.la-medkit:before {
  content: "\f0fa";
}
.la-medrt:before {
  content: "\f3c8";
}
.la-meetup:before {
  content: "\f2e0";
}
.la-megaport:before {
  content: "\f5a3";
}
.la-meh:before {
  content: "\f11a";
}
.la-meh-blank:before {
  content: "\f5a4";
}
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}
.la-memory:before {
  content: "\f538";
}
.la-mendeley:before {
  content: "\f7b3";
}
.la-menorah:before {
  content: "\f676";
}
.la-mercury:before {
  content: "\f223";
}
.la-meteor:before {
  content: "\f753";
}
.la-microchip:before {
  content: "\f2db";
}
.la-microphone:before {
  content: "\f130";
}
.la-microphone-alt:before {
  content: "\f3c9";
}
.la-microphone-alt-slash:before {
  content: "\f539";
}
.la-microphone-slash:before {
  content: "\f131";
}
.la-microscope:before {
  content: "\f610";
}
.la-microsoft:before {
  content: "\f3ca";
}
.la-minus:before {
  content: "\f068";
}
.la-minus-circle:before {
  content: "\f056";
}
.la-minus-square:before {
  content: "\f146";
}
.la-mitten:before {
  content: "\f7b5";
}
.la-mix:before {
  content: "\f3cb";
}
.la-mixcloud:before {
  content: "\f289";
}
.la-mizuni:before {
  content: "\f3cc";
}
.la-mobile:before {
  content: "\f10b";
}
.la-mobile-alt:before {
  content: "\f3cd";
}
.la-modx:before {
  content: "\f285";
}
.la-monero:before {
  content: "\f3d0";
}
.la-money-bill:before {
  content: "\f0d6";
}
.la-money-bill-alt:before {
  content: "\f3d1";
}
.la-money-bill-wave:before {
  content: "\f53a";
}
.la-money-bill-wave-alt:before {
  content: "\f53b";
}
.la-money-check:before {
  content: "\f53c";
}
.la-money-check-alt:before {
  content: "\f53d";
}
.la-monument:before {
  content: "\f5a6";
}
.la-moon:before {
  content: "\f186";
}
.la-mortar-pestle:before {
  content: "\f5a7";
}
.la-mosque:before {
  content: "\f678";
}
.la-motorcycle:before {
  content: "\f21c";
}
.la-mountain:before {
  content: "\f6fc";
}
.la-mouse:before {
  content: "\f8cc";
}
.la-mouse-pointer:before {
  content: "\f245";
}
.la-mug-hot:before {
  content: "\f7b6";
}
.la-music:before {
  content: "\f001";
}
.la-napster:before {
  content: "\f3d2";
}
.la-neos:before {
  content: "\f612";
}
.la-network-wired:before {
  content: "\f6ff";
}
.la-neuter:before {
  content: "\f22c";
}
.la-newspaper:before {
  content: "\f1ea";
}
.la-nimblr:before {
  content: "\f5a8";
}
.la-node:before {
  content: "\f419";
}
.la-node-js:before {
  content: "\f3d3";
}
.la-not-equal:before {
  content: "\f53e";
}
.la-notes-medical:before {
  content: "\f481";
}
.la-npm:before {
  content: "\f3d4";
}
.la-ns8:before {
  content: "\f3d5";
}
.la-nutritionix:before {
  content: "\f3d6";
}
.la-object-group:before {
  content: "\f247";
}
.la-object-ungroup:before {
  content: "\f248";
}
.la-odnoklassniki:before {
  content: "\f263";
}
.la-odnoklassniki-square:before {
  content: "\f264";
}
.la-oil-can:before {
  content: "\f613";
}
.la-old-republic:before {
  content: "\f510";
}
.la-om:before {
  content: "\f679";
}
.la-opencart:before {
  content: "\f23d";
}
.la-openid:before {
  content: "\f19b";
}
.la-opera:before {
  content: "\f26a";
}
.la-optin-monster:before {
  content: "\f23c";
}
.la-orcid:before {
  content: "\f8d2";
}
.la-osi:before {
  content: "\f41a";
}
.la-otter:before {
  content: "\f700";
}
.la-outdent:before {
  content: "\f03b";
}
.la-page4:before {
  content: "\f3d7";
}
.la-pagelines:before {
  content: "\f18c";
}
.la-pager:before {
  content: "\f815";
}
.la-paint-brush:before {
  content: "\f1fc";
}
.la-paint-roller:before {
  content: "\f5aa";
}
.la-palette:before {
  content: "\f53f";
}
.la-palfed:before {
  content: "\f3d8";
}
.la-pallet:before {
  content: "\f482";
}
.la-paper-plane:before {
  content: "\f1d8";
}
.la-paperclip:before {
  content: "\f0c6";
}
.la-parachute-box:before {
  content: "\f4cd";
}
.la-paragraph:before {
  content: "\f1dd";
}
.la-parking:before {
  content: "\f540";
}
.la-passport:before {
  content: "\f5ab";
}
.la-pastafarianism:before {
  content: "\f67b";
}
.la-paste:before {
  content: "\f0ea";
}
.la-patreon:before {
  content: "\f3d9";
}
.la-pause:before {
  content: "\f04c";
}
.la-pause-circle:before {
  content: "\f28b";
}
.la-paw:before {
  content: "\f1b0";
}
.la-paypal:before {
  content: "\f1ed";
}
.la-peace:before {
  content: "\f67c";
}
.la-pen:before {
  content: "\f304";
}
.la-pen-alt:before {
  content: "\f305";
}
.la-pen-fancy:before {
  content: "\f5ac";
}
.la-pen-nib:before {
  content: "\f5ad";
}
.la-pen-square:before {
  content: "\f14b";
}
.la-pencil-alt:before {
  content: "\f303";
}
.la-pencil-ruler:before {
  content: "\f5ae";
}
.la-penny-arcade:before {
  content: "\f704";
}
.la-people-carry:before {
  content: "\f4ce";
}
.la-pepper-hot:before {
  content: "\f816";
}
.la-percent:before {
  content: "\f295";
}
.la-percentage:before {
  content: "\f541";
}
.la-periscope:before {
  content: "\f3da";
}
.la-person-booth:before {
  content: "\f756";
}
.la-phabricator:before {
  content: "\f3db";
}
.la-phoenix-framework:before {
  content: "\f3dc";
}
.la-phoenix-squadron:before {
  content: "\f511";
}
.la-phone:before {
  content: "\f095";
}
.la-phone-alt:before {
  content: "\f879";
}
.la-phone-slash:before {
  content: "\f3dd";
}
.la-phone-square:before {
  content: "\f098";
}
.la-phone-square-alt:before {
  content: "\f87b";
}
.la-phone-volume:before {
  content: "\f2a0";
}
.la-photo-video:before {
  content: "\f87c";
}
.la-php:before {
  content: "\f457";
}
.la-pied-piper:before {
  content: "\f2ae";
}
.la-pied-piper-alt:before {
  content: "\f1a8";
}
.la-pied-piper-hat:before {
  content: "\f4e5";
}
.la-pied-piper-pp:before {
  content: "\f1a7";
}
.la-piggy-bank:before {
  content: "\f4d3";
}
.la-pills:before {
  content: "\f484";
}
.la-pinterest:before {
  content: "\f0d2";
}
.la-pinterest-p:before {
  content: "\f231";
}
.la-pinterest-square:before {
  content: "\f0d3";
}
.la-pizza-slice:before {
  content: "\f818";
}
.la-place-of-worship:before {
  content: "\f67f";
}
.la-plane:before {
  content: "\f072";
}
.la-plane-arrival:before {
  content: "\f5af";
}
.la-plane-departure:before {
  content: "\f5b0";
}
.la-play:before {
  content: "\f04b";
}
.la-play-circle:before {
  content: "\f144";
}
.la-playstation:before {
  content: "\f3df";
}
.la-plug:before {
  content: "\f1e6";
}
.la-plus:before {
  content: "\f067";
}
.la-plus-circle:before {
  content: "\f055";
}
.la-plus-square:before {
  content: "\f0fe";
}
.la-podcast:before {
  content: "\f2ce";
}
.la-poll:before {
  content: "\f681";
}
.la-poll-h:before {
  content: "\f682";
}
.la-poo:before {
  content: "\f2fe";
}
.la-poo-storm:before {
  content: "\f75a";
}
.la-poop:before {
  content: "\f619";
}
.la-portrait:before {
  content: "\f3e0";
}
.la-pound-sign:before {
  content: "\f154";
}
.la-power-off:before {
  content: "\f011";
}
.la-pray:before {
  content: "\f683";
}
.la-praying-hands:before {
  content: "\f684";
}
.la-prescription:before {
  content: "\f5b1";
}
.la-prescription-bottle:before {
  content: "\f485";
}
.la-prescription-bottle-alt:before {
  content: "\f486";
}
.la-print:before {
  content: "\f02f";
}
.la-procedures:before {
  content: "\f487";
}
.la-product-hunt:before {
  content: "\f288";
}
.la-project-diagram:before {
  content: "\f542";
}
.la-pushed:before {
  content: "\f3e1";
}
.la-puzzle-piece:before {
  content: "\f12e";
}
.la-python:before {
  content: "\f3e2";
}
.la-qq:before {
  content: "\f1d6";
}
.la-qrcode:before {
  content: "\f029";
}
.la-question:before {
  content: "\f128";
}
.la-question-circle:before {
  content: "\f059";
}
.la-quidditch:before {
  content: "\f458";
}
.la-quinscape:before {
  content: "\f459";
}
.la-quora:before {
  content: "\f2c4";
}
.la-quote-left:before {
  content: "\f10d";
}
.la-quote-right:before {
  content: "\f10e";
}
.la-quran:before {
  content: "\f687";
}
.la-r-project:before {
  content: "\f4f7";
}
.la-radiation:before {
  content: "\f7b9";
}
.la-radiation-alt:before {
  content: "\f7ba";
}
.la-rainbow:before {
  content: "\f75b";
}
.la-random:before {
  content: "\f074";
}
.la-raspberry-pi:before {
  content: "\f7bb";
}
.la-ravelry:before {
  content: "\f2d9";
}
.la-react:before {
  content: "\f41b";
}
.la-reacteurope:before {
  content: "\f75d";
}
.la-readme:before {
  content: "\f4d5";
}
.la-rebel:before {
  content: "\f1d0";
}
.la-receipt:before {
  content: "\f543";
}
.la-record-vinyl:before {
  content: "\f8d9";
}
.la-recycle:before {
  content: "\f1b8";
}
.la-red-river:before {
  content: "\f3e3";
}
.la-reddit:before {
  content: "\f1a1";
}
.la-reddit-alien:before {
  content: "\f281";
}
.la-reddit-square:before {
  content: "\f1a2";
}
.la-redhat:before {
  content: "\f7bc";
}
.la-redo:before {
  content: "\f01e";
}
.la-redo-alt:before {
  content: "\f2f9";
}
.la-registered:before {
  content: "\f25d";
}
.la-remove-format:before {
  content: "\f87d";
}
.la-renren:before {
  content: "\f18b";
}
.la-reply:before {
  content: "\f3e5";
}
.la-reply-all:before {
  content: "\f122";
}
.la-replyd:before {
  content: "\f3e6";
}
.la-republican:before {
  content: "\f75e";
}
.la-researchgate:before {
  content: "\f4f8";
}
.la-resolving:before {
  content: "\f3e7";
}
.la-restroom:before {
  content: "\f7bd";
}
.la-retweet:before {
  content: "\f079";
}
.la-rev:before {
  content: "\f5b2";
}
.la-ribbon:before {
  content: "\f4d6";
}
.la-ring:before {
  content: "\f70b";
}
.la-road:before {
  content: "\f018";
}
.la-robot:before {
  content: "\f544";
}
.la-rocket:before {
  content: "\f135";
}
.la-rocketchat:before {
  content: "\f3e8";
}
.la-rockrms:before {
  content: "\f3e9";
}
.la-route:before {
  content: "\f4d7";
}
.la-rss:before {
  content: "\f09e";
}
.la-rss-square:before {
  content: "\f143";
}
.la-ruble-sign:before {
  content: "\f158";
}
.la-ruler:before {
  content: "\f545";
}
.la-ruler-combined:before {
  content: "\f546";
}
.la-ruler-horizontal:before {
  content: "\f547";
}
.la-ruler-vertical:before {
  content: "\f548";
}
.la-running:before {
  content: "\f70c";
}
.la-rupee-sign:before {
  content: "\f156";
}
.la-sad-cry:before {
  content: "\f5b3";
}
.la-sad-tear:before {
  content: "\f5b4";
}
.la-safari:before {
  content: "\f267";
}
.la-salesforce:before {
  content: "\f83b";
}
.la-sass:before {
  content: "\f41e";
}
.la-satellite:before {
  content: "\f7bf";
}
.la-satellite-dish:before {
  content: "\f7c0";
}
.la-save:before {
  content: "\f0c7";
}
.la-schlix:before {
  content: "\f3ea";
}
.la-school:before {
  content: "\f549";
}
.la-screwdriver:before {
  content: "\f54a";
}
.la-scribd:before {
  content: "\f28a";
}
.la-scroll:before {
  content: "\f70e";
}
.la-sd-card:before {
  content: "\f7c2";
}
.la-search:before {
  content: "\f002";
}
.la-search-dollar:before {
  content: "\f688";
}
.la-search-location:before {
  content: "\f689";
}
.la-search-minus:before {
  content: "\f010";
}
.la-search-plus:before {
  content: "\f00e";
}
.la-searchengin:before {
  content: "\f3eb";
}
.la-seedling:before {
  content: "\f4d8";
}
.la-sellcast:before {
  content: "\f2da";
}
.la-sellsy:before {
  content: "\f213";
}
.la-server:before {
  content: "\f233";
}
.la-servicestack:before {
  content: "\f3ec";
}
.la-shapes:before {
  content: "\f61f";
}
.la-share:before {
  content: "\f064";
}
.la-share-alt:before {
  content: "\f1e0";
}
.la-share-alt-square:before {
  content: "\f1e1";
}
.la-share-square:before {
  content: "\f14d";
}
.la-shekel-sign:before {
  content: "\f20b";
}
.la-shield-alt:before {
  content: "\f3ed";
}
.la-ship:before {
  content: "\f21a";
}
.la-shipping-fast:before {
  content: "\f48b";
}
.la-shirtsinbulk:before {
  content: "\f214";
}
.la-shoe-prints:before {
  content: "\f54b";
}
.la-shopping-bag:before {
  content: "\f290";
}
.la-shopping-basket:before {
  content: "\f291";
}
.la-shopping-cart:before {
  content: "\f07a";
}
.la-shopware:before {
  content: "\f5b5";
}
.la-shower:before {
  content: "\f2cc";
}
.la-shuttle-van:before {
  content: "\f5b6";
}
.la-sign:before {
  content: "\f4d9";
}
.la-sign-in-alt:before {
  content: "\f2f6";
}
.la-sign-language:before {
  content: "\f2a7";
}
.la-sign-out-alt:before {
  content: "\f2f5";
}
.la-signal:before {
  content: "\f012";
}
.la-signature:before {
  content: "\f5b7";
}
.la-sim-card:before {
  content: "\f7c4";
}
.la-simplybuilt:before {
  content: "\f215";
}
.la-sistrix:before {
  content: "\f3ee";
}
.la-sitemap:before {
  content: "\f0e8";
}
.la-sith:before {
  content: "\f512";
}
.la-skating:before {
  content: "\f7c5";
}
.la-sketch:before {
  content: "\f7c6";
}
.la-skiing:before {
  content: "\f7c9";
}
.la-skiing-nordic:before {
  content: "\f7ca";
}
.la-skull:before {
  content: "\f54c";
}
.la-skull-crossbones:before {
  content: "\f714";
}
.la-skyatlas:before {
  content: "\f216";
}
.la-skype:before {
  content: "\f17e";
}
.la-slack:before {
  content: "\f198";
}
.la-slack-hash:before {
  content: "\f3ef";
}
.la-slash:before {
  content: "\f715";
}
.la-sleigh:before {
  content: "\f7cc";
}
.la-sliders-h:before {
  content: "\f1de";
}
.la-slideshare:before {
  content: "\f1e7";
}
.la-smile:before {
  content: "\f118";
}
.la-smile-beam:before {
  content: "\f5b8";
}
.la-smile-wink:before {
  content: "\f4da";
}
.la-smog:before {
  content: "\f75f";
}
.la-smoking:before {
  content: "\f48d";
}
.la-smoking-ban:before {
  content: "\f54d";
}
.la-sms:before {
  content: "\f7cd";
}
.la-snapchat:before {
  content: "\f2ab";
}
.la-snapchat-ghost:before {
  content: "\f2ac";
}
.la-snapchat-square:before {
  content: "\f2ad";
}
.la-snowboarding:before {
  content: "\f7ce";
}
.la-snowflake:before {
  content: "\f2dc";
}
.la-snowman:before {
  content: "\f7d0";
}
.la-snowplow:before {
  content: "\f7d2";
}
.la-socks:before {
  content: "\f696";
}
.la-solar-panel:before {
  content: "\f5ba";
}
.la-sort:before {
  content: "\f0dc";
}
.la-sort-alpha-down:before {
  content: "\f15d";
}
.la-sort-alpha-down-alt:before {
  content: "\f881";
}
.la-sort-alpha-up:before {
  content: "\f15e";
}
.la-sort-alpha-up-alt:before {
  content: "\f882";
}
.la-sort-amount-down:before {
  content: "\f160";
}
.la-sort-amount-down-alt:before {
  content: "\f884";
}
.la-sort-amount-up:before {
  content: "\f161";
}
.la-sort-amount-up-alt:before {
  content: "\f885";
}
.la-sort-down:before {
  content: "\f0dd";
}
.la-sort-numeric-down:before {
  content: "\f162";
}
.la-sort-numeric-down-alt:before {
  content: "\f886";
}
.la-sort-numeric-up:before {
  content: "\f163";
}
.la-sort-numeric-up-alt:before {
  content: "\f887";
}
.la-sort-up:before {
  content: "\f0de";
}
.la-soundcloud:before {
  content: "\f1be";
}
.la-sourcetree:before {
  content: "\f7d3";
}
.la-spa:before {
  content: "\f5bb";
}
.la-space-shuttle:before {
  content: "\f197";
}
.la-speakap:before {
  content: "\f3f3";
}
.la-speaker-deck:before {
  content: "\f83c";
}
.la-spell-check:before {
  content: "\f891";
}
.la-spider:before {
  content: "\f717";
}
.la-spinner:before {
  content: "\f110";
}
.la-splotch:before {
  content: "\f5bc";
}
.la-spotify:before {
  content: "\f1bc";
}
.la-spray-can:before {
  content: "\f5bd";
}
.la-square:before {
  content: "\f0c8";
}
.la-square-full:before {
  content: "\f45c";
}
.la-square-root-alt:before {
  content: "\f698";
}
.la-squarespace:before {
  content: "\f5be";
}
.la-stack-exchange:before {
  content: "\f18d";
}
.la-stack-overflow:before {
  content: "\f16c";
}
.la-stackpath:before {
  content: "\f842";
}
.la-stamp:before {
  content: "\f5bf";
}
.la-star:before {
  content: "\f005";
}
.la-star-and-crescent:before {
  content: "\f699";
}
.la-star-half:before {
  content: "\f089";
}
.la-star-half-alt:before {
  content: "\f5c0";
}
.la-star-of-david:before {
  content: "\f69a";
}
.la-star-of-life:before {
  content: "\f621";
}
.la-staylinked:before {
  content: "\f3f5";
}
.la-steam:before {
  content: "\f1b6";
}
.la-steam-square:before {
  content: "\f1b7";
}
.la-steam-symbol:before {
  content: "\f3f6";
}
.la-step-backward:before {
  content: "\f048";
}
.la-step-forward:before {
  content: "\f051";
}
.la-stethoscope:before {
  content: "\f0f1";
}
.la-sticker-mule:before {
  content: "\f3f7";
}
.la-sticky-note:before {
  content: "\f249";
}
.la-stop:before {
  content: "\f04d";
}
.la-stop-circle:before {
  content: "\f28d";
}
.la-stopwatch:before {
  content: "\f2f2";
}
.la-store:before {
  content: "\f54e";
}
.la-store-alt:before {
  content: "\f54f";
}
.la-strava:before {
  content: "\f428";
}
.la-stream:before {
  content: "\f550";
}
.la-street-view:before {
  content: "\f21d";
}
.la-strikethrough:before {
  content: "\f0cc";
}
.la-stripe:before {
  content: "\f429";
}
.la-stripe-s:before {
  content: "\f42a";
}
.la-stroopwafel:before {
  content: "\f551";
}
.la-studiovinari:before {
  content: "\f3f8";
}
.la-stumbleupon:before {
  content: "\f1a4";
}
.la-stumbleupon-circle:before {
  content: "\f1a3";
}
.la-subscript:before {
  content: "\f12c";
}
.la-subway:before {
  content: "\f239";
}
.la-suitcase:before {
  content: "\f0f2";
}
.la-suitcase-rolling:before {
  content: "\f5c1";
}
.la-sun:before {
  content: "\f185";
}
.la-superpowers:before {
  content: "\f2dd";
}
.la-superscript:before {
  content: "\f12b";
}
.la-supple:before {
  content: "\f3f9";
}
.la-surprise:before {
  content: "\f5c2";
}
.la-suse:before {
  content: "\f7d6";
}
.la-swatchbook:before {
  content: "\f5c3";
}
.la-swift:before {
  content: "\f8e1";
}
.la-swimmer:before {
  content: "\f5c4";
}
.la-swimming-pool:before {
  content: "\f5c5";
}
.la-symfony:before {
  content: "\f83d";
}
.la-synagogue:before {
  content: "\f69b";
}
.la-sync:before {
  content: "\f021";
}
.la-sync-alt:before {
  content: "\f2f1";
}
.la-syringe:before {
  content: "\f48e";
}
.la-table:before {
  content: "\f0ce";
}
.la-table-tennis:before {
  content: "\f45d";
}
.la-tablet:before {
  content: "\f10a";
}
.la-tablet-alt:before {
  content: "\f3fa";
}
.la-tablets:before {
  content: "\f490";
}
.la-tachometer-alt:before {
  content: "\f3fd";
}
.la-tag:before {
  content: "\f02b";
}
.la-tags:before {
  content: "\f02c";
}
.la-tape:before {
  content: "\f4db";
}
.la-tasks:before {
  content: "\f0ae";
}
.la-taxi:before {
  content: "\f1ba";
}
.la-teamspeak:before {
  content: "\f4f9";
}
.la-teeth:before {
  content: "\f62e";
}
.la-teeth-open:before {
  content: "\f62f";
}
.la-telegram:before {
  content: "\f2c6";
}
.la-telegram-plane:before {
  content: "\f3fe";
}
.la-temperature-high:before {
  content: "\f769";
}
.la-temperature-low:before {
  content: "\f76b";
}
.la-tencent-weibo:before {
  content: "\f1d5";
}
.la-tenge:before {
  content: "\f7d7";
}
.la-terminal:before {
  content: "\f120";
}
.la-text-height:before {
  content: "\f034";
}
.la-text-width:before {
  content: "\f035";
}
.la-th:before {
  content: "\f00a";
}
.la-th-large:before {
  content: "\f009";
}
.la-th-list:before {
  content: "\f00b";
}
.la-the-red-yeti:before {
  content: "\f69d";
}
.la-theater-masks:before {
  content: "\f630";
}
.la-themeco:before {
  content: "\f5c6";
}
.la-themeisle:before {
  content: "\f2b2";
}
.la-thermometer:before {
  content: "\f491";
}
.la-thermometer-empty:before {
  content: "\f2cb";
}
.la-thermometer-full:before {
  content: "\f2c7";
}
.la-thermometer-half:before {
  content: "\f2c9";
}
.la-thermometer-quarter:before {
  content: "\f2ca";
}
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}
.la-think-peaks:before {
  content: "\f731";
}
.la-thumbs-down:before {
  content: "\f165";
}
.la-thumbs-up:before {
  content: "\f164";
}
.la-thumbtack:before {
  content: "\f08d";
}
.la-ticket-alt:before {
  content: "\f3ff";
}
.la-times:before {
  content: "\f00d";
}
.la-times-circle:before {
  content: "\f057";
}
.la-tint:before {
  content: "\f043";
}
.la-tint-slash:before {
  content: "\f5c7";
}
.la-tired:before {
  content: "\f5c8";
}
.la-toggle-off:before {
  content: "\f204";
}
.la-toggle-on:before {
  content: "\f205";
}
.la-toilet:before {
  content: "\f7d8";
}
.la-toilet-paper:before {
  content: "\f71e";
}
.la-toolbox:before {
  content: "\f552";
}
.la-tools:before {
  content: "\f7d9";
}
.la-tooth:before {
  content: "\f5c9";
}
.la-torah:before {
  content: "\f6a0";
}
.la-torii-gate:before {
  content: "\f6a1";
}
.la-tractor:before {
  content: "\f722";
}
.la-trade-federation:before {
  content: "\f513";
}
.la-trademark:before {
  content: "\f25c";
}
.la-traffic-light:before {
  content: "\f637";
}
.la-train:before {
  content: "\f238";
}
.la-tram:before {
  content: "\f7da";
}
.la-transgender:before {
  content: "\f224";
}
.la-transgender-alt:before {
  content: "\f225";
}
.la-trash:before {
  content: "\f1f8";
}
.la-trash-alt:before {
  content: "\f2ed";
}
.la-trash-restore:before {
  content: "\f829";
}
.la-trash-restore-alt:before {
  content: "\f82a";
}
.la-tree:before {
  content: "\f1bb";
}
.la-trello:before {
  content: "\f181";
}
.la-tripadvisor:before {
  content: "\f262";
}
.la-trophy:before {
  content: "\f091";
}
.la-truck:before {
  content: "\f0d1";
}
.la-truck-loading:before {
  content: "\f4de";
}
.la-truck-monster:before {
  content: "\f63b";
}
.la-truck-moving:before {
  content: "\f4df";
}
.la-truck-pickup:before {
  content: "\f63c";
}
.la-tshirt:before {
  content: "\f553";
}
.la-tty:before {
  content: "\f1e4";
}
.la-tumblr:before {
  content: "\f173";
}
.la-tumblr-square:before {
  content: "\f174";
}
.la-tv:before {
  content: "\f26c";
}
.la-twitch:before {
  content: "\f1e8";
}
.la-twitter:before {
  content: "\f099";
}
.la-twitter-square:before {
  content: "\f081";
}
.la-typo3:before {
  content: "\f42b";
}
.la-uber:before {
  content: "\f402";
}
.la-ubuntu:before {
  content: "\f7df";
}
.la-uikit:before {
  content: "\f403";
}
.la-umbraco:before {
  content: "\f8e8";
}
.la-umbrella:before {
  content: "\f0e9";
}
.la-umbrella-beach:before {
  content: "\f5ca";
}
.la-underline:before {
  content: "\f0cd";
}
.la-undo:before {
  content: "\f0e2";
}
.la-undo-alt:before {
  content: "\f2ea";
}
.la-uniregistry:before {
  content: "\f404";
}
.la-universal-access:before {
  content: "\f29a";
}
.la-university:before {
  content: "\f19c";
}
.la-unlink:before {
  content: "\f127";
}
.la-unlock:before {
  content: "\f09c";
}
.la-unlock-alt:before {
  content: "\f13e";
}
.la-untappd:before {
  content: "\f405";
}
.la-upload:before {
  content: "\f093";
}
.la-ups:before {
  content: "\f7e0";
}
.la-usb:before {
  content: "\f287";
}
.la-user:before {
  content: "\f007";
}
.la-user-alt:before {
  content: "\f406";
}
.la-user-alt-slash:before {
  content: "\f4fa";
}
.la-user-astronaut:before {
  content: "\f4fb";
}
.la-user-check:before {
  content: "\f4fc";
}
.la-user-circle:before {
  content: "\f2bd";
}
.la-user-clock:before {
  content: "\f4fd";
}
.la-user-cog:before {
  content: "\f4fe";
}
.la-user-edit:before {
  content: "\f4ff";
}
.la-user-friends:before {
  content: "\f500";
}
.la-user-graduate:before {
  content: "\f501";
}
.la-user-injured:before {
  content: "\f728";
}
.la-user-lock:before {
  content: "\f502";
}
.la-user-md:before {
  content: "\f0f0";
}
.la-user-minus:before {
  content: "\f503";
}
.la-user-ninja:before {
  content: "\f504";
}
.la-user-nurse:before {
  content: "\f82f";
}
.la-user-plus:before {
  content: "\f234";
}
.la-user-secret:before {
  content: "\f21b";
}
.la-user-shield:before {
  content: "\f505";
}
.la-user-slash:before {
  content: "\f506";
}
.la-user-tag:before {
  content: "\f507";
}
.la-user-tie:before {
  content: "\f508";
}
.la-user-times:before {
  content: "\f235";
}
.la-users:before {
  content: "\f0c0";
}
.la-users-cog:before {
  content: "\f509";
}
.la-usps:before {
  content: "\f7e1";
}
.la-ussunnah:before {
  content: "\f407";
}
.la-utensil-spoon:before {
  content: "\f2e5";
}
.la-utensils:before {
  content: "\f2e7";
}
.la-vaadin:before {
  content: "\f408";
}
.la-vector-square:before {
  content: "\f5cb";
}
.la-venus:before {
  content: "\f221";
}
.la-venus-double:before {
  content: "\f226";
}
.la-venus-mars:before {
  content: "\f228";
}
.la-viacoin:before {
  content: "\f237";
}
.la-viadeo:before {
  content: "\f2a9";
}
.la-viadeo-square:before {
  content: "\f2aa";
}
.la-vial:before {
  content: "\f492";
}
.la-vials:before {
  content: "\f493";
}
.la-viber:before {
  content: "\f409";
}
.la-video:before {
  content: "\f03d";
}
.la-video-slash:before {
  content: "\f4e2";
}
.la-vihara:before {
  content: "\f6a7";
}
.la-vimeo:before {
  content: "\f40a";
}
.la-vimeo-square:before {
  content: "\f194";
}
.la-vimeo-v:before {
  content: "\f27d";
}
.la-vine:before {
  content: "\f1ca";
}
.la-vk:before {
  content: "\f189";
}
.la-vnv:before {
  content: "\f40b";
}
.la-voicemail:before {
  content: "\f897";
}
.la-volleyball-ball:before {
  content: "\f45f";
}
.la-volume-down:before {
  content: "\f027";
}
.la-volume-mute:before {
  content: "\f6a9";
}
.la-volume-off:before {
  content: "\f026";
}
.la-volume-up:before {
  content: "\f028";
}
.la-vote-yea:before {
  content: "\f772";
}
.la-vr-cardboard:before {
  content: "\f729";
}
.la-vuejs:before {
  content: "\f41f";
}
.la-walking:before {
  content: "\f554";
}
.la-wallet:before {
  content: "\f555";
}
.la-warehouse:before {
  content: "\f494";
}
.la-water:before {
  content: "\f773";
}
.la-wave-square:before {
  content: "\f83e";
}
.la-waze:before {
  content: "\f83f";
}
.la-weebly:before {
  content: "\f5cc";
}
.la-weibo:before {
  content: "\f18a";
}
.la-weight:before {
  content: "\f496";
}
.la-weight-hanging:before {
  content: "\f5cd";
}
.la-weixin:before {
  content: "\f1d7";
}
.la-whatsapp:before {
  content: "\f232";
}
.la-whatsapp-square:before {
  content: "\f40c";
}
.la-wheelchair:before {
  content: "\f193";
}
.la-whmcs:before {
  content: "\f40d";
}
.la-wifi:before {
  content: "\f1eb";
}
.la-wikipedia-w:before {
  content: "\f266";
}
.la-wind:before {
  content: "\f72e";
}
.la-window-close:before {
  content: "\f410";
}
.la-window-maximize:before {
  content: "\f2d0";
}
.la-window-minimize:before {
  content: "\f2d1";
}
.la-window-restore:before {
  content: "\f2d2";
}
.la-windows:before {
  content: "\f17a";
}
.la-wine-bottle:before {
  content: "\f72f";
}
.la-wine-glass:before {
  content: "\f4e3";
}
.la-wine-glass-alt:before {
  content: "\f5ce";
}
.la-wix:before {
  content: "\f5cf";
}
.la-wizards-of-the-coast:before {
  content: "\f730";
}
.la-wolf-pack-battalion:before {
  content: "\f514";
}
.la-won-sign:before {
  content: "\f159";
}
.la-wordpress:before {
  content: "\f19a";
}
.la-wordpress-simple:before {
  content: "\f411";
}
.la-wpbeginner:before {
  content: "\f297";
}
.la-wpexplorer:before {
  content: "\f2de";
}
.la-wpforms:before {
  content: "\f298";
}
.la-wpressr:before {
  content: "\f3e4";
}
.la-wrench:before {
  content: "\f0ad";
}
.la-x-ray:before {
  content: "\f497";
}
.la-xbox:before {
  content: "\f412";
}
.la-xing:before {
  content: "\f168";
}
.la-xing-square:before {
  content: "\f169";
}
.la-y-combinator:before {
  content: "\f23b";
}
.la-yahoo:before {
  content: "\f19e";
}
.la-yammer:before {
  content: "\f840";
}
.la-yandex:before {
  content: "\f413";
}
.la-yandex-international:before {
  content: "\f414";
}
.la-yarn:before {
  content: "\f7e3";
}
.la-yelp:before {
  content: "\f1e9";
}
.la-yen-sign:before {
  content: "\f157";
}
.la-yin-yang:before {
  content: "\f6ad";
}
.la-yoast:before {
  content: "\f2b1";
}
.la-youtube:before {
  content: "\f167";
}
.la-youtube-square:before {
  content: "\f431";
}
.la-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/la-brands-400.eot);
  src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../fonts/la-brands-400.woff2) format("woff2"),
    url(../fonts/la-brands-400.woff) format("woff"),
    url(../fonts/la-brands-400.ttf) format("truetype"),
    url(../fonts/la-brands-400.svg#lineawesome) format("svg");
}
.lab {
  font-family: "Line Awesome Brands";
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/la-regular-400.eot);
  src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../fonts/la-regular-400.woff2) format("woff2"),
    url(../fonts/la-regular-400.woff) format("woff"),
    url(../fonts/la-regular-400.ttf) format("truetype"),
    url(../fonts/la-regular-400.svg#lineawesome) format("svg");
}
.lar {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/la-solid-900.eot);
  src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/la-solid-900.woff2) format("woff2"),
    url(../fonts/la-solid-900.woff) format("woff"),
    url(../fonts/la-solid-900.ttf) format("truetype"),
    url(../fonts/la-solid-900.svg#lineawesome) format("svg");
}
.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.la.la-glass:before {
  content: "\f000";
}
.la.la-meetup {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-star-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-o:before {
  content: "\f005";
}
.la.la-remove:before {
  content: "\f00d";
}
.la.la-close:before {
  content: "\f00d";
}
.la.la-gear:before {
  content: "\f013";
}
.la.la-trash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-trash-o:before {
  content: "\f2ed";
}
.la.la-file-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-o:before {
  content: "\f15b";
}
.la.la-clock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-clock-o:before {
  content: "\f017";
}
.la.la-arrow-circle-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-down:before {
  content: "\f358";
}
.la.la-arrow-circle-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}
.la.la-play-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-play-circle-o:before {
  content: "\f144";
}
.la.la-repeat:before {
  content: "\f01e";
}
.la.la-rotate-right:before {
  content: "\f01e";
}
.la.la-refresh:before {
  content: "\f021";
}
.la.la-list-alt {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dedent:before {
  content: "\f03b";
}
.la.la-video-camera:before {
  content: "\f03d";
}
.la.la-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-picture-o:before {
  content: "\f03e";
}
.la.la-photo {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-photo:before {
  content: "\f03e";
}
.la.la-image {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-image:before {
  content: "\f03e";
}
.la.la-pencil:before {
  content: "\f303";
}
.la.la-map-marker:before {
  content: "\f3c5";
}
.la.la-pencil-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pencil-square-o:before {
  content: "\f044";
}
.la.la-share-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-share-square-o:before {
  content: "\f14d";
}
.la.la-check-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-square-o:before {
  content: "\f14a";
}
.la.la-arrows:before {
  content: "\f0b2";
}
.la.la-times-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-circle-o:before {
  content: "\f057";
}
.la.la-check-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-circle-o:before {
  content: "\f058";
}
.la.la-mail-forward:before {
  content: "\f064";
}
.la.la-eye {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eye-slash {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-warning:before {
  content: "\f071";
}
.la.la-calendar:before {
  content: "\f073";
}
.la.la-arrows-v:before {
  content: "\f338";
}
.la.la-arrows-h:before {
  content: "\f337";
}
.la.la-bar-chart {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart:before {
  content: "\f080";
}
.la.la-bar-chart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart-o:before {
  content: "\f080";
}
.la.la-twitter-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gears:before {
  content: "\f085";
}
.la.la-thumbs-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-up:before {
  content: "\f164";
}
.la.la-thumbs-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-down:before {
  content: "\f165";
}
.la.la-heart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-heart-o:before {
  content: "\f004";
}
.la.la-sign-out:before {
  content: "\f2f5";
}
.la.la-linkedin-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin-square:before {
  content: "\f08c";
}
.la.la-thumb-tack:before {
  content: "\f08d";
}
.la.la-external-link:before {
  content: "\f35d";
}
.la.la-sign-in:before {
  content: "\f2f6";
}
.la.la-github-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lemon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lemon-o:before {
  content: "\f094";
}
.la.la-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-square-o:before {
  content: "\f0c8";
}
.la.la-bookmark-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bookmark-o:before {
  content: "\f02e";
}
.la.la-twitter {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook:before {
  content: "\f39e";
}
.la.la-facebook-f {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-f:before {
  content: "\f39e";
}
.la.la-github {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-feed:before {
  content: "\f09e";
}
.la.la-hdd-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hdd-o:before {
  content: "\f0a0";
}
.la.la-hand-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-right:before {
  content: "\f0a4";
}
.la.la-hand-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-left:before {
  content: "\f0a5";
}
.la.la-hand-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-up:before {
  content: "\f0a6";
}
.la.la-hand-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-down:before {
  content: "\f0a7";
}
.la.la-arrows-alt:before {
  content: "\f31e";
}
.la.la-group:before {
  content: "\f0c0";
}
.la.la-chain:before {
  content: "\f0c1";
}
.la.la-scissors:before {
  content: "\f0c4";
}
.la.la-files-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-files-o:before {
  content: "\f0c5";
}
.la.la-floppy-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-floppy-o:before {
  content: "\f0c7";
}
.la.la-navicon:before {
  content: "\f0c9";
}
.la.la-reorder:before {
  content: "\f0c9";
}
.la.la-pinterest {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pinterest-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus:before {
  content: "\f0d5";
}
.la.la-money {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-money:before {
  content: "\f3d1";
}
.la.la-unsorted:before {
  content: "\f0dc";
}
.la.la-sort-desc:before {
  content: "\f0dd";
}
.la.la-sort-asc:before {
  content: "\f0de";
}
.la.la-linkedin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin:before {
  content: "\f0e1";
}
.la.la-rotate-left:before {
  content: "\f0e2";
}
.la.la-legal:before {
  content: "\f0e3";
}
.la.la-tachometer:before {
  content: "\f3fd";
}
.la.la-dashboard:before {
  content: "\f3fd";
}
.la.la-comment-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comment-o:before {
  content: "\f075";
}
.la.la-comments-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comments-o:before {
  content: "\f086";
}
.la.la-flash:before {
  content: "\f0e7";
}
.la.la-clipboard {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste:before {
  content: "\f328";
}
.la.la-lightbulb-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lightbulb-o:before {
  content: "\f0eb";
}
.la.la-exchange:before {
  content: "\f362";
}
.la.la-cloud-download:before {
  content: "\f381";
}
.la.la-cloud-upload:before {
  content: "\f382";
}
.la.la-bell-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-o:before {
  content: "\f0f3";
}
.la.la-cutlery:before {
  content: "\f2e7";
}
.la.la-file-text-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-text-o:before {
  content: "\f15c";
}
.la.la-building-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-building-o:before {
  content: "\f1ad";
}
.la.la-hospital-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hospital-o:before {
  content: "\f0f8";
}
.la.la-tablet:before {
  content: "\f3fa";
}
.la.la-mobile:before {
  content: "\f3cd";
}
.la.la-mobile-phone:before {
  content: "\f3cd";
}
.la.la-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-o:before {
  content: "\f111";
}
.la.la-mail-reply:before {
  content: "\f3e5";
}
.la.la-github-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-folder-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-o:before {
  content: "\f07b";
}
.la.la-folder-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-open-o:before {
  content: "\f07c";
}
.la.la-smile-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-smile-o:before {
  content: "\f118";
}
.la.la-frown-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-frown-o:before {
  content: "\f119";
}
.la.la-meh-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-meh-o:before {
  content: "\f11a";
}
.la.la-keyboard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-keyboard-o:before {
  content: "\f11c";
}
.la.la-flag-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-flag-o:before {
  content: "\f024";
}
.la.la-mail-reply-all:before {
  content: "\f122";
}
.la.la-star-half-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-o:before {
  content: "\f089";
}
.la.la-star-half-empty {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-empty:before {
  content: "\f089";
}
.la.la-star-half-full {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-full:before {
  content: "\f089";
}
.la.la-code-fork:before {
  content: "\f126";
}
.la.la-chain-broken:before {
  content: "\f127";
}
.la.la-shield:before {
  content: "\f3ed";
}
.la.la-calendar-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-o:before {
  content: "\f133";
}
.la.la-maxcdn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-html5 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-css3 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ticket:before {
  content: "\f3ff";
}
.la.la-minus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-minus-square-o:before {
  content: "\f146";
}
.la.la-level-up:before {
  content: "\f3bf";
}
.la.la-level-down:before {
  content: "\f3be";
}
.la.la-pencil-square:before {
  content: "\f14b";
}
.la.la-external-link-square:before {
  content: "\f360";
}
.la.la-compass {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down:before {
  content: "\f150";
}
.la.la-toggle-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-down:before {
  content: "\f150";
}
.la.la-caret-square-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-up:before {
  content: "\f151";
}
.la.la-toggle-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-up:before {
  content: "\f151";
}
.la.la-caret-square-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-right:before {
  content: "\f152";
}
.la.la-toggle-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-right:before {
  content: "\f152";
}
.la.la-eur:before {
  content: "\f153";
}
.la.la-euro:before {
  content: "\f153";
}
.la.la-gbp:before {
  content: "\f154";
}
.la.la-usd:before {
  content: "\f155";
}
.la.la-dollar:before {
  content: "\f155";
}
.la.la-inr:before {
  content: "\f156";
}
.la.la-rupee:before {
  content: "\f156";
}
.la.la-jpy:before {
  content: "\f157";
}
.la.la-cny:before {
  content: "\f157";
}
.la.la-rmb:before {
  content: "\f157";
}
.la.la-yen:before {
  content: "\f157";
}
.la.la-rub:before {
  content: "\f158";
}
.la.la-ruble:before {
  content: "\f158";
}
.la.la-rouble:before {
  content: "\f158";
}
.la.la-krw:before {
  content: "\f159";
}
.la.la-won:before {
  content: "\f159";
}
.la.la-btc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin:before {
  content: "\f15a";
}
.la.la-file-text:before {
  content: "\f15c";
}
.la.la-sort-alpha-asc:before {
  content: "\f15d";
}
.la.la-sort-alpha-desc:before {
  content: "\f881";
}
.la.la-sort-amount-asc:before {
  content: "\f160";
}
.la.la-sort-amount-desc:before {
  content: "\f884";
}
.la.la-sort-numeric-asc:before {
  content: "\f162";
}
.la.la-sort-numeric-desc:before {
  content: "\f886";
}
.la.la-youtube-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play:before {
  content: "\f167";
}
.la.la-dropbox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-overflow {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-instagram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-flickr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-adn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square:before {
  content: "\f171";
}
.la.la-tumblr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tumblr-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-long-arrow-down:before {
  content: "\f309";
}
.la.la-long-arrow-up:before {
  content: "\f30c";
}
.la.la-long-arrow-left:before {
  content: "\f30a";
}
.la.la-long-arrow-right:before {
  content: "\f30b";
}
.la.la-apple {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-windows {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-android {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linux {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dribbble {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skype {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-foursquare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-trello {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gratipay {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip:before {
  content: "\f184";
}
.la.la-sun-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sun-o:before {
  content: "\f185";
}
.la.la-moon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-moon-o:before {
  content: "\f186";
}
.la.la-vk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-renren {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pagelines {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-exchange {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-arrow-circle-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}
.la.la-arrow-circle-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-left:before {
  content: "\f359";
}
.la.la-caret-square-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-left:before {
  content: "\f191";
}
.la.la-toggle-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-left:before {
  content: "\f191";
}
.la.la-dot-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dot-circle-o:before {
  content: "\f192";
}
.la.la-vimeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-try:before {
  content: "\f195";
}
.la.la-turkish-lira:before {
  content: "\f195";
}
.la.la-plus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-plus-square-o:before {
  content: "\f0fe";
}
.la.la-slack {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wordpress {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-openid {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-institution:before {
  content: "\f19c";
}
.la.la-bank:before {
  content: "\f19c";
}
.la.la-mortar-board:before {
  content: "\f19d";
}
.la.la-yahoo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-delicious {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-digg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-pp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-drupal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-joomla {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spoon:before {
  content: "\f2e5";
}
.la.la-behance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-behance-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-automobile:before {
  content: "\f1b9";
}
.la.la-cab:before {
  content: "\f1ba";
}
.la.la-envelope-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-o:before {
  content: "\f0e0";
}
.la.la-deviantart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-soundcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-file-pdf-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-pdf-o:before {
  content: "\f1c1";
}
.la.la-file-word-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-word-o:before {
  content: "\f1c2";
}
.la.la-file-excel-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-excel-o:before {
  content: "\f1c3";
}
.la.la-file-powerpoint-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}
.la.la-file-image-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-image-o:before {
  content: "\f1c5";
}
.la.la-file-photo-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-photo-o:before {
  content: "\f1c5";
}
.la.la-file-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-picture-o:before {
  content: "\f1c5";
}
.la.la-file-archive-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-archive-o:before {
  content: "\f1c6";
}
.la.la-file-zip-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-zip-o:before {
  content: "\f1c6";
}
.la.la-file-audio-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-audio-o:before {
  content: "\f1c7";
}
.la.la-file-sound-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-sound-o:before {
  content: "\f1c7";
}
.la.la-file-video-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-video-o:before {
  content: "\f1c8";
}
.la.la-file-movie-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-movie-o:before {
  content: "\f1c8";
}
.la.la-file-code-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-code-o:before {
  content: "\f1c9";
}
.la.la-vine {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-codepen {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-jsfiddle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-life-ring {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy:before {
  content: "\f1cd";
}
.la.la-life-buoy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-buoy:before {
  content: "\f1cd";
}
.la.la-life-saver {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-saver:before {
  content: "\f1cd";
}
.la.la-support {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-support:before {
  content: "\f1cd";
}
.la.la-circle-o-notch:before {
  content: "\f1ce";
}
.la.la-rebel {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra:before {
  content: "\f1d0";
}
.la.la-resistance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-resistance:before {
  content: "\f1d0";
}
.la.la-empire {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge:before {
  content: "\f1d1";
}
.la.la-git-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-git {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hacker-news {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square:before {
  content: "\f1d4";
}
.la.la-yc-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc-square:before {
  content: "\f1d4";
}
.la.la-tencent-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-qq {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weixin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat:before {
  content: "\f1d7";
}
.la.la-send:before {
  content: "\f1d8";
}
.la.la-paper-plane-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paper-plane-o:before {
  content: "\f1d8";
}
.la.la-send-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-send-o:before {
  content: "\f1d8";
}
.la.la-circle-thin {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-thin:before {
  content: "\f111";
}
.la.la-header:before {
  content: "\f1dc";
}
.la.la-sliders:before {
  content: "\f1de";
}
.la.la-futbol-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-futbol-o:before {
  content: "\f1e3";
}
.la.la-soccer-ball-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-soccer-ball-o:before {
  content: "\f1e3";
}
.la.la-slideshare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-twitch {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yelp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-newspaper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-newspaper-o:before {
  content: "\f1ea";
}
.la.la-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-wallet {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-visa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-mastercard {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-discover {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-amex {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-stripe {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bell-slash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-slash-o:before {
  content: "\f1f6";
}
.la.la-trash:before {
  content: "\f2ed";
}
.la.la-copyright {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eyedropper:before {
  content: "\f1fb";
}
.la.la-area-chart:before {
  content: "\f1fe";
}
.la.la-pie-chart:before {
  content: "\f200";
}
.la.la-line-chart:before {
  content: "\f201";
}
.la.la-lastfm {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lastfm-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ioxhost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-angellist {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-cc:before {
  content: "\f20a";
}
.la.la-ils:before {
  content: "\f20b";
}
.la.la-shekel:before {
  content: "\f20b";
}
.la.la-sheqel:before {
  content: "\f20b";
}
.la.la-meanpath {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-meanpath:before {
  content: "\f2b4";
}
.la.la-buysellads {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-connectdevelop {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dashcube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-forumbee {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-leanpub {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-sellsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-shirtsinbulk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-simplybuilt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skyatlas {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-diamond {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-diamond:before {
  content: "\f3a5";
}
.la.la-intersex:before {
  content: "\f224";
}
.la.la-facebook-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-official:before {
  content: "\f09a";
}
.la.la-pinterest-p {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-whatsapp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hotel:before {
  content: "\f236";
}
.la.la-viacoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-medium {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc:before {
  content: "\f23b";
}
.la.la-optin-monster {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opencart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-expeditedssl {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-battery-4:before {
  content: "\f240";
}
.la.la-battery:before {
  content: "\f240";
}
.la.la-battery-3:before {
  content: "\f241";
}
.la.la-battery-2:before {
  content: "\f242";
}
.la.la-battery-1:before {
  content: "\f243";
}
.la.la-battery-0:before {
  content: "\f244";
}
.la.la-object-group {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-object-ungroup {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o:before {
  content: "\f249";
}
.la.la-cc-jcb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-diners-club {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-clone {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o:before {
  content: "\f254";
}
.la.la-hourglass-1:before {
  content: "\f251";
}
.la.la-hourglass-2:before {
  content: "\f252";
}
.la.la-hourglass-3:before {
  content: "\f253";
}
.la.la-hand-rock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-rock-o:before {
  content: "\f255";
}
.la.la-hand-grab-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-grab-o:before {
  content: "\f255";
}
.la.la-hand-paper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-paper-o:before {
  content: "\f256";
}
.la.la-hand-stop-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-stop-o:before {
  content: "\f256";
}
.la.la-hand-scissors-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-scissors-o:before {
  content: "\f257";
}
.la.la-hand-lizard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-lizard-o:before {
  content: "\f258";
}
.la.la-hand-spock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-spock-o:before {
  content: "\f259";
}
.la.la-hand-pointer-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-pointer-o:before {
  content: "\f25a";
}
.la.la-hand-peace-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-peace-o:before {
  content: "\f25b";
}
.la.la-registered {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-creative-commons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tripadvisor {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-get-pocket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wikipedia-w {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-safari {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-chrome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-firefox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opera {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-internet-explorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-television:before {
  content: "\f26c";
}
.la.la-contao {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-500px {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-amazon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-calendar-plus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-plus-o:before {
  content: "\f271";
}
.la.la-calendar-minus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-minus-o:before {
  content: "\f272";
}
.la.la-calendar-times-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-times-o:before {
  content: "\f273";
}
.la.la-calendar-check-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-check-o:before {
  content: "\f274";
}
.la.la-map-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-map-o:before {
  content: "\f279";
}
.la.la-commenting:before {
  content: "\f4ad";
}
.la.la-commenting-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-commenting-o:before {
  content: "\f4ad";
}
.la.la-houzz {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo:before {
  content: "\f27d";
}
.la.la-black-tie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fonticons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-alien {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-edge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card-alt:before {
  content: "\f09d";
}
.la.la-codiepie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-modx {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fort-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-usb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-product-hunt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-mixcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-scribd {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pause-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pause-circle-o:before {
  content: "\f28b";
}
.la.la-stop-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-stop-circle-o:before {
  content: "\f28d";
}
.la.la-bluetooth {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bluetooth-b {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gitlab {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpbeginner {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpforms {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-envira {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt:before {
  content: "\f368";
}
.la.la-question-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-question-circle-o:before {
  content: "\f059";
}
.la.la-volume-control-phone:before {
  content: "\f2a0";
}
.la.la-asl-interpreting:before {
  content: "\f2a3";
}
.la.la-deafness:before {
  content: "\f2a4";
}
.la.la-hard-of-hearing:before {
  content: "\f2a4";
}
.la.la-glide {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-glide-g {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-signing:before {
  content: "\f2a7";
}
.la.la-viadeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-viadeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-ghost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-first-order {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yoast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-themeisle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official:before {
  content: "\f2b3";
}
.la.la-google-plus-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-circle:before {
  content: "\f2b3";
}
.la.la-font-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa:before {
  content: "\f2b4";
}
.la.la-handshake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-handshake-o:before {
  content: "\f2b5";
}
.la.la-envelope-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-open-o:before {
  content: "\f2b6";
}
.la.la-linode {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-address-book-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-book-o:before {
  content: "\f2b9";
}
.la.la-vcard:before {
  content: "\f2bb";
}
.la.la-address-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-card-o:before {
  content: "\f2bb";
}
.la.la-vcard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-vcard-o:before {
  content: "\f2bb";
}
.la.la-user-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-circle-o:before {
  content: "\f2bd";
}
.la.la-user-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-o:before {
  content: "\f007";
}
.la.la-id-badge {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license:before {
  content: "\f2c2";
}
.la.la-id-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-id-card-o:before {
  content: "\f2c2";
}
.la.la-drivers-license-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license-o:before {
  content: "\f2c2";
}
.la.la-quora {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-free-code-camp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-telegram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-thermometer-4:before {
  content: "\f2c7";
}
.la.la-thermometer:before {
  content: "\f2c7";
}
.la.la-thermometer-3:before {
  content: "\f2c8";
}
.la.la-thermometer-2:before {
  content: "\f2c9";
}
.la.la-thermometer-1:before {
  content: "\f2ca";
}
.la.la-thermometer-0:before {
  content: "\f2cb";
}
.la.la-bathtub:before {
  content: "\f2cd";
}
.la.la-s15:before {
  content: "\f2cd";
}
.la.la-window-maximize {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-restore {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle:before {
  content: "\f410";
}
.la.la-window-close-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-close-o:before {
  content: "\f410";
}
.la.la-times-rectangle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle-o:before {
  content: "\f410";
}
.la.la-bandcamp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-grav {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-etsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-imdb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ravelry {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast:before {
  content: "\f2da";
}
.la.la-snowflake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-snowflake-o:before {
  content: "\f2dc";
}
.la.la-superpowers {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpexplorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spotify {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* main style */
:root {
  --main-color-one: #fc3c68;
  --main-color-two: #ffc12d;
  --main-color-two: #ff1747;
  --secondary-color: #feebe4;
  --bg-light-one: #f2f3f5;
  --bg-light-two: #eaeaea;
  --bg-dark-one: #081131;
  --bg-dark-two: #060c22;
  --bg-dark-three: #151c2b;
  --bg-dark-four: #0f1520;
  --bg-dark-five: #1a1a27;
  --heading-color: #333333;
  --paragraph-color: #666666;
  --heading-font-one: "Playfair Display", serif;
  --heading-font-two: "Noto Sans JP", sans-serif;
  --body-font: "Roboto", sans-serif;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px;
  position: relative;
}
h1 {
  font-size: 48px;
  line-height: 1.0833333333;
}
h2 {
  font-size: 36px;
  line-height: 1.4444444444;
}
h3 {
  font-size: 24px;
  line-height: 1.0833333333;
}
h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}
h5 {
  font-size: 16px;
  line-height: 1.0833333333;
}
h6 {
  font-size: 14px;
  line-height: 1.0833333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
p {
  color: var(--paragraph-color);
  font-family: var(--body-font);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
pre {
  margin-top: 15px;
  background-color: #f5f5f5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #f5f5f5),
    color-stop(50%, #e6e6e6)
  );
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 38px 38px;
  border: 1px solid #d4d4d4;
  display: block;
  line-height: 19px;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  word-break: break-word;
}
a i {
  padding: 0 2px;
}
img {
  max-width: 100%;
  height: auto;
}
ol:not([class]) {
  margin-bottom: 20px;
}
ol:not([class]) ol {
  margin-bottom: 0;
}
ul ol:not([class]) {
  margin-bottom: 0;
}
dl,
ol,
ul {
  padding-left: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
}
ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
input[type="button"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
code {
  color: #faa603;
}
.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: var(--main-color-one);
}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: var(--main-color-one);
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  clear: both;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  width: 50%;
  border: 1px solid #e2e2e2;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.comment-navigation .nav-next > a,
.comment-navigation .nav-previous > a,
.post-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.posts-navigation .nav-previous > a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: var(--paragraph-color);
}
.comment-navigation .nav-next:hover,
.comment-navigation .nav-previous:hover,
.post-navigation .nav-next:hover,
.post-navigation .nav-previous:hover,
.posts-navigation .nav-next:hover,
.posts-navigation .nav-previous:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.comment-navigation .nav-next:hover > a,
.comment-navigation .nav-previous:hover > a,
.post-navigation .nav-next:hover > a,
.post-navigation .nav-previous:hover > a,
.posts-navigation .nav-next:hover > a,
.posts-navigation .nav-previous:hover > a {
  color: #fff;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-right-0 {
  padding-left: 0;
}
.gray-bg {
  background-color: #f5f5f5;
}
.secondary-bg {
  background-color: var(--secondary-color);
}
.padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-35 {
  padding-top: 35px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-45 {
  padding-top: 45px;
}
.padding-top-55 {
  padding-top: 55px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-65 {
  padding-top: 65px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-75 {
  padding-top: 75px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-85 {
  padding-top: 85px;
}
.padding-top-90 {
  padding-top: 90px;
}
.padding-top-95 {
  padding-top: 95px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-top-103 {
  padding-top: 103px;
}
.padding-top-105 {
  padding-top: 105px;
}
.padding-top-110 {
  padding-top: 110px;
}
.padding-top-115 {
  padding-top: 115px;
}
.padding-top-120 {
  padding-top: 120px;
}
.padding-top-140 {
  padding-top: 140px;
}
.padding-top-150 {
  padding-top: 150px;
}
.padding-top-160 {
  padding-top: 160px;
}
.padding-top-175 {
  padding-top: 175px;
}
.padding-top-180 {
  padding-top: 180px;
}
.padding-top-190 {
  padding-top: 190px;
}
.padding-top-210 {
  padding-top: 210px;
}
.padding-top-260 {
  padding-top: 260px;
}
.padding-top-390 {
  padding-top: 390px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-35 {
  padding-bottom: 35px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-45 {
  padding-bottom: 45px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-55 {
  padding-bottom: 55px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-65 {
  padding-bottom: 65px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-bottom-75 {
  padding-bottom: 75px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-bottom-85 {
  padding-bottom: 85px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-bottom-95 {
  padding-bottom: 95px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-bottom-110 {
  padding-bottom: 110px;
}
.padding-bottom-105 {
  padding-bottom: 105px;
}
.padding-bottom-115 {
  padding-bottom: 115px;
}
.padding-bottom-120 {
  padding-bottom: 120px;
}
.padding-bottom-130 {
  padding-bottom: 130px;
}
.padding-bottom-140 {
  padding-bottom: 140px;
}
.padding-bottom-135 {
  padding-bottom: 135px;
}
.padding-bottom-190 {
  padding-bottom: 190px;
}
.padding-bottom-200 {
  padding-bottom: 200px;
}
.padding-bottom-227 {
  padding-bottom: 227px;
}
.padding-bottom-250 {
  padding-bottom: 280px;
}
.padding-bottom-285 {
  padding-bottom: 285px;
}
.padding-bottom-150 {
  padding-bottom: 150px;
}
.padding-bottom-160 {
  padding-bottom: 160px;
}
.padding-bottom-165 {
  padding-bottom: 165px;
}
.padding-bottom-170 {
  padding-bottom: 170px;
}
.padding-bottom-180 {
  padding-bottom: 180px;
}
.padding-bottom-215 {
  padding-bottom: 215px;
}
.padding-bottom-295 {
  padding-bottom: 295px;
}
.padding-bottom-300 {
  padding-bottom: 300px;
}
.padding-bottom-320 {
  padding-bottom: 320px;
}
.padding-bottom-460 {
  padding-bottom: 460px;
}
.margin-top-minus-90 {
  margin-top: -90px;
}
.margin-top-minus-100 {
  margin-top: -100px;
}
.margin-top-120 {
  margin-top: 120px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-top-160 {
  margin-top: 160px;
}
.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-120 {
  margin-bottom: 120px;
}
.margin-bottom-150 {
  margin-bottom: 150px;
}
.margin-top-100 {
  margin-bottom: 100px;
}
.margin-top-120 {
  margin-top: 120px;
}
.min-height-600 {
  min-height: 600px;
}
.overflow-hidden {
  overflow: hidden;
}
.h-100 {
  height: 100%;
}
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 1.5rem auto;
  clear: both;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  display: block;
}
.alignnone {
  margin: 1.75em auto 1.75em;
}
.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}
.alignwide {
  max-width: 1100px;
}
.alignnone {
  height: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.wp-link-pages span {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages span:first-child {
  margin-right: 5px;
}
.wp-link-pages .current {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input[type="submit"] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: inline-block;
}
.post-password-form input[type="submit"]:hover {
  background-color: #121a2f;
}
.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}
.search-popup.show {
  position: relative;
  z-index: 9;
}
.search-popup.show .search-popup-inner {
  visibility: visible;
  opacity: 1;
}
.search-popup.show .search-popup-inner form {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-popup .search-popup-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 80ms;
  transition: all linear 80ms;
}
.search-popup .search-popup-inner form {
  position: absolute;
  padding: 120px 40px;
  width: 35%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.search-popup .search-popup-inner form .search-popup-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #dc3545;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.search-popup .search-popup-inner form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.search-popup .search-popup-inner form .form-group input {
  height: 50px;
}
.search-popup .search-popup-inner form .search-btn {
  display: inline-block;
  border: none;
  height: 50px;
  width: 70px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--main-color-two);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: 18px;
}
.search-popup .search-popup-inner form .search-btn i {
  display: block;
}
.info {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.slick-main {
  margin-right: -15px;
  margin-left: -15px;
}
.slick-main .slick-item {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.custom-container-01 {
  max-width: 1670px;
}
.dark-version-01,
.dark-version-02 {
  background-color: var(--bg-dark-one);
}
.dark-version-01 .title,
.dark-version-02 .title {
  color: #fff;
}
.dark-version-01 .info,
.dark-version-02 .info {
  color: #fff;
  opacity: 0.7;
}
.title {
  color: var(--heading-color);
}
.dark-bg-01 {
  background-color: var(--bg-dark-one);
}
.dark-bg-02 {
  background-color: var(--bg-dark-two);
}
.dark-bg-03 {
  background-color: var(--bg-dark-three);
}
.dark-bg-04 {
  background-color: var(--bg-dark-four);
}
.dark-bg-05 {
  background-color: var(--bg-dark-five);
}
.bg-color-a {
  background-color: #fc3c68 !important;
}
.bg-color-b {
  background-color: #00a4f8 !important;
}
.bg-color-c {
  background-color: #ff7923 !important;
}
.bg-color-d {
  background-color: #7663fa !important;
}
.bg-color-e {
  background-color: #00b875 !important;
}
.bg-color-f {
  background-color: #ff019c !important;
}
.bg-color-g {
  background-color: #00c1c5 !important;
}
.category-style-01 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 3px 17px 2px;
  border: 1px solid transparent;
  border-radius: 25px;
  text-transform: capitalize;
  margin-right: 15px;
  z-index: 1;
  margin-bottom: 5px;
}
.category-style-01:hover {
  color: #fff;
}
.category-style-01.v-02 {
  border-radius: 0;
}
.position-top-left {
  position: absolute;
  left: 20px !important;
  top: 20px !important;
}
.position-top-left-02 {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
}
.position-top-right {
  position: absolute;
  right: 20px !important;
  top: 20px !important;
}
.tag-box .category-style-01 {
  position: relative !important;
  z-index: 3;
}
.tag-box.left {
  position: absolute;
  top: 20px;
  left: 20px;
}
.tag-box.right {
  position: absolute;
  top: 20px;
  right: 20px;
}
.section-title-style-01 {
  background-color: var(--bg-light-one);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-right: 15px;
}
.section-title-style-01::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--main-color-one);
}
.section-title-style-01 .title {
  display: inline-block;
  font-family: var(--heading-font-one);
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  color: var(--heading-color);
  text-transform: capitalize;
  padding: 3px 30px 8px;
}
.section-title-style-01.v-02 {
  background-color: transparent;
}
.section-title-style-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.section-title-style-02 .title {
  font-family: var(--heading-font-two);
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.section-title-style-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.section-title-style-03 .title {
  background-color: var(--main-color-one);
  font-family: var(--heading-font-two);
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding: 9px 18px 14px;
}
.section-title-style-03 .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5000%;
  height: 2px;
  background-color: var(--main-color-one);
}
.section-title-style-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.section-title-style-04 .view-more {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  margin-top: 13px;
}
.section-title-style-04 .title {
  background-color: transparent;
  font-family: var(--heading-font-two);
  color: var(--heading-color);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 14px;
}
.section-title-style-04 .title::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 5000%;
  height: 2px;
  background-color: #ddd;
}
.section-title-style-04 .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
  background-color: var(--main-color-two);
  border-radius: 25px;
}
.section-title-style-01 .view-more,
.section-title-style-02 .view-more,
.section-title-style-03 .view-more,
.section-title-style-04 .view-more {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.section-title-style-01 .view-more .icon,
.section-title-style-02 .view-more .icon,
.section-title-style-03 .view-more .icon,
.section-title-style-04 .view-more .icon {
  padding-left: 5px;
  color: var(--main-color-one);
}
.section-title-style-01 .view-more:hover,
.section-title-style-02 .view-more:hover,
.section-title-style-03 .view-more:hover,
.section-title-style-04 .view-more:hover {
  color: var(--main-color-one);
}
.border-radius-none {
  border-radius: 0 !important;
}
.category-btn-list {
  margin-top: 18px;
  text-align: right;
}
.category-btn-list .category-btn {
  display: inline-block;
}
.category-btn-list .category-btn a {
  font-family: var(--main-color-two);
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  padding: 3px 8px;
  text-transform: capitalize;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.category-btn-list .category-btn a:hover {
  color: var(--main-color-one);
}
.category-btn-list .category-btn.active a {
  color: var(--main-color-one);
}
.search-form.style-01 input[type="text"] {
  border-radius: 25px;
  height: 45px;
  line-height: 50px;
  padding: 5px 20px;
  border-color: transparent;
}
.search-form.style-01 input[type="text"]::-webkit-input-placeholder {
  text-transform: capitalize;
}
.search-form.style-01 input[type="text"]::-moz-placeholder {
  text-transform: capitalize;
}
.search-form.style-01 input[type="text"]:-ms-input-placeholder {
  text-transform: capitalize;
}
.search-form.style-01 input[type="text"]::-ms-input-placeholder {
  text-transform: capitalize;
}
.search-form.style-01 input[type="text"]::placeholder {
  text-transform: capitalize;
}
.search-form .btn-wrapper {
  margin-top: 20px;
}
.search-form .btn-wrapper .btn-default {
  padding-bottom: 9px;
}
.three-column .col-lg-4 {
  margin-top: 50px;
}
.three-column .col-lg-4:nth-child(1),
.three-column .col-lg-4:nth-child(2),
.three-column .col-lg-4:nth-child(3) {
  margin-top: 0;
}
.two-column .row .col-lg-6 {
  margin-top: 50px;
}
.two-column .row .col-lg-6:nth-child(1),
.two-column .row .col-lg-6:nth-child(2) {
  margin-top: 0;
}
.one-column .row .col-lg-12 {
  margin-top: 50px;
}
.one-column .row .col-lg-12:nth-child(1) {
  margin-top: 0;
}
.font-size-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.font-size-18 {
  font-size: 18px !important;
  line-height: 26px !important;
}
.font-size-20 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.font-size-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.font-size-24 {
  font-size: 24px !important;
  line-height: 32px !important;
}
.font-size-26 {
  font-size: 26px !important;
  line-height: 36px !important;
}
.font-size-32 {
  font-size: 32px !important;
  line-height: 46px !important;
}
.font-size-42 {
  font-size: 42px !important;
  line-height: 60px !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.play-icon.hide-x {
  opacity: 0;
}
.play-icon:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
}
.play-icon img.max-wh-60 {
  max-width: 60px !important;
  max-height: 60px !important;
}
.play-icon img.max-wh-120 {
  max-width: 120px !important;
  max-height: 120px !important;
}
.play-icon img.max-wh-132 {
  max-width: 132px !important;
  max-height: 132px !important;
}
.play-icon img.max-wh-160 {
  max-width: 160px !important;
  max-height: 160px !important;
}
.img-box:hover .play-icon.hide-x {
  opacity: 1;
}
.video-blog:hover .play-icon.hide-x {
  opacity: 1;
}
.live-news-update-area-wrapper {
  background-color: #f2f3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live-news-update-area-wrapper .title-box {
  height: 100%;
  padding-left: 20px;
  padding-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.live-news-update-area-wrapper .title-box .title {
  font-family: var(--heading-font-two);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #1a0606;
  text-transform: capitalize;
  width: 170px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.live-news-update-area-wrapper .title-box .background-style-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one);
}
.live-news-update-area-wrapper .title-box::after {
  width: 23px;
  height: 132%;
  background-color: #f2f3f5;
  content: "";
  position: absolute;
  right: -9px;
  top: -9px;
  -webkit-transform: rotate(334deg);
  transform: rotate(334deg);
}
.live-news-update-area-wrapper .news-box {
  overflow: hidden;
}
.live-news-update-area-wrapper .news-box .news-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-animation-name: news;
  animation-name: news;
  -webkit-animation-duration: 10s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  display: inline-flex;
  animation-delay: 0.1s;
  width: 100%;
}
.live-news-update-area-wrapper .news-box .news-box-list .single-news-item {
  position: relative;
  margin-right: 40px;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
/*  overflow: hidden;*/
}
.live-news-update-area-wrapper
  .news-box
  .news-box-list
  .single-news-item::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@-webkit-keyframes news {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes news {
  from {
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.live-news-update-area-wrapper.style-02 .title-box {
  position: relative;
  padding-right: 18px !important;
}
.live-news-update-area-wrapper.style-02 .title-box .title {
  width: 215px !important;
}
.live-news-update-area-wrapper.style-02 .title-box::after {
  content: "";
  position: absolute;
  border-top: 10px solid #f2f3f5;
  border-bottom: 10px solid #f2f3f5;
  border-left: 10px solid var(--main-color-one);
  border-right: 20px solid transparent;
  right: -16px;
  top: 11px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  height: 0%;
  width: 0;
  z-index: 3;
}
.live-news-update-area-wrapper.style-02 .title-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  height: 100%;
  width: 14px;
  z-index: 2;
  background-color: #f2f3f5;
}
.live-news-update-area-wrapper.style-02 .single-news-item::after {
  position: absolute;
  content: "";
  width: 2px !important;
  height: 18px !important;
  border-radius: 50%;
  background-color: var(--main-color-one) !important;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.background-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hamburger-c {
  position: fixed;
  height: 100vh;
  background-color: #ebebeb;
  z-index: 9999;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hamburger-c::-webkit-scrollbar {
  width: 3px;
  opacity: 0;
}
.hamburger-c::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 1px grey;
  box-shadow: 0 0 1px grey;
  border-radius: 10px;
  opacity: 0;
}
.hamburger-c::-webkit-scrollbar-thumb {
  background: #fc3c6842;
  border-radius: 10px;
  opacity: 0;
}
.hamburger-c .close-h {
  position: absolute;
  right: 0;
  color: #fff;
  background-color: #e73939;
  border: none;
  width: 25px;
  height: 25px;
}
.hamburger-c .main-content {
  width: 500px;
  padding: 30px 30px;
}
.hamburger-c .main-content .logo-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.hamburger-c .main-content .widget-title.style-01 {
  font-size: 20px;
}
.hamburger-c .main-content .news-heading-item .title {
  font-size: 18px;
}
.hamburger-menu-wrapper button {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
}
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px;
}
.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}
.wp-block-video video {
  max-width: 636px;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-video video {
  max-width: 636px;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}
.has-strong-blue-color {
  color: #0073aa;
}
.has-strong-blue-background-color {
  background-color: #0073aa;
}
.has-lighter-blue-color {
  color: #229fd8;
}
.has-lighter-blue-background-color {
  background-color: #229fd8;
}
.has-very-light-gray-color {
  color: #eee;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-very-dark-gray-color {
  color: #444;
}
.has-very-dark-gray-background-color {
  background-color: #444;
}
.recent-blog-post-style-01 .single-blog-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.recent-blog-post-style-01 .single-blog-post-item:last-child {
  margin-bottom: 0;
}
.recent-blog-post-style-01 .single-blog-post-item .thumb img {
  max-width: 150px;
  max-height: 120px;
  border-radius: 10px;
}
.recent-blog-post-style-01 .single-blog-post-item .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 20px;
}
.recent-blog-post-style-01 .single-blog-post-item .content .title {
  font-family: var(--heading-font-one);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.recent-blog-post-style-01 .single-blog-post-item .content .title:hover {
  color: var(--main-color-one);
}
.recent-blog-post-style-01 .single-blog-post-item .content .post-meta {
  padding-bottom: 5px;
}
.recent-blog-post-style-01.v-02 .single-blog-post-item .thumb img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 0;
}
.recent-blog-post-style-01.v-02 .single-blog-post-item .content .title {
  font-family: var(--heading-font-two);
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 20px;
}
.recent-blog-post-style-02 .single-blog-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.recent-blog-post-style-02 .single-blog-post-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.recent-blog-post-style-02 .single-blog-post-item:first-child {
  padding-top: 0;
}
.recent-blog-post-style-02 .single-blog-post-item .thumb img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 5px;
}
.recent-blog-post-style-02 .single-blog-post-item .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 16px;
}
.recent-blog-post-style-02 .single-blog-post-item .content .category-style-01 {
  padding: 0;
  font-weight: 500;
  color: #999;
}
.recent-blog-post-style-02
  .single-blog-post-item
  .content
  .category-style-01:hover {
  color: var(--main-color-one);
}
.recent-blog-post-style-02 .single-blog-post-item .content .title {
  font-family: var(--heading-font-two);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 12px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.recent-blog-post-style-02 .single-blog-post-item .content .title:hover {
  color: var(--main-color-one);
}
.recent-blog-post-style-02 .single-blog-post-item .content .post-meta {
  padding-bottom: 5px;
}
.recent-blog-post-style-02.light .single-blog-post-item .content .title {
  color: var(--heading-color);
}
.recent-blog-post-style-02.light .single-blog-post-item .content .title:hover {
  color: var(--main-color-two);
}
.widget-area-wrapper .widget {
  overflow: hidden;
  margin-bottom: 60px;
}
.widget-area-wrapper .widget:last-child {
  margin-bottom: 0;
}
.widget-area-wrapper .widget .border-round {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 26px 38px 40px;
}
.widget-area-wrapper .widget .border-radius {
  border-radius: 10px;
}
.widget-area-wrapper .widget .widget-title.style-01 {
  display: inline-block;
  background-color: var(--main-color-one);
  font-family: var(--heading-font-two);
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding: 9px 18px 14px;
  margin-bottom: 35px;
}
.widget-area-wrapper .widget .widget-title.style-01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5000%;
  height: 2px;
  background-color: var(--main-color-one);
}
.widget-area-wrapper .widget .widget-title.style-02 {
  font-family: var(--heading-font-one);
  color: var(--heading-color);
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 35px;
}
.widget-area-wrapper .widget .widget-title.style-02::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 4px;
  background-color: var(--main-color-one);
  border-radius: 25px;
}
.widget-area-wrapper .widget .widget-title.style-03 {
  font-family: var(--heading-font-two);
  color: var(--heading-color);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 25px;
}
.widget-area-wrapper .widget .widget-title.style-04 {
  background-color: transparent;
  font-family: var(--heading-font-two);
  color: var(--heading-color);
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 14px;
  margin-bottom: 40px;
}
.widget-area-wrapper .widget .widget-title.style-04::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 5000%;
  height: 2px;
  background-color: #ddd;
}
.widget-area-wrapper .widget .widget-title.style-04::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
  background-color: var(--main-color-two);
  border-radius: 25px;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 10px 11px;
  text-transform: capitalize;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item:last-child {
  margin-bottom: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon {
  width: 35px;
  height: 35px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon
  i {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon.facebook {
  background-color: #3b5999;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon.twitter {
  background-color: #55acee;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon.pinterest {
  background-color: #c8232c;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon.youtube {
  background-color: red;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon.linkedin {
  background-color: #0077b5;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon.instagram {
  background-color: #e4405f;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .icon:hover
  i {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .count {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .link {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 1px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .link:hover.facebook {
  color: #3b5999;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .link:hover.twitter {
  color: #55acee;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .link:hover.pinterest {
  color: #c8232c;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .link:hover.youtube {
  color: red;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .link:hover.linkedin {
  color: #0077b5;
}
.widget-area-wrapper
  .widget
  .social-link.style-01
  .widget-social-link-list
  .single-item
  .link:hover.instagram {
  color: #e4405f;
}
.widget-area-wrapper .widget .social-link.style-01.v-02 .single-item {
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}
.widget-area-wrapper .widget .social-link.style-02 .widget-social-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-transform: capitalize;
  padding: 9px 12px;
  margin-top: 20px;
  margin-bottom: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item:nth-child(1),
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item:nth-child(2) {
  margin-top: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  font-size: 16px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 10px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon
  i {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon:hover
  i {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon.facebook {
  background-color: #3b5999;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon.twitter {
  background-color: #55acee;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon.youtube {
  background-color: #d60531;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon.instagram {
  background-color: #9a43d3;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon.pinterest {
  background-color: #c8232c;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon.linkedin {
  background-color: #0077b5;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .count {
  font-weight: 500;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .text {
  font-size: 14px;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .link {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item
  .link:hover {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item.bg-facebook {
  background-color: #6495ed;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item.bg-twitter {
  background-color: #00a2f9;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item.bg-youtube {
  background-color: #ff1747;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item.bg-instagram {
  background: linear-gradient(
    61deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item.bg-pinterest {
  background-color: #ff1747;
}
.widget-area-wrapper
  .widget
  .social-link.style-02
  .widget-social-link-list
  .single-item.bg-linkedin {
  background-color: #5586e1;
}
.widget-area-wrapper .widget .social-link.style-03 .widget-social-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-transform: capitalize;
  border-radius: 35px;
  margin-top: 20px;
  margin-bottom: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item:nth-child(1),
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item:nth-child(2) {
  margin-top: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 12px;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 10px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .icon
  i {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .icon.facebook {
  background-color: #3b5999;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .icon.twitter {
  background-color: #55acee;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .icon.youtube {
  background-color: #d60531;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .icon.instagram {
  background-color: #9a43d3;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .icon.pinterest {
  background-color: #c8232c;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .icon.linkedin {
  background-color: #0077b5;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .count {
  font-weight: 500;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .text {
  font-size: 14px;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .left-content:hover
  .icon
  i {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .link {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item
  .link:hover {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item.bg-facebook {
  background-color: #6495ed;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item.bg-twitter {
  background-color: #00a2f9;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item.bg-youtube {
  background-color: #ff1747;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item.bg-instagram {
  background: linear-gradient(
    61deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item.bg-pinterest {
  background-color: #ff1747;
}
.widget-area-wrapper
  .widget
  .social-link.style-03
  .widget-social-link-list
  .single-item.bg-linkedin {
  background-color: #5586e1;
}
.widget-area-wrapper
  .widget
  .social-link.style-03.v-02
  .widget-social-link-list
  .single-item {
  margin-top: 20px;
  margin-bottom: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-03.v-02
  .widget-social-link-list
  .single-item:nth-child(1),
.widget-area-wrapper
  .widget
  .social-link.style-03.v-02
  .widget-social-link-list
  .single-item:nth-child(2) {
  margin-top: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-03.v-02
  .widget-social-link-list
  .single-item
  .left-content {
  padding: 15px 12px;
}
.widget-area-wrapper
  .widget
  .social-link.style-03.v-02
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.widget-area-wrapper
  .widget
  .social-link.style-03.v-02
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .text {
  padding-left: 15px;
}
.widget-area-wrapper .widget .social-link.style-04 .widget-social-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item {
  margin: 0 5px;
  color: #fff;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item:last-child {
  margin-right: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item:first-child {
  margin-left: 0;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 10px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .icon
  i {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .icon.facebook {
  background-color: #3b5999;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .icon.twitter {
  background-color: #55acee;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .icon.youtube {
  background-color: #d60531;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .icon.instagram {
  background: linear-gradient(
    61deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .icon.pinterest {
  background-color: #c8232c;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .icon.linkedin {
  background-color: #0077b5;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .count {
  font-weight: 500;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .text {
  font-size: 14px;
}
.widget-area-wrapper
  .widget
  .social-link.style-04
  .widget-social-link-list
  .single-item
  .left-content:hover
  .icon
  i {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.widget-area-wrapper
  .widget
  .social-link.style-04.v-02
  .widget-social-link-list
  .single-item
  .left-content
  .icon {
  border-radius: 0;
}
.widget-area-wrapper
  .widget
  .category.style-01
  .widget-category-list
  .single-item {
  margin-bottom: 15px;
}
.widget-area-wrapper
  .widget
  .category.style-01
  .widget-category-list
  .single-item:last-child {
  margin-bottom: 0;
}
.widget-area-wrapper
  .widget
  .category.style-01
  .widget-category-list
  .single-item
  .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 15px 10px 14px;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .category.style-01
  .widget-category-list
  .single-item
  .wrap:hover {
  color: var(--main-color-one);
}
.widget-area-wrapper
  .widget
  .category.style-02
  .widget-category-list
  .single-item {
  margin-bottom: 20px;
}
.widget-area-wrapper
  .widget
  .category.style-02
  .widget-category-list
  .single-item:last-child {
  margin-bottom: 0;
}
.widget-area-wrapper
  .widget
  .category.style-02
  .widget-category-list
  .single-item
  .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-area-wrapper
  .widget
  .category.style-02
  .widget-category-list
  .single-item
  .wrap
  .left-content
  img {
  max-width: 70px;
  max-height: 70px;
}
.widget-area-wrapper
  .widget
  .category.style-02
  .widget-category-list
  .single-item
  .wrap
  .right-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-transform: capitalize;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget-area-wrapper
  .widget
  .category.style-02
  .widget-category-list
  .single-item
  .wrap
  .right-content
  .count {
  display: block;
  font-size: 15px;
}
.widget-area-wrapper
  .widget
  .category.style-02
  .widget-category-list
  .single-item
  .wrap
  .right-content:hover {
  color: var(--main-color-one);
}
.widget-area-wrapper
  .widget
  .category.style-02
  .widget-category-list.round-pic
  .wrap
  .left-content
  img {
  border-radius: 50%;
}
.widget-area-wrapper .widget .category.style-02.v-02 .widget-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget-area-wrapper
  .widget
  .category.style-02.v-02
  .widget-category-list
  .single-item {
  width: 47%;
  margin-bottom: 0;
  margin-top: 20px;
}
.widget-area-wrapper
  .widget
  .category.style-02.v-02
  .widget-category-list
  .single-item:nth-child(1),
.widget-area-wrapper
  .widget
  .category.style-02.v-02
  .widget-category-list
  .single-item:nth-child(2) {
  margin-top: 0;
}
.widget-area-wrapper
  .widget
  .category.style-02.v-02
  .widget-category-list
  .single-item
  .wrap {
  display: flex;
}
.widget-area-wrapper
  .widget
  .category.style-02.v-02
  .widget-category-list
  .single-item
  .wrap
  .right-content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
.widget-area-wrapper .widget .category.style-02.v-02.radius .left-content img {
  border-radius: 50%;
}
.widget-area-wrapper .widget .category.style-03 .widget-category-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item {
  width: 210px;
  height: 60px;
  margin-top: 20px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item:nth-child(1),
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item:nth-child(2) {
  margin-top: 0;
}
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item
  .extra-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item
  .extra-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item
  .wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-transform: capitalize;
  color: #fff;
  padding: 15px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item
  .wrap
  .left-content,
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item
  .wrap
  .right-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.widget-area-wrapper
  .widget
  .category.style-03
  .widget-category-list
  .single-item
  .wrap:hover {
  color: var(--main-color-one);
}
.widget-area-wrapper .widget .recent-post.style-01 .news-headline-list {
  margin-top: -7px;
}
.widget-area-wrapper
  .widget
  .recent-post.style-01
  .news-headline-list
  .news-heading-item {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  padding-bottom: 25px;
}
.widget-area-wrapper
  .widget
  .recent-post.style-01
  .news-headline-list
  .news-heading-item:first-child {
  margin-top: 0;
}
.widget-area-wrapper
  .widget
  .recent-post.style-01
  .news-headline-list
  .news-heading-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget-area-wrapper
  .widget
  .recent-post.style-01
  .news-headline-list
  .news-heading-item
  .title {
  color: var(--heading-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  margin-bottom: 10px;
}
.widget-area-wrapper
  .widget
  .recent-post.style-01
  .news-headline-list
  .news-heading-item
  .title:hover {
  color: var(--main-color-one);
}
.widget-area-wrapper .widget .tag.style-01 .tag-list {
  margin: -8px -5px;
}
.widget-area-wrapper .widget .tag.style-01 .tag-list .single-tag-item {
  display: inline-block;
}
.widget-area-wrapper .widget .tag.style-01 .tag-list .single-tag-item a {
  display: inline-block;
  margin: 8px 5px;
  border: 1px solid #ddd;
  padding: 2px 10px 1px;
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper .widget .tag.style-01 .tag-list .single-tag-item a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.widget-area-wrapper .widget .tag.style-01.black-bg .single-tag-item a:hover {
  background-color: #151c2b;
  color: #fff;
  border-color: #151c2b;
}
.widget-area-wrapper .widget .tag.style-02 .tag-list {
  margin: -8px -5px;
}
.widget-area-wrapper .widget .tag.style-02 .tag-list .single-tag-item {
  display: inline-block;
}
.widget-area-wrapper .widget .tag.style-02 .tag-list .single-tag-item a {
  display: inline-block;
  margin: 8px 5px;
  border: 1px solid #ddd;
  padding: 2px 18px 1px;
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 15px;
}
.widget-area-wrapper .widget .tag.style-02 .tag-list .single-tag-item a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.widget-area-wrapper .widget .tag.style-03 .tag-list {
  margin: -8px -5px;
}
.widget-area-wrapper .widget .tag.style-03 .tag-list .single-tag-item {
  display: inline-block;
}
.widget-area-wrapper .widget .tag.style-03 .tag-list .single-tag-item a {
  display: inline-block;
  margin: 8px 5px;
  color: #fff;
  padding: 2px 18px 1px;
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 15px;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-a {
  background-color: #fc3c68;
  border: 1px solid #fc3c68;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-a:hover {
  background-color: transparent;
  color: #fc3c68;
  border-color: #fc3c68;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-b {
  background-color: #00a4f8;
  border: 1px solid #00a4f8;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-b:hover {
  background-color: transparent;
  color: #00a4f8;
  border-color: #00a4f8;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-c {
  background-color: #00b875;
  border: 1px solid #00b875;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-c:hover {
  background-color: transparent;
  color: #00b875;
  border-color: #00b875;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-d {
  background-color: #ff019c;
  border: 1px solid #ff019c;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-d:hover {
  background-color: transparent;
  color: #ff019c;
  border-color: #ff019c;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-e {
  background-color: #7663fa;
  border: 1px solid #7663fa;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-e:hover {
  background-color: transparent;
  color: #7663fa;
  border-color: #7663fa;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-f {
  background-color: #00c1c5;
  border: 1px solid #00c1c5;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-f:hover {
  background-color: transparent;
  color: #00c1c5;
  border-color: #00c1c5;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-g {
  background-color: #ff7923;
  border: 1px solid #ff7923;
}
.widget-area-wrapper
  .widget
  .tag.style-03
  .tag-list
  .single-tag-item
  a.color-g:hover {
  background-color: transparent;
  color: #ff7923;
  border-color: #ff7923;
}
.widget-area-wrapper .widget .newsletter.style-01 {
  background-color: var(--main-color-one);
  padding: 30px 45px;
  border-radius: 8px;
}
.widget-area-wrapper .widget .newsletter.style-01 .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.widget-area-wrapper .widget .newsletter.style-01 .top-content .icon-box {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 98px;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.widget-area-wrapper .widget .newsletter.style-01 .top-content .icon-box .icon {
  font-size: 46px;
  color: var(--main-color-one);
}
.widget-area-wrapper .widget .newsletter.style-01 .top-content .text-box {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget-area-wrapper .widget .newsletter.style-01 .top-content .text-box .info {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
}
.widget-area-wrapper .widget .newsletter.style-01 .bottom-content .info {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
}
.widget-area-wrapper .widget .newsletter.style-01 .form-box {
  margin-top: 40px;
}
.widget-area-wrapper .widget .newsletter.style-01 .form-box form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fc5179;
  border-radius: 25px;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01
  .form-box
  form
  .form-group
  input {
  display: inline-block;
  border: none;
  border-radius: 0;
  height: 50px;
  background-color: transparent;
  padding-left: 18px;
  color: #fff;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01
  .form-box
  form
  .form-group
  input::-webkit-input-placeholder {
  color: #fff;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01
  .form-box
  form
  .form-group
  input::-moz-placeholder {
  color: #fff;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01
  .form-box
  form
  .form-group
  input:-ms-input-placeholder {
  color: #fff;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01
  .form-box
  form
  .form-group
  input::-ms-input-placeholder {
  color: #fff;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01
  .form-box
  form
  .form-group
  input::placeholder {
  color: #fff;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01
  .form-box
  form
  .form-group
  button {
  background-color: #fff;
  color: var(--main-color-one);
  height: 50px;
  border: none;
  border-radius: 25px;
  line-height: 50px;
  padding: 0 40px;
}
.widget-area-wrapper .widget .newsletter.style-01.v-02 {
  background-color: #151c2b;
}
.widget-area-wrapper .widget .newsletter.style-01.v-02 .icon-box {
  background-color: var(--main-color-one);
}
.widget-area-wrapper .widget .newsletter.style-01.v-02 .icon-box .icon {
  color: #fff;
}
.widget-area-wrapper .widget .newsletter.style-01.v-02 form .form-group {
  background-color: #fff;
}
.widget-area-wrapper .widget .newsletter.style-01.v-02 form .form-group input {
  color: #999;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-02
  form
  .form-group
  input::-webkit-input-placeholder {
  color: #999;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-02
  form
  .form-group
  input::-moz-placeholder {
  color: #999;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-02
  form
  .form-group
  input:-ms-input-placeholder {
  color: #999;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-02
  form
  .form-group
  input::-ms-input-placeholder {
  color: #999;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-02
  form
  .form-group
  input::placeholder {
  color: #999;
}
.widget-area-wrapper .widget .newsletter.style-01.v-02 form .form-group button {
  background-color: var(--main-color-one);
  color: #fff;
}
.widget-area-wrapper .widget .newsletter.style-01.v-03 {
  background-color: #060c22;
}
.widget-area-wrapper .widget .newsletter.style-01.v-03 .icon-box {
  background-color: #151c2b;
}
.widget-area-wrapper .widget .newsletter.style-01.v-03 .icon-box .icon {
  color: #ffc12d;
}
.widget-area-wrapper .widget .newsletter.style-01.v-03 form .form-group {
  background-color: #151c2b;
}
.widget-area-wrapper .widget .newsletter.style-01.v-03 form .form-group input {
  color: #e4e4e4;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-03
  form
  .form-group
  input::-webkit-input-placeholder {
  color: #e4e4e4;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-03
  form
  .form-group
  input::-moz-placeholder {
  color: #e4e4e4;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-03
  form
  .form-group
  input:-ms-input-placeholder {
  color: #e4e4e4;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-03
  form
  .form-group
  input::-ms-input-placeholder {
  color: #e4e4e4;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-03
  form
  .form-group
  input::placeholder {
  color: #e4e4e4;
}
.widget-area-wrapper .widget .newsletter.style-01.v-03 form .form-group button {
  background-color: #ffc12d;
  color: #151c2b;
  border: 1px solid #ffc12d;
}
.widget-area-wrapper
  .widget
  .newsletter.style-01.v-03
  form
  .form-group
  button:hover {
  background-color: transparent;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.widget-area-wrapper .widget .newsletter.style-02 {
  background-color: #f8f9fa;
  padding: 40px 50px;
  text-align: center;
  border-radius: 8px;
}
.widget-area-wrapper .widget .newsletter.style-02 .icon-box {
  margin-bottom: 30px;
}
.widget-area-wrapper .widget .newsletter.style-02 .text-box .info {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}
.widget-area-wrapper .widget .newsletter.style-02 form {
  margin-top: 25px;
}
.widget-area-wrapper .widget .newsletter.style-02 form input {
  height: 48px;
  border-radius: 25px;
  border-color: transparent;
  text-align: center;
}
.widget-area-wrapper
  .widget
  .newsletter.style-02
  form
  input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.796);
}
.widget-area-wrapper .widget .newsletter.style-02 form input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.796);
}
.widget-area-wrapper
  .widget
  .newsletter.style-02
  form
  input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.796);
}
.widget-area-wrapper
  .widget
  .newsletter.style-02
  form
  input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.796);
}
.widget-area-wrapper .widget .newsletter.style-02 form input::placeholder {
  color: rgba(153, 153, 153, 0.796);
}
.widget-area-wrapper .widget .newsletter.style-02 form button {
  display: inline-block;
  margin-top: 17px;
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  color: #fff;
  height: 48px;
  border-radius: 25px;
  line-height: 42px;
  padding: 0 40px;
}
.widget-area-wrapper .widget .newsletter.style-02 form button:hover {
  background-color: transparent;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.widget-area-wrapper .widget .newsletter.style-02.v-02 {
  background-color: #101324;
}
.widget-area-wrapper .widget .newsletter.style-02.v-02 .text-box .info {
  color: #fff;
}
.widget-area-wrapper .widget .newsletter.style-02.v-02 .info {
  color: #fff;
  opacity: 0.8;
}
.widget-area-wrapper .widget .newsletter.style-02.v-02 input {
  background-color: #343458;
  color: #fff;
  opacity: 0.7;
}
.widget-area-wrapper
  .widget
  .newsletter.style-02.v-02
  input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.widget-area-wrapper .widget .newsletter.style-02.v-02 input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.widget-area-wrapper
  .widget
  .newsletter.style-02.v-02
  input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.widget-area-wrapper
  .widget
  .newsletter.style-02.v-02
  input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.widget-area-wrapper .widget .newsletter.style-02.v-02 input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.widget-area-wrapper .widget .newsletter.style-02.v-02 button {
  display: inline-block;
  margin-top: 17px;
  background-color: #ffc12d;
  color: #151c2b;
  border: 1px solid #ffc12d;
}
.widget-area-wrapper .widget .newsletter.style-02.v-02 button:hover {
  background-color: transparent;
  border: 1px solid #ffc12d;
  color: #ffc12d;
}
.widget-area-wrapper .widget .adds.border-radius img {
  border-radius: 8px;
}
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.mobile-logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none !important;
  }
}
.navbar-area {
  padding: 0;
}
.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
.navbar-area.nav-style-02 {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 70px;
  z-index: 2;
}
.navbar-area.nav-style-02.has-topbar {
  top: 20px;
}
.navbar-area.nav-style-02.has-topbar-02 {
  top: 122px;
}
.navbar-area.nav-style-02.has-topbar-03 {
  top: 70px;
}
.navbar-area.nav-style-02.charity-nav-02 {
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container {
  padding: 0 0 0 20px;
  background-color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .logo-wrapper {
  -webkit-clip-path: initial;
  clip-path: initial;
  border-left: none;
  padding: 30px 70px;
  top: -45px;
}
.navbar-area.nav-style-02.charity-nav-02
  .nav-container
  .logo-wrapper
  .mobile-logo {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .nav-right-content {
  margin-left: 0;
  -webkit-clip-path: initial;
  clip-path: initial;
}
.navbar-area.nav-style-02.charity-nav-02
  .nav-container
  .nav-right-content::after {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a:hover {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item::before {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a {
  color: #fff;
}
.navbar-area.nav-style-02.charity-nav-03 {
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container {
  padding: 0 0 0 20px;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .logo-wrapper {
  position: initial;
  -webkit-clip-path: initial;
  clip-path: initial;
  border: none;
  padding: 0;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .nav-right-content {
  margin-left: 0;
  -webkit-clip-path: initial;
  clip-path: initial;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03
  .nav-container
  .nav-right-content::after {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-03
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item::before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-03
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-03
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper {
  background-color: transparent;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper .logo .logo-text {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  font-family: Nunito, sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 10px;
  color: #191c47;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a:hover {
  color: var(--main-color-two);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
  margin-left: 5px;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-two);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item:before {
  color: var(--main-color-two);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  z-index: initial;
  color: #fff;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  border-color: var(--main-color-two);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-two);
  color: #fff;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover.menu-item-has-children:before {
  color: var(--main-color-two);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover
  a {
  color: var(--main-color-two);
}
.navbar-area.nav-style-01 {
  background-color: #fff;
}
.navbar-area.nav-style-01 .nav-container {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: var(--paragraph-color);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 110px;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  a {
  color: #fff;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--heading-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--paragraph-color);
}
.navbar-area .nav-container {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}
.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0;
}
.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 16px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 70px;
  color: #6a7795;
}
.navbar-area .nav-container .nav-right-content ul li:first-child {
  margin-left: 0;
}
.navbar-area .nav-container .nav-right-content ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li a .icon {
  font-size: 18px;
  display: inline-block;
  vertical-align: -2px;
  padding-right: 6px;
}
.navbar-area .nav-container .nav-right-content ul li a .la-search {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.navbar-area .nav-container .nav-right-content ul li a:hover {
  color: var(--hover-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--secondary-color);
}
.navbar-area .nav-container .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 70px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 20px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 14px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  left: 0;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 150%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
  font-family: var(--heading-font);
  border-bottom: none;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  padding: 10px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu {
  left: 100%;
  top: 0;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu
  .sub-menu
  .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}
.navbar-area.custom-style-01.dark-bg-01 {
  background-color: #151c2b;
}
.navbar-area.custom-style-01.dark-bg-01 .nav-container {
  background-color: transparent;
}
.navbar-area.custom-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: left;
}
.navbar-area.custom-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 70px;
}
.navbar-area.custom-style-01 .nav-container .navbar-collapse .navbar-nav > li {
  margin-left: 10px;
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li:first-child {
  margin-left: 0;
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li
  a {
  padding: 25px 20px 26px;
  color: #fff;
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li:hover {
  background-color: var(--main-color-one);
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li:hover
  a {
  color: #fff;
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li:hover.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  .menu-item-has-children {
  padding-right: 24px;
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  .menu-item-has-children::before {
  right: 18px;
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  .menu-item-has-children.current-menu-item,
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  .menu-item-has-children:hover {
  background-color: var(--main-color-one);
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  .menu-item-has-children.current-menu-item
  a,
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  .menu-item-has-children:hover
  a {
  color: #fff;
}
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  .menu-item-has-children.current-menu-item.menu-item-has-children:before,
.navbar-area.custom-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  .menu-item-has-children:hover.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.custom-style-01 .nav-right-content.v-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navbar-area.custom-style-01
  .nav-right-content.v-02
  .support-bar-search-box
  .form-group {
  width: 350px;
  border-color: transparent;
}
.navbar-area.custom-style-01
  .nav-right-content.v-02
  .support-bar-search-box
  input {
  background-color: #1d263a;
  color: #cdcdcd;
  height: 45px;
}
.navbar-area.custom-style-01
  .nav-right-content.v-02
  .support-bar-search-box
  input::-webkit-input-placeholder {
  color: #cdcdcd;
}
.navbar-area.custom-style-01
  .nav-right-content.v-02
  .support-bar-search-box
  input::-moz-placeholder {
  color: #cdcdcd;
}
.navbar-area.custom-style-01
  .nav-right-content.v-02
  .support-bar-search-box
  input:-ms-input-placeholder {
  color: #cdcdcd;
}
.navbar-area.custom-style-01
  .nav-right-content.v-02
  .support-bar-search-box
  input::-ms-input-placeholder {
  color: #cdcdcd;
}
.navbar-area.custom-style-01
  .nav-right-content.v-02
  .support-bar-search-box
  input::placeholder {
  color: #cdcdcd;
}
.navbar-area.custom-style-01
  .nav-right-content.v-02
  .support-bar-search-box
  .search-btn {
  background-color: #1d263a;
  color: #fff;
  height: 45px;
}
.navbar-area.custom-style-01 .nav-right-content.v-02 .hamburger-menu-wrapper {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children {
  padding-right: 24px;
}
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children::before {
  right: 18px;
}
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children.current-menu-item,
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children:hover {
  background-color: transparent;
}
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children.current-menu-item
  a,
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children:hover
  a {
  color: #fff;
  position: relative;
}
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children.current-menu-item
  a::after,
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children:hover
  a::after {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--main-color-one);
}
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children.current-menu-item.menu-item-has-children:before,
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  .menu-item-has-children:hover.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.custom-style-01.v-02 .nav-container .navbar-nav > li {
  position: relative;
}
.navbar-area.custom-style-01.v-02 .nav-container .navbar-nav > li::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 70%;
  background-color: var(--main-color-one);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area.custom-style-01.v-02 .nav-container .navbar-nav > li:hover {
  background-color: transparent;
}
.navbar-area.custom-style-01.v-02 .nav-container .navbar-nav > li:hover::after {
  opacity: 1;
  width: 100%;
}
.navbar-area.custom-style-01.v-02
  .nav-container
  .navbar-nav
  > li.menu-item-has-children.current-menu-item::after {
  opacity: 1;
  width: 100%;
}
.navbar-area .hamburger-menu-wrapper.left-side {
  margin-right: 60px;
}
.navbar-area .hamburger-menu-wrapper.right-side {
  margin-left: 35px;
}
.navbar-area .hamburger-menu-wrapper.right-side .main-navigation ul {
  text-align: right;
  margin-right: 210px;
}
.navbar-area .hamburger-menu-wrapper.right-side .main-navigation ul li {
  display: block;
}
.navbar-area .hamburger-menu-wrapper.right-side .main-navigation ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .hamburger-menu-wrapper.right-side .main-navigation ul li a:hover {
  color: var(--main-color-one);
}
.navbar-area .date-and-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-two);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.navbar-area .date-and-time .date,
.navbar-area .date-and-time .day,
.navbar-area .date-and-time .month,
.navbar-area .date-and-time .year {
  display: inline-block;
  margin-left: 7px;
}
.navbar-area.custom-style-02.dark-bg-01 {
  background-color: #151c2b;
}
.navbar-area.custom-style-02.dark-bg-01 .nav-container {
  background-color: transparent;
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li
  a {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  line-height: 40px;
  padding: 0 25px;
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li:hover
  a {
  color: #fff;
  background-color: var(--main-color-one);
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children {
  padding-right: 0;
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children::before {
  right: 10px;
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children:hover::before {
  color: #fff;
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children
  > a {
  padding-right: 38px;
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children
  .sub-menu
  li
  a {
  padding-top: 2px;
  padding-bottom: 2px;
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.current-menu-item.menu-item-has-children::before {
  color: #fff;
}
.navbar-area.custom-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.current-menu-item
  a {
  color: #fff;
  background-color: var(--main-color-one);
}
.navbar-area.custom-style-02 .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-area.custom-style-02 .nav-right-content .search .search-bar {
  position: absolute;
  top: 60%;
  right: 36px;
  height: auto;
  z-index: 999;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.navbar-area.custom-style-02 .nav-right-content .search .search-bar.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form {
  position: relative;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .search-close {
  position: absolute;
  right: -50px;
  top: 0;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f2f3f5;
  padding: 2px 14px;
  height: 60px;
  line-height: 57px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .search-close:hover {
  color: #fff;
  background: var(--main-color-one);
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .item-search {
  width: 87%;
  height: 60px;
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  text-transform: initial;
  padding: 10px 30px;
  padding-right: 70px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  color: var(--paragraph-color);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .item-search:focus {
  border-color: rgba(255, 23, 71, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 23, 71, 0.1);
  box-shadow: 0 0 10px rgba(255, 23, 71, 0.1);
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .item-search::-webkit-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .item-search::-moz-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .item-search:-ms-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .item-search::-ms-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  .item-search::placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.navbar-area.custom-style-02
  .nav-right-content
  .search
  .search-bar
  .menu-search-form
  button {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 30px;
  background: var(--main-color-one);
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.navbar-area.custom-style-02 .nav-right-content .search .search-open {
  height: 33px;
}
.navbar-area.custom-style-02 .nav-right-content .search .search-open:hover {
  cursor: pointer;
}
.navbar-area.custom-style-02 .nav-right-content .search .search-open .icon {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  -webkit-transform: rotate(268deg);
  transform: rotate(268deg);
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li {
  position: relative;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  background-color: var(--main-color-one);
  height: 4px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li
  a {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  line-height: 40px;
  padding: 0 25px;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li:hover::after {
  opacity: 1;
  width: 100%;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children {
  padding-right: 0;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children::before {
  right: 10px;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children:hover::before {
  color: #fff;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.menu-item-has-children
  > a {
  padding-right: 38px;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.current-menu-item.menu-item-has-children::before {
  color: #fff;
}
.navbar-area.custom-style-02.v-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  > li.current-menu-item.menu-item-has-children::after {
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 20px 20px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #fff;
    height: 50px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 2px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    background-color: var(--secondary-color);
    margin-top: 20px;
  }
  .navbar-area.nav-style-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0;
  }
  .navbar-area.nav-style-01
    .nav-container
    .responsive-mobile-menu
    .navbar-toggler {
    background-image: none;
    height: 50px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 3px;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: left;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.current-menu-item
    a {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children {
    z-index: initial;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: 1px solid #e2e2e2;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .menu-item-has-children:hover
    > .sub-menu
    li:hover:before {
    color: #656565;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover
    a {
    color: var(--main-color-one);
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .navbar-brand {
    display: block;
  }
  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    border: 1px solid #e2e2e2;
    height: 50px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 3px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:hover
    > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .sub-menu
    .menu-item-has-children:before {
    content: "";
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children:hover:before {
    color: #fff;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: none;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px;
  }
}
.topbar-area {
  background-color: var(--bg-light-one);
}
.topbar-area .topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
}
.topbar-area .topbar-inner .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.topbar-area .topbar-inner .left-content .topbar-item {
  margin-right: 30px;
}
.topbar-area .topbar-inner .left-content .topbar-item:last-child {
  margin-right: 0;
}
.topbar-area .topbar-inner .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.topbar-area .topbar-inner .right-content .topbar-item {
  margin-left: 30px;
}
.topbar-area .topbar-inner .right-content .topbar-item:first-child {
  margin-left: 0;
}
.topbar-area .topbar-inner .extra-menu .extra-menu-list .link-item {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.topbar-area .topbar-inner .extra-menu .extra-menu-list .link-item:hover {
  color: var(--main-color-one);
}
.topbar-area .topbar-inner .extra-menu .extra-menu-list .link-item:last-child {
  margin-right: 0;
}
.topbar-area .topbar-inner .select-option .single-select select {
  height: 21px;
  color: var(--paragraph-color);
  border: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='gray'><polygon points='0,0 10,0 5,5'/></svg>");
  background-repeat: no-repeat;
  background-position-y: 76%;
  background-position-x: 94%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 15px;
  padding: 0 23px 0 5px;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid #ddd;
}
.topbar-area .topbar-inner .select-option .single-select:last-child select {
  margin-right: 0;
}
.topbar-area .topbar-inner .topbar-login-btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--paragraph-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.topbar-area .topbar-inner .topbar-login-btn:hover {
  color: var(--main-color-one);
}
.footer-area.style-01 .footer-top {
  padding: 100px 0 97px;
  background-color: var(--bg-light-one);
}
.footer-area.style-01 .footer-top .footer-widget .content {
  margin-top: 29px;
  margin-bottom: 29px;
}
.footer-area.style-01 .footer-top .footer-widget .content .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--paragraph-color);
}
.footer-area.style-01 .footer-top .footer-widget .widget-title {
  display: inline-block;
  font-family: var(--var(--heading-font-one));
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: var(--heading-color);
  text-transform: capitalize;
  margin-bottom: 28px;
  position: relative;
  padding-right: 20px;
}
.footer-area.style-01 .footer-top .footer-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 8px;
  width: 44px;
  height: 4px;
  background-color: var(--main-color-one);
  border-radius: 25px;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list
  .content-item {
  margin-bottom: 16px;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list
  .content-item:last-child {
  margin-bottom: 0;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list
  .content-item
  a {
  font-family: var(--body-font);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--heading-color);
  text-transform: capitalize;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list
  .content-item
  a
  .icon {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--main-color-one);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  padding-left: 0;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list
  .content-item
  a:hover {
  color: var(--main-color-one);
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list
  .content-item
  a:hover
  .icon {
  padding-right: 4px;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list.instragram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list.instragram
  .content-item {
  margin: 5px;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list.instragram
  .content-item
  a
  img {
  max-width: 100px;
  max-height: 100px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .footer-content-list.instragram
  .content-item
  a
  img:hover {
  opacity: 0.5;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .recent-blog-post-style-01
  .single-blog-post-item
  .thumb
  img {
  max-width: 130px;
  max-height: 100px;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .recent-blog-post-style-01
  .single-blog-post-item
  .content {
  margin: 0;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .recent-blog-post-style-01
  .single-blog-post-item
  .content
  .title {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
.footer-area.style-01
  .footer-top
  .footer-widget
  .social-icon
  .social-link-list
  .link-item
  a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer-area.style-01 .footer-bottom {
  background-color: var(--bg-light-two);
}
.footer-area.style-01 .footer-bottom .copyright-area .copyright-area-inner {
  padding: 30px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-area.style-01
  .footer-bottom
  .copyright-area
  .copyright-area-inner
  .single-copyright-item
  .copyright {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.footer-area.style-01
  .footer-bottom
  .copyright-area
  .copyright-area-inner
  .single-copyright-item
  .payment-icon
  .icon-item {
  display: inline-block;
  margin-left: 2px;
}
.footer-area.style-01.v-02 .footer-top .widget-title {
  font-family: var(--heading-font-two);
  font-size: 24px;
  font-weight: 500;
}
.footer-area.style-01.v-02 .footer-top .widget-title::after {
  display: none;
}
.footer-area.style-01.v-02 .footer-top .info {
  opacity: 1;
}
.footer-area.style-01.v-02 .footer-top .search-form {
  margin-top: 20px;
}
.footer-area.style-01.v-02 .footer-top .search-form .newsletter-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 22px;
}
.footer-area.style-01.v-02 .footer-top .search-form .newsletter-footer input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footer-area.style-01.v-02
  .footer-top
  .search-form
  .newsletter-footer
  .btn-wrapper {
  margin-top: 0;
}
.footer-area.style-01.v-02
  .footer-top
  .search-form
  .newsletter-footer
  .btn-wrapper
  button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 45px;
}
.ads-banner-area-wrapper.leaderboard .ads-banner-box {
  text-align: center;
}
.add-banner-x-area-wrapper.index-01 {
  margin-top: 30px;
}
.add-banner-x-style-01 {
  position: relative;
}
.add-banner-x-style-01 .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 4px;
  z-index: 0;
}
.add-banner-x-style-01 .content .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.add-banner-x-style-01 .content .title {
  font-family: var(--extra-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: var(--heading-color);
  text-transform: capitalize;
  margin: 5px 0 18px;
}
.add-banner-x-style-01 .content.ex {
  margin-left: 60px;
}
.add-banner-x-style-01 .content.ex .title {
  font-size: 35px;
  line-height: 46px;
}
.add-banner-x-style-01 .content.ex .btn-wrapper a {
  padding: 11px 26px 13px;
  background-color: var(--secondary-color);
  color: #fff;
}
.add-banner-x-style-01 .content.ex .btn-wrapper a:hover {
  background-color: #fff;
  color: var(--secondary-color);
}
.add-banner-y-style-01 {
  position: relative;
}
.add-banner-y-style-01 .content {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding-bottom: 4px;
  text-align: center;
}
.add-banner-y-style-01 .content .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.add-banner-y-style-01 .content .title {
  font-family: var(--extra-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: var(--heading-color);
  text-transform: capitalize;
  margin: 5px 0 18px;
}
.add-banner-y-style-02 {
  position: relative;
}
.add-banner-y-style-02 .content {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.add-banner-y-style-02 .content .title {
  font-family: var(--extra-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.add-banner-x-long-area-wrapper {
  padding-top: 80px;
  padding-bottom: 90px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long {
  position: relative;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-1 {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 500px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-1 .total-wrap {
  display: block;
  font-family: var(--extra-font);
  font-size: 45px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  padding-top: 36px;
}
.add-banner-x-long-area-wrapper
  .add-banner-x-long
  .content-1
  .total-wrap
  .sale {
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  font-size: 28px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 490px;
  right: 50px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-2 .title {
  font-family: var(--extra-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 0 13px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-2 .btn-wrapper {
  padding-bottom: 6px;
  padding-top: 19px;
}
.add-banner-x-area-wrapper.index-02 {
  padding-top: 100px;
  padding-bottom: 92px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 img {
  border-radius: 25px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content {
  margin-left: 50px;
}
.add-banner-x-area-wrapper.index-02
  .add-banner-x-style-01
  .content
  .offer-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--main-color-one);
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
  padding: 10px 0 4px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .sub-title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  color: #666;
}
.add-banner-x-area-wrapper.index-02
  .add-banner-x-style-01
  .content
  .btn-wrapper {
  margin-top: 22px;
}
.add-banner-x-area-wrapper.index-02
  .add-banner-x-style-01
  .content
  .btn-wrapper
  a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  color: var(--main-color-one);
  padding: 5px 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.add-banner-x-area-wrapper.index-02
  .add-banner-x-style-01
  .content
  .btn-wrapper
  a
  i {
  display: inline-block;
  padding-left: 5px;
  font-size: 18px;
  vertical-align: -1px;
}
.add-banner-x-area-wrapper.index-02
  .add-banner-x-style-01
  .content
  .btn-wrapper
  a:hover {
  color: var(--secondary-color);
}
.add-banner-x-area-wrapper.index-03 {
  padding-top: 100px;
  padding-bottom: 92px;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 img {
  border-radius: 10px;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content {
  margin-left: 50px;
}
.add-banner-x-area-wrapper.index-03
  .add-banner-x-style-01
  .content
  .offer-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--main-color-one);
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
  max-width: 134px;
  margin: 0 0 15px !important;
  padding: 0;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .sub-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.add-banner-x-area-wrapper.index-03
  .add-banner-x-style-01
  .content
  .btn-wrapper {
  margin-top: 15px;
  padding-bottom: 8px;
}
.add-banner-x-area-wrapper.index-03
  .add-banner-x-style-01
  .content
  .btn-wrapper
  a {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  color: var(--main-color-one);
  padding: 5px 12px;
  border-radius: 4px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.add-banner-x-area-wrapper.index-03
  .add-banner-x-style-01
  .content
  .btn-wrapper
  a
  i {
  display: inline-block;
  padding-left: 5px;
  font-size: 18px;
  vertical-align: -1px;
}
.add-banner-x-area-wrapper.index-03
  .add-banner-x-style-01
  .content
  .btn-wrapper
  a:hover {
  color: #fff;
}
.add-banner-y-area-wrapper.index-02 {
  padding-top: 100px;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content {
  top: 50px;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content .sub-title {
  color: #fff;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
  font-family: var(--heading-font);
  margin: 9px 0 7px;
}
.add-banner-y-area-wrapper.index-02
  .add-banner-y-style-01
  .content
  .offer-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}
.add-banner-y-area-wrapper.index-02
  .add-banner-y-style-01
  .content
  .btn-wrapper {
  margin-top: 28px;
}
.add-banner-y-area-wrapper.index-02
  .add-banner-y-style-01
  .content
  .btn-wrapper
  a {
  color: var(--main-color-one);
  border-radius: 25px;
  font-weight: 600;
  padding: 10px 28px 12px;
}
.add-banner-y-area-wrapper.index-02
  .add-banner-y-style-01
  .content
  .btn-wrapper
  a:hover {
  color: #fff;
}
.breadcrumb-area {
  background-color: #f2f3f5;
}
.breadcrumb-area .breadcrumb-inner .content {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb-area .breadcrumb-inner .content .title {
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--heading-font-two);
}
.breadcrumb-area .breadcrumb-inner .content .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item {
  color: #666;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item:first-child {
  padding-left: 0;
  margin-right: 4px;
}
.breadcrumb-area
  .breadcrumb-inner
  .content
  .page-list
  .list-item:first-child:after {
  display: none;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item:last-child {
  color: #333;
  font-weight: 700;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item:after {
  position: absolute;
  left: 2px;
  top: 0;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #666;
  line-height: 20px;
  font-size: 15px;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item a:hover {
  color: var(--main-color-one);
}
.address-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
.address-wrapper .address-list {
  background-color: #f2f3f5;
  padding: 44px 47px 44px;
}
.address-wrapper .address-list .single-address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.address-wrapper .address-list .single-address-item:last-child {
  margin-bottom: 0;
}
.address-wrapper .address-list .single-address-item .icon-box {
  margin-right: 15px;
}
.address-wrapper .address-list .single-address-item .icon-box .icon {
  font-size: 22px;
  color: #000;
  display: inline-block;
  line-height: 26px;
  color: var(--main-color-one);
}
.address-wrapper .address-list .single-address-item .content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: initial;
  margin-bottom: 6px;
}
.address-wrapper .address-list .single-address-item .content .info {
  font-size: 16px;
}
.get-in-touch-wrapper .title {
  font-family: var(--heading-font);
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: initial;
  margin-bottom: 25px;
}
.get-in-touch-wrapper .form-group {
  margin-bottom: 25px;
}
.get-in-touch-wrapper input {
  height: 50px;
  padding: 5px 10px;
  border-radius: 3px;
}
.get-in-touch-wrapper textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border-color: #ddd;
  padding: 5px 10px;
  border-radius: 3px;
}
.get-in-touch-wrapper .default-btn {
  border: 1px solid #ddd;
  background-color: transparent;
  color: var(--heading-color-two);
}
.google-map-area {
  margin-bottom: -6px;
}
.error-area-wrapper .title {
  font-family: var(--heading-font-two);
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 40px;
}
.error-area-wrapper .img-box {
  text-align: center;
  margin-bottom: 60px;
}
.error-area-wrapper .img-box .logo {
  position: relative;
  -webkit-animation-name: logo404;
  animation-name: logo404;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes logo404 {
  from {
    top: 60px;
  }
  to {
    top: 0;
  }
}
@keyframes logo404 {
  from {
    top: 60px;
  }
  to {
    top: 0;
  }
}
.error-area-wrapper .content {
  text-align: center;
  margin-top: 34px;
}
.error-area-wrapper .content .btn-wrapper {
  margin-top: 40px;
}
.register {
  position: relative;
  -webkit-animation-name: register;
  animation-name: register;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes register {
  from {
    top: 60px;
  }
  to {
    top: 0;
  }
}
@keyframes register {
  from {
    top: 60px;
  }
  to {
    top: 0;
  }
}
.register .title {
  font-family: var(--heading-font);
  font-size: 42px;
  line-height: 35px;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}
.register .form-wrapper form .form-group {
  margin-bottom: 20px;
}
.register .form-wrapper form label {
  font-family: var(--heading-font-two);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--heading-color);
}
.register .form-wrapper form label .required {
  color: var(--main-color-one);
}
.register .form-wrapper form input {
  height: 50px;
  color: var(--heading-color);
  background-color: #f2f3f5;
  border-color: transparent;
}
.register .form-wrapper form input::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}
.register .form-wrapper form input::-moz-placeholder {
  color: #666;
  font-size: 14px;
}
.register .form-wrapper form input:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}
.register .form-wrapper form input::-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}
.register .form-wrapper form input::placeholder {
  color: #666;
  font-size: 14px;
}
.register .form-wrapper .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999;
}
.register .form-wrapper .box-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.register .form-wrapper .box-wrap .left input {
  height: auto;
  display: inline-block;
  margin-bottom: 3px;
}
.register .form-wrapper .box-wrap .left label {
  font-size: 14px;
  font-weight: 400;
}
.register .form-wrapper .box-wrap .left label a {
  color: var(--main-color-one);
}
.register .form-wrapper .box-wrap .right a {
  color: var(--main-color-one);
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.register .form-wrapper .box-wrap .right a:hover {
  color: var(--main-color-one);
}
.register .form-wrapper .box-wrap.sign-up .left {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.register .form-wrapper .box-wrap.sign-up input {
  margin-top: 7px;
}
.register .form-wrapper .btn-wrapper {
  margin-bottom: 18px;
}
.register .form-wrapper .btn-wrapper .btn-default {
  width: 100%;
  font-weight: 600;
}
.register .form-wrapper .or {
  text-align: center;
  text-transform: capitalize;
  position: relative;
  margin: 33px 0 17px;
}
.register .form-wrapper .or::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.register .form-wrapper .or .text {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  color: #666;
  background-color: #fff;
}
.register .form-wrapper .sign-in-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.register .form-wrapper .sign-in-with .special-account {
  margin-top: 15px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 11px 10px 11px;
}
.register .form-wrapper .sign-in-with .special-account .icon-box {
  display: inline-block;
  padding-right: 10px;
}
.register .form-wrapper .info {
  text-align: center;
  color: #666;
  margin-top: 20px;
}
.register .form-wrapper .info .active {
  color: var(--main-color-one);
  font-weight: 600;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.register .form-wrapper .info .active:hover {
  color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .main-img-box .img-bg {
  width: 100%;
  height: 450px;
  background-position: top center;
  background-size: cover;
  background-repeat: repeat;
}
.blog-details-area-wrapper .blog-details-inner-area .main-img-box .img-bg.v-02 {
  height: 650px;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-box {
  margin-top: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-box.v-02 {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .main-title {
  font-family: var(--heading-font-two);
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  color: var(--heading-color);
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-area-wrapper .blog-details-inner-area .main-title:hover {
  color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .main-title.v-02 {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .post-meta-main {
  margin-top: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .post-meta-main.v-02 {
  margin-top: 0;
  margin-bottom: 60px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-01 {
  margin-top: 50px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-02 {
  margin-top: 40px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-04 {
  margin-top: 40px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-05 {
  margin-top: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .quote {
  background-color: #ff1747;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 75px 18px;
  margin-top: 40px;
}
.blog-details-area-wrapper .blog-details-inner-area .quote .icon {
  font-size: 40px;
  color: #fff;
}
.blog-details-area-wrapper .blog-details-inner-area .quote .quote-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  margin-top: 12px;
  padding-left: 5px;
}
.blog-details-area-wrapper .blog-details-inner-area .quote.v-02 {
  background-color: #f2f3f5;
  border-bottom: 3px solid var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .quote.v-02 .icon {
  color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .quote.v-02 .quote-text {
  color: #666;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
}
.blog-details-area-wrapper .blog-details-inner-area .ads-banner-area-wrapper {
  margin-top: 50px;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text .img-box {
  width: 50%;
  margin-right: 15px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .image-and-text
  .img-box
  .bg-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 465px;
  width: 100%;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .image-and-text
  .img-box
  .bg-img.v-02 {
  height: 340px;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text .content {
  width: 50%;
  margin-left: 15px;
}
.blog-details-area-wrapper .blog-details-inner-area .video-blog {
  margin-top: 50px;
  position: relative;
}
.blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg {
  width: 100%;
  height: 450px;
  background-position: top center;
  background-size: cover;
  background-repeat: repeat;
}
.blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg.v-02 {
  height: 650px;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap,
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .tag-wrap {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .name,
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .tag-wrap
  .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
  margin-right: 15px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  ul
  li,
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .tag-wrap
  ul
  li {
  display: inline-block;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .tag-wrap
  a {
  display: inline-block;
  margin: 8px 5px;
  border: 1px solid #ddd;
  padding: 2px 10px 1px;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .tag-wrap
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .tag-wrap.v-02
  .name {
  font-family: var(--heading-font-two);
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #666;
  text-transform: capitalize;
  margin-right: 15px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .tag-wrap.v-02
  a {
  padding: 4px 12px 3px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .social-link-list
  .link-item
  a {
  color: #666;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .social-link-list
  .link-item
  a:hover {
  color: var(--main-color-one);
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .name {
  font-family: var(--heading-font-two);
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #666;
  text-transform: capitalize;
  margin-right: 15px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item {
  margin: 0 5px;
  color: #fff;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item:last-child {
  margin-right: 0;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item:first-child {
  margin-left: 0;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  font-size: 16px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 10px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .icon
  i {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .icon.facebook {
  background-color: #3b5999;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .icon.twitter {
  background-color: #55acee;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .icon.youtube {
  background-color: #d60531;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .icon.instagram {
  background: linear-gradient(
    61deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .count {
  font-weight: 500;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content
  .followers-numb
  .text {
  font-size: 14px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .tag-and-social-link
  .social-link-wrap
  .social-icon
  .widget-social-link-list
  .single-item
  .left-content:hover
  .icon
  i {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-section-title
  .title {
  text-transform: initial;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-form-area
  .comment-form
  .form-group {
  margin-bottom: 30px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-form-area
  .comment-form
  input {
  height: 50px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-form-area
  .comment-form
  input,
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-form-area
  .comment-form
  textarea {
  border-color: #efefef;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-form-area
  .comment-form
  input:focus,
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-form-area
  .comment-form
  textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-form-area
  .comment-form
  textarea {
  height: 150px;
  resize: none;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .comment-form-area
  .comment-form
  .btn-wrapper {
  margin-top: 10px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li {
  margin-bottom: 30px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
.has-children ul li {
  padding-top: 25px;
}
.has-children ul li:first-child {
  padding-top: 0;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .thumb {
  min-width: 80px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .thumb
  img {
  width: 80px;
  height: 80px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .content-top
  .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .content-top
  .left
  .title {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .content-top
  .left
  .post-meta {
  margin-top: 2px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .content-top
  .left
  .post-meta
  li {
  font-size: 12px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .content-top
  .left
  .post-meta
  li
  .icon {
  color: var(--main-color-one);
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .comment {
  margin-top: 15px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .reply {
  margin-top: 10px;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .reply
  .reply-btn {
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .reply
  .reply-btn
  .icon {
  color: var(--main-color-one);
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .reply
  .reply-btn
  .text {
  color: #666;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .reply
  .reply-btn:hover {
  color: var(--main-color-one);
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li
  .single-comment-wrap
  .content
  .reply
  .reply-btn:hover
  .text {
  color: var(--main-color-one);
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li:last-child {
  margin-bottom: 0;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  > li:last-child
  .single-comment-wrap
  .reply {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-details-area-wrapper
  .blog-details-inner-area
  .comment-area-full-wrapper
  .user-comment-area
  .comment-list
  .has-children {
  padding-left: 50px;
}
.top-and-trendy-stories-area-wrapper
  .top-stories-and-trendy-stories-list
  .recent-blog-post-style-01 {
  margin-top: 60px;
}
.top-and-trendy-stories-area-wrapper
  .top-stories-and-trendy-stories-list
  .recent-blog-post-style-01
  .single-blog-post-item {
  padding-top: 27px;
  border-top: 1px solid #ddd;
}
.top-and-trendy-stories-area-wrapper
  .top-stories-and-trendy-stories-list
  .recent-blog-post-style-01
  .single-blog-post-item:first-child {
  padding-top: 0;
  border-top: none;
}
.top-and-trendy-stories-area-wrapper
  .top-stories-and-trendy-stories-list
  .btn-wrapper {
  margin-top: 30px;
}
.top-and-trendy-stories-area-wrapper
  .top-stories-and-trendy-stories-list
  .btn-wrapper
  .btn-default {
  color: #666;
}
.weekly-highlights-index-01-slider-inst .slick-arrow {
  position: absolute;
  top: -84px;
  z-index: 1;
  cursor: pointer;
  color: #999;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.weekly-highlights-index-01-slider-inst .slick-arrow:hover {
  color: var(--main-color-one);
}
.weekly-highlights-index-01-slider-inst .next-arrow {
  right: 40px;
}
.weekly-highlights-index-01-slider-inst .prev-arrow {
  right: 80px;
}
.latest-vieos-area-wrapper.index-01 .videos-blog-list li {
  padding-top: 19px;
  margin-bottom: 18px;
  border-top: 1px solid #ddd;
}
.latest-vieos-area-wrapper.index-01 .videos-blog-list li:first-child {
  padding-top: 0;
  border-top: none;
}
.latest-vieos-area-wrapper.index-01 .videos-blog-list li:last-child {
  margin-bottom: 0;
}
.popular-stories-area-wrapper.index-01
  .popular-stories-index-01-slider-inst
  .slick-arrow {
  position: absolute;
  top: -84px;
  z-index: 1;
  cursor: pointer;
  color: #999;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.popular-stories-area-wrapper.index-01
  .popular-stories-index-01-slider-inst
  .slick-arrow:hover {
  color: var(--main-color-one);
}
.popular-stories-area-wrapper.index-01
  .popular-stories-index-01-slider-inst
  .next-arrow {
  right: 40px;
}
.popular-stories-area-wrapper.index-01
  .popular-stories-index-01-slider-inst
  .prev-arrow {
  right: 80px;
}
.support-bar-area-wrapper .support-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
}
.support-bar-area-wrapper .support-bar-inner .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support-bar-area-wrapper .support-bar-inner .center-content .location {
  margin-left: 30px;
}
.support-bar-area-wrapper
  .support-bar-inner
  .center-content
  .location
  .form-group {
  position: relative;
  background-color: #f8f9fa;
  border-radius: 28px;
  padding: 0 15px;
  margin-bottom: 0;
}
.support-bar-area-wrapper
  .support-bar-inner
  .center-content
  .location
  .form-group
  .icon {
  font-size: 20px;
  color: var(--main-color-one);
}
.support-bar-area-wrapper
  .support-bar-inner
  .center-content
  .location
  .form-group
  select {
  height: 50px;
  border: none;
  background-color: transparent;
  padding-left: 3px;
}
.support-bar-area-wrapper .support-bar-inner .right-content {
  padding-right: 18px;
}
.short-control li {
  margin-left: 10px;
  line-height: 48px;
  display: inline-block;
}
.short-control li a {
  font-size: 25px;
  color: #999;
  -webkit-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
.short-control li a:hover {
  color: var(--main-color-one);
}
.short-control li.cart {
  position: relative;
  position: relative;
}
.short-control li.cart:hover .mini-cart-wrapper {
  opacity: 1;
  visibility: visible;
}
.short-control li.cart .active {
  color: var(--main-color-one);
}
.short-control li.cart .cart-badge {
  position: absolute;
  right: -17px;
  bottom: 28px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.short-control li.cart .mini-cart-wrapper {
  position: absolute;
  width: 380px;
  right: -18px;
  top: 65px;
  z-index: 2;
  background-color: #f8f9fa;
  padding: 15px 15px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.short-control li.cart .mini-cart-wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 100%;
  border-bottom: 26px solid #f8f9fa;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.short-control li.cart .mini-cart-wrapper .cart-item-wrap {
  max-height: 333px;
  overflow-y: auto;
  padding-right: 15px;
}
.short-control li.cart .mini-cart-wrapper .cart-item-wrap::-webkit-scrollbar {
  width: 3px;
  opacity: 0;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 1px grey;
  box-shadow: 0 0 1px grey;
  border-radius: 10px;
  opacity: 0;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap::-webkit-scrollbar-thumb {
  background: rgba(35, 220, 35, 0.159);
  border-radius: 10px;
  opacity: 0;
}
.short-control li.cart .mini-cart-wrapper .cart-item-wrap .single-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .cart-img {
  margin-right: 15px;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .cart-img
  img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  background-color: #ddd;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .cart-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .cart-content
  .product-title
  a {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .cart-content
  .product-title
  a:hover {
  color: var(--main-color-one);
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .cart-content
  .cart-price
  .new {
  display: inline-block;
  padding-right: 10px;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .del-icon {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 15px;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .del-icon
  a {
  color: var(--paragraph-color);
  font-size: 15px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.short-control
  li.cart
  .mini-cart-wrapper
  .cart-item-wrap
  .single-cart-item
  .del-icon
  a:hover {
  color: var(--main-color-one);
}
.short-control li.cart .mini-cart-wrapper .total-price {
  border-top: 2px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
}
.short-control li.cart .mini-cart-wrapper .btn-section .btn-default {
  display: block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.short-control li.cart .mini-cart-wrapper .btn-section .btn-default:hover {
  color: var(--main-color-one);
}
.short-control li.cart .mini-cart-wrapper .btn-section .btn-default:last-child {
  margin-top: 15px;
}
.index-02-wrapper .header-area-wrapper .image-blog-large .title {
  color: #fff;
}
.index-02-wrapper
  .header-area-wrapper
  .image-blog-large
  .post-meta
  .post-meta-item {
  color: rgba(255, 255, 255, 0.885);
}
.popular-artical-area-wrapper.index-02
  .popular-stories-index-02-slider-inst
  .slick-arrow {
  position: absolute;
  top: -84px;
  z-index: 1;
  cursor: pointer;
  color: #999;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.popular-artical-area-wrapper.index-02
  .popular-stories-index-02-slider-inst
  .slick-arrow:hover {
  color: var(--main-color-one);
}
.popular-artical-area-wrapper.index-02
  .popular-stories-index-02-slider-inst
  .next-arrow {
  right: 40px;
}
.popular-artical-area-wrapper.index-02
  .popular-stories-index-02-slider-inst
  .prev-arrow {
  right: 80px;
}
.latest-video-index-02-slider-inst .slick-arrow {
  position: absolute;
  top: -84px;
  z-index: 1;
  cursor: pointer;
  color: #999;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.latest-video-index-02-slider-inst .slick-arrow:hover {
  color: var(--main-color-one);
}
.latest-video-index-02-slider-inst .next-arrow {
  right: 40px;
}
.latest-video-index-02-slider-inst .prev-arrow {
  right: 80px;
}
.image-blog-post-small.index-03.one .image-blog-style-01 {
  margin-bottom: 30px;
}
.image-blog-post-small.index-03.one .image-blog-style-01:last-child {
  margin-bottom: 0;
}
.popular-stories-index-03-slider-inst .slick-arrow {
  position: absolute;
  top: -84px;
  z-index: 1;
  cursor: pointer;
  color: #999;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.popular-stories-index-03-slider-inst .slick-arrow:hover {
  color: var(--main-color-one);
}
.popular-stories-index-03-slider-inst .next-arrow {
  right: 40px;
}
.popular-stories-index-03-slider-inst .prev-arrow {
  right: 80px;
}
.popular-stories-index-03-slider-inst .next-arrow {
  right: 15px;
}
.popular-stories-index-03-slider-inst .prev-arrow {
  right: 55px;
}
.index-03-wrapper .header-area-wrapper .image-blog-style-01 .title {
  color: #fff;
}
.index-03-wrapper
  .header-area-wrapper
  .image-blog-style-01
  .post-meta
  .post-meta-item {
  color: rgba(255, 255, 255, 0.885);
}
.index-03-wrapper
  .latest-videos-area-wrapper
  .recent-blog-post-style-01
  .single-blog-post-item {
  margin-bottom: 38px;
}
.index-03-wrapper
  .latest-videos-area-wrapper
  .recent-blog-post-style-01
  .single-blog-post-item:last-child {
  margin-bottom: 0;
}
.index-03-wrapper .stories-of-the-week .single-recent-stories-wrap {
  margin-bottom: 38px;
}
.index-03-wrapper .stories-of-the-week .single-recent-stories-wrap:last-child {
  margin-bottom: 0;
}
.index-03-wrapper
  .stories-of-the-week-area-wrapper
  .stories-of-the-week-inner
  .blog-list-style-01 {
  margin-bottom: 38px;
}
.index-03-wrapper
  .stories-of-the-week-area-wrapper
  .stories-of-the-week-inner
  .blog-list-style-01:last-child {
  margin-bottom: 0;
}
.index-03-wrapper
  .monthly-highlights
  .recent-blog-post-style-01
  .single-blog-post-item {
  margin-bottom: 28px;
}
.index-03-wrapper
  .monthly-highlights
  .recent-blog-post-style-01
  .single-blog-post-item:last-child {
  margin-bottom: 0;
}
.index-04-wrapper .index-04-heading-sidebar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-04-wrapper .recent-news-area-wrapper {
  margin-bottom: -40px;
}
.index-04-wrapper .recent-news-area-wrapper .row .blog-grid-style-03 {
  margin-bottom: 40px;
}
.news-headline-wrapper.one .news-headline-list .news-heading-item .title {
  color: var(--heading-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.news-headline-wrapper.one .news-headline-list .news-heading-item .title:hover {
  color: var(--main-color-one);
}
.news-headline-wrapper.one
  .news-headline-list
  .news-heading-item:last-child
  .image-blog-style-01 {
  margin-top: 36px;
}
.news-headline-wrapper.index-04 .news-headline-list .news-heading-item {
  border-bottom: 1px solid #ddd;
}
.news-headline-wrapper.index-04
  .news-headline-list
  .news-heading-item:last-child {
  padding-bottom: 32px;
}
.news-headline-wrapper.index-04.left .image-blog-style-01 {
  margin-top: 40px;
}
.index-04-heading-sidebar > div {
  margin-bottom: 40px;
}
.index-04-heading-sidebar > div:last-child {
  margin-bottom: 0;
}
.feature-news-index-04-inst .slick-arrow,
.popular-news-index-04-inst .slick-arrow,
.popular-video-index-04-slider-inst .slick-arrow {
  position: absolute;
  top: -84px;
  z-index: 1;
  cursor: pointer;
  color: #999;
  font-size: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.feature-news-index-04-inst .slick-arrow:hover,
.popular-news-index-04-inst .slick-arrow:hover,
.popular-video-index-04-slider-inst .slick-arrow:hover {
  color: var(--main-color-one);
}
.feature-news-index-04-inst .next-arrow,
.popular-news-index-04-inst .next-arrow,
.popular-video-index-04-slider-inst .next-arrow {
  right: 40px;
}
.feature-news-index-04-inst .prev-arrow,
.popular-news-index-04-inst .prev-arrow,
.popular-video-index-04-slider-inst .prev-arrow {
  right: 80px;
}
.feature-news-index-04-inst .slick-arrow,
.popular-news-index-04-inst .slick-arrow,
.popular-video-index-04-slider-inst .slick-arrow {
  top: -88px;
}
.feature-news-index-04-inst .next-arrow,
.popular-news-index-04-inst .next-arrow,
.popular-video-index-04-slider-inst .next-arrow {
  right: 15px;
}
.feature-news-index-04-inst .prev-arrow,
.popular-news-index-04-inst .prev-arrow,
.popular-video-index-04-slider-inst .prev-arrow {
  right: 55px;
}
.recent-post-index-05-wrapper
  .header-past-recent-post-index-05
  .recent-blog-post-style-02
  .single-blog-post-item {
  border: none;
  padding: 0;
}
.recent-post-index-05-wrapper
  .header-past-recent-post-index-05
  .recent-blog-post-style-02
  .single-blog-post-item
  .thumb
  img {
  max-width: 140px;
  max-height: 140px;
}
.recent-post-index-05-wrapper
  .header-past-recent-post-index-05
  .recent-blog-post-style-02
  .single-blog-post-item
  .content
  .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.image-blog-large.index-05-two {
  margin-top: 30px;
}
.image-blog-large.index-05-two .content {
  padding: 0 25px 15px;
}
.image-blog-large.index-05-two .title {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0 !important;
}
.image-blog-large.index-05-two .title:hover {
  color: var(--main-color-two) !important;
}
.image-blog-large .title {
  color: #fff;
}
.image-blog-large .title:hover {
  color: var(--main-color-two);
}
.image-blog-large
  .image-blog-style-01
  .content
  .post-meta
  .post-meta-list
  .post-meta-item {
  color: #fff;
}
.image-blog-large
  .image-blog-style-01
  .content
  .post-meta
  .post-meta-list
  .post-meta-item
  a:hover {
  color: var(--main-color-two) !important;
}
.latest-video-short .image-blog-large:first-child {
  margin-top: 0;
}
.latest-videos-area-wrapper-index-05
  .latest-video-short
  .col-sm-6.col-md-6.col-lg-12 {
  margin-bottom: 40px;
}
.latest-videos-area-wrapper-index-05
  .latest-video-short
  .col-sm-6.col-md-6.col-lg-12:last-child {
  margin-bottom: 0;
}
.news-headline-wrapper.one.v-02 .news-heading-item:first-child {
  margin-top: 0 !important;
}
.top-stories-and-trendy-stories-list.ex {
  margin-top: 60px;
}
.top-stories-and-trendy-stories-list .single-blog-post-item .content .title {
  margin-bottom: 10px !important;
}
.index-05 .news-headline-wrapper.light .title {
  color: #333;
}
.index-05 .news-headline-wrapper.light .title:hover {
  color: var(--main-color-two) !important;
}
.index-05 .news-headline-wrapper .news-headline-list .news-heading-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px !important;
  margin-top: 22px !important;
}
.index-05
  .news-headline-wrapper
  .news-headline-list
  .news-heading-item:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.index-05-heading-sidebar .image-blog-large {
  margin-top: 0;
}
.index-05-heading-sidebar .ads-banner-box {
  margin-top: 30px;
}
:root {
  --color-primary: #002626;
  --color-secondary: #f0f7ee;
  --duration: 1s;
  --nav-duration: calc(var(--duration) / 4);
  --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  --space: 1rem;
  --font-primary: "Helvetica", sans-serif;
  --font-heading: "Merriweather", serif;
  --font-size: 1.125rem;
  --line-height: 1.5;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hamburger-menu-wrapper {
  position: relative;
  width: 50px;
  height: 33px;
}
.hamburger-menu-wrapper .main-navigation-toggle {
  position: fixed;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.hamburger-menu-wrapper .main-navigation-toggle + label {
  position: absolute;
  cursor: pointer;
  z-index: 6;
  top: 0;
  left: 0;
}
.hamburger-menu-wrapper .icon--menu-toggle {
  --size: calc(1rem + 4vmin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 33px;
  stroke-width: 4;
}
.hamburger-menu-wrapper .icon-group {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform var(--nav-duration) var(--ease);
  transition: -webkit-transform var(--nav-duration) var(--ease);
  transition: transform var(--nav-duration) var(--ease);
  transition: transform var(--nav-duration) var(--ease),
    -webkit-transform var(--nav-duration) var(--ease);
}
.hamburger-menu-wrapper .icon--menu {
  stroke: #fff;
}
.hamburger-menu-wrapper .icon--close {
  stroke: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hamburger-menu-wrapper .main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform var(--nav-duration);
  transition: -webkit-transform var(--nav-duration);
  transition: transform var(--nav-duration);
  transition: transform var(--nav-duration),
    -webkit-transform var(--nav-duration);
  z-index: 5;
  text-transform: capitalize;
}
.hamburger-menu-wrapper .main-navigation:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151c2b;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  z-index: -1;
}
.hamburger-menu-wrapper .main-navigation ul {
  font-size: 12vmin;
  font-family: var(--font-heading);
  width: 100%;
}
.hamburger-menu-wrapper .main-navigation li {
  --border-size: 1vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hamburger-menu-wrapper .main-navigation li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--border-size);
  background-color: var(--color-secondary);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: translateX(-100%) skew(15deg);
  transform: translateX(-100%) skew(15deg);
}
.hamburger-menu-wrapper .main-navigation li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 50px;
}
.hamburger-menu-wrapper .main-navigation li a:hover {
  color: var(--main-color-one);
}
.hamburger-menu-wrapper .main-navigation a {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: var(--color-secondary);
  line-height: 1;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: var(--space) calc(var(--space) * 2)
    calc(var(--space) + var(--border-size) / 2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.hamburger-menu-wrapper .main-content {
  margin: 6rem auto;
  max-width: 70ch;
  padding: 0 calc(var(--space) * 2);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform calc(var(--nav-duration) * 2)
    var(--ease);
  transition: -webkit-transform calc(var(--nav-duration) * 2) var(--ease);
  transition: transform calc(var(--nav-duration) * 2) var(--ease);
  transition: transform calc(var(--nav-duration) * 2) var(--ease),
    -webkit-transform calc(var(--nav-duration) * 2) var(--ease);
}
.hamburger-menu-wrapper .main-content > * + * {
  margin-top: calc(var(--space) * var(--line-height));
}
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ label
  .icon--menu-toggle
  .icon-group {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.hamburger-menu-wrapper .main-navigation-toggle:checked ~ .main-content {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.hamburger-menu-wrapper .main-navigation-toggle:checked ~ .main-navigation {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation:after {
  -webkit-animation: nav-bg var(--nav-duration) var(--ease) forwards;
  animation: nav-bg var(--nav-duration) var(--ease) forwards;
}
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:after {
  -webkit-animation: nav-line var(--duration) var(--ease) forwards;
  animation: nav-line var(--duration) var(--ease) forwards;
}
.hamburger-menu-wrapper .main-navigation-toggle:checked ~ .main-navigation a {
  -webkit-animation: link-appear calc(var(--duration) * 1.5) var(--ease)
    forwards;
  animation: link-appear calc(var(--duration) * 1.5) var(--ease) forwards;
}
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:nth-child(1)
  a,
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:nth-child(1):after {
  -webkit-animation-delay: calc((var(--duration) / 2) * 1 * 0.125);
  animation-delay: calc((var(--duration) / 2) * 1 * 0.125);
}
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:nth-child(2)
  a,
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:nth-child(2):after {
  -webkit-animation-delay: calc((var(--duration) / 2) * 2 * 0.125);
  animation-delay: calc((var(--duration) / 2) * 2 * 0.125);
}
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:nth-child(3)
  a,
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:nth-child(3):after {
  -webkit-animation-delay: calc((var(--duration) / 2) * 3 * 0.125);
  animation-delay: calc((var(--duration) / 2) * 3 * 0.125);
}
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:nth-child(4)
  a,
.hamburger-menu-wrapper
  .main-navigation-toggle:checked
  ~ .main-navigation
  li:nth-child(4):after {
  -webkit-animation-delay: calc((var(--duration) / 2) * 4 * 0.125);
  animation-delay: calc((var(--duration) / 2) * 4 * 0.125);
}
@-webkit-keyframes nav-bg {
  from {
    -webkit-transform: translateX(-100%) skewX(-15deg);
    transform: translateX(-100%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes nav-bg {
  from {
    -webkit-transform: translateX(-100%) skewX(-15deg);
    transform: translateX(-100%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes nav-line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  35% {
    -webkit-transform: scaleX(1.001);
    transform: scaleX(1.001);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  65% {
    -webkit-transform: scaleX(1.001);
    transform: scaleX(1.001);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes nav-line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  35% {
    -webkit-transform: scaleX(1.001);
    transform: scaleX(1.001);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  65% {
    -webkit-transform: scaleX(1.001);
    transform: scaleX(1.001);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@-webkit-keyframes link-appear {
  0%,
  25% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes link-appear {
  0%,
  25% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.single-author-item .img-box {
  position: relative;
}
.single-author-item .img-box::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40%;
  height: 4px;
  background-color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.single-author-item .content {
  text-align: center;
  margin-top: 12px;
}
.single-author-item .content .title {
  font-family: var(--main-color-two);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.single-author-item .content .title:hover {
  color: var(--main-color-one);
}
.single-author-item:hover .img-box::after {
  width: 100%;
  opacity: 1;
}
.author-profile {
  border: 1px solid #ddd;
  padding: 25px;
}
.author-profile .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.author-profile .content .title {
  font-family: var(--main-color-two);
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: capitalize;
}
.author-profile .content .designation {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  text-transform: capitalize;
  color: #444;
  margin-top: 15px;
}
.author-profile .content .info {
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #666;
  margin-top: 25px;
}
.author-profile .content .social-link {
  margin-top: 20px !important;
}
.author-profile .content .social-link li {
  margin-right: 0 !important;
}
.author-profile .content .social-link li .icon {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  font-size: 12px !important;
}
.author-post-title {
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--heading-font-two);
  color: var(--heading-color);
  margin-bottom: 60px;
  text-transform: capitalize;
}
.about-ceo-wrapper .img-box {
  position: relative;
  padding-left: 25px;
}
.about-ceo-wrapper .img-box::after {
  position: absolute;
  content: "";
  top: 40%;
  left: 0;
  width: 30%;
  height: 64%;
  border: 3px solid #fc3c68;
  z-index: 0;
}
.about-ceo-wrapper .img-box .ceo-bg {
  position: relative;
  z-index: 1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}
.about-ceo-wrapper .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-ceo-wrapper .content .title {
  font-family: var(--heading-font-two);
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: initial;
  margin-bottom: 40px;
}
.about-ceo-wrapper .content .info {
  margin-bottom: 30px;
}
.about-ceo-wrapper .content .other .owner-title {
  font-family: var(--heading-font-two);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
}
.about-ceo-wrapper .content .other .post {
  color: #666;
  margin-bottom: 25px;
}
.authors-feedback .authors-feedback-slider .single-author-feedback {
  border: 1px solid #ddd;
  padding: 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.authors-feedback
  .authors-feedback-slider
  .single-author-feedback
  .img-box
  .bg-img {
  width: 300px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 300px;
}
.authors-feedback .authors-feedback-slider .single-author-feedback .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
}
.authors-feedback
  .authors-feedback-slider
  .single-author-feedback
  .content
  .quote {
  font-size: 70px;
  color: var(--main-color-one);
  line-height: 0;
}
.authors-feedback
  .authors-feedback-slider
  .single-author-feedback
  .content
  .info {
  font-size: 22px;
  line-height: 36px;
  color: var(--heading-color);
  font-style: italic;
  margin-bottom: 30px;
}
.authors-feedback
  .authors-feedback-slider
  .single-author-feedback
  .content
  .posts-title {
  font-size: 16px;
  font-family: var(--heading-font-two);
  line-height: 32px;
  font-weight: 500;
  color: var(--heading-color);
}
.authors-feedback
  .authors-feedback-slider
  .single-author-feedback
  .content
  .user {
  color: #999;
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
}
.authors-feedback .authors-feedback-slider .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.authors-feedback .authors-feedback-slider .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 10px;
  background-color: #ddd;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.authors-feedback .authors-feedback-slider .slick-dots li:hover {
  cursor: pointer;
}
.authors-feedback .authors-feedback-slider .slick-dots li.slick-active {
  background-color: var(--main-color-one);
  width: 18px;
}
.authors-feedback .authors-feedback-slider .slick-dots li button {
  display: none;
}
.partners-with-wrapper .partner-title {
  font-family: var(--heading-font-two);
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 40px;
}
.partners-with-wrapper .partner-with-slider .single-partner-item img {
  margin: auto;
}
.search-box-area-wrapper .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box-area-wrapper .form .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.search-box-area-wrapper .form .form-group input {
  height: 50px;
  border-radius: 0;
}
.search-box-area-wrapper .form .btn-wrapper .btn-default {
  height: 50px;
  border-radius: 0;
}
.search-box-area-wrapper .content {
  margin-top: 78px;
}
.search-box-area-wrapper .content .title {
  font-family: var(--heading-font-two);
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: capitalize;
  text-align: center;
}
.search-box-area-wrapper .content .tag-box {
  margin-top: 30px;
  text-align: center;
}
.search-box-area-wrapper .content .tag-box .tag {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 4px 12px;
  text-transform: capitalize;
  color: var(--heading-color-one);
  font-size: 12px;
  margin: 0 5px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  margin-bottom: 10px;
}
.search-box-area-wrapper .content .tag-box .tag:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: #fff;
}
.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}
.scroll-to-top i {
  line-height: 50px;
}
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader-inner .preloader-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 98;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.preloader-inner .preloader-main li {
  width: 4px;
  height: 40px;
  background-color: var(--main-color-one);
  display: inline-block;
  margin: 0 4px;
  -webkit-animation: preloader 1s infinite;
  animation: preloader 1s infinite;
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  75% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
  }
}
@keyframes preloader {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  75% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
  }
}
.preloader-inner .preloader-main li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.preloader-inner .preloader-main li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader-inner .preloader-main li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.preloader-inner .preloader-main li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preloader-inner .preloader-main li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.preloader-inner .preloader-main-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 98;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.btn-wrapper {
  display: block;
}
.btn-wrapper .btn-default {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid var(--main-color-one);
  background-color: var(--main-color-one);
  color: #fff;
  text-transform: capitalize;
  padding: 10px 30px 11px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  line-height: 20px;
}
.btn-wrapper .btn-default:hover {
  background-color: transparent;
  color: var(--main-color-one);
}
.btn-wrapper .btn-default.btn-color-02 {
  color: #fff;
}
.btn-wrapper .btn-default.btn-color-02:hover {
  color: #1a1a27;
  background-color: var(--main-color-one);
}
.btn-wrapper .btn-default.transparent-btn {
  background-color: transparent;
  border-color: var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .btn-default.transparent-btn:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: #fff;
}
.btn-wrapper .btn-default.transparent-btn-dark {
  background-color: transparent;
  border-color: var(--paragraph-color);
  color: var(--paragraph-color);
}
.btn-wrapper .btn-default.transparent-btn-dark:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: #fff;
}
.btn-wrapper .btn-default.transparent-btn-1-reverse {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: #fff;
}
.btn-wrapper .btn-default.transparent-btn-1-reverse:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-wrapper .btn-default.transparent-btn-2 {
  background-color: transparent;
  border-color: #ddd;
  color: #999;
}
.btn-wrapper .btn-default.transparent-btn-2 .icon {
  display: inline-block;
  padding-left: 8px;
}
.btn-wrapper .btn-default.transparent-btn-2:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: #fff;
}
.btn-wrapper .btn-default.btn-rounded {
  border-radius: 25px;
}
.btn-wrapper .btn-default.semi-bold {
  font-weight: 600;
}
.btn-wrapper .btn-default.ul-btn {
  color: #666;
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0 0 2px;
  border: none;
  border-bottom: 1px solid #666;
}
.btn-wrapper .btn-default.ul-btn:hover {
  border-color: var(--main-color-one);
  color: var(--main-color-one);
}
.news-letter-btn {
  display: inline-block;
  border: 1px solid var(--main-color-one);
  text-transform: capitalize;
  background-color: var(--main-color-one);
  color: #fff;
  padding: 3px 25px;
  font-size: 16px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.faq-accordion .card {
  overflow: visible;
  margin-bottom: 30px;
  border: none;
}
.faq-accordion .card:last-child {
  margin-bottom: 0;
}
.faq-accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.faq-accordion .card .card-header a {
  font-family: var(--heading-font);
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  text-transform: initial;
  color: #666;
  border: 1px solid #f2f3f5;
  font-weight: 400;
  padding: 12px 32px 16px 20px;
}
.faq-accordion .card .card-header a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-accordion .card .card-header a i.close {
  display: none;
}
.faq-accordion .card .card-header a i {
  font-size: 15px;
  color: #333;
  position: absolute;
  right: 10px;
  top: 22px;
}
.faq-accordion .card .card-header a[aria-expanded="true"] {
  background-color: #f2f3f5;
}
.faq-accordion .card .card-header a[aria-expanded="true"] i.close {
  display: block;
}
.faq-accordion .card .card-header a[aria-expanded="true"] i.open {
  display: none;
}
.faq-accordion .card .card-header a.collapsed {
  background-color: transparent;
}
.faq-accordion .card .card-body {
  padding: 20px 0 0;
  margin-top: -6px;
}
.blog-grid-style-01 .img-box {
  position: relative;
  overflow: hidden;
}
.blog-grid-style-01 .img-box img {
  border-radius: 5px;
  max-height: 198px !important;
  min-height: 198px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog-grid-style-01 .content {
  padding-top: 20px;
}
.blog-grid-style-01 .content .title {
  font-family: var(--heading-font-one);
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 8px;
}
.blog-grid-style-01 .content .title a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-grid-style-01 .content .title a:hover {
  color: var(--main-color-one);
}
.blog-grid-style-01.v-02 .img-box {
  overflow: hidden;
}
.blog-grid-style-01.v-02 .img-box img {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-grid-style-01.v-02 .content .title {
  font-family: var(--heading-font-two);
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
}
.blog-grid-style-01.v-02 .content .title.v-02 {
  font-size: 22px;
  line-height: 34px;
}
.blog-grid-style-01.list .title {
  margin-top: 0;
}
.blog-grid-style-01.list .info {
  margin: 25px 0;
}
.blog-grid-style-01.list .post-meta li {
  color: #333;
}
.blog-grid-style-02 .img-box {
  position: relative;
}
.blog-grid-style-02 .img-box img {
  position: relative;
  border-radius: 10px;
}
.blog-grid-style-02 .content {
  padding-top: 25px;
}
.blog-grid-style-02 .content .title {
  font-family: var(--heading-font-one);
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-top: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-grid-style-02 .content .title a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-grid-style-02 .content .title a:hover {
  color: var(--main-color-one);
}
.blog-grid-style-03 .img-box {
  position: relative;
}
.blog-grid-style-03 .content {
  padding-top: 25px;
}
.blog-grid-style-03 .content .title {
  font-family: var(--heading-font-two);
}
.blog-grid-style-03 .content .title a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-grid-style-03 .content .title a:hover {
  color: var(--main-color-one);
}
.blog-grid-style-03.large .content .title {
  font-family: var(--heading-font-two);
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 25px;
}
.blog-grid-style-03.large .content .info {
  margin-top: 25px;
}
.blog-grid-style-03.medium .content .title {
  font-family: var(--heading-font-two);
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  margin-top: 25px;
}
.blog-grid-style-03.medium .content .info {
  margin-top: 25px;
}
.blog-grid-style-03.small .content .title {
  font-family: var(--heading-font-two);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog-grid-style-03.small .content .info {
  margin-top: 25px;
}
.blog-grid-style-03.small .img-box img {
  max-height: 198px !important;
  min-height: 198px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog-grid-style-03.small-02 .content .title {
  font-family: var(--heading-font-two);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 15px;
}
.blog-grid-style-03.small-02 .img-box img {
  max-height: 198px !important;
  min-height: 198px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog-grid-style-03.small-02 .content .info {
  margin-top: 25px;
}
.pagination .pagination-list {
  margin: 0 auto;
}
.pagination .pagination-list li {
  display: inline-block;
}
.pagination .pagination-list li .page-number {
  color: #999;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 6px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid transparent;
  font-weight: 600;
  border-radius: 50%;
  font-size: 16px;
}
.pagination .pagination-list li .page-number.disable {
  pointer-events: none;
  cursor: not-allowed;
}
.pagination .pagination-list li .page-number.able {
  border-color: var(--paragraph-color);
}
.pagination .pagination-list li .page-number.more {
  pointer-events: none;
}
.pagination .pagination-list li .page-number.current {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.pagination .pagination-list li .page-number.left-arrow,
.pagination .pagination-list li .page-number.right-arrow {
  border: none;
}
.pagination .pagination-list li .page-number:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.social-link-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.social-link-list .link-item {
  display: inline-block;
  margin: 0 5px;
}
.social-link-list .link-item:first-child {
  margin-left: 0;
}
.social-link-list .link-item:last-child {
  margin-right: 0;
}
.social-link-list .link-item a {
  color: var(--paragraph-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.social-link-list .link-item a .icon {
  font-size: 14px;
}
.social-link-list .link-item a:hover {
  color: var(--main-color-one);
}
.social-link-list .link-item a:hover.facebook {
  color: #3b5999;
}
.social-link-list .link-item a:hover.twitter {
  color: #55acee;
}
.social-link-list .link-item a:hover.linkedin {
  color: #0077b5;
}
.social-link-list .link-item a:hover.instagram {
  color: #e4405f;
}
.social-link-list .link-item a:hover.youtube {
  color: red;
}
.social-link-list .link-item a:hover.rss {
  color: #ea6221;
}
.social-link-list.style-02 .link-item a .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.social-link-list.style-02 .link-item a .facebook {
  background-color: #3b5999;
}
.social-link-list.style-02 .link-item a .twitter {
  background-color: #55acee;
}
.social-link-list.style-02 .link-item a .linkedin {
  background-color: #0077b5;
}
.social-link-list.style-02 .link-item a .instagram {
  background-color: #e4405f;
}
.social-link-list.style-02 .link-item a .youtube {
  background-color: red;
}
.social-link-list.style-02 .link-item a:hover .icon {
  background-color: #fff;
}
.social-link-list.style-02 .link-item a:hover .facebook {
  color: #3b5999;
}
.social-link-list.style-02 .link-item a:hover .twitter {
  color: #55acee;
}
.social-link-list.style-02 .link-item a:hover .linkedin {
  color: #0077b5;
}
.social-link-list.style-02 .link-item a:hover .instagram {
  color: #e4405f;
}
.social-link-list.style-02 .link-item a:hover .youtube {
  color: red;
}
.author-social-link .link-item {
  display: inline-block;
  margin: 0 5px;
}
.author-social-link .link-item a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #f2f3f5;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.author-social-link .link-item a.facebook {
  color: #3b5999;
}
.author-social-link .link-item a.facebook:hover {
  color: #fff;
  background-color: #3b5999;
}
.author-social-link .link-item a.twitter {
  color: #55acee;
}
.author-social-link .link-item a.twitter:hover {
  color: #fff;
  background-color: #55acee;
}
.author-social-link .link-item a.linkedin {
  color: #0077b5;
}
.author-social-link .link-item a.linkedin:hover {
  color: #fff;
  background-color: #0077b5;
}
.author-social-link .link-item a.instgram {
  color: #e4405f;
}
.author-social-link .link-item a.instgram:hover {
  color: #fff;
  background-color: #e4405f;
}
.post-meta .post-meta-list .post-meta-item {
  display: inline-block;
  margin-right: 20px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.post-meta .post-meta-list .post-meta-item .icon {
  display: inline-block;
  margin-right: 6px;
  color: var(--main-color-one);
}
.post-meta .post-meta-list .post-meta-item .text {
  display: inline-block;
}
.post-meta .post-meta-list .post-meta-item .text.author {
  font-weight: 500;
  color: #666;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.post-meta .post-meta-list .post-meta-item .text.author:hover {
  color: var(--main-color-one);
}
.post-meta .post-meta-list .post-meta-item .image {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 6px;
}
.post-meta .post-meta-list .post-meta-item a {
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.post-meta .post-meta-list .post-meta-item a:hover {
  color: var(--main-color-one) !important;
}
.post-meta .post-meta-list.style-02 .post-meta-item {
  position: relative;
  padding-right: 21px;
  margin-right: 18px;
}
.post-meta .post-meta-list.style-02 .post-meta-item .text.author {
  font-weight: 500;
}
.post-meta .post-meta-list.style-02 .post-meta-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 2px;
  height: 17px;
  background-color: #999;
}
.post-meta .post-meta-list.style-02 .post-meta-item:last-child::after {
  display: none;
}
.post-meta .post-meta-list.style-02.light .post-meta-item {
  color: #999;
  font-weight: 400;
}
.post-meta .post-meta-list.style-02.light .post-meta-item .author {
  color: #666;
  font-weight: 500;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.post-meta .post-meta-list.style-02.light .post-meta-item .author:hover {
  color: var(--main-color-two) !important;
}
.post-meta .post-meta-list.style-02.light .post-meta-item a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.post-meta .post-meta-list.style-02.light .post-meta-item a:hover {
  color: var(--main-color-two) !important;
}
.post-meta.main-color-02 .post-meta-list .post-meta-item a {
  color: #fff;
  opacity: 0.85;
}
.post-meta.main-color-02 .post-meta-list .post-meta-item a .icon {
  color: var(--main-color-two);
}
.post-meta.main-color-02 .post-meta-list .post-meta-item a:hover {
  color: var(--main-color-two);
}
.post-meta.color-white .post-meta-list .post-meta-item .text {
  color: #fff;
}
.post-meta.color-white .post-meta-list .post-meta-item a .text {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.post-meta.color-white .post-meta-list .post-meta-item a .text:hover {
  color: var(--main-color-one);
}
.post-meta.color-black .post-meta-list .post-meta-item .text {
  color: #333;
}
.post-meta.color-black .post-meta-list .post-meta-item a .text {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.post-meta.color-black .post-meta-list .post-meta-item a .text:hover {
  color: var(--main-color-one);
}
.blog-list-style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-list-style-01 .img-box {
  position: relative;
}
.blog-list-style-01 .img-box img {
  border-radius: 10px;
}
.blog-list-style-01 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-list-style-01 .content .content-inner {
  margin-top: -4px;
}
.blog-list-style-01 .content .title {
  font-family: var(--heading-font-one);
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-list-style-01 .content .title:hover {
  color: var(--main-color-one);
}
.blog-list-style-01 .content .info {
  margin: 25px 0 34px;
}
.blog-list-style-01.v-02 .img-box img {
  border-radius: 0;
}
.blog-list-style-01.v-02 .content .content-inner {
  margin-top: -4px;
}
.blog-list-style-01.v-02 .content .title {
  font-family: var(--heading-font-two);
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-list-style-01.v-02 .content .title:hover {
  color: var(--main-color-one);
}
.blog-list-style-01.v-02 .content .info {
  margin: 25px 0 34px;
}
.blog-list-style-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-list-style-02 .img-box {
  position: relative;
}
.blog-list-style-02 .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blog-list-style-02 .content .title {
  font-family: var(--heading-font-two);
  font-size: 26px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 34px;
}
.blog-list-style-02 .content .title a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-list-style-02 .content .title a:hover {
  color: var(--main-color-one);
}
.recent-stories-area-wrapper.index-01 .single-recent-stories-wrap {
  margin-bottom: 30px;
}
.recent-stories-area-wrapper.index-01 .single-recent-stories-wrap:last-child {
  margin-bottom: 0;
}
.image-blog-style-01 {
  position: relative;
}
.image-blog-style-01 .img-box {
  position: relative;
}
.image-blog-style-01 .img-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000cf),
    color-stop(#00000000),
    to(#0000)
  );
  background-image: linear-gradient(to top, #000000cf, #00000000, #0000);
  left: 0;
  top: 0;
}
.image-blog-style-01 .img-box.border-radious {
  border-radius: 10px;
  overflow: hidden;
}
.image-blog-style-01 .img-box.border-radious img {
  border-radius: 10px;
}
.image-blog-style-01 .content {
  position: absolute;
  bottom: 0;
  padding: 0 40px 40px;
}
.image-blog-style-01 .content .title {
  font-family: var(--heading-font-one);
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: initial;
  margin: 15px 0 30px;
  color: #fff;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.image-blog-style-01 .content .title:hover {
  color: var(--main-color-one);
}
.image-blog-style-01.v-02 .title {
  font-family: var(--heading-font-two);
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
}
.image-blog-style-01.v-02.small .title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.image-blog-style-01.v-02.small .title.v-02 {
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
}
.image-blog-style-01.light .title:hover {
  color: var(--main-color-two);
}
.video-blog {
  position: relative;
}
.video-blog .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-blog .play-icon.icon-style-01 {
  color: #fff;
  font-size: 18px;
}
.video-blog .right-top {
  position: absolute;
  right: 0;
  top: 0;
}
.videos-blog-list img {
  max-width: 200px !important;
  max-height: 200px !important;
}
.video-grid-single-item {
  position: relative;
}
.video-grid-single-item .img-box {
  position: relative;
}
.video-grid-single-item .content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.video-grid-single-item .content .title {
  font-family: var(--heading-font-two);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.video-grid-single-item .content .title:hover {
  color: var(--main-color-one);
}
.video-grid-single-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000d6),
    color-stop(#0000001a),
    to(#0000)
  );
  background-image: linear-gradient(to top, #000000d6, #0000001a, #0000);
  left: 0;
  top: 0;
}
.video-grid-single-item .play-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.news-headline-list .news-heading-item {
  padding-bottom: 32px;
  margin-top: 28px;
  border-bottom: 1px solid #fff;
}
.news-headline-list .news-heading-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.news-headline-list .news-heading-item:first-child {
  margin-top: 0;
}
.news-headline-list .news-heading-item .title {
  font-family: var(--main-color-two);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}
.supportbar-area-wrapper {
  padding: 20px 0;
}
.supportbar-area-wrapper .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.supportbar-area-wrapper .logo-wrapper a {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.supportbar-area-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.supportbar-area-wrapper .content .support-bar-search-box {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 50px;
}
.support-bar-search-box form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.support-bar-search-box form .form-group input {
  display: inline-block;
  border: none;
  border-radius: 0;
  height: 50px;
  background-color: transparent;
  padding-left: 18px;
  color: #666;
}
.support-bar-search-box form .form-group input::-webkit-input-placeholder {
  color: #666;
}
.support-bar-search-box form .form-group input::-moz-placeholder {
  color: #666;
}
.support-bar-search-box form .form-group input:-ms-input-placeholder {
  color: #666;
}
.support-bar-search-box form .form-group input::-ms-input-placeholder {
  color: #666;
}
.support-bar-search-box form .form-group input::placeholder {
  color: #666;
}
.support-bar-search-box form .form-group .search-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #666;
  height: 50px;
  border: none;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.support-bar-search-box form .form-group .search-btn .icon {
  -webkit-transform: rotate(267deg);
  transform: rotate(267deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.support-bar-search-box.style-02 form .form-group {
  width: 450px;
  border-radius: 25px;
  overflow: hidden;
}
.get-in-touch-wrapper textarea {
  border: 1px solid #ddd;
}
.google-map iframe {
  width: 100%;
}
.switch {
  position: relative;
  display: block;
  width: 33px;
  height: 33px;
  margin: 0;
}
.slider-color-mode {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.topbar-inner select#langchange {
  height: 33px;
  width: 90px;
}
.register .form-wrapper form select {
  height: 50px;
  color: var(--heading-color);
  background-color: #f2f3f5;
  border-color: transparent;
}
.center-text .pagination {
  justify-content: center;
}
.end-text .pagination {
  justify-content: end;
}
.pagination-wrapper .pagination .page-item.active .page-link,
pagination-list .pagination .page-item.active .page-link {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.pagination-list .pagination .page-item .page-link,
.pagination-wrapper .pagination .page-item .page-link {
  color: var(--paragraph-color);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 6px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border: 1px solid transparent;
  font-weight: 400;
  border-radius: 50%;
}
.pagination-wrapper .pagination {
  flex-wrap: wrap;
  justify-content: center;
}
.custom-login .login-form p {
  font-size: 24px;
  text-transform: initial;
  color: #333;
  font-weight: 500;
}
.custom-login .login-form input {
  height: 50px;
}
.custom-login .login-form .form-group {
  margin-bottom: 25px;
}
.custom-login .login-form {
  text-align: center;
}
.custom-login .login-form button#login_btn {
  margin-top: 20px;
}
.social-login-wrap .facebook {
  display: block;
  padding: 15px 20px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  border: 1px solid #1877f2;
  color: #1877f2;
}
.social-login-wrap .google {
  display: block;
  padding: 15px 20px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  border: 1px solid #db4437;
  color: #db4437;
}
.support-bar-search-box form {
  position: relative;
}
.autocomplete-search-data {
  position: absolute;
  left: 0;
  width: 100%;
}
.autocomplete-warp {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 15px !important;
}
.autocomplete-warp li {
  margin-left: 0 !important;
}
.navbar-area .nav-container .nav-right-content ul li {
  line-height: 40px;
}
h6#total_vote {
  margin-top: 20px;
  text-align: left !important;
}
a.view_options_btn {
  display: inline-block;
  margin-top: 15px;
}
h5#qs {
  margin-bottom: 15px;
}
strong {
  display: flex;
  padding: 12px 10px;
  font-size: 12px;
  justify-content: space-between;
}
.vote_progress_content .progress {
  height: auto;
}
.footer_01-widget.widget .contact_info_list .single-info-item {
  display: flex;
  margin-bottom: 15px;
}
.footer_01-widget.widget .contact_info_list .single-info-item .icon {
  margin-right: 10px;
}
.footer_01-widget.widget .contact_info_list .single-info-item .icon i {
  color: var(--main-color-one);
}
footer.footer-area.style-01 .single-info-item .icon {
  margin-right: 10px;
}
footer.footer-area.style-01 .single-info-item {
  display: flex;
  margin-bottom: 15px;
}
footer.footer-area.style-01 .single-info-item .icon i {
  color: var(--main-color-one);
}
.custom-input-wrapper {
  position: relative;
  margin-top: 15px;
}
.custom-input-wrapper .btn-wrapper {
  margin-top: 0;
}
.custom-input-wrapper input.form-control.email {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 45px;
  border-right: 0;
  border-color: #fff;
}
.custom-input-wrapper .btn-wrapper button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 45px;
}
.custom-input-wrapper .form-message-show {
  width: 100%;
  position: absolute;
  top: 60px;
}
.category-btn-list .category-btn {
  display: inline-block;
  margin-left: 10px;
}
.category-btn-list .category-btn:first-child {
  margin-left: 0;
}
.custom-input-wrapper .btn-wrapper {
  display: flex;
}
.load-ajax-data {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #ff1747;
  border-bottom: 10px solid #ff1747;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
section.news-area {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.feed-img.background-img {
  height: 120px;
  width: 120px;
  border-radius: 8px;
  background-size: cover;
}
.newsfeed-img img {
  height: 120px;
  width: 120px;
  border-radius: 8px;
}
.widget.widget-poll.voting-custom.wow.bounceInUp #qs {
  margin-top: 20px;
}
.footer-area.style-01 .footer-bottom .copyright-area .copyright-area-inner {
  justify-content: center;
}
.ads-banner-box {
  text-align: center;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-5 {
  border-radius: 5px;
}
.night-symbol::before {
  position: absolute;
  content: "\f186";
  height: 24px;
  width: 25px;
  left: 4px;
  bottom: 5px;
  background-color: #fff;
  color: #000;
  transition: 0.4s;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 26px;
  font-family: "Line Awesome Free";
}
.day-symbol::before {
  position: absolute;
  content: "\f185";
  height: 24px;
  width: 25px;
  left: 4px;
  bottom: 5px;
  background-color: #fff;
  color: #000;
  transition: 0.4s;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 26px;
  font-family: "Line Awesome Free";
}
ul.autocomplete-warp li {
  margin-bottom: 10px;
}
ul.autocomplete-warp li:last-child {
  margin-bottom: 0;
}
.nav-main-wrap-for-custom-style-02-v-02
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  + li {
  margin-left: 18px;
}
.dashboard-contents-wrapper textarea.form-control.description {
  height: 150px;
}
.topbar-inner select#langchange {
  height: 33px;
  min-width: 109px;
  padding: 0 18px 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.dashboard-form-wrapper .bootstrap-tagsinput {
  width: 100%;
  height: 45px;
  line-height: 37px;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #686464;
  border: 1px solid #ddd;
  padding: 3px 4px;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #8a8888 !important;
}
.dashboard-contents-wrapper .bootstrap-tagsinput {
  width: 100%;
  height: 45px;
  line-height: 37px;
}
ul.recent-blog-post-style-01.index-02.one .thumb .background-img {
  border-radius: 10px;
}
div#show-autocomplete li.article-wrap img {
  max-width: 45px;
}
div#show-autocomplete li.article-wrap {
  margin-bottom: 10px;
}
div#show-autocomplete li.article-wrap:last-child {
  margin-bottom: 0;
}
ul.autocomplete-warp {
  box-shadow: 0 2px 2px 1px #dddddd85;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 4;
}
ul.autocomplete-warp li.article-wrap {
  transition: all linear 0.2s;
}
ul.autocomplete-warp li.article-wrap:hover {
  color: var(--main-color-one);
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}

[data-padding-top="1"] {
  padding-top: 1px !important;
}
[data-padding-bottom="1"] {
  padding-bottom: 1px !important;
}
[data-padding-top="2"] {
  padding-top: 2px !important;
}
[data-padding-bottom="2"] {
  padding-bottom: 2px !important;
}
[data-padding-top="3"] {
  padding-top: 3px !important;
}
[data-padding-bottom="3"] {
  padding-bottom: 3px !important;
}
[data-padding-top="4"] {
  padding-top: 4px !important;
}
[data-padding-bottom="4"] {
  padding-bottom: 4px !important;
}
[data-padding-top="5"] {
  padding-top: 5px !important;
}
[data-padding-bottom="5"] {
  padding-bottom: 5px !important;
}
[data-padding-top="6"] {
  padding-top: 6px !important;
}
[data-padding-bottom="6"] {
  padding-bottom: 6px !important;
}
[data-padding-top="7"] {
  padding-top: 7px !important;
}
[data-padding-bottom="7"] {
  padding-bottom: 7px !important;
}
[data-padding-top="8"] {
  padding-top: 8px !important;
}
[data-padding-bottom="8"] {
  padding-bottom: 8px !important;
}
[data-padding-top="9"] {
  padding-top: 9px !important;
}
[data-padding-bottom="9"] {
  padding-bottom: 9px !important;
}
[data-padding-top="10"] {
  padding-top: 10px !important;
}
[data-padding-bottom="10"] {
  padding-bottom: 10px !important;
}
[data-padding-top="11"] {
  padding-top: 11px !important;
}
[data-padding-bottom="11"] {
  padding-bottom: 11px !important;
}
[data-padding-top="12"] {
  padding-top: 12px !important;
}
[data-padding-bottom="12"] {
  padding-bottom: 12px !important;
}
[data-padding-top="13"] {
  padding-top: 13px !important;
}
[data-padding-bottom="13"] {
  padding-bottom: 13px !important;
}
[data-padding-top="14"] {
  padding-top: 14px !important;
}
[data-padding-bottom="14"] {
  padding-bottom: 14px !important;
}
[data-padding-top="15"] {
  padding-top: 15px !important;
}
[data-padding-bottom="15"] {
  padding-bottom: 15px !important;
}
[data-padding-top="16"] {
  padding-top: 16px !important;
}
[data-padding-bottom="16"] {
  padding-bottom: 16px !important;
}
[data-padding-top="17"] {
  padding-top: 17px !important;
}
[data-padding-bottom="17"] {
  padding-bottom: 17px !important;
}
[data-padding-top="18"] {
  padding-top: 18px !important;
}
[data-padding-bottom="18"] {
  padding-bottom: 18px !important;
}
[data-padding-top="19"] {
  padding-top: 19px !important;
}
[data-padding-bottom="19"] {
  padding-bottom: 19px !important;
}
[data-padding-top="20"] {
  padding-top: 20px !important;
}
[data-padding-bottom="20"] {
  padding-bottom: 20px !important;
}
[data-padding-top="21"] {
  padding-top: 21px !important;
}
[data-padding-bottom="21"] {
  padding-bottom: 21px !important;
}
[data-padding-top="22"] {
  padding-top: 22px !important;
}
[data-padding-bottom="22"] {
  padding-bottom: 22px !important;
}
[data-padding-top="23"] {
  padding-top: 23px !important;
}
[data-padding-bottom="23"] {
  padding-bottom: 23px !important;
}
[data-padding-top="24"] {
  padding-top: 24px !important;
}
[data-padding-bottom="24"] {
  padding-bottom: 24px !important;
}
[data-padding-top="25"] {
  padding-top: 25px !important;
}
[data-padding-bottom="25"] {
  padding-bottom: 25px !important;
}
[data-padding-top="26"] {
  padding-top: 26px !important;
}
[data-padding-bottom="26"] {
  padding-bottom: 26px !important;
}
[data-padding-top="27"] {
  padding-top: 27px !important;
}
[data-padding-bottom="27"] {
  padding-bottom: 27px !important;
}
[data-padding-top="28"] {
  padding-top: 28px !important;
}
[data-padding-bottom="28"] {
  padding-bottom: 28px !important;
}
[data-padding-top="29"] {
  padding-top: 29px !important;
}
[data-padding-bottom="29"] {
  padding-bottom: 29px !important;
}
[data-padding-top="30"] {
  padding-top: 30px !important;
}
[data-padding-bottom="30"] {
  padding-bottom: 30px !important;
}
[data-padding-top="31"] {
  padding-top: 31px !important;
}
[data-padding-bottom="31"] {
  padding-bottom: 31px !important;
}
[data-padding-top="32"] {
  padding-top: 32px !important;
}
[data-padding-bottom="32"] {
  padding-bottom: 32px !important;
}
[data-padding-top="33"] {
  padding-top: 33px !important;
}
[data-padding-bottom="33"] {
  padding-bottom: 33px !important;
}
[data-padding-top="34"] {
  padding-top: 34px !important;
}
[data-padding-bottom="34"] {
  padding-bottom: 34px !important;
}
[data-padding-top="35"] {
  padding-top: 35px !important;
}
[data-padding-bottom="35"] {
  padding-bottom: 35px !important;
}
[data-padding-top="36"] {
  padding-top: 36px !important;
}
[data-padding-bottom="36"] {
  padding-bottom: 36px !important;
}
[data-padding-top="37"] {
  padding-top: 37px !important;
}
[data-padding-bottom="37"] {
  padding-bottom: 37px !important;
}
[data-padding-top="38"] {
  padding-top: 38px !important;
}
[data-padding-bottom="38"] {
  padding-bottom: 38px !important;
}
[data-padding-top="39"] {
  padding-top: 39px !important;
}
[data-padding-bottom="39"] {
  padding-bottom: 39px !important;
}
[data-padding-top="40"] {
  padding-top: 40px !important;
}
[data-padding-bottom="40"] {
  padding-bottom: 40px !important;
}
[data-padding-top="41"] {
  padding-top: 41px !important;
}
[data-padding-bottom="41"] {
  padding-bottom: 41px !important;
}
[data-padding-top="42"] {
  padding-top: 42px !important;
}
[data-padding-bottom="42"] {
  padding-bottom: 42px !important;
}
[data-padding-top="43"] {
  padding-top: 43px !important;
}
[data-padding-bottom="43"] {
  padding-bottom: 43px !important;
}
[data-padding-top="44"] {
  padding-top: 44px !important;
}
[data-padding-bottom="44"] {
  padding-bottom: 44px !important;
}
[data-padding-top="45"] {
  padding-top: 45px !important;
}
[data-padding-bottom="45"] {
  padding-bottom: 45px !important;
}
[data-padding-top="46"] {
  padding-top: 46px !important;
}
[data-padding-bottom="46"] {
  padding-bottom: 46px !important;
}
[data-padding-top="47"] {
  padding-top: 47px !important;
}
[data-padding-bottom="47"] {
  padding-bottom: 47px !important;
}
[data-padding-top="48"] {
  padding-top: 48px !important;
}
[data-padding-bottom="48"] {
  padding-bottom: 48px !important;
}
[data-padding-top="49"] {
  padding-top: 49px !important;
}
[data-padding-bottom="49"] {
  padding-bottom: 49px !important;
}
[data-padding-top="50"] {
  padding-top: 50px !important;
}
[data-padding-bottom="50"] {
  padding-bottom: 50px !important;
}
[data-padding-top="51"] {
  padding-top: 51px !important;
}
[data-padding-bottom="51"] {
  padding-bottom: 51px !important;
}
[data-padding-top="52"] {
  padding-top: 52px !important;
}
[data-padding-bottom="52"] {
  padding-bottom: 52px !important;
}
[data-padding-top="53"] {
  padding-top: 53px !important;
}
[data-padding-bottom="53"] {
  padding-bottom: 53px !important;
}
[data-padding-top="54"] {
  padding-top: 54px !important;
}
[data-padding-bottom="54"] {
  padding-bottom: 54px !important;
}
[data-padding-top="55"] {
  padding-top: 55px !important;
}
[data-padding-bottom="55"] {
  padding-bottom: 55px !important;
}
[data-padding-top="56"] {
  padding-top: 56px !important;
}
[data-padding-bottom="56"] {
  padding-bottom: 56px !important;
}
[data-padding-top="57"] {
  padding-top: 57px !important;
}
[data-padding-bottom="57"] {
  padding-bottom: 57px !important;
}
[data-padding-top="58"] {
  padding-top: 58px !important;
}
[data-padding-bottom="58"] {
  padding-bottom: 58px !important;
}
[data-padding-top="59"] {
  padding-top: 59px !important;
}
[data-padding-bottom="59"] {
  padding-bottom: 59px !important;
}
[data-padding-top="60"] {
  padding-top: 60px !important;
}
[data-padding-bottom="60"] {
  padding-bottom: 60px !important;
}
[data-padding-top="61"] {
  padding-top: 61px !important;
}
[data-padding-bottom="61"] {
  padding-bottom: 61px !important;
}
[data-padding-top="62"] {
  padding-top: 62px !important;
}
[data-padding-bottom="62"] {
  padding-bottom: 62px !important;
}
[data-padding-top="63"] {
  padding-top: 63px !important;
}
[data-padding-bottom="63"] {
  padding-bottom: 63px !important;
}
[data-padding-top="64"] {
  padding-top: 64px !important;
}
[data-padding-bottom="64"] {
  padding-bottom: 64px !important;
}
[data-padding-top="65"] {
  padding-top: 65px !important;
}
[data-padding-bottom="65"] {
  padding-bottom: 65px !important;
}
[data-padding-top="66"] {
  padding-top: 66px !important;
}
[data-padding-bottom="66"] {
  padding-bottom: 66px !important;
}
[data-padding-top="67"] {
  padding-top: 67px !important;
}
[data-padding-bottom="67"] {
  padding-bottom: 67px !important;
}
[data-padding-top="68"] {
  padding-top: 68px !important;
}
[data-padding-bottom="68"] {
  padding-bottom: 68px !important;
}
[data-padding-top="69"] {
  padding-top: 69px !important;
}
[data-padding-bottom="69"] {
  padding-bottom: 69px !important;
}
[data-padding-top="70"] {
  padding-top: 70px !important;
}
[data-padding-bottom="70"] {
  padding-bottom: 70px !important;
}
[data-padding-top="71"] {
  padding-top: 71px !important;
}
[data-padding-bottom="71"] {
  padding-bottom: 71px !important;
}
[data-padding-top="72"] {
  padding-top: 72px !important;
}
[data-padding-bottom="72"] {
  padding-bottom: 72px !important;
}
[data-padding-top="73"] {
  padding-top: 73px !important;
}
[data-padding-bottom="73"] {
  padding-bottom: 73px !important;
}
[data-padding-top="74"] {
  padding-top: 74px !important;
}
[data-padding-bottom="74"] {
  padding-bottom: 74px !important;
}
[data-padding-top="75"] {
  padding-top: 75px !important;
}
[data-padding-bottom="75"] {
  padding-bottom: 75px !important;
}
[data-padding-top="76"] {
  padding-top: 76px !important;
}
[data-padding-bottom="76"] {
  padding-bottom: 76px !important;
}
[data-padding-top="77"] {
  padding-top: 77px !important;
}
[data-padding-bottom="77"] {
  padding-bottom: 77px !important;
}
[data-padding-top="78"] {
  padding-top: 78px !important;
}
[data-padding-bottom="78"] {
  padding-bottom: 78px !important;
}
[data-padding-top="79"] {
  padding-top: 79px !important;
}
[data-padding-bottom="79"] {
  padding-bottom: 79px !important;
}
[data-padding-top="80"] {
  padding-top: 80px !important;
}
[data-padding-bottom="80"] {
  padding-bottom: 80px !important;
}
[data-padding-top="81"] {
  padding-top: 81px !important;
}
[data-padding-bottom="81"] {
  padding-bottom: 81px !important;
}
[data-padding-top="82"] {
  padding-top: 82px !important;
}
[data-padding-bottom="82"] {
  padding-bottom: 82px !important;
}
[data-padding-top="83"] {
  padding-top: 83px !important;
}
[data-padding-bottom="83"] {
  padding-bottom: 83px !important;
}
[data-padding-top="84"] {
  padding-top: 84px !important;
}
[data-padding-bottom="84"] {
  padding-bottom: 84px !important;
}
[data-padding-top="85"] {
  padding-top: 85px !important;
}
[data-padding-bottom="85"] {
  padding-bottom: 85px !important;
}
[data-padding-top="86"] {
  padding-top: 86px !important;
}
[data-padding-bottom="86"] {
  padding-bottom: 86px !important;
}
[data-padding-top="87"] {
  padding-top: 87px !important;
}
[data-padding-bottom="87"] {
  padding-bottom: 87px !important;
}
[data-padding-top="88"] {
  padding-top: 88px !important;
}
[data-padding-bottom="88"] {
  padding-bottom: 88px !important;
}
[data-padding-top="89"] {
  padding-top: 89px !important;
}
[data-padding-bottom="89"] {
  padding-bottom: 89px !important;
}
[data-padding-top="90"] {
  padding-top: 90px !important;
}
[data-padding-bottom="90"] {
  padding-bottom: 90px !important;
}
[data-padding-top="91"] {
  padding-top: 91px !important;
}
[data-padding-bottom="91"] {
  padding-bottom: 91px !important;
}
[data-padding-top="92"] {
  padding-top: 92px !important;
}
[data-padding-bottom="92"] {
  padding-bottom: 92px !important;
}
[data-padding-top="93"] {
  padding-top: 93px !important;
}
[data-padding-bottom="93"] {
  padding-bottom: 93px !important;
}
[data-padding-top="94"] {
  padding-top: 94px !important;
}
[data-padding-bottom="94"] {
  padding-bottom: 94px !important;
}
[data-padding-top="95"] {
  padding-top: 95px !important;
}
[data-padding-bottom="95"] {
  padding-bottom: 95px !important;
}
[data-padding-top="96"] {
  padding-top: 96px !important;
}
[data-padding-bottom="96"] {
  padding-bottom: 96px !important;
}
[data-padding-top="97"] {
  padding-top: 97px !important;
}
[data-padding-bottom="97"] {
  padding-bottom: 97px !important;
}
[data-padding-top="98"] {
  padding-top: 98px !important;
}
[data-padding-bottom="98"] {
  padding-bottom: 98px !important;
}
[data-padding-top="99"] {
  padding-top: 99px !important;
}
[data-padding-bottom="99"] {
  padding-bottom: 99px !important;
}
[data-padding-top="100"] {
  padding-top: 100px !important;
}
[data-padding-bottom="100"] {
  padding-bottom: 100px !important;
}
[data-padding-top="101"] {
  padding-top: 101px !important;
}
[data-padding-bottom="101"] {
  padding-bottom: 101px !important;
}
[data-padding-top="102"] {
  padding-top: 102px !important;
}
[data-padding-bottom="102"] {
  padding-bottom: 102px !important;
}
[data-padding-top="103"] {
  padding-top: 103px !important;
}
[data-padding-bottom="103"] {
  padding-bottom: 103px !important;
}
[data-padding-top="104"] {
  padding-top: 104px !important;
}
[data-padding-bottom="104"] {
  padding-bottom: 104px !important;
}
[data-padding-top="105"] {
  padding-top: 105px !important;
}
[data-padding-bottom="105"] {
  padding-bottom: 105px !important;
}
[data-padding-top="106"] {
  padding-top: 106px !important;
}
[data-padding-bottom="106"] {
  padding-bottom: 106px !important;
}
[data-padding-top="107"] {
  padding-top: 107px !important;
}
[data-padding-bottom="107"] {
  padding-bottom: 107px !important;
}
[data-padding-top="108"] {
  padding-top: 108px !important;
}
[data-padding-bottom="108"] {
  padding-bottom: 108px !important;
}
[data-padding-top="109"] {
  padding-top: 109px !important;
}
[data-padding-bottom="109"] {
  padding-bottom: 109px !important;
}
[data-padding-top="110"] {
  padding-top: 110px !important;
}
[data-padding-bottom="110"] {
  padding-bottom: 110px !important;
}
[data-padding-top="111"] {
  padding-top: 111px !important;
}
[data-padding-bottom="111"] {
  padding-bottom: 111px !important;
}
[data-padding-top="112"] {
  padding-top: 112px !important;
}
[data-padding-bottom="112"] {
  padding-bottom: 112px !important;
}
[data-padding-top="113"] {
  padding-top: 113px !important;
}
[data-padding-bottom="113"] {
  padding-bottom: 113px !important;
}
[data-padding-top="114"] {
  padding-top: 114px !important;
}
[data-padding-bottom="114"] {
  padding-bottom: 114px !important;
}
[data-padding-top="115"] {
  padding-top: 115px !important;
}
[data-padding-bottom="115"] {
  padding-bottom: 115px !important;
}
[data-padding-top="116"] {
  padding-top: 116px !important;
}
[data-padding-bottom="116"] {
  padding-bottom: 116px !important;
}
[data-padding-top="117"] {
  padding-top: 117px !important;
}
[data-padding-bottom="117"] {
  padding-bottom: 117px !important;
}
[data-padding-top="118"] {
  padding-top: 118px !important;
}
[data-padding-bottom="118"] {
  padding-bottom: 118px !important;
}
[data-padding-top="119"] {
  padding-top: 119px !important;
}
[data-padding-bottom="119"] {
  padding-bottom: 119px !important;
}
[data-padding-top="120"] {
  padding-top: 120px !important;
}
[data-padding-bottom="120"] {
  padding-bottom: 120px !important;
}
[data-padding-top="121"] {
  padding-top: 121px !important;
}
[data-padding-bottom="121"] {
  padding-bottom: 121px !important;
}
[data-padding-top="122"] {
  padding-top: 122px !important;
}
[data-padding-bottom="122"] {
  padding-bottom: 122px !important;
}
[data-padding-top="123"] {
  padding-top: 123px !important;
}
[data-padding-bottom="123"] {
  padding-bottom: 123px !important;
}
[data-padding-top="124"] {
  padding-top: 124px !important;
}
[data-padding-bottom="124"] {
  padding-bottom: 124px !important;
}
[data-padding-top="125"] {
  padding-top: 125px !important;
}
[data-padding-bottom="125"] {
  padding-bottom: 125px !important;
}
[data-padding-top="126"] {
  padding-top: 126px !important;
}
[data-padding-bottom="126"] {
  padding-bottom: 126px !important;
}
[data-padding-top="127"] {
  padding-top: 127px !important;
}
[data-padding-bottom="127"] {
  padding-bottom: 127px !important;
}
[data-padding-top="128"] {
  padding-top: 128px !important;
}
[data-padding-bottom="128"] {
  padding-bottom: 128px !important;
}
[data-padding-top="129"] {
  padding-top: 129px !important;
}
[data-padding-bottom="129"] {
  padding-bottom: 129px !important;
}
[data-padding-top="130"] {
  padding-top: 130px !important;
}
[data-padding-bottom="130"] {
  padding-bottom: 130px !important;
}
[data-padding-top="131"] {
  padding-top: 131px !important;
}
[data-padding-bottom="131"] {
  padding-bottom: 131px !important;
}
[data-padding-top="132"] {
  padding-top: 132px !important;
}
[data-padding-bottom="132"] {
  padding-bottom: 132px !important;
}
[data-padding-top="133"] {
  padding-top: 133px !important;
}
[data-padding-bottom="133"] {
  padding-bottom: 133px !important;
}
[data-padding-top="134"] {
  padding-top: 134px !important;
}
[data-padding-bottom="134"] {
  padding-bottom: 134px !important;
}
[data-padding-top="135"] {
  padding-top: 135px !important;
}
[data-padding-bottom="135"] {
  padding-bottom: 135px !important;
}
[data-padding-top="136"] {
  padding-top: 136px !important;
}
[data-padding-bottom="136"] {
  padding-bottom: 136px !important;
}
[data-padding-top="137"] {
  padding-top: 137px !important;
}
[data-padding-bottom="137"] {
  padding-bottom: 137px !important;
}
[data-padding-top="138"] {
  padding-top: 138px !important;
}
[data-padding-bottom="138"] {
  padding-bottom: 138px !important;
}
[data-padding-top="139"] {
  padding-top: 139px !important;
}
[data-padding-bottom="139"] {
  padding-bottom: 139px !important;
}
[data-padding-top="140"] {
  padding-top: 140px !important;
}
[data-padding-bottom="140"] {
  padding-bottom: 140px !important;
}
[data-padding-top="141"] {
  padding-top: 141px !important;
}
[data-padding-bottom="141"] {
  padding-bottom: 141px !important;
}
[data-padding-top="142"] {
  padding-top: 142px !important;
}
[data-padding-bottom="142"] {
  padding-bottom: 142px !important;
}
[data-padding-top="143"] {
  padding-top: 143px !important;
}
[data-padding-bottom="143"] {
  padding-bottom: 143px !important;
}
[data-padding-top="144"] {
  padding-top: 144px !important;
}
[data-padding-bottom="144"] {
  padding-bottom: 144px !important;
}
[data-padding-top="145"] {
  padding-top: 145px !important;
}
[data-padding-bottom="145"] {
  padding-bottom: 145px !important;
}
[data-padding-top="146"] {
  padding-top: 146px !important;
}
[data-padding-bottom="146"] {
  padding-bottom: 146px !important;
}
[data-padding-top="147"] {
  padding-top: 147px !important;
}
[data-padding-bottom="147"] {
  padding-bottom: 147px !important;
}
[data-padding-top="148"] {
  padding-top: 148px !important;
}
[data-padding-bottom="148"] {
  padding-bottom: 148px !important;
}
[data-padding-top="149"] {
  padding-top: 149px !important;
}
[data-padding-bottom="149"] {
  padding-bottom: 149px !important;
}
[data-padding-top="150"] {
  padding-top: 150px !important;
}
[data-padding-bottom="150"] {
  padding-bottom: 150px !important;
}
[data-padding-top="151"] {
  padding-top: 151px !important;
}
[data-padding-bottom="151"] {
  padding-bottom: 151px !important;
}
[data-padding-top="152"] {
  padding-top: 152px !important;
}
[data-padding-bottom="152"] {
  padding-bottom: 152px !important;
}
[data-padding-top="153"] {
  padding-top: 153px !important;
}
[data-padding-bottom="153"] {
  padding-bottom: 153px !important;
}
[data-padding-top="154"] {
  padding-top: 154px !important;
}
[data-padding-bottom="154"] {
  padding-bottom: 154px !important;
}
[data-padding-top="155"] {
  padding-top: 155px !important;
}
[data-padding-bottom="155"] {
  padding-bottom: 155px !important;
}
[data-padding-top="156"] {
  padding-top: 156px !important;
}
[data-padding-bottom="156"] {
  padding-bottom: 156px !important;
}
[data-padding-top="157"] {
  padding-top: 157px !important;
}
[data-padding-bottom="157"] {
  padding-bottom: 157px !important;
}
[data-padding-top="158"] {
  padding-top: 158px !important;
}
[data-padding-bottom="158"] {
  padding-bottom: 158px !important;
}
[data-padding-top="159"] {
  padding-top: 159px !important;
}
[data-padding-bottom="159"] {
  padding-bottom: 159px !important;
}
[data-padding-top="160"] {
  padding-top: 160px !important;
}
[data-padding-bottom="160"] {
  padding-bottom: 160px !important;
}
[data-padding-top="161"] {
  padding-top: 161px !important;
}
[data-padding-bottom="161"] {
  padding-bottom: 161px !important;
}
[data-padding-top="162"] {
  padding-top: 162px !important;
}
[data-padding-bottom="162"] {
  padding-bottom: 162px !important;
}
[data-padding-top="163"] {
  padding-top: 163px !important;
}
[data-padding-bottom="163"] {
  padding-bottom: 163px !important;
}
[data-padding-top="164"] {
  padding-top: 164px !important;
}
[data-padding-bottom="164"] {
  padding-bottom: 164px !important;
}
[data-padding-top="165"] {
  padding-top: 165px !important;
}
[data-padding-bottom="165"] {
  padding-bottom: 165px !important;
}
[data-padding-top="166"] {
  padding-top: 166px !important;
}
[data-padding-bottom="166"] {
  padding-bottom: 166px !important;
}
[data-padding-top="167"] {
  padding-top: 167px !important;
}
[data-padding-bottom="167"] {
  padding-bottom: 167px !important;
}
[data-padding-top="168"] {
  padding-top: 168px !important;
}
[data-padding-bottom="168"] {
  padding-bottom: 168px !important;
}
[data-padding-top="169"] {
  padding-top: 169px !important;
}
[data-padding-bottom="169"] {
  padding-bottom: 169px !important;
}
[data-padding-top="170"] {
  padding-top: 170px !important;
}
[data-padding-bottom="170"] {
  padding-bottom: 170px !important;
}
[data-padding-top="171"] {
  padding-top: 171px !important;
}
[data-padding-bottom="171"] {
  padding-bottom: 171px !important;
}
[data-padding-top="172"] {
  padding-top: 172px !important;
}
[data-padding-bottom="172"] {
  padding-bottom: 172px !important;
}
[data-padding-top="173"] {
  padding-top: 173px !important;
}
[data-padding-bottom="173"] {
  padding-bottom: 173px !important;
}
[data-padding-top="174"] {
  padding-top: 174px !important;
}
[data-padding-bottom="174"] {
  padding-bottom: 174px !important;
}
[data-padding-top="175"] {
  padding-top: 175px !important;
}
[data-padding-bottom="175"] {
  padding-bottom: 175px !important;
}
[data-padding-top="176"] {
  padding-top: 176px !important;
}
[data-padding-bottom="176"] {
  padding-bottom: 176px !important;
}
[data-padding-top="177"] {
  padding-top: 177px !important;
}
[data-padding-bottom="177"] {
  padding-bottom: 177px !important;
}
[data-padding-top="178"] {
  padding-top: 178px !important;
}
[data-padding-bottom="178"] {
  padding-bottom: 178px !important;
}
[data-padding-top="179"] {
  padding-top: 179px !important;
}
[data-padding-bottom="179"] {
  padding-bottom: 179px !important;
}
[data-padding-top="180"] {
  padding-top: 180px !important;
}
[data-padding-bottom="180"] {
  padding-bottom: 180px !important;
}
[data-padding-top="181"] {
  padding-top: 181px !important;
}
[data-padding-bottom="181"] {
  padding-bottom: 181px !important;
}
[data-padding-top="182"] {
  padding-top: 182px !important;
}
[data-padding-bottom="182"] {
  padding-bottom: 182px !important;
}
[data-padding-top="183"] {
  padding-top: 183px !important;
}
[data-padding-bottom="183"] {
  padding-bottom: 183px !important;
}
[data-padding-top="184"] {
  padding-top: 184px !important;
}
[data-padding-bottom="184"] {
  padding-bottom: 184px !important;
}
[data-padding-top="185"] {
  padding-top: 185px !important;
}
[data-padding-bottom="185"] {
  padding-bottom: 185px !important;
}
[data-padding-top="186"] {
  padding-top: 186px !important;
}
[data-padding-bottom="186"] {
  padding-bottom: 186px !important;
}
[data-padding-top="187"] {
  padding-top: 187px !important;
}
[data-padding-bottom="187"] {
  padding-bottom: 187px !important;
}
[data-padding-top="188"] {
  padding-top: 188px !important;
}
[data-padding-bottom="188"] {
  padding-bottom: 188px !important;
}
[data-padding-top="189"] {
  padding-top: 189px !important;
}
[data-padding-bottom="189"] {
  padding-bottom: 189px !important;
}
[data-padding-top="190"] {
  padding-top: 190px !important;
}
[data-padding-bottom="190"] {
  padding-bottom: 190px !important;
}
[data-padding-top="191"] {
  padding-top: 191px !important;
}
[data-padding-bottom="191"] {
  padding-bottom: 191px !important;
}
[data-padding-top="192"] {
  padding-top: 192px !important;
}
[data-padding-bottom="192"] {
  padding-bottom: 192px !important;
}
[data-padding-top="193"] {
  padding-top: 193px !important;
}
[data-padding-bottom="193"] {
  padding-bottom: 193px !important;
}
[data-padding-top="194"] {
  padding-top: 194px !important;
}
[data-padding-bottom="194"] {
  padding-bottom: 194px !important;
}
[data-padding-top="195"] {
  padding-top: 195px !important;
}
[data-padding-bottom="195"] {
  padding-bottom: 195px !important;
}
[data-padding-top="196"] {
  padding-top: 196px !important;
}
[data-padding-bottom="196"] {
  padding-bottom: 196px !important;
}
[data-padding-top="197"] {
  padding-top: 197px !important;
}
[data-padding-bottom="197"] {
  padding-bottom: 197px !important;
}
[data-padding-top="198"] {
  padding-top: 198px !important;
}
[data-padding-bottom="198"] {
  padding-bottom: 198px !important;
}
[data-padding-top="199"] {
  padding-top: 199px !important;
}
[data-padding-bottom="199"] {
  padding-bottom: 199px !important;
}
[data-padding-top="200"] {
  padding-top: 200px !important;
}
[data-padding-bottom="200"] {
  padding-bottom: 200px !important;
}
[data-padding-top="201"] {
  padding-top: 201px !important;
}
[data-padding-bottom="201"] {
  padding-bottom: 201px !important;
}
[data-padding-top="202"] {
  padding-top: 202px !important;
}
[data-padding-bottom="202"] {
  padding-bottom: 202px !important;
}
[data-padding-top="203"] {
  padding-top: 203px !important;
}
[data-padding-bottom="203"] {
  padding-bottom: 203px !important;
}
[data-padding-top="204"] {
  padding-top: 204px !important;
}
[data-padding-bottom="204"] {
  padding-bottom: 204px !important;
}
[data-padding-top="205"] {
  padding-top: 205px !important;
}
[data-padding-bottom="205"] {
  padding-bottom: 205px !important;
}
[data-padding-top="206"] {
  padding-top: 206px !important;
}
[data-padding-bottom="206"] {
  padding-bottom: 206px !important;
}
[data-padding-top="207"] {
  padding-top: 207px !important;
}
[data-padding-bottom="207"] {
  padding-bottom: 207px !important;
}
[data-padding-top="208"] {
  padding-top: 208px !important;
}
[data-padding-bottom="208"] {
  padding-bottom: 208px !important;
}
[data-padding-top="209"] {
  padding-top: 209px !important;
}
[data-padding-bottom="209"] {
  padding-bottom: 209px !important;
}
[data-padding-top="210"] {
  padding-top: 210px !important;
}
[data-padding-bottom="210"] {
  padding-bottom: 210px !important;
}
[data-padding-top="211"] {
  padding-top: 211px !important;
}
[data-padding-bottom="211"] {
  padding-bottom: 211px !important;
}
[data-padding-top="212"] {
  padding-top: 212px !important;
}
[data-padding-bottom="212"] {
  padding-bottom: 212px !important;
}
[data-padding-top="213"] {
  padding-top: 213px !important;
}
[data-padding-bottom="213"] {
  padding-bottom: 213px !important;
}
[data-padding-top="214"] {
  padding-top: 214px !important;
}
[data-padding-bottom="214"] {
  padding-bottom: 214px !important;
}
[data-padding-top="215"] {
  padding-top: 215px !important;
}
[data-padding-bottom="215"] {
  padding-bottom: 215px !important;
}
[data-padding-top="216"] {
  padding-top: 216px !important;
}
[data-padding-bottom="216"] {
  padding-bottom: 216px !important;
}
[data-padding-top="217"] {
  padding-top: 217px !important;
}
[data-padding-bottom="217"] {
  padding-bottom: 217px !important;
}
[data-padding-top="218"] {
  padding-top: 218px !important;
}
[data-padding-bottom="218"] {
  padding-bottom: 218px !important;
}
[data-padding-top="219"] {
  padding-top: 219px !important;
}
[data-padding-bottom="219"] {
  padding-bottom: 219px !important;
}
[data-padding-top="220"] {
  padding-top: 220px !important;
}
[data-padding-bottom="220"] {
  padding-bottom: 220px !important;
}
[data-padding-top="221"] {
  padding-top: 221px !important;
}
[data-padding-bottom="221"] {
  padding-bottom: 221px !important;
}
[data-padding-top="222"] {
  padding-top: 222px !important;
}
[data-padding-bottom="222"] {
  padding-bottom: 222px !important;
}
[data-padding-top="223"] {
  padding-top: 223px !important;
}
[data-padding-bottom="223"] {
  padding-bottom: 223px !important;
}
[data-padding-top="224"] {
  padding-top: 224px !important;
}
[data-padding-bottom="224"] {
  padding-bottom: 224px !important;
}
[data-padding-top="225"] {
  padding-top: 225px !important;
}
[data-padding-bottom="225"] {
  padding-bottom: 225px !important;
}
[data-padding-top="226"] {
  padding-top: 226px !important;
}
[data-padding-bottom="226"] {
  padding-bottom: 226px !important;
}
[data-padding-top="227"] {
  padding-top: 227px !important;
}
[data-padding-bottom="227"] {
  padding-bottom: 227px !important;
}
[data-padding-top="228"] {
  padding-top: 228px !important;
}
[data-padding-bottom="228"] {
  padding-bottom: 228px !important;
}
[data-padding-top="229"] {
  padding-top: 229px !important;
}
[data-padding-bottom="229"] {
  padding-bottom: 229px !important;
}
[data-padding-top="230"] {
  padding-top: 230px !important;
}
[data-padding-bottom="230"] {
  padding-bottom: 230px !important;
}
[data-padding-top="231"] {
  padding-top: 231px !important;
}
[data-padding-bottom="231"] {
  padding-bottom: 231px !important;
}
[data-padding-top="232"] {
  padding-top: 232px !important;
}
[data-padding-bottom="232"] {
  padding-bottom: 232px !important;
}
[data-padding-top="233"] {
  padding-top: 233px !important;
}
[data-padding-bottom="233"] {
  padding-bottom: 233px !important;
}
[data-padding-top="234"] {
  padding-top: 234px !important;
}
[data-padding-bottom="234"] {
  padding-bottom: 234px !important;
}
[data-padding-top="235"] {
  padding-top: 235px !important;
}
[data-padding-bottom="235"] {
  padding-bottom: 235px !important;
}
[data-padding-top="236"] {
  padding-top: 236px !important;
}
[data-padding-bottom="236"] {
  padding-bottom: 236px !important;
}
[data-padding-top="237"] {
  padding-top: 237px !important;
}
[data-padding-bottom="237"] {
  padding-bottom: 237px !important;
}
[data-padding-top="238"] {
  padding-top: 238px !important;
}
[data-padding-bottom="238"] {
  padding-bottom: 238px !important;
}
[data-padding-top="239"] {
  padding-top: 239px !important;
}
[data-padding-bottom="239"] {
  padding-bottom: 239px !important;
}
[data-padding-top="240"] {
  padding-top: 240px !important;
}
[data-padding-bottom="240"] {
  padding-bottom: 240px !important;
}
[data-padding-top="241"] {
  padding-top: 241px !important;
}
[data-padding-bottom="241"] {
  padding-bottom: 241px !important;
}
[data-padding-top="242"] {
  padding-top: 242px !important;
}
[data-padding-bottom="242"] {
  padding-bottom: 242px !important;
}
[data-padding-top="243"] {
  padding-top: 243px !important;
}
[data-padding-bottom="243"] {
  padding-bottom: 243px !important;
}
[data-padding-top="244"] {
  padding-top: 244px !important;
}
[data-padding-bottom="244"] {
  padding-bottom: 244px !important;
}
[data-padding-top="245"] {
  padding-top: 245px !important;
}
[data-padding-bottom="245"] {
  padding-bottom: 245px !important;
}
[data-padding-top="246"] {
  padding-top: 246px !important;
}
[data-padding-bottom="246"] {
  padding-bottom: 246px !important;
}
[data-padding-top="247"] {
  padding-top: 247px !important;
}
[data-padding-bottom="247"] {
  padding-bottom: 247px !important;
}
[data-padding-top="248"] {
  padding-top: 248px !important;
}
[data-padding-bottom="248"] {
  padding-bottom: 248px !important;
}
[data-padding-top="249"] {
  padding-top: 249px !important;
}
[data-padding-bottom="249"] {
  padding-bottom: 249px !important;
}
[data-padding-top="250"] {
  padding-top: 250px !important;
}
[data-padding-bottom="250"] {
  padding-bottom: 250px !important;
}
[data-padding-top="251"] {
  padding-top: 251px !important;
}
[data-padding-bottom="251"] {
  padding-bottom: 251px !important;
}
[data-padding-top="252"] {
  padding-top: 252px !important;
}
[data-padding-bottom="252"] {
  padding-bottom: 252px !important;
}
[data-padding-top="253"] {
  padding-top: 253px !important;
}
[data-padding-bottom="253"] {
  padding-bottom: 253px !important;
}
[data-padding-top="254"] {
  padding-top: 254px !important;
}
[data-padding-bottom="254"] {
  padding-bottom: 254px !important;
}
[data-padding-top="255"] {
  padding-top: 255px !important;
}
[data-padding-bottom="255"] {
  padding-bottom: 255px !important;
}
[data-padding-top="256"] {
  padding-top: 256px !important;
}
[data-padding-bottom="256"] {
  padding-bottom: 256px !important;
}
[data-padding-top="257"] {
  padding-top: 257px !important;
}
[data-padding-bottom="257"] {
  padding-bottom: 257px !important;
}
[data-padding-top="258"] {
  padding-top: 258px !important;
}
[data-padding-bottom="258"] {
  padding-bottom: 258px !important;
}
[data-padding-top="259"] {
  padding-top: 259px !important;
}
[data-padding-bottom="259"] {
  padding-bottom: 259px !important;
}
[data-padding-top="260"] {
  padding-top: 260px !important;
}
[data-padding-bottom="260"] {
  padding-bottom: 260px !important;
}
[data-padding-top="261"] {
  padding-top: 261px !important;
}
[data-padding-bottom="261"] {
  padding-bottom: 261px !important;
}
[data-padding-top="262"] {
  padding-top: 262px !important;
}
[data-padding-bottom="262"] {
  padding-bottom: 262px !important;
}
[data-padding-top="263"] {
  padding-top: 263px !important;
}
[data-padding-bottom="263"] {
  padding-bottom: 263px !important;
}
[data-padding-top="264"] {
  padding-top: 264px !important;
}
[data-padding-bottom="264"] {
  padding-bottom: 264px !important;
}
[data-padding-top="265"] {
  padding-top: 265px !important;
}
[data-padding-bottom="265"] {
  padding-bottom: 265px !important;
}
[data-padding-top="266"] {
  padding-top: 266px !important;
}
[data-padding-bottom="266"] {
  padding-bottom: 266px !important;
}
[data-padding-top="267"] {
  padding-top: 267px !important;
}
[data-padding-bottom="267"] {
  padding-bottom: 267px !important;
}
[data-padding-top="268"] {
  padding-top: 268px !important;
}
[data-padding-bottom="268"] {
  padding-bottom: 268px !important;
}
[data-padding-top="269"] {
  padding-top: 269px !important;
}
[data-padding-bottom="269"] {
  padding-bottom: 269px !important;
}
[data-padding-top="270"] {
  padding-top: 270px !important;
}
[data-padding-bottom="270"] {
  padding-bottom: 270px !important;
}
[data-padding-top="271"] {
  padding-top: 271px !important;
}
[data-padding-bottom="271"] {
  padding-bottom: 271px !important;
}
[data-padding-top="272"] {
  padding-top: 272px !important;
}
[data-padding-bottom="272"] {
  padding-bottom: 272px !important;
}
[data-padding-top="273"] {
  padding-top: 273px !important;
}
[data-padding-bottom="273"] {
  padding-bottom: 273px !important;
}
[data-padding-top="274"] {
  padding-top: 274px !important;
}
[data-padding-bottom="274"] {
  padding-bottom: 274px !important;
}
[data-padding-top="275"] {
  padding-top: 275px !important;
}
[data-padding-bottom="275"] {
  padding-bottom: 275px !important;
}
[data-padding-top="276"] {
  padding-top: 276px !important;
}
[data-padding-bottom="276"] {
  padding-bottom: 276px !important;
}
[data-padding-top="277"] {
  padding-top: 277px !important;
}
[data-padding-bottom="277"] {
  padding-bottom: 277px !important;
}
[data-padding-top="278"] {
  padding-top: 278px !important;
}
[data-padding-bottom="278"] {
  padding-bottom: 278px !important;
}
[data-padding-top="279"] {
  padding-top: 279px !important;
}
[data-padding-bottom="279"] {
  padding-bottom: 279px !important;
}
[data-padding-top="280"] {
  padding-top: 280px !important;
}
[data-padding-bottom="280"] {
  padding-bottom: 280px !important;
}
[data-padding-top="281"] {
  padding-top: 281px !important;
}
[data-padding-bottom="281"] {
  padding-bottom: 281px !important;
}
[data-padding-top="282"] {
  padding-top: 282px !important;
}
[data-padding-bottom="282"] {
  padding-bottom: 282px !important;
}
[data-padding-top="283"] {
  padding-top: 283px !important;
}
[data-padding-bottom="283"] {
  padding-bottom: 283px !important;
}
[data-padding-top="284"] {
  padding-top: 284px !important;
}
[data-padding-bottom="284"] {
  padding-bottom: 284px !important;
}
[data-padding-top="285"] {
  padding-top: 285px !important;
}
[data-padding-bottom="285"] {
  padding-bottom: 285px !important;
}
[data-padding-top="286"] {
  padding-top: 286px !important;
}
[data-padding-bottom="286"] {
  padding-bottom: 286px !important;
}
[data-padding-top="287"] {
  padding-top: 287px !important;
}
[data-padding-bottom="287"] {
  padding-bottom: 287px !important;
}
[data-padding-top="288"] {
  padding-top: 288px !important;
}
[data-padding-bottom="288"] {
  padding-bottom: 288px !important;
}
[data-padding-top="289"] {
  padding-top: 289px !important;
}
[data-padding-bottom="289"] {
  padding-bottom: 289px !important;
}
[data-padding-top="290"] {
  padding-top: 290px !important;
}
[data-padding-bottom="290"] {
  padding-bottom: 290px !important;
}
[data-padding-top="291"] {
  padding-top: 291px !important;
}
[data-padding-bottom="291"] {
  padding-bottom: 291px !important;
}
[data-padding-top="292"] {
  padding-top: 292px !important;
}
[data-padding-bottom="292"] {
  padding-bottom: 292px !important;
}
[data-padding-top="293"] {
  padding-top: 293px !important;
}
[data-padding-bottom="293"] {
  padding-bottom: 293px !important;
}
[data-padding-top="294"] {
  padding-top: 294px !important;
}
[data-padding-bottom="294"] {
  padding-bottom: 294px !important;
}
[data-padding-top="295"] {
  padding-top: 295px !important;
}
[data-padding-bottom="295"] {
  padding-bottom: 295px !important;
}
[data-padding-top="296"] {
  padding-top: 296px !important;
}
[data-padding-bottom="296"] {
  padding-bottom: 296px !important;
}
[data-padding-top="297"] {
  padding-top: 297px !important;
}
[data-padding-bottom="297"] {
  padding-bottom: 297px !important;
}
[data-padding-top="298"] {
  padding-top: 298px !important;
}
[data-padding-bottom="298"] {
  padding-bottom: 298px !important;
}
[data-padding-top="299"] {
  padding-top: 299px !important;
}
[data-padding-bottom="299"] {
  padding-bottom: 299px !important;
}
[data-padding-top="300"] {
  padding-top: 300px !important;
}
[data-padding-bottom="300"] {
  padding-bottom: 300px !important;
}
[data-padding-top="301"] {
  padding-top: 301px !important;
}
[data-padding-bottom="301"] {
  padding-bottom: 301px !important;
}
[data-padding-top="302"] {
  padding-top: 302px !important;
}
[data-padding-bottom="302"] {
  padding-bottom: 302px !important;
}
[data-padding-top="303"] {
  padding-top: 303px !important;
}
[data-padding-bottom="303"] {
  padding-bottom: 303px !important;
}
[data-padding-top="304"] {
  padding-top: 304px !important;
}
[data-padding-bottom="304"] {
  padding-bottom: 304px !important;
}
[data-padding-top="305"] {
  padding-top: 305px !important;
}
[data-padding-bottom="305"] {
  padding-bottom: 305px !important;
}
[data-padding-top="306"] {
  padding-top: 306px !important;
}
[data-padding-bottom="306"] {
  padding-bottom: 306px !important;
}
[data-padding-top="307"] {
  padding-top: 307px !important;
}
[data-padding-bottom="307"] {
  padding-bottom: 307px !important;
}
[data-padding-top="308"] {
  padding-top: 308px !important;
}
[data-padding-bottom="308"] {
  padding-bottom: 308px !important;
}
[data-padding-top="309"] {
  padding-top: 309px !important;
}
[data-padding-bottom="309"] {
  padding-bottom: 309px !important;
}
[data-padding-top="310"] {
  padding-top: 310px !important;
}
[data-padding-bottom="310"] {
  padding-bottom: 310px !important;
}
[data-padding-top="311"] {
  padding-top: 311px !important;
}
[data-padding-bottom="311"] {
  padding-bottom: 311px !important;
}
[data-padding-top="312"] {
  padding-top: 312px !important;
}
[data-padding-bottom="312"] {
  padding-bottom: 312px !important;
}
[data-padding-top="313"] {
  padding-top: 313px !important;
}
[data-padding-bottom="313"] {
  padding-bottom: 313px !important;
}
[data-padding-top="314"] {
  padding-top: 314px !important;
}
[data-padding-bottom="314"] {
  padding-bottom: 314px !important;
}
[data-padding-top="315"] {
  padding-top: 315px !important;
}
[data-padding-bottom="315"] {
  padding-bottom: 315px !important;
}
[data-padding-top="316"] {
  padding-top: 316px !important;
}
[data-padding-bottom="316"] {
  padding-bottom: 316px !important;
}
[data-padding-top="317"] {
  padding-top: 317px !important;
}
[data-padding-bottom="317"] {
  padding-bottom: 317px !important;
}
[data-padding-top="318"] {
  padding-top: 318px !important;
}
[data-padding-bottom="318"] {
  padding-bottom: 318px !important;
}
[data-padding-top="319"] {
  padding-top: 319px !important;
}
[data-padding-bottom="319"] {
  padding-bottom: 319px !important;
}
[data-padding-top="320"] {
  padding-top: 320px !important;
}
[data-padding-bottom="320"] {
  padding-bottom: 320px !important;
}
[data-padding-top="321"] {
  padding-top: 321px !important;
}
[data-padding-bottom="321"] {
  padding-bottom: 321px !important;
}
[data-padding-top="322"] {
  padding-top: 322px !important;
}
[data-padding-bottom="322"] {
  padding-bottom: 322px !important;
}
[data-padding-top="323"] {
  padding-top: 323px !important;
}
[data-padding-bottom="323"] {
  padding-bottom: 323px !important;
}
[data-padding-top="324"] {
  padding-top: 324px !important;
}
[data-padding-bottom="324"] {
  padding-bottom: 324px !important;
}
[data-padding-top="325"] {
  padding-top: 325px !important;
}
[data-padding-bottom="325"] {
  padding-bottom: 325px !important;
}
[data-padding-top="326"] {
  padding-top: 326px !important;
}
[data-padding-bottom="326"] {
  padding-bottom: 326px !important;
}
[data-padding-top="327"] {
  padding-top: 327px !important;
}
[data-padding-bottom="327"] {
  padding-bottom: 327px !important;
}
[data-padding-top="328"] {
  padding-top: 328px !important;
}
[data-padding-bottom="328"] {
  padding-bottom: 328px !important;
}
[data-padding-top="329"] {
  padding-top: 329px !important;
}
[data-padding-bottom="329"] {
  padding-bottom: 329px !important;
}
[data-padding-top="330"] {
  padding-top: 330px !important;
}
[data-padding-bottom="330"] {
  padding-bottom: 330px !important;
}
[data-padding-top="331"] {
  padding-top: 331px !important;
}
[data-padding-bottom="331"] {
  padding-bottom: 331px !important;
}
[data-padding-top="332"] {
  padding-top: 332px !important;
}
[data-padding-bottom="332"] {
  padding-bottom: 332px !important;
}
[data-padding-top="333"] {
  padding-top: 333px !important;
}
[data-padding-bottom="333"] {
  padding-bottom: 333px !important;
}
[data-padding-top="334"] {
  padding-top: 334px !important;
}
[data-padding-bottom="334"] {
  padding-bottom: 334px !important;
}
[data-padding-top="335"] {
  padding-top: 335px !important;
}
[data-padding-bottom="335"] {
  padding-bottom: 335px !important;
}
[data-padding-top="336"] {
  padding-top: 336px !important;
}
[data-padding-bottom="336"] {
  padding-bottom: 336px !important;
}
[data-padding-top="337"] {
  padding-top: 337px !important;
}
[data-padding-bottom="337"] {
  padding-bottom: 337px !important;
}
[data-padding-top="338"] {
  padding-top: 338px !important;
}
[data-padding-bottom="338"] {
  padding-bottom: 338px !important;
}
[data-padding-top="339"] {
  padding-top: 339px !important;
}
[data-padding-bottom="339"] {
  padding-bottom: 339px !important;
}
[data-padding-top="340"] {
  padding-top: 340px !important;
}
[data-padding-bottom="340"] {
  padding-bottom: 340px !important;
}
[data-padding-top="341"] {
  padding-top: 341px !important;
}
[data-padding-bottom="341"] {
  padding-bottom: 341px !important;
}
[data-padding-top="342"] {
  padding-top: 342px !important;
}
[data-padding-bottom="342"] {
  padding-bottom: 342px !important;
}
[data-padding-top="343"] {
  padding-top: 343px !important;
}
[data-padding-bottom="343"] {
  padding-bottom: 343px !important;
}
[data-padding-top="344"] {
  padding-top: 344px !important;
}
[data-padding-bottom="344"] {
  padding-bottom: 344px !important;
}
[data-padding-top="345"] {
  padding-top: 345px !important;
}
[data-padding-bottom="345"] {
  padding-bottom: 345px !important;
}
[data-padding-top="346"] {
  padding-top: 346px !important;
}
[data-padding-bottom="346"] {
  padding-bottom: 346px !important;
}
[data-padding-top="347"] {
  padding-top: 347px !important;
}
[data-padding-bottom="347"] {
  padding-bottom: 347px !important;
}
[data-padding-top="348"] {
  padding-top: 348px !important;
}
[data-padding-bottom="348"] {
  padding-bottom: 348px !important;
}
[data-padding-top="349"] {
  padding-top: 349px !important;
}
[data-padding-bottom="349"] {
  padding-bottom: 349px !important;
}
[data-padding-top="350"] {
  padding-top: 350px !important;
}
[data-padding-bottom="350"] {
  padding-bottom: 350px !important;
}
[data-padding-top="351"] {
  padding-top: 351px !important;
}
[data-padding-bottom="351"] {
  padding-bottom: 351px !important;
}
[data-padding-top="352"] {
  padding-top: 352px !important;
}
[data-padding-bottom="352"] {
  padding-bottom: 352px !important;
}
[data-padding-top="353"] {
  padding-top: 353px !important;
}
[data-padding-bottom="353"] {
  padding-bottom: 353px !important;
}
[data-padding-top="354"] {
  padding-top: 354px !important;
}
[data-padding-bottom="354"] {
  padding-bottom: 354px !important;
}
[data-padding-top="355"] {
  padding-top: 355px !important;
}
[data-padding-bottom="355"] {
  padding-bottom: 355px !important;
}
[data-padding-top="356"] {
  padding-top: 356px !important;
}
[data-padding-bottom="356"] {
  padding-bottom: 356px !important;
}
[data-padding-top="357"] {
  padding-top: 357px !important;
}
[data-padding-bottom="357"] {
  padding-bottom: 357px !important;
}
[data-padding-top="358"] {
  padding-top: 358px !important;
}
[data-padding-bottom="358"] {
  padding-bottom: 358px !important;
}
[data-padding-top="359"] {
  padding-top: 359px !important;
}
[data-padding-bottom="359"] {
  padding-bottom: 359px !important;
}
[data-padding-top="360"] {
  padding-top: 360px !important;
}
[data-padding-bottom="360"] {
  padding-bottom: 360px !important;
}
[data-padding-top="361"] {
  padding-top: 361px !important;
}
[data-padding-bottom="361"] {
  padding-bottom: 361px !important;
}
[data-padding-top="362"] {
  padding-top: 362px !important;
}
[data-padding-bottom="362"] {
  padding-bottom: 362px !important;
}
[data-padding-top="363"] {
  padding-top: 363px !important;
}
[data-padding-bottom="363"] {
  padding-bottom: 363px !important;
}
[data-padding-top="364"] {
  padding-top: 364px !important;
}
[data-padding-bottom="364"] {
  padding-bottom: 364px !important;
}
[data-padding-top="365"] {
  padding-top: 365px !important;
}
[data-padding-bottom="365"] {
  padding-bottom: 365px !important;
}
[data-padding-top="366"] {
  padding-top: 366px !important;
}
[data-padding-bottom="366"] {
  padding-bottom: 366px !important;
}
[data-padding-top="367"] {
  padding-top: 367px !important;
}
[data-padding-bottom="367"] {
  padding-bottom: 367px !important;
}
[data-padding-top="368"] {
  padding-top: 368px !important;
}
[data-padding-bottom="368"] {
  padding-bottom: 368px !important;
}
[data-padding-top="369"] {
  padding-top: 369px !important;
}
[data-padding-bottom="369"] {
  padding-bottom: 369px !important;
}
[data-padding-top="370"] {
  padding-top: 370px !important;
}
[data-padding-bottom="370"] {
  padding-bottom: 370px !important;
}
[data-padding-top="371"] {
  padding-top: 371px !important;
}
[data-padding-bottom="371"] {
  padding-bottom: 371px !important;
}
[data-padding-top="372"] {
  padding-top: 372px !important;
}
[data-padding-bottom="372"] {
  padding-bottom: 372px !important;
}
[data-padding-top="373"] {
  padding-top: 373px !important;
}
[data-padding-bottom="373"] {
  padding-bottom: 373px !important;
}
[data-padding-top="374"] {
  padding-top: 374px !important;
}
[data-padding-bottom="374"] {
  padding-bottom: 374px !important;
}
[data-padding-top="375"] {
  padding-top: 375px !important;
}
[data-padding-bottom="375"] {
  padding-bottom: 375px !important;
}
[data-padding-top="376"] {
  padding-top: 376px !important;
}
[data-padding-bottom="376"] {
  padding-bottom: 376px !important;
}
[data-padding-top="377"] {
  padding-top: 377px !important;
}
[data-padding-bottom="377"] {
  padding-bottom: 377px !important;
}
[data-padding-top="378"] {
  padding-top: 378px !important;
}
[data-padding-bottom="378"] {
  padding-bottom: 378px !important;
}
[data-padding-top="379"] {
  padding-top: 379px !important;
}
[data-padding-bottom="379"] {
  padding-bottom: 379px !important;
}
[data-padding-top="380"] {
  padding-top: 380px !important;
}
[data-padding-bottom="380"] {
  padding-bottom: 380px !important;
}
[data-padding-top="381"] {
  padding-top: 381px !important;
}
[data-padding-bottom="381"] {
  padding-bottom: 381px !important;
}
[data-padding-top="382"] {
  padding-top: 382px !important;
}
[data-padding-bottom="382"] {
  padding-bottom: 382px !important;
}
[data-padding-top="383"] {
  padding-top: 383px !important;
}
[data-padding-bottom="383"] {
  padding-bottom: 383px !important;
}
[data-padding-top="384"] {
  padding-top: 384px !important;
}
[data-padding-bottom="384"] {
  padding-bottom: 384px !important;
}
[data-padding-top="385"] {
  padding-top: 385px !important;
}
[data-padding-bottom="385"] {
  padding-bottom: 385px !important;
}
[data-padding-top="386"] {
  padding-top: 386px !important;
}
[data-padding-bottom="386"] {
  padding-bottom: 386px !important;
}
[data-padding-top="387"] {
  padding-top: 387px !important;
}
[data-padding-bottom="387"] {
  padding-bottom: 387px !important;
}
[data-padding-top="388"] {
  padding-top: 388px !important;
}
[data-padding-bottom="388"] {
  padding-bottom: 388px !important;
}
[data-padding-top="389"] {
  padding-top: 389px !important;
}
[data-padding-bottom="389"] {
  padding-bottom: 389px !important;
}
[data-padding-top="390"] {
  padding-top: 390px !important;
}
[data-padding-bottom="390"] {
  padding-bottom: 390px !important;
}
[data-padding-top="391"] {
  padding-top: 391px !important;
}
[data-padding-bottom="391"] {
  padding-bottom: 391px !important;
}
[data-padding-top="392"] {
  padding-top: 392px !important;
}
[data-padding-bottom="392"] {
  padding-bottom: 392px !important;
}
[data-padding-top="393"] {
  padding-top: 393px !important;
}
[data-padding-bottom="393"] {
  padding-bottom: 393px !important;
}
[data-padding-top="394"] {
  padding-top: 394px !important;
}
[data-padding-bottom="394"] {
  padding-bottom: 394px !important;
}
[data-padding-top="395"] {
  padding-top: 395px !important;
}
[data-padding-bottom="395"] {
  padding-bottom: 395px !important;
}
[data-padding-top="396"] {
  padding-top: 396px !important;
}
[data-padding-bottom="396"] {
  padding-bottom: 396px !important;
}
[data-padding-top="397"] {
  padding-top: 397px !important;
}
[data-padding-bottom="397"] {
  padding-bottom: 397px !important;
}
[data-padding-top="398"] {
  padding-top: 398px !important;
}
[data-padding-bottom="398"] {
  padding-bottom: 398px !important;
}
[data-padding-top="399"] {
  padding-top: 399px !important;
}
[data-padding-bottom="399"] {
  padding-bottom: 399px !important;
}
[data-padding-top="400"] {
  padding-top: 400px !important;
}
[data-padding-bottom="400"] {
  padding-bottom: 400px !important;
}
[data-padding-top="401"] {
  padding-top: 401px !important;
}
[data-padding-bottom="401"] {
  padding-bottom: 401px !important;
}
[data-padding-top="402"] {
  padding-top: 402px !important;
}
[data-padding-bottom="402"] {
  padding-bottom: 402px !important;
}
[data-padding-top="403"] {
  padding-top: 403px !important;
}
[data-padding-bottom="403"] {
  padding-bottom: 403px !important;
}
[data-padding-top="404"] {
  padding-top: 404px !important;
}
[data-padding-bottom="404"] {
  padding-bottom: 404px !important;
}
[data-padding-top="405"] {
  padding-top: 405px !important;
}
[data-padding-bottom="405"] {
  padding-bottom: 405px !important;
}
[data-padding-top="406"] {
  padding-top: 406px !important;
}
[data-padding-bottom="406"] {
  padding-bottom: 406px !important;
}
[data-padding-top="407"] {
  padding-top: 407px !important;
}
[data-padding-bottom="407"] {
  padding-bottom: 407px !important;
}
[data-padding-top="408"] {
  padding-top: 408px !important;
}
[data-padding-bottom="408"] {
  padding-bottom: 408px !important;
}
[data-padding-top="409"] {
  padding-top: 409px !important;
}
[data-padding-bottom="409"] {
  padding-bottom: 409px !important;
}
[data-padding-top="410"] {
  padding-top: 410px !important;
}
[data-padding-bottom="410"] {
  padding-bottom: 410px !important;
}
[data-padding-top="411"] {
  padding-top: 411px !important;
}
[data-padding-bottom="411"] {
  padding-bottom: 411px !important;
}
[data-padding-top="412"] {
  padding-top: 412px !important;
}
[data-padding-bottom="412"] {
  padding-bottom: 412px !important;
}
[data-padding-top="413"] {
  padding-top: 413px !important;
}
[data-padding-bottom="413"] {
  padding-bottom: 413px !important;
}
[data-padding-top="414"] {
  padding-top: 414px !important;
}
[data-padding-bottom="414"] {
  padding-bottom: 414px !important;
}
[data-padding-top="415"] {
  padding-top: 415px !important;
}
[data-padding-bottom="415"] {
  padding-bottom: 415px !important;
}
[data-padding-top="416"] {
  padding-top: 416px !important;
}
[data-padding-bottom="416"] {
  padding-bottom: 416px !important;
}
[data-padding-top="417"] {
  padding-top: 417px !important;
}
[data-padding-bottom="417"] {
  padding-bottom: 417px !important;
}
[data-padding-top="418"] {
  padding-top: 418px !important;
}
[data-padding-bottom="418"] {
  padding-bottom: 418px !important;
}
[data-padding-top="419"] {
  padding-top: 419px !important;
}
[data-padding-bottom="419"] {
  padding-bottom: 419px !important;
}
[data-padding-top="420"] {
  padding-top: 420px !important;
}
[data-padding-bottom="420"] {
  padding-bottom: 420px !important;
}
[data-padding-top="421"] {
  padding-top: 421px !important;
}
[data-padding-bottom="421"] {
  padding-bottom: 421px !important;
}
[data-padding-top="422"] {
  padding-top: 422px !important;
}
[data-padding-bottom="422"] {
  padding-bottom: 422px !important;
}
[data-padding-top="423"] {
  padding-top: 423px !important;
}
[data-padding-bottom="423"] {
  padding-bottom: 423px !important;
}
[data-padding-top="424"] {
  padding-top: 424px !important;
}
[data-padding-bottom="424"] {
  padding-bottom: 424px !important;
}
[data-padding-top="425"] {
  padding-top: 425px !important;
}
[data-padding-bottom="425"] {
  padding-bottom: 425px !important;
}
[data-padding-top="426"] {
  padding-top: 426px !important;
}
[data-padding-bottom="426"] {
  padding-bottom: 426px !important;
}
[data-padding-top="427"] {
  padding-top: 427px !important;
}
[data-padding-bottom="427"] {
  padding-bottom: 427px !important;
}
[data-padding-top="428"] {
  padding-top: 428px !important;
}
[data-padding-bottom="428"] {
  padding-bottom: 428px !important;
}
[data-padding-top="429"] {
  padding-top: 429px !important;
}
[data-padding-bottom="429"] {
  padding-bottom: 429px !important;
}
[data-padding-top="430"] {
  padding-top: 430px !important;
}
[data-padding-bottom="430"] {
  padding-bottom: 430px !important;
}
[data-padding-top="431"] {
  padding-top: 431px !important;
}
[data-padding-bottom="431"] {
  padding-bottom: 431px !important;
}
[data-padding-top="432"] {
  padding-top: 432px !important;
}
[data-padding-bottom="432"] {
  padding-bottom: 432px !important;
}
[data-padding-top="433"] {
  padding-top: 433px !important;
}
[data-padding-bottom="433"] {
  padding-bottom: 433px !important;
}
[data-padding-top="434"] {
  padding-top: 434px !important;
}
[data-padding-bottom="434"] {
  padding-bottom: 434px !important;
}
[data-padding-top="435"] {
  padding-top: 435px !important;
}
[data-padding-bottom="435"] {
  padding-bottom: 435px !important;
}
[data-padding-top="436"] {
  padding-top: 436px !important;
}
[data-padding-bottom="436"] {
  padding-bottom: 436px !important;
}
[data-padding-top="437"] {
  padding-top: 437px !important;
}
[data-padding-bottom="437"] {
  padding-bottom: 437px !important;
}
[data-padding-top="438"] {
  padding-top: 438px !important;
}
[data-padding-bottom="438"] {
  padding-bottom: 438px !important;
}
[data-padding-top="439"] {
  padding-top: 439px !important;
}
[data-padding-bottom="439"] {
  padding-bottom: 439px !important;
}
[data-padding-top="440"] {
  padding-top: 440px !important;
}
[data-padding-bottom="440"] {
  padding-bottom: 440px !important;
}
[data-padding-top="441"] {
  padding-top: 441px !important;
}
[data-padding-bottom="441"] {
  padding-bottom: 441px !important;
}
[data-padding-top="442"] {
  padding-top: 442px !important;
}
[data-padding-bottom="442"] {
  padding-bottom: 442px !important;
}
[data-padding-top="443"] {
  padding-top: 443px !important;
}
[data-padding-bottom="443"] {
  padding-bottom: 443px !important;
}
[data-padding-top="444"] {
  padding-top: 444px !important;
}
[data-padding-bottom="444"] {
  padding-bottom: 444px !important;
}
[data-padding-top="445"] {
  padding-top: 445px !important;
}
[data-padding-bottom="445"] {
  padding-bottom: 445px !important;
}
[data-padding-top="446"] {
  padding-top: 446px !important;
}
[data-padding-bottom="446"] {
  padding-bottom: 446px !important;
}
[data-padding-top="447"] {
  padding-top: 447px !important;
}
[data-padding-bottom="447"] {
  padding-bottom: 447px !important;
}
[data-padding-top="448"] {
  padding-top: 448px !important;
}
[data-padding-bottom="448"] {
  padding-bottom: 448px !important;
}
[data-padding-top="449"] {
  padding-top: 449px !important;
}
[data-padding-bottom="449"] {
  padding-bottom: 449px !important;
}
[data-padding-top="450"] {
  padding-top: 450px !important;
}
[data-padding-bottom="450"] {
  padding-bottom: 450px !important;
}
[data-padding-top="451"] {
  padding-top: 451px !important;
}
[data-padding-bottom="451"] {
  padding-bottom: 451px !important;
}
[data-padding-top="452"] {
  padding-top: 452px !important;
}
[data-padding-bottom="452"] {
  padding-bottom: 452px !important;
}
[data-padding-top="453"] {
  padding-top: 453px !important;
}
[data-padding-bottom="453"] {
  padding-bottom: 453px !important;
}
[data-padding-top="454"] {
  padding-top: 454px !important;
}
[data-padding-bottom="454"] {
  padding-bottom: 454px !important;
}
[data-padding-top="455"] {
  padding-top: 455px !important;
}
[data-padding-bottom="455"] {
  padding-bottom: 455px !important;
}
[data-padding-top="456"] {
  padding-top: 456px !important;
}
[data-padding-bottom="456"] {
  padding-bottom: 456px !important;
}
[data-padding-top="457"] {
  padding-top: 457px !important;
}
[data-padding-bottom="457"] {
  padding-bottom: 457px !important;
}
[data-padding-top="458"] {
  padding-top: 458px !important;
}
[data-padding-bottom="458"] {
  padding-bottom: 458px !important;
}
[data-padding-top="459"] {
  padding-top: 459px !important;
}
[data-padding-bottom="459"] {
  padding-bottom: 459px !important;
}
[data-padding-top="460"] {
  padding-top: 460px !important;
}
[data-padding-bottom="460"] {
  padding-bottom: 460px !important;
}
[data-padding-top="461"] {
  padding-top: 461px !important;
}
[data-padding-bottom="461"] {
  padding-bottom: 461px !important;
}
[data-padding-top="462"] {
  padding-top: 462px !important;
}
[data-padding-bottom="462"] {
  padding-bottom: 462px !important;
}
[data-padding-top="463"] {
  padding-top: 463px !important;
}
[data-padding-bottom="463"] {
  padding-bottom: 463px !important;
}
[data-padding-top="464"] {
  padding-top: 464px !important;
}
[data-padding-bottom="464"] {
  padding-bottom: 464px !important;
}
[data-padding-top="465"] {
  padding-top: 465px !important;
}
[data-padding-bottom="465"] {
  padding-bottom: 465px !important;
}
[data-padding-top="466"] {
  padding-top: 466px !important;
}
[data-padding-bottom="466"] {
  padding-bottom: 466px !important;
}
[data-padding-top="467"] {
  padding-top: 467px !important;
}
[data-padding-bottom="467"] {
  padding-bottom: 467px !important;
}
[data-padding-top="468"] {
  padding-top: 468px !important;
}
[data-padding-bottom="468"] {
  padding-bottom: 468px !important;
}
[data-padding-top="469"] {
  padding-top: 469px !important;
}
[data-padding-bottom="469"] {
  padding-bottom: 469px !important;
}
[data-padding-top="470"] {
  padding-top: 470px !important;
}
[data-padding-bottom="470"] {
  padding-bottom: 470px !important;
}
[data-padding-top="471"] {
  padding-top: 471px !important;
}
[data-padding-bottom="471"] {
  padding-bottom: 471px !important;
}
[data-padding-top="472"] {
  padding-top: 472px !important;
}
[data-padding-bottom="472"] {
  padding-bottom: 472px !important;
}
[data-padding-top="473"] {
  padding-top: 473px !important;
}
[data-padding-bottom="473"] {
  padding-bottom: 473px !important;
}
[data-padding-top="474"] {
  padding-top: 474px !important;
}
[data-padding-bottom="474"] {
  padding-bottom: 474px !important;
}
[data-padding-top="475"] {
  padding-top: 475px !important;
}
[data-padding-bottom="475"] {
  padding-bottom: 475px !important;
}
[data-padding-top="476"] {
  padding-top: 476px !important;
}
[data-padding-bottom="476"] {
  padding-bottom: 476px !important;
}
[data-padding-top="477"] {
  padding-top: 477px !important;
}
[data-padding-bottom="477"] {
  padding-bottom: 477px !important;
}
[data-padding-top="478"] {
  padding-top: 478px !important;
}
[data-padding-bottom="478"] {
  padding-bottom: 478px !important;
}
[data-padding-top="479"] {
  padding-top: 479px !important;
}
[data-padding-bottom="479"] {
  padding-bottom: 479px !important;
}
[data-padding-top="480"] {
  padding-top: 480px !important;
}
[data-padding-bottom="480"] {
  padding-bottom: 480px !important;
}
[data-padding-top="481"] {
  padding-top: 481px !important;
}
[data-padding-bottom="481"] {
  padding-bottom: 481px !important;
}
[data-padding-top="482"] {
  padding-top: 482px !important;
}
[data-padding-bottom="482"] {
  padding-bottom: 482px !important;
}
[data-padding-top="483"] {
  padding-top: 483px !important;
}
[data-padding-bottom="483"] {
  padding-bottom: 483px !important;
}
[data-padding-top="484"] {
  padding-top: 484px !important;
}
[data-padding-bottom="484"] {
  padding-bottom: 484px !important;
}
[data-padding-top="485"] {
  padding-top: 485px !important;
}
[data-padding-bottom="485"] {
  padding-bottom: 485px !important;
}
[data-padding-top="486"] {
  padding-top: 486px !important;
}
[data-padding-bottom="486"] {
  padding-bottom: 486px !important;
}
[data-padding-top="487"] {
  padding-top: 487px !important;
}
[data-padding-bottom="487"] {
  padding-bottom: 487px !important;
}
[data-padding-top="488"] {
  padding-top: 488px !important;
}
[data-padding-bottom="488"] {
  padding-bottom: 488px !important;
}
[data-padding-top="489"] {
  padding-top: 489px !important;
}
[data-padding-bottom="489"] {
  padding-bottom: 489px !important;
}
[data-padding-top="490"] {
  padding-top: 490px !important;
}
[data-padding-bottom="490"] {
  padding-bottom: 490px !important;
}
[data-padding-top="491"] {
  padding-top: 491px !important;
}
[data-padding-bottom="491"] {
  padding-bottom: 491px !important;
}
[data-padding-top="492"] {
  padding-top: 492px !important;
}
[data-padding-bottom="492"] {
  padding-bottom: 492px !important;
}
[data-padding-top="493"] {
  padding-top: 493px !important;
}
[data-padding-bottom="493"] {
  padding-bottom: 493px !important;
}
[data-padding-top="494"] {
  padding-top: 494px !important;
}
[data-padding-bottom="494"] {
  padding-bottom: 494px !important;
}
[data-padding-top="495"] {
  padding-top: 495px !important;
}
[data-padding-bottom="495"] {
  padding-bottom: 495px !important;
}
[data-padding-top="496"] {
  padding-top: 496px !important;
}
[data-padding-bottom="496"] {
  padding-bottom: 496px !important;
}
[data-padding-top="497"] {
  padding-top: 497px !important;
}
[data-padding-bottom="497"] {
  padding-bottom: 497px !important;
}
[data-padding-top="498"] {
  padding-top: 498px !important;
}
[data-padding-bottom="498"] {
  padding-bottom: 498px !important;
}
[data-padding-top="499"] {
  padding-top: 499px !important;
}
[data-padding-bottom="499"] {
  padding-bottom: 499px !important;
}
[data-padding-top="500"] {
  padding-top: 500px !important;
}
[data-padding-bottom="500"] {
  padding-bottom: 500px !important;
}
[data-margin-top="1"] {
  margin-top: 1px !important;
}
[data-margin-bottom="1"] {
  margin-bottom: 1px !important;
}
[data-margin-top="2"] {
  margin-top: 2px !important;
}
[data-margin-bottom="2"] {
  margin-bottom: 2px !important;
}
[data-margin-top="3"] {
  margin-top: 3px !important;
}
[data-margin-bottom="3"] {
  margin-bottom: 3px !important;
}
[data-margin-top="4"] {
  margin-top: 4px !important;
}
[data-margin-bottom="4"] {
  margin-bottom: 4px !important;
}
[data-margin-top="5"] {
  margin-top: 5px !important;
}
[data-margin-bottom="5"] {
  margin-bottom: 5px !important;
}
[data-margin-top="6"] {
  margin-top: 6px !important;
}
[data-margin-bottom="6"] {
  margin-bottom: 6px !important;
}
[data-margin-top="7"] {
  margin-top: 7px !important;
}
[data-margin-bottom="7"] {
  margin-bottom: 7px !important;
}
[data-margin-top="8"] {
  margin-top: 8px !important;
}
[data-margin-bottom="8"] {
  margin-bottom: 8px !important;
}
[data-margin-top="9"] {
  margin-top: 9px !important;
}
[data-margin-bottom="9"] {
  margin-bottom: 9px !important;
}
[data-margin-top="10"] {
  margin-top: 10px !important;
}
[data-margin-bottom="10"] {
  margin-bottom: 10px !important;
}
[data-margin-top="11"] {
  margin-top: 11px !important;
}
[data-margin-bottom="11"] {
  margin-bottom: 11px !important;
}
[data-margin-top="12"] {
  margin-top: 12px !important;
}
[data-margin-bottom="12"] {
  margin-bottom: 12px !important;
}
[data-margin-top="13"] {
  margin-top: 13px !important;
}
[data-margin-bottom="13"] {
  margin-bottom: 13px !important;
}
[data-margin-top="14"] {
  margin-top: 14px !important;
}
[data-margin-bottom="14"] {
  margin-bottom: 14px !important;
}
[data-margin-top="15"] {
  margin-top: 15px !important;
}
[data-margin-bottom="15"] {
  margin-bottom: 15px !important;
}
[data-margin-top="16"] {
  margin-top: 16px !important;
}
[data-margin-bottom="16"] {
  margin-bottom: 16px !important;
}
[data-margin-top="17"] {
  margin-top: 17px !important;
}
[data-margin-bottom="17"] {
  margin-bottom: 17px !important;
}
[data-margin-top="18"] {
  margin-top: 18px !important;
}
[data-margin-bottom="18"] {
  margin-bottom: 18px !important;
}
[data-margin-top="19"] {
  margin-top: 19px !important;
}
[data-margin-bottom="19"] {
  margin-bottom: 19px !important;
}
[data-margin-top="20"] {
  margin-top: 20px !important;
}
[data-margin-bottom="20"] {
  margin-bottom: 20px !important;
}
[data-margin-top="21"] {
  margin-top: 21px !important;
}
[data-margin-bottom="21"] {
  margin-bottom: 21px !important;
}
[data-margin-top="22"] {
  margin-top: 22px !important;
}
[data-margin-bottom="22"] {
  margin-bottom: 22px !important;
}
[data-margin-top="23"] {
  margin-top: 23px !important;
}
[data-margin-bottom="23"] {
  margin-bottom: 23px !important;
}
[data-margin-top="24"] {
  margin-top: 24px !important;
}
[data-margin-bottom="24"] {
  margin-bottom: 24px !important;
}
[data-margin-top="25"] {
  margin-top: 25px !important;
}
[data-margin-bottom="25"] {
  margin-bottom: 25px !important;
}
[data-margin-top="26"] {
  margin-top: 26px !important;
}
[data-margin-bottom="26"] {
  margin-bottom: 26px !important;
}
[data-margin-top="27"] {
  margin-top: 27px !important;
}
[data-margin-bottom="27"] {
  margin-bottom: 27px !important;
}
[data-margin-top="28"] {
  margin-top: 28px !important;
}
[data-margin-bottom="28"] {
  margin-bottom: 28px !important;
}
[data-margin-top="29"] {
  margin-top: 29px !important;
}
[data-margin-bottom="29"] {
  margin-bottom: 29px !important;
}
[data-margin-top="30"] {
  margin-top: 30px !important;
}
[data-margin-bottom="30"] {
  margin-bottom: 30px !important;
}
[data-margin-top="31"] {
  margin-top: 31px !important;
}
[data-margin-bottom="31"] {
  margin-bottom: 31px !important;
}
[data-margin-top="32"] {
  margin-top: 32px !important;
}
[data-margin-bottom="32"] {
  margin-bottom: 32px !important;
}
[data-margin-top="33"] {
  margin-top: 33px !important;
}
[data-margin-bottom="33"] {
  margin-bottom: 33px !important;
}
[data-margin-top="34"] {
  margin-top: 34px !important;
}
[data-margin-bottom="34"] {
  margin-bottom: 34px !important;
}
[data-margin-top="35"] {
  margin-top: 35px !important;
}
[data-margin-bottom="35"] {
  margin-bottom: 35px !important;
}
[data-margin-top="36"] {
  margin-top: 36px !important;
}
[data-margin-bottom="36"] {
  margin-bottom: 36px !important;
}
[data-margin-top="37"] {
  margin-top: 37px !important;
}
[data-margin-bottom="37"] {
  margin-bottom: 37px !important;
}
[data-margin-top="38"] {
  margin-top: 38px !important;
}
[data-margin-bottom="38"] {
  margin-bottom: 38px !important;
}
[data-margin-top="39"] {
  margin-top: 39px !important;
}
[data-margin-bottom="39"] {
  margin-bottom: 39px !important;
}
[data-margin-top="40"] {
  margin-top: 40px !important;
}
[data-margin-bottom="40"] {
  margin-bottom: 40px !important;
}
[data-margin-top="41"] {
  margin-top: 41px !important;
}
[data-margin-bottom="41"] {
  margin-bottom: 41px !important;
}
[data-margin-top="42"] {
  margin-top: 42px !important;
}
[data-margin-bottom="42"] {
  margin-bottom: 42px !important;
}
[data-margin-top="43"] {
  margin-top: 43px !important;
}
[data-margin-bottom="43"] {
  margin-bottom: 43px !important;
}
[data-margin-top="44"] {
  margin-top: 44px !important;
}
[data-margin-bottom="44"] {
  margin-bottom: 44px !important;
}
[data-margin-top="45"] {
  margin-top: 45px !important;
}
[data-margin-bottom="45"] {
  margin-bottom: 45px !important;
}
[data-margin-top="46"] {
  margin-top: 46px !important;
}
[data-margin-bottom="46"] {
  margin-bottom: 46px !important;
}
[data-margin-top="47"] {
  margin-top: 47px !important;
}
[data-margin-bottom="47"] {
  margin-bottom: 47px !important;
}
[data-margin-top="48"] {
  margin-top: 48px !important;
}
[data-margin-bottom="48"] {
  margin-bottom: 48px !important;
}
[data-margin-top="49"] {
  margin-top: 49px !important;
}
[data-margin-bottom="49"] {
  margin-bottom: 49px !important;
}
[data-margin-top="50"] {
  margin-top: 50px !important;
}
[data-margin-bottom="50"] {
  margin-bottom: 50px !important;
}
[data-margin-top="51"] {
  margin-top: 51px !important;
}
[data-margin-bottom="51"] {
  margin-bottom: 51px !important;
}
[data-margin-top="52"] {
  margin-top: 52px !important;
}
[data-margin-bottom="52"] {
  margin-bottom: 52px !important;
}
[data-margin-top="53"] {
  margin-top: 53px !important;
}
[data-margin-bottom="53"] {
  margin-bottom: 53px !important;
}
[data-margin-top="54"] {
  margin-top: 54px !important;
}
[data-margin-bottom="54"] {
  margin-bottom: 54px !important;
}
[data-margin-top="55"] {
  margin-top: 55px !important;
}
[data-margin-bottom="55"] {
  margin-bottom: 55px !important;
}
[data-margin-top="56"] {
  margin-top: 56px !important;
}
[data-margin-bottom="56"] {
  margin-bottom: 56px !important;
}
[data-margin-top="57"] {
  margin-top: 57px !important;
}
[data-margin-bottom="57"] {
  margin-bottom: 57px !important;
}
[data-margin-top="58"] {
  margin-top: 58px !important;
}
[data-margin-bottom="58"] {
  margin-bottom: 58px !important;
}
[data-margin-top="59"] {
  margin-top: 59px !important;
}
[data-margin-bottom="59"] {
  margin-bottom: 59px !important;
}
[data-margin-top="60"] {
  margin-top: 60px !important;
}
[data-margin-bottom="60"] {
  margin-bottom: 60px !important;
}
[data-margin-top="61"] {
  margin-top: 61px !important;
}
[data-margin-bottom="61"] {
  margin-bottom: 61px !important;
}
[data-margin-top="62"] {
  margin-top: 62px !important;
}
[data-margin-bottom="62"] {
  margin-bottom: 62px !important;
}
[data-margin-top="63"] {
  margin-top: 63px !important;
}
[data-margin-bottom="63"] {
  margin-bottom: 63px !important;
}
[data-margin-top="64"] {
  margin-top: 64px !important;
}
[data-margin-bottom="64"] {
  margin-bottom: 64px !important;
}
[data-margin-top="65"] {
  margin-top: 65px !important;
}
[data-margin-bottom="65"] {
  margin-bottom: 65px !important;
}
[data-margin-top="66"] {
  margin-top: 66px !important;
}
[data-margin-bottom="66"] {
  margin-bottom: 66px !important;
}
[data-margin-top="67"] {
  margin-top: 67px !important;
}
[data-margin-bottom="67"] {
  margin-bottom: 67px !important;
}
[data-margin-top="68"] {
  margin-top: 68px !important;
}
[data-margin-bottom="68"] {
  margin-bottom: 68px !important;
}
[data-margin-top="69"] {
  margin-top: 69px !important;
}
[data-margin-bottom="69"] {
  margin-bottom: 69px !important;
}
[data-margin-top="70"] {
  margin-top: 70px !important;
}
[data-margin-bottom="70"] {
  margin-bottom: 70px !important;
}
[data-margin-top="71"] {
  margin-top: 71px !important;
}
[data-margin-bottom="71"] {
  margin-bottom: 71px !important;
}
[data-margin-top="72"] {
  margin-top: 72px !important;
}
[data-margin-bottom="72"] {
  margin-bottom: 72px !important;
}
[data-margin-top="73"] {
  margin-top: 73px !important;
}
[data-margin-bottom="73"] {
  margin-bottom: 73px !important;
}
[data-margin-top="74"] {
  margin-top: 74px !important;
}
[data-margin-bottom="74"] {
  margin-bottom: 74px !important;
}
[data-margin-top="75"] {
  margin-top: 75px !important;
}
[data-margin-bottom="75"] {
  margin-bottom: 75px !important;
}
[data-margin-top="76"] {
  margin-top: 76px !important;
}
[data-margin-bottom="76"] {
  margin-bottom: 76px !important;
}
[data-margin-top="77"] {
  margin-top: 77px !important;
}
[data-margin-bottom="77"] {
  margin-bottom: 77px !important;
}
[data-margin-top="78"] {
  margin-top: 78px !important;
}
[data-margin-bottom="78"] {
  margin-bottom: 78px !important;
}
[data-margin-top="79"] {
  margin-top: 79px !important;
}
[data-margin-bottom="79"] {
  margin-bottom: 79px !important;
}
[data-margin-top="80"] {
  margin-top: 80px !important;
}
[data-margin-bottom="80"] {
  margin-bottom: 80px !important;
}
[data-margin-top="81"] {
  margin-top: 81px !important;
}
[data-margin-bottom="81"] {
  margin-bottom: 81px !important;
}
[data-margin-top="82"] {
  margin-top: 82px !important;
}
[data-margin-bottom="82"] {
  margin-bottom: 82px !important;
}
[data-margin-top="83"] {
  margin-top: 83px !important;
}
[data-margin-bottom="83"] {
  margin-bottom: 83px !important;
}
[data-margin-top="84"] {
  margin-top: 84px !important;
}
[data-margin-bottom="84"] {
  margin-bottom: 84px !important;
}
[data-margin-top="85"] {
  margin-top: 85px !important;
}
[data-margin-bottom="85"] {
  margin-bottom: 85px !important;
}
[data-margin-top="86"] {
  margin-top: 86px !important;
}
[data-margin-bottom="86"] {
  margin-bottom: 86px !important;
}
[data-margin-top="87"] {
  margin-top: 87px !important;
}
[data-margin-bottom="87"] {
  margin-bottom: 87px !important;
}
[data-margin-top="88"] {
  margin-top: 88px !important;
}
[data-margin-bottom="88"] {
  margin-bottom: 88px !important;
}
[data-margin-top="89"] {
  margin-top: 89px !important;
}
[data-margin-bottom="89"] {
  margin-bottom: 89px !important;
}
[data-margin-top="90"] {
  margin-top: 90px !important;
}
[data-margin-bottom="90"] {
  margin-bottom: 90px !important;
}
[data-margin-top="91"] {
  margin-top: 91px !important;
}
[data-margin-bottom="91"] {
  margin-bottom: 91px !important;
}
[data-margin-top="92"] {
  margin-top: 92px !important;
}
[data-margin-bottom="92"] {
  margin-bottom: 92px !important;
}
[data-margin-top="93"] {
  margin-top: 93px !important;
}
[data-margin-bottom="93"] {
  margin-bottom: 93px !important;
}
[data-margin-top="94"] {
  margin-top: 94px !important;
}
[data-margin-bottom="94"] {
  margin-bottom: 94px !important;
}
[data-margin-top="95"] {
  margin-top: 95px !important;
}
[data-margin-bottom="95"] {
  margin-bottom: 95px !important;
}
[data-margin-top="96"] {
  margin-top: 96px !important;
}
[data-margin-bottom="96"] {
  margin-bottom: 96px !important;
}
[data-margin-top="97"] {
  margin-top: 97px !important;
}
[data-margin-bottom="97"] {
  margin-bottom: 97px !important;
}
[data-margin-top="98"] {
  margin-top: 98px !important;
}
[data-margin-bottom="98"] {
  margin-bottom: 98px !important;
}
[data-margin-top="99"] {
  margin-top: 99px !important;
}
[data-margin-bottom="99"] {
  margin-bottom: 99px !important;
}
[data-margin-top="100"] {
  margin-top: 100px !important;
}
[data-margin-bottom="100"] {
  margin-bottom: 100px !important;
}
[data-margin-top="101"] {
  margin-top: 101px !important;
}
[data-margin-bottom="101"] {
  margin-bottom: 101px !important;
}
[data-margin-top="102"] {
  margin-top: 102px !important;
}
[data-margin-bottom="102"] {
  margin-bottom: 102px !important;
}
[data-margin-top="103"] {
  margin-top: 103px !important;
}
[data-margin-bottom="103"] {
  margin-bottom: 103px !important;
}
[data-margin-top="104"] {
  margin-top: 104px !important;
}
[data-margin-bottom="104"] {
  margin-bottom: 104px !important;
}
[data-margin-top="105"] {
  margin-top: 105px !important;
}
[data-margin-bottom="105"] {
  margin-bottom: 105px !important;
}
[data-margin-top="106"] {
  margin-top: 106px !important;
}
[data-margin-bottom="106"] {
  margin-bottom: 106px !important;
}
[data-margin-top="107"] {
  margin-top: 107px !important;
}
[data-margin-bottom="107"] {
  margin-bottom: 107px !important;
}
[data-margin-top="108"] {
  margin-top: 108px !important;
}
[data-margin-bottom="108"] {
  margin-bottom: 108px !important;
}
[data-margin-top="109"] {
  margin-top: 109px !important;
}
[data-margin-bottom="109"] {
  margin-bottom: 109px !important;
}
[data-margin-top="110"] {
  margin-top: 110px !important;
}
[data-margin-bottom="110"] {
  margin-bottom: 110px !important;
}
[data-margin-top="111"] {
  margin-top: 111px !important;
}
[data-margin-bottom="111"] {
  margin-bottom: 111px !important;
}
[data-margin-top="112"] {
  margin-top: 112px !important;
}
[data-margin-bottom="112"] {
  margin-bottom: 112px !important;
}
[data-margin-top="113"] {
  margin-top: 113px !important;
}
[data-margin-bottom="113"] {
  margin-bottom: 113px !important;
}
[data-margin-top="114"] {
  margin-top: 114px !important;
}
[data-margin-bottom="114"] {
  margin-bottom: 114px !important;
}
[data-margin-top="115"] {
  margin-top: 115px !important;
}
[data-margin-bottom="115"] {
  margin-bottom: 115px !important;
}
[data-margin-top="116"] {
  margin-top: 116px !important;
}
[data-margin-bottom="116"] {
  margin-bottom: 116px !important;
}
[data-margin-top="117"] {
  margin-top: 117px !important;
}
[data-margin-bottom="117"] {
  margin-bottom: 117px !important;
}
[data-margin-top="118"] {
  margin-top: 118px !important;
}
[data-margin-bottom="118"] {
  margin-bottom: 118px !important;
}
[data-margin-top="119"] {
  margin-top: 119px !important;
}
[data-margin-bottom="119"] {
  margin-bottom: 119px !important;
}
[data-margin-top="120"] {
  margin-top: 120px !important;
}
[data-margin-bottom="120"] {
  margin-bottom: 120px !important;
}
[data-margin-top="121"] {
  margin-top: 121px !important;
}
[data-margin-bottom="121"] {
  margin-bottom: 121px !important;
}
[data-margin-top="122"] {
  margin-top: 122px !important;
}
[data-margin-bottom="122"] {
  margin-bottom: 122px !important;
}
[data-margin-top="123"] {
  margin-top: 123px !important;
}
[data-margin-bottom="123"] {
  margin-bottom: 123px !important;
}
[data-margin-top="124"] {
  margin-top: 124px !important;
}
[data-margin-bottom="124"] {
  margin-bottom: 124px !important;
}
[data-margin-top="125"] {
  margin-top: 125px !important;
}
[data-margin-bottom="125"] {
  margin-bottom: 125px !important;
}
[data-margin-top="126"] {
  margin-top: 126px !important;
}
[data-margin-bottom="126"] {
  margin-bottom: 126px !important;
}
[data-margin-top="127"] {
  margin-top: 127px !important;
}
[data-margin-bottom="127"] {
  margin-bottom: 127px !important;
}
[data-margin-top="128"] {
  margin-top: 128px !important;
}
[data-margin-bottom="128"] {
  margin-bottom: 128px !important;
}
[data-margin-top="129"] {
  margin-top: 129px !important;
}
[data-margin-bottom="129"] {
  margin-bottom: 129px !important;
}
[data-margin-top="130"] {
  margin-top: 130px !important;
}
[data-margin-bottom="130"] {
  margin-bottom: 130px !important;
}
[data-margin-top="131"] {
  margin-top: 131px !important;
}
[data-margin-bottom="131"] {
  margin-bottom: 131px !important;
}
[data-margin-top="132"] {
  margin-top: 132px !important;
}
[data-margin-bottom="132"] {
  margin-bottom: 132px !important;
}
[data-margin-top="133"] {
  margin-top: 133px !important;
}
[data-margin-bottom="133"] {
  margin-bottom: 133px !important;
}
[data-margin-top="134"] {
  margin-top: 134px !important;
}
[data-margin-bottom="134"] {
  margin-bottom: 134px !important;
}
[data-margin-top="135"] {
  margin-top: 135px !important;
}
[data-margin-bottom="135"] {
  margin-bottom: 135px !important;
}
[data-margin-top="136"] {
  margin-top: 136px !important;
}
[data-margin-bottom="136"] {
  margin-bottom: 136px !important;
}
[data-margin-top="137"] {
  margin-top: 137px !important;
}
[data-margin-bottom="137"] {
  margin-bottom: 137px !important;
}
[data-margin-top="138"] {
  margin-top: 138px !important;
}
[data-margin-bottom="138"] {
  margin-bottom: 138px !important;
}
[data-margin-top="139"] {
  margin-top: 139px !important;
}
[data-margin-bottom="139"] {
  margin-bottom: 139px !important;
}
[data-margin-top="140"] {
  margin-top: 140px !important;
}
[data-margin-bottom="140"] {
  margin-bottom: 140px !important;
}
[data-margin-top="141"] {
  margin-top: 141px !important;
}
[data-margin-bottom="141"] {
  margin-bottom: 141px !important;
}
[data-margin-top="142"] {
  margin-top: 142px !important;
}
[data-margin-bottom="142"] {
  margin-bottom: 142px !important;
}
[data-margin-top="143"] {
  margin-top: 143px !important;
}
[data-margin-bottom="143"] {
  margin-bottom: 143px !important;
}
[data-margin-top="144"] {
  margin-top: 144px !important;
}
[data-margin-bottom="144"] {
  margin-bottom: 144px !important;
}
[data-margin-top="145"] {
  margin-top: 145px !important;
}
[data-margin-bottom="145"] {
  margin-bottom: 145px !important;
}
[data-margin-top="146"] {
  margin-top: 146px !important;
}
[data-margin-bottom="146"] {
  margin-bottom: 146px !important;
}
[data-margin-top="147"] {
  margin-top: 147px !important;
}
[data-margin-bottom="147"] {
  margin-bottom: 147px !important;
}
[data-margin-top="148"] {
  margin-top: 148px !important;
}
[data-margin-bottom="148"] {
  margin-bottom: 148px !important;
}
[data-margin-top="149"] {
  margin-top: 149px !important;
}
[data-margin-bottom="149"] {
  margin-bottom: 149px !important;
}
[data-margin-top="150"] {
  margin-top: 150px !important;
}
[data-margin-bottom="150"] {
  margin-bottom: 150px !important;
}
[data-margin-top="151"] {
  margin-top: 151px !important;
}
[data-margin-bottom="151"] {
  margin-bottom: 151px !important;
}
[data-margin-top="152"] {
  margin-top: 152px !important;
}
[data-margin-bottom="152"] {
  margin-bottom: 152px !important;
}
[data-margin-top="153"] {
  margin-top: 153px !important;
}
[data-margin-bottom="153"] {
  margin-bottom: 153px !important;
}
[data-margin-top="154"] {
  margin-top: 154px !important;
}
[data-margin-bottom="154"] {
  margin-bottom: 154px !important;
}
[data-margin-top="155"] {
  margin-top: 155px !important;
}
[data-margin-bottom="155"] {
  margin-bottom: 155px !important;
}
[data-margin-top="156"] {
  margin-top: 156px !important;
}
[data-margin-bottom="156"] {
  margin-bottom: 156px !important;
}
[data-margin-top="157"] {
  margin-top: 157px !important;
}
[data-margin-bottom="157"] {
  margin-bottom: 157px !important;
}
[data-margin-top="158"] {
  margin-top: 158px !important;
}
[data-margin-bottom="158"] {
  margin-bottom: 158px !important;
}
[data-margin-top="159"] {
  margin-top: 159px !important;
}
[data-margin-bottom="159"] {
  margin-bottom: 159px !important;
}
[data-margin-top="160"] {
  margin-top: 160px !important;
}
[data-margin-bottom="160"] {
  margin-bottom: 160px !important;
}
[data-margin-top="161"] {
  margin-top: 161px !important;
}
[data-margin-bottom="161"] {
  margin-bottom: 161px !important;
}
[data-margin-top="162"] {
  margin-top: 162px !important;
}
[data-margin-bottom="162"] {
  margin-bottom: 162px !important;
}
[data-margin-top="163"] {
  margin-top: 163px !important;
}
[data-margin-bottom="163"] {
  margin-bottom: 163px !important;
}
[data-margin-top="164"] {
  margin-top: 164px !important;
}
[data-margin-bottom="164"] {
  margin-bottom: 164px !important;
}
[data-margin-top="165"] {
  margin-top: 165px !important;
}
[data-margin-bottom="165"] {
  margin-bottom: 165px !important;
}
[data-margin-top="166"] {
  margin-top: 166px !important;
}
[data-margin-bottom="166"] {
  margin-bottom: 166px !important;
}
[data-margin-top="167"] {
  margin-top: 167px !important;
}
[data-margin-bottom="167"] {
  margin-bottom: 167px !important;
}
[data-margin-top="168"] {
  margin-top: 168px !important;
}
[data-margin-bottom="168"] {
  margin-bottom: 168px !important;
}
[data-margin-top="169"] {
  margin-top: 169px !important;
}
[data-margin-bottom="169"] {
  margin-bottom: 169px !important;
}
[data-margin-top="170"] {
  margin-top: 170px !important;
}
[data-margin-bottom="170"] {
  margin-bottom: 170px !important;
}
[data-margin-top="171"] {
  margin-top: 171px !important;
}
[data-margin-bottom="171"] {
  margin-bottom: 171px !important;
}
[data-margin-top="172"] {
  margin-top: 172px !important;
}
[data-margin-bottom="172"] {
  margin-bottom: 172px !important;
}
[data-margin-top="173"] {
  margin-top: 173px !important;
}
[data-margin-bottom="173"] {
  margin-bottom: 173px !important;
}
[data-margin-top="174"] {
  margin-top: 174px !important;
}
[data-margin-bottom="174"] {
  margin-bottom: 174px !important;
}
[data-margin-top="175"] {
  margin-top: 175px !important;
}
[data-margin-bottom="175"] {
  margin-bottom: 175px !important;
}
[data-margin-top="176"] {
  margin-top: 176px !important;
}
[data-margin-bottom="176"] {
  margin-bottom: 176px !important;
}
[data-margin-top="177"] {
  margin-top: 177px !important;
}
[data-margin-bottom="177"] {
  margin-bottom: 177px !important;
}
[data-margin-top="178"] {
  margin-top: 178px !important;
}
[data-margin-bottom="178"] {
  margin-bottom: 178px !important;
}
[data-margin-top="179"] {
  margin-top: 179px !important;
}
[data-margin-bottom="179"] {
  margin-bottom: 179px !important;
}
[data-margin-top="180"] {
  margin-top: 180px !important;
}
[data-margin-bottom="180"] {
  margin-bottom: 180px !important;
}
[data-margin-top="181"] {
  margin-top: 181px !important;
}
[data-margin-bottom="181"] {
  margin-bottom: 181px !important;
}
[data-margin-top="182"] {
  margin-top: 182px !important;
}
[data-margin-bottom="182"] {
  margin-bottom: 182px !important;
}
[data-margin-top="183"] {
  margin-top: 183px !important;
}
[data-margin-bottom="183"] {
  margin-bottom: 183px !important;
}
[data-margin-top="184"] {
  margin-top: 184px !important;
}
[data-margin-bottom="184"] {
  margin-bottom: 184px !important;
}
[data-margin-top="185"] {
  margin-top: 185px !important;
}
[data-margin-bottom="185"] {
  margin-bottom: 185px !important;
}
[data-margin-top="186"] {
  margin-top: 186px !important;
}
[data-margin-bottom="186"] {
  margin-bottom: 186px !important;
}
[data-margin-top="187"] {
  margin-top: 187px !important;
}
[data-margin-bottom="187"] {
  margin-bottom: 187px !important;
}
[data-margin-top="188"] {
  margin-top: 188px !important;
}
[data-margin-bottom="188"] {
  margin-bottom: 188px !important;
}
[data-margin-top="189"] {
  margin-top: 189px !important;
}
[data-margin-bottom="189"] {
  margin-bottom: 189px !important;
}
[data-margin-top="190"] {
  margin-top: 190px !important;
}
[data-margin-bottom="190"] {
  margin-bottom: 190px !important;
}
[data-margin-top="191"] {
  margin-top: 191px !important;
}
[data-margin-bottom="191"] {
  margin-bottom: 191px !important;
}
[data-margin-top="192"] {
  margin-top: 192px !important;
}
[data-margin-bottom="192"] {
  margin-bottom: 192px !important;
}
[data-margin-top="193"] {
  margin-top: 193px !important;
}
[data-margin-bottom="193"] {
  margin-bottom: 193px !important;
}
[data-margin-top="194"] {
  margin-top: 194px !important;
}
[data-margin-bottom="194"] {
  margin-bottom: 194px !important;
}
[data-margin-top="195"] {
  margin-top: 195px !important;
}
[data-margin-bottom="195"] {
  margin-bottom: 195px !important;
}
[data-margin-top="196"] {
  margin-top: 196px !important;
}
[data-margin-bottom="196"] {
  margin-bottom: 196px !important;
}
[data-margin-top="197"] {
  margin-top: 197px !important;
}
[data-margin-bottom="197"] {
  margin-bottom: 197px !important;
}
[data-margin-top="198"] {
  margin-top: 198px !important;
}
[data-margin-bottom="198"] {
  margin-bottom: 198px !important;
}
[data-margin-top="199"] {
  margin-top: 199px !important;
}
[data-margin-bottom="199"] {
  margin-bottom: 199px !important;
}
[data-margin-top="200"] {
  margin-top: 200px !important;
}
[data-margin-bottom="200"] {
  margin-bottom: 200px !important;
}
[data-margin-top="201"] {
  margin-top: 201px !important;
}
[data-margin-bottom="201"] {
  margin-bottom: 201px !important;
}
[data-margin-top="202"] {
  margin-top: 202px !important;
}
[data-margin-bottom="202"] {
  margin-bottom: 202px !important;
}
[data-margin-top="203"] {
  margin-top: 203px !important;
}
[data-margin-bottom="203"] {
  margin-bottom: 203px !important;
}
[data-margin-top="204"] {
  margin-top: 204px !important;
}
[data-margin-bottom="204"] {
  margin-bottom: 204px !important;
}
[data-margin-top="205"] {
  margin-top: 205px !important;
}
[data-margin-bottom="205"] {
  margin-bottom: 205px !important;
}
[data-margin-top="206"] {
  margin-top: 206px !important;
}
[data-margin-bottom="206"] {
  margin-bottom: 206px !important;
}
[data-margin-top="207"] {
  margin-top: 207px !important;
}
[data-margin-bottom="207"] {
  margin-bottom: 207px !important;
}
[data-margin-top="208"] {
  margin-top: 208px !important;
}
[data-margin-bottom="208"] {
  margin-bottom: 208px !important;
}
[data-margin-top="209"] {
  margin-top: 209px !important;
}
[data-margin-bottom="209"] {
  margin-bottom: 209px !important;
}
[data-margin-top="210"] {
  margin-top: 210px !important;
}
[data-margin-bottom="210"] {
  margin-bottom: 210px !important;
}
[data-margin-top="211"] {
  margin-top: 211px !important;
}
[data-margin-bottom="211"] {
  margin-bottom: 211px !important;
}
[data-margin-top="212"] {
  margin-top: 212px !important;
}
[data-margin-bottom="212"] {
  margin-bottom: 212px !important;
}
[data-margin-top="213"] {
  margin-top: 213px !important;
}
[data-margin-bottom="213"] {
  margin-bottom: 213px !important;
}
[data-margin-top="214"] {
  margin-top: 214px !important;
}
[data-margin-bottom="214"] {
  margin-bottom: 214px !important;
}
[data-margin-top="215"] {
  margin-top: 215px !important;
}
[data-margin-bottom="215"] {
  margin-bottom: 215px !important;
}
[data-margin-top="216"] {
  margin-top: 216px !important;
}
[data-margin-bottom="216"] {
  margin-bottom: 216px !important;
}
[data-margin-top="217"] {
  margin-top: 217px !important;
}
[data-margin-bottom="217"] {
  margin-bottom: 217px !important;
}
[data-margin-top="218"] {
  margin-top: 218px !important;
}
[data-margin-bottom="218"] {
  margin-bottom: 218px !important;
}
[data-margin-top="219"] {
  margin-top: 219px !important;
}
[data-margin-bottom="219"] {
  margin-bottom: 219px !important;
}
[data-margin-top="220"] {
  margin-top: 220px !important;
}
[data-margin-bottom="220"] {
  margin-bottom: 220px !important;
}
[data-margin-top="221"] {
  margin-top: 221px !important;
}
[data-margin-bottom="221"] {
  margin-bottom: 221px !important;
}
[data-margin-top="222"] {
  margin-top: 222px !important;
}
[data-margin-bottom="222"] {
  margin-bottom: 222px !important;
}
[data-margin-top="223"] {
  margin-top: 223px !important;
}
[data-margin-bottom="223"] {
  margin-bottom: 223px !important;
}
[data-margin-top="224"] {
  margin-top: 224px !important;
}
[data-margin-bottom="224"] {
  margin-bottom: 224px !important;
}
[data-margin-top="225"] {
  margin-top: 225px !important;
}
[data-margin-bottom="225"] {
  margin-bottom: 225px !important;
}
[data-margin-top="226"] {
  margin-top: 226px !important;
}
[data-margin-bottom="226"] {
  margin-bottom: 226px !important;
}
[data-margin-top="227"] {
  margin-top: 227px !important;
}
[data-margin-bottom="227"] {
  margin-bottom: 227px !important;
}
[data-margin-top="228"] {
  margin-top: 228px !important;
}
[data-margin-bottom="228"] {
  margin-bottom: 228px !important;
}
[data-margin-top="229"] {
  margin-top: 229px !important;
}
[data-margin-bottom="229"] {
  margin-bottom: 229px !important;
}
[data-margin-top="230"] {
  margin-top: 230px !important;
}
[data-margin-bottom="230"] {
  margin-bottom: 230px !important;
}
[data-margin-top="231"] {
  margin-top: 231px !important;
}
[data-margin-bottom="231"] {
  margin-bottom: 231px !important;
}
[data-margin-top="232"] {
  margin-top: 232px !important;
}
[data-margin-bottom="232"] {
  margin-bottom: 232px !important;
}
[data-margin-top="233"] {
  margin-top: 233px !important;
}
[data-margin-bottom="233"] {
  margin-bottom: 233px !important;
}
[data-margin-top="234"] {
  margin-top: 234px !important;
}
[data-margin-bottom="234"] {
  margin-bottom: 234px !important;
}
[data-margin-top="235"] {
  margin-top: 235px !important;
}
[data-margin-bottom="235"] {
  margin-bottom: 235px !important;
}
[data-margin-top="236"] {
  margin-top: 236px !important;
}
[data-margin-bottom="236"] {
  margin-bottom: 236px !important;
}
[data-margin-top="237"] {
  margin-top: 237px !important;
}
[data-margin-bottom="237"] {
  margin-bottom: 237px !important;
}
[data-margin-top="238"] {
  margin-top: 238px !important;
}
[data-margin-bottom="238"] {
  margin-bottom: 238px !important;
}
[data-margin-top="239"] {
  margin-top: 239px !important;
}
[data-margin-bottom="239"] {
  margin-bottom: 239px !important;
}
[data-margin-top="240"] {
  margin-top: 240px !important;
}
[data-margin-bottom="240"] {
  margin-bottom: 240px !important;
}
[data-margin-top="241"] {
  margin-top: 241px !important;
}
[data-margin-bottom="241"] {
  margin-bottom: 241px !important;
}
[data-margin-top="242"] {
  margin-top: 242px !important;
}
[data-margin-bottom="242"] {
  margin-bottom: 242px !important;
}
[data-margin-top="243"] {
  margin-top: 243px !important;
}
[data-margin-bottom="243"] {
  margin-bottom: 243px !important;
}
[data-margin-top="244"] {
  margin-top: 244px !important;
}
[data-margin-bottom="244"] {
  margin-bottom: 244px !important;
}
[data-margin-top="245"] {
  margin-top: 245px !important;
}
[data-margin-bottom="245"] {
  margin-bottom: 245px !important;
}
[data-margin-top="246"] {
  margin-top: 246px !important;
}
[data-margin-bottom="246"] {
  margin-bottom: 246px !important;
}
[data-margin-top="247"] {
  margin-top: 247px !important;
}
[data-margin-bottom="247"] {
  margin-bottom: 247px !important;
}
[data-margin-top="248"] {
  margin-top: 248px !important;
}
[data-margin-bottom="248"] {
  margin-bottom: 248px !important;
}
[data-margin-top="249"] {
  margin-top: 249px !important;
}
[data-margin-bottom="249"] {
  margin-bottom: 249px !important;
}
[data-margin-top="250"] {
  margin-top: 250px !important;
}
[data-margin-bottom="250"] {
  margin-bottom: 250px !important;
}
[data-margin-top="251"] {
  margin-top: 251px !important;
}
[data-margin-bottom="251"] {
  margin-bottom: 251px !important;
}
[data-margin-top="252"] {
  margin-top: 252px !important;
}
[data-margin-bottom="252"] {
  margin-bottom: 252px !important;
}
[data-margin-top="253"] {
  margin-top: 253px !important;
}
[data-margin-bottom="253"] {
  margin-bottom: 253px !important;
}
[data-margin-top="254"] {
  margin-top: 254px !important;
}
[data-margin-bottom="254"] {
  margin-bottom: 254px !important;
}
[data-margin-top="255"] {
  margin-top: 255px !important;
}
[data-margin-bottom="255"] {
  margin-bottom: 255px !important;
}
[data-margin-top="256"] {
  margin-top: 256px !important;
}
[data-margin-bottom="256"] {
  margin-bottom: 256px !important;
}
[data-margin-top="257"] {
  margin-top: 257px !important;
}
[data-margin-bottom="257"] {
  margin-bottom: 257px !important;
}
[data-margin-top="258"] {
  margin-top: 258px !important;
}
[data-margin-bottom="258"] {
  margin-bottom: 258px !important;
}
[data-margin-top="259"] {
  margin-top: 259px !important;
}
[data-margin-bottom="259"] {
  margin-bottom: 259px !important;
}
[data-margin-top="260"] {
  margin-top: 260px !important;
}
[data-margin-bottom="260"] {
  margin-bottom: 260px !important;
}
[data-margin-top="261"] {
  margin-top: 261px !important;
}
[data-margin-bottom="261"] {
  margin-bottom: 261px !important;
}
[data-margin-top="262"] {
  margin-top: 262px !important;
}
[data-margin-bottom="262"] {
  margin-bottom: 262px !important;
}
[data-margin-top="263"] {
  margin-top: 263px !important;
}
[data-margin-bottom="263"] {
  margin-bottom: 263px !important;
}
[data-margin-top="264"] {
  margin-top: 264px !important;
}
[data-margin-bottom="264"] {
  margin-bottom: 264px !important;
}
[data-margin-top="265"] {
  margin-top: 265px !important;
}
[data-margin-bottom="265"] {
  margin-bottom: 265px !important;
}
[data-margin-top="266"] {
  margin-top: 266px !important;
}
[data-margin-bottom="266"] {
  margin-bottom: 266px !important;
}
[data-margin-top="267"] {
  margin-top: 267px !important;
}
[data-margin-bottom="267"] {
  margin-bottom: 267px !important;
}
[data-margin-top="268"] {
  margin-top: 268px !important;
}
[data-margin-bottom="268"] {
  margin-bottom: 268px !important;
}
[data-margin-top="269"] {
  margin-top: 269px !important;
}
[data-margin-bottom="269"] {
  margin-bottom: 269px !important;
}
[data-margin-top="270"] {
  margin-top: 270px !important;
}
[data-margin-bottom="270"] {
  margin-bottom: 270px !important;
}
[data-margin-top="271"] {
  margin-top: 271px !important;
}
[data-margin-bottom="271"] {
  margin-bottom: 271px !important;
}
[data-margin-top="272"] {
  margin-top: 272px !important;
}
[data-margin-bottom="272"] {
  margin-bottom: 272px !important;
}
[data-margin-top="273"] {
  margin-top: 273px !important;
}
[data-margin-bottom="273"] {
  margin-bottom: 273px !important;
}
[data-margin-top="274"] {
  margin-top: 274px !important;
}
[data-margin-bottom="274"] {
  margin-bottom: 274px !important;
}
[data-margin-top="275"] {
  margin-top: 275px !important;
}
[data-margin-bottom="275"] {
  margin-bottom: 275px !important;
}
[data-margin-top="276"] {
  margin-top: 276px !important;
}
[data-margin-bottom="276"] {
  margin-bottom: 276px !important;
}
[data-margin-top="277"] {
  margin-top: 277px !important;
}
[data-margin-bottom="277"] {
  margin-bottom: 277px !important;
}
[data-margin-top="278"] {
  margin-top: 278px !important;
}
[data-margin-bottom="278"] {
  margin-bottom: 278px !important;
}
[data-margin-top="279"] {
  margin-top: 279px !important;
}
[data-margin-bottom="279"] {
  margin-bottom: 279px !important;
}
[data-margin-top="280"] {
  margin-top: 280px !important;
}
[data-margin-bottom="280"] {
  margin-bottom: 280px !important;
}
[data-margin-top="281"] {
  margin-top: 281px !important;
}
[data-margin-bottom="281"] {
  margin-bottom: 281px !important;
}
[data-margin-top="282"] {
  margin-top: 282px !important;
}
[data-margin-bottom="282"] {
  margin-bottom: 282px !important;
}
[data-margin-top="283"] {
  margin-top: 283px !important;
}
[data-margin-bottom="283"] {
  margin-bottom: 283px !important;
}
[data-margin-top="284"] {
  margin-top: 284px !important;
}
[data-margin-bottom="284"] {
  margin-bottom: 284px !important;
}
[data-margin-top="285"] {
  margin-top: 285px !important;
}
[data-margin-bottom="285"] {
  margin-bottom: 285px !important;
}
[data-margin-top="286"] {
  margin-top: 286px !important;
}
[data-margin-bottom="286"] {
  margin-bottom: 286px !important;
}
[data-margin-top="287"] {
  margin-top: 287px !important;
}
[data-margin-bottom="287"] {
  margin-bottom: 287px !important;
}
[data-margin-top="288"] {
  margin-top: 288px !important;
}
[data-margin-bottom="288"] {
  margin-bottom: 288px !important;
}
[data-margin-top="289"] {
  margin-top: 289px !important;
}
[data-margin-bottom="289"] {
  margin-bottom: 289px !important;
}
[data-margin-top="290"] {
  margin-top: 290px !important;
}
[data-margin-bottom="290"] {
  margin-bottom: 290px !important;
}
[data-margin-top="291"] {
  margin-top: 291px !important;
}
[data-margin-bottom="291"] {
  margin-bottom: 291px !important;
}
[data-margin-top="292"] {
  margin-top: 292px !important;
}
[data-margin-bottom="292"] {
  margin-bottom: 292px !important;
}
[data-margin-top="293"] {
  margin-top: 293px !important;
}
[data-margin-bottom="293"] {
  margin-bottom: 293px !important;
}
[data-margin-top="294"] {
  margin-top: 294px !important;
}
[data-margin-bottom="294"] {
  margin-bottom: 294px !important;
}
[data-margin-top="295"] {
  margin-top: 295px !important;
}
[data-margin-bottom="295"] {
  margin-bottom: 295px !important;
}
[data-margin-top="296"] {
  margin-top: 296px !important;
}
[data-margin-bottom="296"] {
  margin-bottom: 296px !important;
}
[data-margin-top="297"] {
  margin-top: 297px !important;
}
[data-margin-bottom="297"] {
  margin-bottom: 297px !important;
}
[data-margin-top="298"] {
  margin-top: 298px !important;
}
[data-margin-bottom="298"] {
  margin-bottom: 298px !important;
}
[data-margin-top="299"] {
  margin-top: 299px !important;
}
[data-margin-bottom="299"] {
  margin-bottom: 299px !important;
}
[data-margin-top="300"] {
  margin-top: 300px !important;
}
[data-margin-bottom="300"] {
  margin-bottom: 300px !important;
}
[data-margin-top="301"] {
  margin-top: 301px !important;
}
[data-margin-bottom="301"] {
  margin-bottom: 301px !important;
}
[data-margin-top="302"] {
  margin-top: 302px !important;
}
[data-margin-bottom="302"] {
  margin-bottom: 302px !important;
}
[data-margin-top="303"] {
  margin-top: 303px !important;
}
[data-margin-bottom="303"] {
  margin-bottom: 303px !important;
}
[data-margin-top="304"] {
  margin-top: 304px !important;
}
[data-margin-bottom="304"] {
  margin-bottom: 304px !important;
}
[data-margin-top="305"] {
  margin-top: 305px !important;
}
[data-margin-bottom="305"] {
  margin-bottom: 305px !important;
}
[data-margin-top="306"] {
  margin-top: 306px !important;
}
[data-margin-bottom="306"] {
  margin-bottom: 306px !important;
}
[data-margin-top="307"] {
  margin-top: 307px !important;
}
[data-margin-bottom="307"] {
  margin-bottom: 307px !important;
}
[data-margin-top="308"] {
  margin-top: 308px !important;
}
[data-margin-bottom="308"] {
  margin-bottom: 308px !important;
}
[data-margin-top="309"] {
  margin-top: 309px !important;
}
[data-margin-bottom="309"] {
  margin-bottom: 309px !important;
}
[data-margin-top="310"] {
  margin-top: 310px !important;
}
[data-margin-bottom="310"] {
  margin-bottom: 310px !important;
}
[data-margin-top="311"] {
  margin-top: 311px !important;
}
[data-margin-bottom="311"] {
  margin-bottom: 311px !important;
}
[data-margin-top="312"] {
  margin-top: 312px !important;
}
[data-margin-bottom="312"] {
  margin-bottom: 312px !important;
}
[data-margin-top="313"] {
  margin-top: 313px !important;
}
[data-margin-bottom="313"] {
  margin-bottom: 313px !important;
}
[data-margin-top="314"] {
  margin-top: 314px !important;
}
[data-margin-bottom="314"] {
  margin-bottom: 314px !important;
}
[data-margin-top="315"] {
  margin-top: 315px !important;
}
[data-margin-bottom="315"] {
  margin-bottom: 315px !important;
}
[data-margin-top="316"] {
  margin-top: 316px !important;
}
[data-margin-bottom="316"] {
  margin-bottom: 316px !important;
}
[data-margin-top="317"] {
  margin-top: 317px !important;
}
[data-margin-bottom="317"] {
  margin-bottom: 317px !important;
}
[data-margin-top="318"] {
  margin-top: 318px !important;
}
[data-margin-bottom="318"] {
  margin-bottom: 318px !important;
}
[data-margin-top="319"] {
  margin-top: 319px !important;
}
[data-margin-bottom="319"] {
  margin-bottom: 319px !important;
}
[data-margin-top="320"] {
  margin-top: 320px !important;
}
[data-margin-bottom="320"] {
  margin-bottom: 320px !important;
}
[data-margin-top="321"] {
  margin-top: 321px !important;
}
[data-margin-bottom="321"] {
  margin-bottom: 321px !important;
}
[data-margin-top="322"] {
  margin-top: 322px !important;
}
[data-margin-bottom="322"] {
  margin-bottom: 322px !important;
}
[data-margin-top="323"] {
  margin-top: 323px !important;
}
[data-margin-bottom="323"] {
  margin-bottom: 323px !important;
}
[data-margin-top="324"] {
  margin-top: 324px !important;
}
[data-margin-bottom="324"] {
  margin-bottom: 324px !important;
}
[data-margin-top="325"] {
  margin-top: 325px !important;
}
[data-margin-bottom="325"] {
  margin-bottom: 325px !important;
}
[data-margin-top="326"] {
  margin-top: 326px !important;
}
[data-margin-bottom="326"] {
  margin-bottom: 326px !important;
}
[data-margin-top="327"] {
  margin-top: 327px !important;
}
[data-margin-bottom="327"] {
  margin-bottom: 327px !important;
}
[data-margin-top="328"] {
  margin-top: 328px !important;
}
[data-margin-bottom="328"] {
  margin-bottom: 328px !important;
}
[data-margin-top="329"] {
  margin-top: 329px !important;
}
[data-margin-bottom="329"] {
  margin-bottom: 329px !important;
}
[data-margin-top="330"] {
  margin-top: 330px !important;
}
[data-margin-bottom="330"] {
  margin-bottom: 330px !important;
}
[data-margin-top="331"] {
  margin-top: 331px !important;
}
[data-margin-bottom="331"] {
  margin-bottom: 331px !important;
}
[data-margin-top="332"] {
  margin-top: 332px !important;
}
[data-margin-bottom="332"] {
  margin-bottom: 332px !important;
}
[data-margin-top="333"] {
  margin-top: 333px !important;
}
[data-margin-bottom="333"] {
  margin-bottom: 333px !important;
}
[data-margin-top="334"] {
  margin-top: 334px !important;
}
[data-margin-bottom="334"] {
  margin-bottom: 334px !important;
}
[data-margin-top="335"] {
  margin-top: 335px !important;
}
[data-margin-bottom="335"] {
  margin-bottom: 335px !important;
}
[data-margin-top="336"] {
  margin-top: 336px !important;
}
[data-margin-bottom="336"] {
  margin-bottom: 336px !important;
}
[data-margin-top="337"] {
  margin-top: 337px !important;
}
[data-margin-bottom="337"] {
  margin-bottom: 337px !important;
}
[data-margin-top="338"] {
  margin-top: 338px !important;
}
[data-margin-bottom="338"] {
  margin-bottom: 338px !important;
}
[data-margin-top="339"] {
  margin-top: 339px !important;
}
[data-margin-bottom="339"] {
  margin-bottom: 339px !important;
}
[data-margin-top="340"] {
  margin-top: 340px !important;
}
[data-margin-bottom="340"] {
  margin-bottom: 340px !important;
}
[data-margin-top="341"] {
  margin-top: 341px !important;
}
[data-margin-bottom="341"] {
  margin-bottom: 341px !important;
}
[data-margin-top="342"] {
  margin-top: 342px !important;
}
[data-margin-bottom="342"] {
  margin-bottom: 342px !important;
}
[data-margin-top="343"] {
  margin-top: 343px !important;
}
[data-margin-bottom="343"] {
  margin-bottom: 343px !important;
}
[data-margin-top="344"] {
  margin-top: 344px !important;
}
[data-margin-bottom="344"] {
  margin-bottom: 344px !important;
}
[data-margin-top="345"] {
  margin-top: 345px !important;
}
[data-margin-bottom="345"] {
  margin-bottom: 345px !important;
}
[data-margin-top="346"] {
  margin-top: 346px !important;
}
[data-margin-bottom="346"] {
  margin-bottom: 346px !important;
}
[data-margin-top="347"] {
  margin-top: 347px !important;
}
[data-margin-bottom="347"] {
  margin-bottom: 347px !important;
}
[data-margin-top="348"] {
  margin-top: 348px !important;
}
[data-margin-bottom="348"] {
  margin-bottom: 348px !important;
}
[data-margin-top="349"] {
  margin-top: 349px !important;
}
[data-margin-bottom="349"] {
  margin-bottom: 349px !important;
}
[data-margin-top="350"] {
  margin-top: 350px !important;
}
[data-margin-bottom="350"] {
  margin-bottom: 350px !important;
}
[data-margin-top="351"] {
  margin-top: 351px !important;
}
[data-margin-bottom="351"] {
  margin-bottom: 351px !important;
}
[data-margin-top="352"] {
  margin-top: 352px !important;
}
[data-margin-bottom="352"] {
  margin-bottom: 352px !important;
}
[data-margin-top="353"] {
  margin-top: 353px !important;
}
[data-margin-bottom="353"] {
  margin-bottom: 353px !important;
}
[data-margin-top="354"] {
  margin-top: 354px !important;
}
[data-margin-bottom="354"] {
  margin-bottom: 354px !important;
}
[data-margin-top="355"] {
  margin-top: 355px !important;
}
[data-margin-bottom="355"] {
  margin-bottom: 355px !important;
}
[data-margin-top="356"] {
  margin-top: 356px !important;
}
[data-margin-bottom="356"] {
  margin-bottom: 356px !important;
}
[data-margin-top="357"] {
  margin-top: 357px !important;
}
[data-margin-bottom="357"] {
  margin-bottom: 357px !important;
}
[data-margin-top="358"] {
  margin-top: 358px !important;
}
[data-margin-bottom="358"] {
  margin-bottom: 358px !important;
}
[data-margin-top="359"] {
  margin-top: 359px !important;
}
[data-margin-bottom="359"] {
  margin-bottom: 359px !important;
}
[data-margin-top="360"] {
  margin-top: 360px !important;
}
[data-margin-bottom="360"] {
  margin-bottom: 360px !important;
}
[data-margin-top="361"] {
  margin-top: 361px !important;
}
[data-margin-bottom="361"] {
  margin-bottom: 361px !important;
}
[data-margin-top="362"] {
  margin-top: 362px !important;
}
[data-margin-bottom="362"] {
  margin-bottom: 362px !important;
}
[data-margin-top="363"] {
  margin-top: 363px !important;
}
[data-margin-bottom="363"] {
  margin-bottom: 363px !important;
}
[data-margin-top="364"] {
  margin-top: 364px !important;
}
[data-margin-bottom="364"] {
  margin-bottom: 364px !important;
}
[data-margin-top="365"] {
  margin-top: 365px !important;
}
[data-margin-bottom="365"] {
  margin-bottom: 365px !important;
}
[data-margin-top="366"] {
  margin-top: 366px !important;
}
[data-margin-bottom="366"] {
  margin-bottom: 366px !important;
}
[data-margin-top="367"] {
  margin-top: 367px !important;
}
[data-margin-bottom="367"] {
  margin-bottom: 367px !important;
}
[data-margin-top="368"] {
  margin-top: 368px !important;
}
[data-margin-bottom="368"] {
  margin-bottom: 368px !important;
}
[data-margin-top="369"] {
  margin-top: 369px !important;
}
[data-margin-bottom="369"] {
  margin-bottom: 369px !important;
}
[data-margin-top="370"] {
  margin-top: 370px !important;
}
[data-margin-bottom="370"] {
  margin-bottom: 370px !important;
}
[data-margin-top="371"] {
  margin-top: 371px !important;
}
[data-margin-bottom="371"] {
  margin-bottom: 371px !important;
}
[data-margin-top="372"] {
  margin-top: 372px !important;
}
[data-margin-bottom="372"] {
  margin-bottom: 372px !important;
}
[data-margin-top="373"] {
  margin-top: 373px !important;
}
[data-margin-bottom="373"] {
  margin-bottom: 373px !important;
}
[data-margin-top="374"] {
  margin-top: 374px !important;
}
[data-margin-bottom="374"] {
  margin-bottom: 374px !important;
}
[data-margin-top="375"] {
  margin-top: 375px !important;
}
[data-margin-bottom="375"] {
  margin-bottom: 375px !important;
}
[data-margin-top="376"] {
  margin-top: 376px !important;
}
[data-margin-bottom="376"] {
  margin-bottom: 376px !important;
}
[data-margin-top="377"] {
  margin-top: 377px !important;
}
[data-margin-bottom="377"] {
  margin-bottom: 377px !important;
}
[data-margin-top="378"] {
  margin-top: 378px !important;
}
[data-margin-bottom="378"] {
  margin-bottom: 378px !important;
}
[data-margin-top="379"] {
  margin-top: 379px !important;
}
[data-margin-bottom="379"] {
  margin-bottom: 379px !important;
}
[data-margin-top="380"] {
  margin-top: 380px !important;
}
[data-margin-bottom="380"] {
  margin-bottom: 380px !important;
}
[data-margin-top="381"] {
  margin-top: 381px !important;
}
[data-margin-bottom="381"] {
  margin-bottom: 381px !important;
}
[data-margin-top="382"] {
  margin-top: 382px !important;
}
[data-margin-bottom="382"] {
  margin-bottom: 382px !important;
}
[data-margin-top="383"] {
  margin-top: 383px !important;
}
[data-margin-bottom="383"] {
  margin-bottom: 383px !important;
}
[data-margin-top="384"] {
  margin-top: 384px !important;
}
[data-margin-bottom="384"] {
  margin-bottom: 384px !important;
}
[data-margin-top="385"] {
  margin-top: 385px !important;
}
[data-margin-bottom="385"] {
  margin-bottom: 385px !important;
}
[data-margin-top="386"] {
  margin-top: 386px !important;
}
[data-margin-bottom="386"] {
  margin-bottom: 386px !important;
}
[data-margin-top="387"] {
  margin-top: 387px !important;
}
[data-margin-bottom="387"] {
  margin-bottom: 387px !important;
}
[data-margin-top="388"] {
  margin-top: 388px !important;
}
[data-margin-bottom="388"] {
  margin-bottom: 388px !important;
}
[data-margin-top="389"] {
  margin-top: 389px !important;
}
[data-margin-bottom="389"] {
  margin-bottom: 389px !important;
}
[data-margin-top="390"] {
  margin-top: 390px !important;
}
[data-margin-bottom="390"] {
  margin-bottom: 390px !important;
}
[data-margin-top="391"] {
  margin-top: 391px !important;
}
[data-margin-bottom="391"] {
  margin-bottom: 391px !important;
}
[data-margin-top="392"] {
  margin-top: 392px !important;
}
[data-margin-bottom="392"] {
  margin-bottom: 392px !important;
}
[data-margin-top="393"] {
  margin-top: 393px !important;
}
[data-margin-bottom="393"] {
  margin-bottom: 393px !important;
}
[data-margin-top="394"] {
  margin-top: 394px !important;
}
[data-margin-bottom="394"] {
  margin-bottom: 394px !important;
}
[data-margin-top="395"] {
  margin-top: 395px !important;
}
[data-margin-bottom="395"] {
  margin-bottom: 395px !important;
}
[data-margin-top="396"] {
  margin-top: 396px !important;
}
[data-margin-bottom="396"] {
  margin-bottom: 396px !important;
}
[data-margin-top="397"] {
  margin-top: 397px !important;
}
[data-margin-bottom="397"] {
  margin-bottom: 397px !important;
}
[data-margin-top="398"] {
  margin-top: 398px !important;
}
[data-margin-bottom="398"] {
  margin-bottom: 398px !important;
}
[data-margin-top="399"] {
  margin-top: 399px !important;
}
[data-margin-bottom="399"] {
  margin-bottom: 399px !important;
}
[data-margin-top="400"] {
  margin-top: 400px !important;
}
[data-margin-bottom="400"] {
  margin-bottom: 400px !important;
}
[data-margin-top="401"] {
  margin-top: 401px !important;
}
[data-margin-bottom="401"] {
  margin-bottom: 401px !important;
}
[data-margin-top="402"] {
  margin-top: 402px !important;
}
[data-margin-bottom="402"] {
  margin-bottom: 402px !important;
}
[data-margin-top="403"] {
  margin-top: 403px !important;
}
[data-margin-bottom="403"] {
  margin-bottom: 403px !important;
}
[data-margin-top="404"] {
  margin-top: 404px !important;
}
[data-margin-bottom="404"] {
  margin-bottom: 404px !important;
}
[data-margin-top="405"] {
  margin-top: 405px !important;
}
[data-margin-bottom="405"] {
  margin-bottom: 405px !important;
}
[data-margin-top="406"] {
  margin-top: 406px !important;
}
[data-margin-bottom="406"] {
  margin-bottom: 406px !important;
}
[data-margin-top="407"] {
  margin-top: 407px !important;
}
[data-margin-bottom="407"] {
  margin-bottom: 407px !important;
}
[data-margin-top="408"] {
  margin-top: 408px !important;
}
[data-margin-bottom="408"] {
  margin-bottom: 408px !important;
}
[data-margin-top="409"] {
  margin-top: 409px !important;
}
[data-margin-bottom="409"] {
  margin-bottom: 409px !important;
}
[data-margin-top="410"] {
  margin-top: 410px !important;
}
[data-margin-bottom="410"] {
  margin-bottom: 410px !important;
}
[data-margin-top="411"] {
  margin-top: 411px !important;
}
[data-margin-bottom="411"] {
  margin-bottom: 411px !important;
}
[data-margin-top="412"] {
  margin-top: 412px !important;
}
[data-margin-bottom="412"] {
  margin-bottom: 412px !important;
}
[data-margin-top="413"] {
  margin-top: 413px !important;
}
[data-margin-bottom="413"] {
  margin-bottom: 413px !important;
}
[data-margin-top="414"] {
  margin-top: 414px !important;
}
[data-margin-bottom="414"] {
  margin-bottom: 414px !important;
}
[data-margin-top="415"] {
  margin-top: 415px !important;
}
[data-margin-bottom="415"] {
  margin-bottom: 415px !important;
}
[data-margin-top="416"] {
  margin-top: 416px !important;
}
[data-margin-bottom="416"] {
  margin-bottom: 416px !important;
}
[data-margin-top="417"] {
  margin-top: 417px !important;
}
[data-margin-bottom="417"] {
  margin-bottom: 417px !important;
}
[data-margin-top="418"] {
  margin-top: 418px !important;
}
[data-margin-bottom="418"] {
  margin-bottom: 418px !important;
}
[data-margin-top="419"] {
  margin-top: 419px !important;
}
[data-margin-bottom="419"] {
  margin-bottom: 419px !important;
}
[data-margin-top="420"] {
  margin-top: 420px !important;
}
[data-margin-bottom="420"] {
  margin-bottom: 420px !important;
}
[data-margin-top="421"] {
  margin-top: 421px !important;
}
[data-margin-bottom="421"] {
  margin-bottom: 421px !important;
}
[data-margin-top="422"] {
  margin-top: 422px !important;
}
[data-margin-bottom="422"] {
  margin-bottom: 422px !important;
}
[data-margin-top="423"] {
  margin-top: 423px !important;
}
[data-margin-bottom="423"] {
  margin-bottom: 423px !important;
}
[data-margin-top="424"] {
  margin-top: 424px !important;
}
[data-margin-bottom="424"] {
  margin-bottom: 424px !important;
}
[data-margin-top="425"] {
  margin-top: 425px !important;
}
[data-margin-bottom="425"] {
  margin-bottom: 425px !important;
}
[data-margin-top="426"] {
  margin-top: 426px !important;
}
[data-margin-bottom="426"] {
  margin-bottom: 426px !important;
}
[data-margin-top="427"] {
  margin-top: 427px !important;
}
[data-margin-bottom="427"] {
  margin-bottom: 427px !important;
}
[data-margin-top="428"] {
  margin-top: 428px !important;
}
[data-margin-bottom="428"] {
  margin-bottom: 428px !important;
}
[data-margin-top="429"] {
  margin-top: 429px !important;
}
[data-margin-bottom="429"] {
  margin-bottom: 429px !important;
}
[data-margin-top="430"] {
  margin-top: 430px !important;
}
[data-margin-bottom="430"] {
  margin-bottom: 430px !important;
}
[data-margin-top="431"] {
  margin-top: 431px !important;
}
[data-margin-bottom="431"] {
  margin-bottom: 431px !important;
}
[data-margin-top="432"] {
  margin-top: 432px !important;
}
[data-margin-bottom="432"] {
  margin-bottom: 432px !important;
}
[data-margin-top="433"] {
  margin-top: 433px !important;
}
[data-margin-bottom="433"] {
  margin-bottom: 433px !important;
}
[data-margin-top="434"] {
  margin-top: 434px !important;
}
[data-margin-bottom="434"] {
  margin-bottom: 434px !important;
}
[data-margin-top="435"] {
  margin-top: 435px !important;
}
[data-margin-bottom="435"] {
  margin-bottom: 435px !important;
}
[data-margin-top="436"] {
  margin-top: 436px !important;
}
[data-margin-bottom="436"] {
  margin-bottom: 436px !important;
}
[data-margin-top="437"] {
  margin-top: 437px !important;
}
[data-margin-bottom="437"] {
  margin-bottom: 437px !important;
}
[data-margin-top="438"] {
  margin-top: 438px !important;
}
[data-margin-bottom="438"] {
  margin-bottom: 438px !important;
}
[data-margin-top="439"] {
  margin-top: 439px !important;
}
[data-margin-bottom="439"] {
  margin-bottom: 439px !important;
}
[data-margin-top="440"] {
  margin-top: 440px !important;
}
[data-margin-bottom="440"] {
  margin-bottom: 440px !important;
}
[data-margin-top="441"] {
  margin-top: 441px !important;
}
[data-margin-bottom="441"] {
  margin-bottom: 441px !important;
}
[data-margin-top="442"] {
  margin-top: 442px !important;
}
[data-margin-bottom="442"] {
  margin-bottom: 442px !important;
}
[data-margin-top="443"] {
  margin-top: 443px !important;
}
[data-margin-bottom="443"] {
  margin-bottom: 443px !important;
}
[data-margin-top="444"] {
  margin-top: 444px !important;
}
[data-margin-bottom="444"] {
  margin-bottom: 444px !important;
}
[data-margin-top="445"] {
  margin-top: 445px !important;
}
[data-margin-bottom="445"] {
  margin-bottom: 445px !important;
}
[data-margin-top="446"] {
  margin-top: 446px !important;
}
[data-margin-bottom="446"] {
  margin-bottom: 446px !important;
}
[data-margin-top="447"] {
  margin-top: 447px !important;
}
[data-margin-bottom="447"] {
  margin-bottom: 447px !important;
}
[data-margin-top="448"] {
  margin-top: 448px !important;
}
[data-margin-bottom="448"] {
  margin-bottom: 448px !important;
}
[data-margin-top="449"] {
  margin-top: 449px !important;
}
[data-margin-bottom="449"] {
  margin-bottom: 449px !important;
}
[data-margin-top="450"] {
  margin-top: 450px !important;
}
[data-margin-bottom="450"] {
  margin-bottom: 450px !important;
}
[data-margin-top="451"] {
  margin-top: 451px !important;
}
[data-margin-bottom="451"] {
  margin-bottom: 451px !important;
}
[data-margin-top="452"] {
  margin-top: 452px !important;
}
[data-margin-bottom="452"] {
  margin-bottom: 452px !important;
}
[data-margin-top="453"] {
  margin-top: 453px !important;
}
[data-margin-bottom="453"] {
  margin-bottom: 453px !important;
}
[data-margin-top="454"] {
  margin-top: 454px !important;
}
[data-margin-bottom="454"] {
  margin-bottom: 454px !important;
}
[data-margin-top="455"] {
  margin-top: 455px !important;
}
[data-margin-bottom="455"] {
  margin-bottom: 455px !important;
}
[data-margin-top="456"] {
  margin-top: 456px !important;
}
[data-margin-bottom="456"] {
  margin-bottom: 456px !important;
}
[data-margin-top="457"] {
  margin-top: 457px !important;
}
[data-margin-bottom="457"] {
  margin-bottom: 457px !important;
}
[data-margin-top="458"] {
  margin-top: 458px !important;
}
[data-margin-bottom="458"] {
  margin-bottom: 458px !important;
}
[data-margin-top="459"] {
  margin-top: 459px !important;
}
[data-margin-bottom="459"] {
  margin-bottom: 459px !important;
}
[data-margin-top="460"] {
  margin-top: 460px !important;
}
[data-margin-bottom="460"] {
  margin-bottom: 460px !important;
}
[data-margin-top="461"] {
  margin-top: 461px !important;
}
[data-margin-bottom="461"] {
  margin-bottom: 461px !important;
}
[data-margin-top="462"] {
  margin-top: 462px !important;
}
[data-margin-bottom="462"] {
  margin-bottom: 462px !important;
}
[data-margin-top="463"] {
  margin-top: 463px !important;
}
[data-margin-bottom="463"] {
  margin-bottom: 463px !important;
}
[data-margin-top="464"] {
  margin-top: 464px !important;
}
[data-margin-bottom="464"] {
  margin-bottom: 464px !important;
}
[data-margin-top="465"] {
  margin-top: 465px !important;
}
[data-margin-bottom="465"] {
  margin-bottom: 465px !important;
}
[data-margin-top="466"] {
  margin-top: 466px !important;
}
[data-margin-bottom="466"] {
  margin-bottom: 466px !important;
}
[data-margin-top="467"] {
  margin-top: 467px !important;
}
[data-margin-bottom="467"] {
  margin-bottom: 467px !important;
}
[data-margin-top="468"] {
  margin-top: 468px !important;
}
[data-margin-bottom="468"] {
  margin-bottom: 468px !important;
}
[data-margin-top="469"] {
  margin-top: 469px !important;
}
[data-margin-bottom="469"] {
  margin-bottom: 469px !important;
}
[data-margin-top="470"] {
  margin-top: 470px !important;
}
[data-margin-bottom="470"] {
  margin-bottom: 470px !important;
}
[data-margin-top="471"] {
  margin-top: 471px !important;
}
[data-margin-bottom="471"] {
  margin-bottom: 471px !important;
}
[data-margin-top="472"] {
  margin-top: 472px !important;
}
[data-margin-bottom="472"] {
  margin-bottom: 472px !important;
}
[data-margin-top="473"] {
  margin-top: 473px !important;
}
[data-margin-bottom="473"] {
  margin-bottom: 473px !important;
}
[data-margin-top="474"] {
  margin-top: 474px !important;
}
[data-margin-bottom="474"] {
  margin-bottom: 474px !important;
}
[data-margin-top="475"] {
  margin-top: 475px !important;
}
[data-margin-bottom="475"] {
  margin-bottom: 475px !important;
}
[data-margin-top="476"] {
  margin-top: 476px !important;
}
[data-margin-bottom="476"] {
  margin-bottom: 476px !important;
}
[data-margin-top="477"] {
  margin-top: 477px !important;
}
[data-margin-bottom="477"] {
  margin-bottom: 477px !important;
}
[data-margin-top="478"] {
  margin-top: 478px !important;
}
[data-margin-bottom="478"] {
  margin-bottom: 478px !important;
}
[data-margin-top="479"] {
  margin-top: 479px !important;
}
[data-margin-bottom="479"] {
  margin-bottom: 479px !important;
}
[data-margin-top="480"] {
  margin-top: 480px !important;
}
[data-margin-bottom="480"] {
  margin-bottom: 480px !important;
}
[data-margin-top="481"] {
  margin-top: 481px !important;
}
[data-margin-bottom="481"] {
  margin-bottom: 481px !important;
}
[data-margin-top="482"] {
  margin-top: 482px !important;
}
[data-margin-bottom="482"] {
  margin-bottom: 482px !important;
}
[data-margin-top="483"] {
  margin-top: 483px !important;
}
[data-margin-bottom="483"] {
  margin-bottom: 483px !important;
}
[data-margin-top="484"] {
  margin-top: 484px !important;
}
[data-margin-bottom="484"] {
  margin-bottom: 484px !important;
}
[data-margin-top="485"] {
  margin-top: 485px !important;
}
[data-margin-bottom="485"] {
  margin-bottom: 485px !important;
}
[data-margin-top="486"] {
  margin-top: 486px !important;
}
[data-margin-bottom="486"] {
  margin-bottom: 486px !important;
}
[data-margin-top="487"] {
  margin-top: 487px !important;
}
[data-margin-bottom="487"] {
  margin-bottom: 487px !important;
}
[data-margin-top="488"] {
  margin-top: 488px !important;
}
[data-margin-bottom="488"] {
  margin-bottom: 488px !important;
}
[data-margin-top="489"] {
  margin-top: 489px !important;
}
[data-margin-bottom="489"] {
  margin-bottom: 489px !important;
}
[data-margin-top="490"] {
  margin-top: 490px !important;
}
[data-margin-bottom="490"] {
  margin-bottom: 490px !important;
}
[data-margin-top="491"] {
  margin-top: 491px !important;
}
[data-margin-bottom="491"] {
  margin-bottom: 491px !important;
}
[data-margin-top="492"] {
  margin-top: 492px !important;
}
[data-margin-bottom="492"] {
  margin-bottom: 492px !important;
}
[data-margin-top="493"] {
  margin-top: 493px !important;
}
[data-margin-bottom="493"] {
  margin-bottom: 493px !important;
}
[data-margin-top="494"] {
  margin-top: 494px !important;
}
[data-margin-bottom="494"] {
  margin-bottom: 494px !important;
}
[data-margin-top="495"] {
  margin-top: 495px !important;
}
[data-margin-bottom="495"] {
  margin-bottom: 495px !important;
}
[data-margin-top="496"] {
  margin-top: 496px !important;
}
[data-margin-bottom="496"] {
  margin-bottom: 496px !important;
}
[data-margin-top="497"] {
  margin-top: 497px !important;
}
[data-margin-bottom="497"] {
  margin-bottom: 497px !important;
}
[data-margin-top="498"] {
  margin-top: 498px !important;
}
[data-margin-bottom="498"] {
  margin-bottom: 498px !important;
}
[data-margin-top="499"] {
  margin-top: 499px !important;
}
[data-margin-bottom="499"] {
  margin-bottom: 499px !important;
}
[data-margin-top="500"] {
  margin-top: 500px !important;
}
[data-margin-bottom="500"] {
  margin-bottom: 500px !important;
}
[data-margin-minus-top="0"] {
  margin-top: 0 !important;
}
[data-margin-minus-top="1"] {
  margin-top: -1px !important;
}
[data-margin-minus-bottom="1"] {
  margin-bottom: -1px !important;
}
[data-margin-minus-top="2"] {
  margin-top: -2px !important;
}
[data-margin-minus-bottom="2"] {
  margin-bottom: -2px !important;
}
[data-margin-minus-top="3"] {
  margin-top: -3px !important;
}
[data-margin-minus-bottom="3"] {
  margin-bottom: -3px !important;
}
[data-margin-minus-top="4"] {
  margin-top: -4px !important;
}
[data-margin-minus-bottom="4"] {
  margin-bottom: -4px !important;
}
[data-margin-minus-top="5"] {
  margin-top: -5px !important;
}
[data-margin-minus-bottom="5"] {
  margin-bottom: -5px !important;
}
[data-margin-minus-top="6"] {
  margin-top: -6px !important;
}
[data-margin-minus-bottom="6"] {
  margin-bottom: -6px !important;
}
[data-margin-minus-top="7"] {
  margin-top: -7px !important;
}
[data-margin-minus-bottom="7"] {
  margin-bottom: -7px !important;
}
[data-margin-minus-top="8"] {
  margin-top: -8px !important;
}
[data-margin-minus-bottom="8"] {
  margin-bottom: -8px !important;
}
[data-margin-minus-top="9"] {
  margin-top: -9px !important;
}
[data-margin-minus-bottom="9"] {
  margin-bottom: -9px !important;
}
[data-margin-minus-top="10"] {
  margin-top: -10px !important;
}
[data-margin-minus-bottom="10"] {
  margin-bottom: -10px !important;
}
[data-margin-minus-top="11"] {
  margin-top: -11px !important;
}
[data-margin-minus-bottom="11"] {
  margin-bottom: -11px !important;
}
[data-margin-minus-top="12"] {
  margin-top: -12px !important;
}
[data-margin-minus-bottom="12"] {
  margin-bottom: -12px !important;
}
[data-margin-minus-top="13"] {
  margin-top: -13px !important;
}
[data-margin-minus-bottom="13"] {
  margin-bottom: -13px !important;
}
[data-margin-minus-top="14"] {
  margin-top: -14px !important;
}
[data-margin-minus-bottom="14"] {
  margin-bottom: -14px !important;
}
[data-margin-minus-top="15"] {
  margin-top: -15px !important;
}
[data-margin-minus-bottom="15"] {
  margin-bottom: -15px !important;
}
[data-margin-minus-top="16"] {
  margin-top: -16px !important;
}
[data-margin-minus-bottom="16"] {
  margin-bottom: -16px !important;
}
[data-margin-minus-top="17"] {
  margin-top: -17px !important;
}
[data-margin-minus-bottom="17"] {
  margin-bottom: -17px !important;
}
[data-margin-minus-top="18"] {
  margin-top: -18px !important;
}
[data-margin-minus-bottom="18"] {
  margin-bottom: -18px !important;
}
[data-margin-minus-top="19"] {
  margin-top: -19px !important;
}
[data-margin-minus-bottom="19"] {
  margin-bottom: -19px !important;
}
[data-margin-minus-top="20"] {
  margin-top: -20px !important;
}
[data-margin-minus-bottom="20"] {
  margin-bottom: -20px !important;
}
[data-margin-minus-top="21"] {
  margin-top: -21px !important;
}
[data-margin-minus-bottom="21"] {
  margin-bottom: -21px !important;
}
[data-margin-minus-top="22"] {
  margin-top: -22px !important;
}
[data-margin-minus-bottom="22"] {
  margin-bottom: -22px !important;
}
[data-margin-minus-top="23"] {
  margin-top: -23px !important;
}
[data-margin-minus-bottom="23"] {
  margin-bottom: -23px !important;
}
[data-margin-minus-top="24"] {
  margin-top: -24px !important;
}
[data-margin-minus-bottom="24"] {
  margin-bottom: -24px !important;
}
[data-margin-minus-top="25"] {
  margin-top: -25px !important;
}
[data-margin-minus-bottom="25"] {
  margin-bottom: -25px !important;
}
[data-margin-minus-top="26"] {
  margin-top: -26px !important;
}
[data-margin-minus-bottom="26"] {
  margin-bottom: -26px !important;
}
[data-margin-minus-top="27"] {
  margin-top: -27px !important;
}
[data-margin-minus-bottom="27"] {
  margin-bottom: -27px !important;
}
[data-margin-minus-top="28"] {
  margin-top: -28px !important;
}
[data-margin-minus-bottom="28"] {
  margin-bottom: -28px !important;
}
[data-margin-minus-top="29"] {
  margin-top: -29px !important;
}
[data-margin-minus-bottom="29"] {
  margin-bottom: -29px !important;
}
[data-margin-minus-top="30"] {
  margin-top: -30px !important;
}
[data-margin-minus-bottom="30"] {
  margin-bottom: -30px !important;
}
[data-margin-minus-top="31"] {
  margin-top: -31px !important;
}
[data-margin-minus-bottom="31"] {
  margin-bottom: -31px !important;
}
[data-margin-minus-top="32"] {
  margin-top: -32px !important;
}
[data-margin-minus-bottom="32"] {
  margin-bottom: -32px !important;
}
[data-margin-minus-top="33"] {
  margin-top: -33px !important;
}
[data-margin-minus-bottom="33"] {
  margin-bottom: -33px !important;
}
[data-margin-minus-top="34"] {
  margin-top: -34px !important;
}
[data-margin-minus-bottom="34"] {
  margin-bottom: -34px !important;
}
[data-margin-minus-top="35"] {
  margin-top: -35px !important;
}
[data-margin-minus-bottom="35"] {
  margin-bottom: -35px !important;
}
[data-margin-minus-top="36"] {
  margin-top: -36px !important;
}
[data-margin-minus-bottom="36"] {
  margin-bottom: -36px !important;
}
[data-margin-minus-top="37"] {
  margin-top: -37px !important;
}
[data-margin-minus-bottom="37"] {
  margin-bottom: -37px !important;
}
[data-margin-minus-top="38"] {
  margin-top: -38px !important;
}
[data-margin-minus-bottom="38"] {
  margin-bottom: -38px !important;
}
[data-margin-minus-top="39"] {
  margin-top: -39px !important;
}
[data-margin-minus-bottom="39"] {
  margin-bottom: -39px !important;
}
[data-margin-minus-top="40"] {
  margin-top: -40px !important;
}
[data-margin-minus-bottom="40"] {
  margin-bottom: -40px !important;
}
[data-margin-minus-top="41"] {
  margin-top: -41px !important;
}
[data-margin-minus-bottom="41"] {
  margin-bottom: -41px !important;
}
[data-margin-minus-top="42"] {
  margin-top: -42px !important;
}
[data-margin-minus-bottom="42"] {
  margin-bottom: -42px !important;
}
[data-margin-minus-top="43"] {
  margin-top: -43px !important;
}
[data-margin-minus-bottom="43"] {
  margin-bottom: -43px !important;
}
[data-margin-minus-top="44"] {
  margin-top: -44px !important;
}
[data-margin-minus-bottom="44"] {
  margin-bottom: -44px !important;
}
[data-margin-minus-top="45"] {
  margin-top: -45px !important;
}
[data-margin-minus-bottom="45"] {
  margin-bottom: -45px !important;
}
[data-margin-minus-top="46"] {
  margin-top: -46px !important;
}
[data-margin-minus-bottom="46"] {
  margin-bottom: -46px !important;
}
[data-margin-minus-top="47"] {
  margin-top: -47px !important;
}
[data-margin-minus-bottom="47"] {
  margin-bottom: -47px !important;
}
[data-margin-minus-top="48"] {
  margin-top: -48px !important;
}
[data-margin-minus-bottom="48"] {
  margin-bottom: -48px !important;
}
[data-margin-minus-top="49"] {
  margin-top: -49px !important;
}
[data-margin-minus-bottom="49"] {
  margin-bottom: -49px !important;
}
[data-margin-minus-top="50"] {
  margin-top: -50px !important;
}
[data-margin-minus-bottom="50"] {
  margin-bottom: -50px !important;
}
[data-margin-minus-top="51"] {
  margin-top: -51px !important;
}
[data-margin-minus-bottom="51"] {
  margin-bottom: -51px !important;
}
[data-margin-minus-top="52"] {
  margin-top: -52px !important;
}
[data-margin-minus-bottom="52"] {
  margin-bottom: -52px !important;
}
[data-margin-minus-top="53"] {
  margin-top: -53px !important;
}
[data-margin-minus-bottom="53"] {
  margin-bottom: -53px !important;
}
[data-margin-minus-top="54"] {
  margin-top: -54px !important;
}
[data-margin-minus-bottom="54"] {
  margin-bottom: -54px !important;
}
[data-margin-minus-top="55"] {
  margin-top: -55px !important;
}
[data-margin-minus-bottom="55"] {
  margin-bottom: -55px !important;
}
[data-margin-minus-top="56"] {
  margin-top: -56px !important;
}
[data-margin-minus-bottom="56"] {
  margin-bottom: -56px !important;
}
[data-margin-minus-top="57"] {
  margin-top: -57px !important;
}
[data-margin-minus-bottom="57"] {
  margin-bottom: -57px !important;
}
[data-margin-minus-top="58"] {
  margin-top: -58px !important;
}
[data-margin-minus-bottom="58"] {
  margin-bottom: -58px !important;
}
[data-margin-minus-top="59"] {
  margin-top: -59px !important;
}
[data-margin-minus-bottom="59"] {
  margin-bottom: -59px !important;
}
[data-margin-minus-top="60"] {
  margin-top: -60px !important;
}
[data-margin-minus-bottom="60"] {
  margin-bottom: -60px !important;
}
[data-margin-minus-top="61"] {
  margin-top: -61px !important;
}
[data-margin-minus-bottom="61"] {
  margin-bottom: -61px !important;
}
[data-margin-minus-top="62"] {
  margin-top: -62px !important;
}
[data-margin-minus-bottom="62"] {
  margin-bottom: -62px !important;
}
[data-margin-minus-top="63"] {
  margin-top: -63px !important;
}
[data-margin-minus-bottom="63"] {
  margin-bottom: -63px !important;
}
[data-margin-minus-top="64"] {
  margin-top: -64px !important;
}
[data-margin-minus-bottom="64"] {
  margin-bottom: -64px !important;
}
[data-margin-minus-top="65"] {
  margin-top: -65px !important;
}
[data-margin-minus-bottom="65"] {
  margin-bottom: -65px !important;
}
[data-margin-minus-top="66"] {
  margin-top: -66px !important;
}
[data-margin-minus-bottom="66"] {
  margin-bottom: -66px !important;
}
[data-margin-minus-top="67"] {
  margin-top: -67px !important;
}
[data-margin-minus-bottom="67"] {
  margin-bottom: -67px !important;
}
[data-margin-minus-top="68"] {
  margin-top: -68px !important;
}
[data-margin-minus-bottom="68"] {
  margin-bottom: -68px !important;
}
[data-margin-minus-top="69"] {
  margin-top: -69px !important;
}
[data-margin-minus-bottom="69"] {
  margin-bottom: -69px !important;
}
[data-margin-minus-top="70"] {
  margin-top: -70px !important;
}
[data-margin-minus-bottom="70"] {
  margin-bottom: -70px !important;
}
[data-margin-minus-top="71"] {
  margin-top: -71px !important;
}
[data-margin-minus-bottom="71"] {
  margin-bottom: -71px !important;
}
[data-margin-minus-top="72"] {
  margin-top: -72px !important;
}
[data-margin-minus-bottom="72"] {
  margin-bottom: -72px !important;
}
[data-margin-minus-top="73"] {
  margin-top: -73px !important;
}
[data-margin-minus-bottom="73"] {
  margin-bottom: -73px !important;
}
[data-margin-minus-top="74"] {
  margin-top: -74px !important;
}
[data-margin-minus-bottom="74"] {
  margin-bottom: -74px !important;
}
[data-margin-minus-top="75"] {
  margin-top: -75px !important;
}
[data-margin-minus-bottom="75"] {
  margin-bottom: -75px !important;
}
[data-margin-minus-top="76"] {
  margin-top: -76px !important;
}
[data-margin-minus-bottom="76"] {
  margin-bottom: -76px !important;
}
[data-margin-minus-top="77"] {
  margin-top: -77px !important;
}
[data-margin-minus-bottom="77"] {
  margin-bottom: -77px !important;
}
[data-margin-minus-top="78"] {
  margin-top: -78px !important;
}
[data-margin-minus-bottom="78"] {
  margin-bottom: -78px !important;
}
[data-margin-minus-top="79"] {
  margin-top: -79px !important;
}
[data-margin-minus-bottom="79"] {
  margin-bottom: -79px !important;
}
[data-margin-minus-top="80"] {
  margin-top: -80px !important;
}
[data-margin-minus-bottom="80"] {
  margin-bottom: -80px !important;
}
[data-margin-minus-top="81"] {
  margin-top: -81px !important;
}
[data-margin-minus-bottom="81"] {
  margin-bottom: -81px !important;
}
[data-margin-minus-top="82"] {
  margin-top: -82px !important;
}
[data-margin-minus-bottom="82"] {
  margin-bottom: -82px !important;
}
[data-margin-minus-top="83"] {
  margin-top: -83px !important;
}
[data-margin-minus-bottom="83"] {
  margin-bottom: -83px !important;
}
[data-margin-minus-top="84"] {
  margin-top: -84px !important;
}
[data-margin-minus-bottom="84"] {
  margin-bottom: -84px !important;
}
[data-margin-minus-top="85"] {
  margin-top: -85px !important;
}
[data-margin-minus-bottom="85"] {
  margin-bottom: -85px !important;
}
[data-margin-minus-top="86"] {
  margin-top: -86px !important;
}
[data-margin-minus-bottom="86"] {
  margin-bottom: -86px !important;
}
[data-margin-minus-top="87"] {
  margin-top: -87px !important;
}
[data-margin-minus-bottom="87"] {
  margin-bottom: -87px !important;
}
[data-margin-minus-top="88"] {
  margin-top: -88px !important;
}
[data-margin-minus-bottom="88"] {
  margin-bottom: -88px !important;
}
[data-margin-minus-top="89"] {
  margin-top: -89px !important;
}
[data-margin-minus-bottom="89"] {
  margin-bottom: -89px !important;
}
[data-margin-minus-top="90"] {
  margin-top: -90px !important;
}
[data-margin-minus-bottom="90"] {
  margin-bottom: -90px !important;
}
[data-margin-minus-top="91"] {
  margin-top: -91px !important;
}
[data-margin-minus-bottom="91"] {
  margin-bottom: -91px !important;
}
[data-margin-minus-top="92"] {
  margin-top: -92px !important;
}
[data-margin-minus-bottom="92"] {
  margin-bottom: -92px !important;
}
[data-margin-minus-top="93"] {
  margin-top: -93px !important;
}
[data-margin-minus-bottom="93"] {
  margin-bottom: -93px !important;
}
[data-margin-minus-top="94"] {
  margin-top: -94px !important;
}
[data-margin-minus-bottom="94"] {
  margin-bottom: -94px !important;
}
[data-margin-minus-top="95"] {
  margin-top: -95px !important;
}
[data-margin-minus-bottom="95"] {
  margin-bottom: -95px !important;
}
[data-margin-minus-top="96"] {
  margin-top: -96px !important;
}
[data-margin-minus-bottom="96"] {
  margin-bottom: -96px !important;
}
[data-margin-minus-top="97"] {
  margin-top: -97px !important;
}
[data-margin-minus-bottom="97"] {
  margin-bottom: -97px !important;
}
[data-margin-minus-top="98"] {
  margin-top: -98px !important;
}
[data-margin-minus-bottom="98"] {
  margin-bottom: -98px !important;
}
[data-margin-minus-top="99"] {
  margin-top: -99px !important;
}
[data-margin-minus-bottom="99"] {
  margin-bottom: -99px !important;
}
[data-margin-minus-top="100"] {
  margin-top: -100px !important;
}
[data-margin-minus-bottom="100"] {
  margin-bottom: -100px !important;
}
[data-margin-minus-top="101"] {
  margin-top: -101px !important;
}
[data-margin-minus-bottom="101"] {
  margin-bottom: -101px !important;
}
[data-margin-minus-top="102"] {
  margin-top: -102px !important;
}
[data-margin-minus-bottom="102"] {
  margin-bottom: -102px !important;
}
[data-margin-minus-top="103"] {
  margin-top: -103px !important;
}
[data-margin-minus-bottom="103"] {
  margin-bottom: -103px !important;
}
[data-margin-minus-top="104"] {
  margin-top: -104px !important;
}
[data-margin-minus-bottom="104"] {
  margin-bottom: -104px !important;
}
[data-margin-minus-top="105"] {
  margin-top: -105px !important;
}
[data-margin-minus-bottom="105"] {
  margin-bottom: -105px !important;
}
[data-margin-minus-top="106"] {
  margin-top: -106px !important;
}
[data-margin-minus-bottom="106"] {
  margin-bottom: -106px !important;
}
[data-margin-minus-top="107"] {
  margin-top: -107px !important;
}
[data-margin-minus-bottom="107"] {
  margin-bottom: -107px !important;
}
[data-margin-minus-top="108"] {
  margin-top: -108px !important;
}
[data-margin-minus-bottom="108"] {
  margin-bottom: -108px !important;
}
[data-margin-minus-top="109"] {
  margin-top: -109px !important;
}
[data-margin-minus-bottom="109"] {
  margin-bottom: -109px !important;
}
[data-margin-minus-top="110"] {
  margin-top: -110px !important;
}
[data-margin-minus-bottom="110"] {
  margin-bottom: -110px !important;
}
[data-margin-minus-top="111"] {
  margin-top: -111px !important;
}
[data-margin-minus-bottom="111"] {
  margin-bottom: -111px !important;
}
[data-margin-minus-top="112"] {
  margin-top: -112px !important;
}
[data-margin-minus-bottom="112"] {
  margin-bottom: -112px !important;
}
[data-margin-minus-top="113"] {
  margin-top: -113px !important;
}
[data-margin-minus-bottom="113"] {
  margin-bottom: -113px !important;
}
[data-margin-minus-top="114"] {
  margin-top: -114px !important;
}
[data-margin-minus-bottom="114"] {
  margin-bottom: -114px !important;
}
[data-margin-minus-top="115"] {
  margin-top: -115px !important;
}
[data-margin-minus-bottom="115"] {
  margin-bottom: -115px !important;
}
[data-margin-minus-top="116"] {
  margin-top: -116px !important;
}
[data-margin-minus-bottom="116"] {
  margin-bottom: -116px !important;
}
[data-margin-minus-top="117"] {
  margin-top: -117px !important;
}
[data-margin-minus-bottom="117"] {
  margin-bottom: -117px !important;
}
[data-margin-minus-top="118"] {
  margin-top: -118px !important;
}
[data-margin-minus-bottom="118"] {
  margin-bottom: -118px !important;
}
[data-margin-minus-top="119"] {
  margin-top: -119px !important;
}
[data-margin-minus-bottom="119"] {
  margin-bottom: -119px !important;
}
[data-margin-minus-top="120"] {
  margin-top: -120px !important;
}
[data-margin-minus-bottom="120"] {
  margin-bottom: -120px !important;
}
[data-margin-minus-top="121"] {
  margin-top: -121px !important;
}
[data-margin-minus-bottom="121"] {
  margin-bottom: -121px !important;
}
[data-margin-minus-top="122"] {
  margin-top: -122px !important;
}
[data-margin-minus-bottom="122"] {
  margin-bottom: -122px !important;
}
[data-margin-minus-top="123"] {
  margin-top: -123px !important;
}
[data-margin-minus-bottom="123"] {
  margin-bottom: -123px !important;
}
[data-margin-minus-top="124"] {
  margin-top: -124px !important;
}
[data-margin-minus-bottom="124"] {
  margin-bottom: -124px !important;
}
[data-margin-minus-top="125"] {
  margin-top: -125px !important;
}
[data-margin-minus-bottom="125"] {
  margin-bottom: -125px !important;
}
[data-margin-minus-top="126"] {
  margin-top: -126px !important;
}
[data-margin-minus-bottom="126"] {
  margin-bottom: -126px !important;
}
[data-margin-minus-top="127"] {
  margin-top: -127px !important;
}
[data-margin-minus-bottom="127"] {
  margin-bottom: -127px !important;
}
[data-margin-minus-top="128"] {
  margin-top: -128px !important;
}
[data-margin-minus-bottom="128"] {
  margin-bottom: -128px !important;
}
[data-margin-minus-top="129"] {
  margin-top: -129px !important;
}
[data-margin-minus-bottom="129"] {
  margin-bottom: -129px !important;
}
[data-margin-minus-top="130"] {
  margin-top: -130px !important;
}
[data-margin-minus-bottom="130"] {
  margin-bottom: -130px !important;
}
[data-margin-minus-top="131"] {
  margin-top: -131px !important;
}
[data-margin-minus-bottom="131"] {
  margin-bottom: -131px !important;
}
[data-margin-minus-top="132"] {
  margin-top: -132px !important;
}
[data-margin-minus-bottom="132"] {
  margin-bottom: -132px !important;
}
[data-margin-minus-top="133"] {
  margin-top: -133px !important;
}
[data-margin-minus-bottom="133"] {
  margin-bottom: -133px !important;
}
[data-margin-minus-top="134"] {
  margin-top: -134px !important;
}
[data-margin-minus-bottom="134"] {
  margin-bottom: -134px !important;
}
[data-margin-minus-top="135"] {
  margin-top: -135px !important;
}
[data-margin-minus-bottom="135"] {
  margin-bottom: -135px !important;
}
[data-margin-minus-top="136"] {
  margin-top: -136px !important;
}
[data-margin-minus-bottom="136"] {
  margin-bottom: -136px !important;
}
[data-margin-minus-top="137"] {
  margin-top: -137px !important;
}
[data-margin-minus-bottom="137"] {
  margin-bottom: -137px !important;
}
[data-margin-minus-top="138"] {
  margin-top: -138px !important;
}
[data-margin-minus-bottom="138"] {
  margin-bottom: -138px !important;
}
[data-margin-minus-top="139"] {
  margin-top: -139px !important;
}
[data-margin-minus-bottom="139"] {
  margin-bottom: -139px !important;
}
[data-margin-minus-top="140"] {
  margin-top: -140px !important;
}
[data-margin-minus-bottom="140"] {
  margin-bottom: -140px !important;
}
[data-margin-minus-top="141"] {
  margin-top: -141px !important;
}
[data-margin-minus-bottom="141"] {
  margin-bottom: -141px !important;
}
[data-margin-minus-top="142"] {
  margin-top: -142px !important;
}
[data-margin-minus-bottom="142"] {
  margin-bottom: -142px !important;
}
[data-margin-minus-top="143"] {
  margin-top: -143px !important;
}
[data-margin-minus-bottom="143"] {
  margin-bottom: -143px !important;
}
[data-margin-minus-top="144"] {
  margin-top: -144px !important;
}
[data-margin-minus-bottom="144"] {
  margin-bottom: -144px !important;
}
[data-margin-minus-top="145"] {
  margin-top: -145px !important;
}
[data-margin-minus-bottom="145"] {
  margin-bottom: -145px !important;
}
[data-margin-minus-top="146"] {
  margin-top: -146px !important;
}
[data-margin-minus-bottom="146"] {
  margin-bottom: -146px !important;
}
[data-margin-minus-top="147"] {
  margin-top: -147px !important;
}
[data-margin-minus-bottom="147"] {
  margin-bottom: -147px !important;
}
[data-margin-minus-top="148"] {
  margin-top: -148px !important;
}
[data-margin-minus-bottom="148"] {
  margin-bottom: -148px !important;
}
[data-margin-minus-top="149"] {
  margin-top: -149px !important;
}
[data-margin-minus-bottom="149"] {
  margin-bottom: -149px !important;
}
[data-margin-minus-top="150"] {
  margin-top: -150px !important;
}
[data-margin-minus-bottom="150"] {
  margin-bottom: -150px !important;
}
[data-margin-minus-top="151"] {
  margin-top: -151px !important;
}
[data-margin-minus-bottom="151"] {
  margin-bottom: -151px !important;
}
[data-margin-minus-top="152"] {
  margin-top: -152px !important;
}
[data-margin-minus-bottom="152"] {
  margin-bottom: -152px !important;
}
[data-margin-minus-top="153"] {
  margin-top: -153px !important;
}
[data-margin-minus-bottom="153"] {
  margin-bottom: -153px !important;
}
[data-margin-minus-top="154"] {
  margin-top: -154px !important;
}
[data-margin-minus-bottom="154"] {
  margin-bottom: -154px !important;
}
[data-margin-minus-top="155"] {
  margin-top: -155px !important;
}
[data-margin-minus-bottom="155"] {
  margin-bottom: -155px !important;
}
[data-margin-minus-top="156"] {
  margin-top: -156px !important;
}
[data-margin-minus-bottom="156"] {
  margin-bottom: -156px !important;
}
[data-margin-minus-top="157"] {
  margin-top: -157px !important;
}
[data-margin-minus-bottom="157"] {
  margin-bottom: -157px !important;
}
[data-margin-minus-top="158"] {
  margin-top: -158px !important;
}
[data-margin-minus-bottom="158"] {
  margin-bottom: -158px !important;
}
[data-margin-minus-top="159"] {
  margin-top: -159px !important;
}
[data-margin-minus-bottom="159"] {
  margin-bottom: -159px !important;
}
[data-margin-minus-top="160"] {
  margin-top: -160px !important;
}
[data-margin-minus-bottom="160"] {
  margin-bottom: -160px !important;
}
[data-margin-minus-top="161"] {
  margin-top: -161px !important;
}
[data-margin-minus-bottom="161"] {
  margin-bottom: -161px !important;
}
[data-margin-minus-top="162"] {
  margin-top: -162px !important;
}
[data-margin-minus-bottom="162"] {
  margin-bottom: -162px !important;
}
[data-margin-minus-top="163"] {
  margin-top: -163px !important;
}
[data-margin-minus-bottom="163"] {
  margin-bottom: -163px !important;
}
[data-margin-minus-top="164"] {
  margin-top: -164px !important;
}
[data-margin-minus-bottom="164"] {
  margin-bottom: -164px !important;
}
[data-margin-minus-top="165"] {
  margin-top: -165px !important;
}
[data-margin-minus-bottom="165"] {
  margin-bottom: -165px !important;
}
[data-margin-minus-top="166"] {
  margin-top: -166px !important;
}
[data-margin-minus-bottom="166"] {
  margin-bottom: -166px !important;
}
[data-margin-minus-top="167"] {
  margin-top: -167px !important;
}
[data-margin-minus-bottom="167"] {
  margin-bottom: -167px !important;
}
[data-margin-minus-top="168"] {
  margin-top: -168px !important;
}
[data-margin-minus-bottom="168"] {
  margin-bottom: -168px !important;
}
[data-margin-minus-top="169"] {
  margin-top: -169px !important;
}
[data-margin-minus-bottom="169"] {
  margin-bottom: -169px !important;
}
[data-margin-minus-top="170"] {
  margin-top: -170px !important;
}
[data-margin-minus-bottom="170"] {
  margin-bottom: -170px !important;
}
[data-margin-minus-top="171"] {
  margin-top: -171px !important;
}
[data-margin-minus-bottom="171"] {
  margin-bottom: -171px !important;
}
[data-margin-minus-top="172"] {
  margin-top: -172px !important;
}
[data-margin-minus-bottom="172"] {
  margin-bottom: -172px !important;
}
[data-margin-minus-top="173"] {
  margin-top: -173px !important;
}
[data-margin-minus-bottom="173"] {
  margin-bottom: -173px !important;
}
[data-margin-minus-top="174"] {
  margin-top: -174px !important;
}
[data-margin-minus-bottom="174"] {
  margin-bottom: -174px !important;
}
[data-margin-minus-top="175"] {
  margin-top: -175px !important;
}
[data-margin-minus-bottom="175"] {
  margin-bottom: -175px !important;
}
[data-margin-minus-top="176"] {
  margin-top: -176px !important;
}
[data-margin-minus-bottom="176"] {
  margin-bottom: -176px !important;
}
[data-margin-minus-top="177"] {
  margin-top: -177px !important;
}
[data-margin-minus-bottom="177"] {
  margin-bottom: -177px !important;
}
[data-margin-minus-top="178"] {
  margin-top: -178px !important;
}
[data-margin-minus-bottom="178"] {
  margin-bottom: -178px !important;
}
[data-margin-minus-top="179"] {
  margin-top: -179px !important;
}
[data-margin-minus-bottom="179"] {
  margin-bottom: -179px !important;
}
[data-margin-minus-top="180"] {
  margin-top: -180px !important;
}
[data-margin-minus-bottom="180"] {
  margin-bottom: -180px !important;
}
[data-margin-minus-top="181"] {
  margin-top: -181px !important;
}
[data-margin-minus-bottom="181"] {
  margin-bottom: -181px !important;
}
[data-margin-minus-top="182"] {
  margin-top: -182px !important;
}
[data-margin-minus-bottom="182"] {
  margin-bottom: -182px !important;
}
[data-margin-minus-top="183"] {
  margin-top: -183px !important;
}
[data-margin-minus-bottom="183"] {
  margin-bottom: -183px !important;
}
[data-margin-minus-top="184"] {
  margin-top: -184px !important;
}
[data-margin-minus-bottom="184"] {
  margin-bottom: -184px !important;
}
[data-margin-minus-top="185"] {
  margin-top: -185px !important;
}
[data-margin-minus-bottom="185"] {
  margin-bottom: -185px !important;
}
[data-margin-minus-top="186"] {
  margin-top: -186px !important;
}
[data-margin-minus-bottom="186"] {
  margin-bottom: -186px !important;
}
[data-margin-minus-top="187"] {
  margin-top: -187px !important;
}
[data-margin-minus-bottom="187"] {
  margin-bottom: -187px !important;
}
[data-margin-minus-top="188"] {
  margin-top: -188px !important;
}
[data-margin-minus-bottom="188"] {
  margin-bottom: -188px !important;
}
[data-margin-minus-top="189"] {
  margin-top: -189px !important;
}
[data-margin-minus-bottom="189"] {
  margin-bottom: -189px !important;
}
[data-margin-minus-top="190"] {
  margin-top: -190px !important;
}
[data-margin-minus-bottom="190"] {
  margin-bottom: -190px !important;
}
[data-margin-minus-top="191"] {
  margin-top: -191px !important;
}
[data-margin-minus-bottom="191"] {
  margin-bottom: -191px !important;
}
[data-margin-minus-top="192"] {
  margin-top: -192px !important;
}
[data-margin-minus-bottom="192"] {
  margin-bottom: -192px !important;
}
[data-margin-minus-top="193"] {
  margin-top: -193px !important;
}
[data-margin-minus-bottom="193"] {
  margin-bottom: -193px !important;
}
[data-margin-minus-top="194"] {
  margin-top: -194px !important;
}
[data-margin-minus-bottom="194"] {
  margin-bottom: -194px !important;
}
[data-margin-minus-top="195"] {
  margin-top: -195px !important;
}
[data-margin-minus-bottom="195"] {
  margin-bottom: -195px !important;
}
[data-margin-minus-top="196"] {
  margin-top: -196px !important;
}
[data-margin-minus-bottom="196"] {
  margin-bottom: -196px !important;
}
[data-margin-minus-top="197"] {
  margin-top: -197px !important;
}
[data-margin-minus-bottom="197"] {
  margin-bottom: -197px !important;
}
[data-margin-minus-top="198"] {
  margin-top: -198px !important;
}
[data-margin-minus-bottom="198"] {
  margin-bottom: -198px !important;
}
[data-margin-minus-top="199"] {
  margin-top: -199px !important;
}
[data-margin-minus-bottom="199"] {
  margin-bottom: -199px !important;
}
[data-margin-minus-top="200"] {
  margin-top: -200px !important;
}
[data-margin-minus-bottom="200"] {
  margin-bottom: -200px !important;
}
[data-margin-minus-top="201"] {
  margin-top: -201px !important;
}
[data-margin-minus-bottom="201"] {
  margin-bottom: -201px !important;
}
[data-margin-minus-top="202"] {
  margin-top: -202px !important;
}
[data-margin-minus-bottom="202"] {
  margin-bottom: -202px !important;
}
[data-margin-minus-top="203"] {
  margin-top: -203px !important;
}
[data-margin-minus-bottom="203"] {
  margin-bottom: -203px !important;
}
[data-margin-minus-top="204"] {
  margin-top: -204px !important;
}
[data-margin-minus-bottom="204"] {
  margin-bottom: -204px !important;
}
[data-margin-minus-top="205"] {
  margin-top: -205px !important;
}
[data-margin-minus-bottom="205"] {
  margin-bottom: -205px !important;
}
[data-margin-minus-top="206"] {
  margin-top: -206px !important;
}
[data-margin-minus-bottom="206"] {
  margin-bottom: -206px !important;
}
[data-margin-minus-top="207"] {
  margin-top: -207px !important;
}
[data-margin-minus-bottom="207"] {
  margin-bottom: -207px !important;
}
[data-margin-minus-top="208"] {
  margin-top: -208px !important;
}
[data-margin-minus-bottom="208"] {
  margin-bottom: -208px !important;
}
[data-margin-minus-top="209"] {
  margin-top: -209px !important;
}
[data-margin-minus-bottom="209"] {
  margin-bottom: -209px !important;
}
[data-margin-minus-top="210"] {
  margin-top: -210px !important;
}
[data-margin-minus-bottom="210"] {
  margin-bottom: -210px !important;
}
[data-margin-minus-top="211"] {
  margin-top: -211px !important;
}
[data-margin-minus-bottom="211"] {
  margin-bottom: -211px !important;
}
[data-margin-minus-top="212"] {
  margin-top: -212px !important;
}
[data-margin-minus-bottom="212"] {
  margin-bottom: -212px !important;
}
[data-margin-minus-top="213"] {
  margin-top: -213px !important;
}
[data-margin-minus-bottom="213"] {
  margin-bottom: -213px !important;
}
[data-margin-minus-top="214"] {
  margin-top: -214px !important;
}
[data-margin-minus-bottom="214"] {
  margin-bottom: -214px !important;
}
[data-margin-minus-top="215"] {
  margin-top: -215px !important;
}
[data-margin-minus-bottom="215"] {
  margin-bottom: -215px !important;
}
[data-margin-minus-top="216"] {
  margin-top: -216px !important;
}
[data-margin-minus-bottom="216"] {
  margin-bottom: -216px !important;
}
[data-margin-minus-top="217"] {
  margin-top: -217px !important;
}
[data-margin-minus-bottom="217"] {
  margin-bottom: -217px !important;
}
[data-margin-minus-top="218"] {
  margin-top: -218px !important;
}
[data-margin-minus-bottom="218"] {
  margin-bottom: -218px !important;
}
[data-margin-minus-top="219"] {
  margin-top: -219px !important;
}
[data-margin-minus-bottom="219"] {
  margin-bottom: -219px !important;
}
[data-margin-minus-top="220"] {
  margin-top: -220px !important;
}
[data-margin-minus-bottom="220"] {
  margin-bottom: -220px !important;
}
[data-margin-minus-top="221"] {
  margin-top: -221px !important;
}
[data-margin-minus-bottom="221"] {
  margin-bottom: -221px !important;
}
[data-margin-minus-top="222"] {
  margin-top: -222px !important;
}
[data-margin-minus-bottom="222"] {
  margin-bottom: -222px !important;
}
[data-margin-minus-top="223"] {
  margin-top: -223px !important;
}
[data-margin-minus-bottom="223"] {
  margin-bottom: -223px !important;
}
[data-margin-minus-top="224"] {
  margin-top: -224px !important;
}
[data-margin-minus-bottom="224"] {
  margin-bottom: -224px !important;
}
[data-margin-minus-top="225"] {
  margin-top: -225px !important;
}
[data-margin-minus-bottom="225"] {
  margin-bottom: -225px !important;
}
[data-margin-minus-top="226"] {
  margin-top: -226px !important;
}
[data-margin-minus-bottom="226"] {
  margin-bottom: -226px !important;
}
[data-margin-minus-top="227"] {
  margin-top: -227px !important;
}
[data-margin-minus-bottom="227"] {
  margin-bottom: -227px !important;
}
[data-margin-minus-top="228"] {
  margin-top: -228px !important;
}
[data-margin-minus-bottom="228"] {
  margin-bottom: -228px !important;
}
[data-margin-minus-top="229"] {
  margin-top: -229px !important;
}
[data-margin-minus-bottom="229"] {
  margin-bottom: -229px !important;
}
[data-margin-minus-top="230"] {
  margin-top: -230px !important;
}
[data-margin-minus-bottom="230"] {
  margin-bottom: -230px !important;
}
[data-margin-minus-top="231"] {
  margin-top: -231px !important;
}
[data-margin-minus-bottom="231"] {
  margin-bottom: -231px !important;
}
[data-margin-minus-top="232"] {
  margin-top: -232px !important;
}
[data-margin-minus-bottom="232"] {
  margin-bottom: -232px !important;
}
[data-margin-minus-top="233"] {
  margin-top: -233px !important;
}
[data-margin-minus-bottom="233"] {
  margin-bottom: -233px !important;
}
[data-margin-minus-top="234"] {
  margin-top: -234px !important;
}
[data-margin-minus-bottom="234"] {
  margin-bottom: -234px !important;
}
[data-margin-minus-top="235"] {
  margin-top: -235px !important;
}
[data-margin-minus-bottom="235"] {
  margin-bottom: -235px !important;
}
[data-margin-minus-top="236"] {
  margin-top: -236px !important;
}
[data-margin-minus-bottom="236"] {
  margin-bottom: -236px !important;
}
[data-margin-minus-top="237"] {
  margin-top: -237px !important;
}
[data-margin-minus-bottom="237"] {
  margin-bottom: -237px !important;
}
[data-margin-minus-top="238"] {
  margin-top: -238px !important;
}
[data-margin-minus-bottom="238"] {
  margin-bottom: -238px !important;
}
[data-margin-minus-top="239"] {
  margin-top: -239px !important;
}
[data-margin-minus-bottom="239"] {
  margin-bottom: -239px !important;
}
[data-margin-minus-top="240"] {
  margin-top: -240px !important;
}
[data-margin-minus-bottom="240"] {
  margin-bottom: -240px !important;
}
[data-margin-minus-top="241"] {
  margin-top: -241px !important;
}
[data-margin-minus-bottom="241"] {
  margin-bottom: -241px !important;
}
[data-margin-minus-top="242"] {
  margin-top: -242px !important;
}
[data-margin-minus-bottom="242"] {
  margin-bottom: -242px !important;
}
[data-margin-minus-top="243"] {
  margin-top: -243px !important;
}
[data-margin-minus-bottom="243"] {
  margin-bottom: -243px !important;
}
[data-margin-minus-top="244"] {
  margin-top: -244px !important;
}
[data-margin-minus-bottom="244"] {
  margin-bottom: -244px !important;
}
[data-margin-minus-top="245"] {
  margin-top: -245px !important;
}
[data-margin-minus-bottom="245"] {
  margin-bottom: -245px !important;
}
[data-margin-minus-top="246"] {
  margin-top: -246px !important;
}
[data-margin-minus-bottom="246"] {
  margin-bottom: -246px !important;
}
[data-margin-minus-top="247"] {
  margin-top: -247px !important;
}
[data-margin-minus-bottom="247"] {
  margin-bottom: -247px !important;
}
[data-margin-minus-top="248"] {
  margin-top: -248px !important;
}
[data-margin-minus-bottom="248"] {
  margin-bottom: -248px !important;
}
[data-margin-minus-top="249"] {
  margin-top: -249px !important;
}
[data-margin-minus-bottom="249"] {
  margin-bottom: -249px !important;
}
[data-margin-minus-top="250"] {
  margin-top: -250px !important;
}
[data-margin-minus-bottom="250"] {
  margin-bottom: -250px !important;
}
[data-margin-minus-top="251"] {
  margin-top: -251px !important;
}
[data-margin-minus-bottom="251"] {
  margin-bottom: -251px !important;
}
[data-margin-minus-top="252"] {
  margin-top: -252px !important;
}
[data-margin-minus-bottom="252"] {
  margin-bottom: -252px !important;
}
[data-margin-minus-top="253"] {
  margin-top: -253px !important;
}
[data-margin-minus-bottom="253"] {
  margin-bottom: -253px !important;
}
[data-margin-minus-top="254"] {
  margin-top: -254px !important;
}
[data-margin-minus-bottom="254"] {
  margin-bottom: -254px !important;
}
[data-margin-minus-top="255"] {
  margin-top: -255px !important;
}
[data-margin-minus-bottom="255"] {
  margin-bottom: -255px !important;
}
[data-margin-minus-top="256"] {
  margin-top: -256px !important;
}
[data-margin-minus-bottom="256"] {
  margin-bottom: -256px !important;
}
[data-margin-minus-top="257"] {
  margin-top: -257px !important;
}
[data-margin-minus-bottom="257"] {
  margin-bottom: -257px !important;
}
[data-margin-minus-top="258"] {
  margin-top: -258px !important;
}
[data-margin-minus-bottom="258"] {
  margin-bottom: -258px !important;
}
[data-margin-minus-top="259"] {
  margin-top: -259px !important;
}
[data-margin-minus-bottom="259"] {
  margin-bottom: -259px !important;
}
[data-margin-minus-top="260"] {
  margin-top: -260px !important;
}
[data-margin-minus-bottom="260"] {
  margin-bottom: -260px !important;
}
[data-margin-minus-top="261"] {
  margin-top: -261px !important;
}
[data-margin-minus-bottom="261"] {
  margin-bottom: -261px !important;
}
[data-margin-minus-top="262"] {
  margin-top: -262px !important;
}
[data-margin-minus-bottom="262"] {
  margin-bottom: -262px !important;
}
[data-margin-minus-top="263"] {
  margin-top: -263px !important;
}
[data-margin-minus-bottom="263"] {
  margin-bottom: -263px !important;
}
[data-margin-minus-top="264"] {
  margin-top: -264px !important;
}
[data-margin-minus-bottom="264"] {
  margin-bottom: -264px !important;
}
[data-margin-minus-top="265"] {
  margin-top: -265px !important;
}
[data-margin-minus-bottom="265"] {
  margin-bottom: -265px !important;
}
[data-margin-minus-top="266"] {
  margin-top: -266px !important;
}
[data-margin-minus-bottom="266"] {
  margin-bottom: -266px !important;
}
[data-margin-minus-top="267"] {
  margin-top: -267px !important;
}
[data-margin-minus-bottom="267"] {
  margin-bottom: -267px !important;
}
[data-margin-minus-top="268"] {
  margin-top: -268px !important;
}
[data-margin-minus-bottom="268"] {
  margin-bottom: -268px !important;
}
[data-margin-minus-top="269"] {
  margin-top: -269px !important;
}
[data-margin-minus-bottom="269"] {
  margin-bottom: -269px !important;
}
[data-margin-minus-top="270"] {
  margin-top: -270px !important;
}
[data-margin-minus-bottom="270"] {
  margin-bottom: -270px !important;
}
[data-margin-minus-top="271"] {
  margin-top: -271px !important;
}
[data-margin-minus-bottom="271"] {
  margin-bottom: -271px !important;
}
[data-margin-minus-top="272"] {
  margin-top: -272px !important;
}
[data-margin-minus-bottom="272"] {
  margin-bottom: -272px !important;
}
[data-margin-minus-top="273"] {
  margin-top: -273px !important;
}
[data-margin-minus-bottom="273"] {
  margin-bottom: -273px !important;
}
[data-margin-minus-top="274"] {
  margin-top: -274px !important;
}
[data-margin-minus-bottom="274"] {
  margin-bottom: -274px !important;
}
[data-margin-minus-top="275"] {
  margin-top: -275px !important;
}
[data-margin-minus-bottom="275"] {
  margin-bottom: -275px !important;
}
[data-margin-minus-top="276"] {
  margin-top: -276px !important;
}
[data-margin-minus-bottom="276"] {
  margin-bottom: -276px !important;
}
[data-margin-minus-top="277"] {
  margin-top: -277px !important;
}
[data-margin-minus-bottom="277"] {
  margin-bottom: -277px !important;
}
[data-margin-minus-top="278"] {
  margin-top: -278px !important;
}
[data-margin-minus-bottom="278"] {
  margin-bottom: -278px !important;
}
[data-margin-minus-top="279"] {
  margin-top: -279px !important;
}
[data-margin-minus-bottom="279"] {
  margin-bottom: -279px !important;
}
[data-margin-minus-top="280"] {
  margin-top: -280px !important;
}
[data-margin-minus-bottom="280"] {
  margin-bottom: -280px !important;
}
[data-margin-minus-top="281"] {
  margin-top: -281px !important;
}
[data-margin-minus-bottom="281"] {
  margin-bottom: -281px !important;
}
[data-margin-minus-top="282"] {
  margin-top: -282px !important;
}
[data-margin-minus-bottom="282"] {
  margin-bottom: -282px !important;
}
[data-margin-minus-top="283"] {
  margin-top: -283px !important;
}
[data-margin-minus-bottom="283"] {
  margin-bottom: -283px !important;
}
[data-margin-minus-top="284"] {
  margin-top: -284px !important;
}
[data-margin-minus-bottom="284"] {
  margin-bottom: -284px !important;
}
[data-margin-minus-top="285"] {
  margin-top: -285px !important;
}
[data-margin-minus-bottom="285"] {
  margin-bottom: -285px !important;
}
[data-margin-minus-top="286"] {
  margin-top: -286px !important;
}
[data-margin-minus-bottom="286"] {
  margin-bottom: -286px !important;
}
[data-margin-minus-top="287"] {
  margin-top: -287px !important;
}
[data-margin-minus-bottom="287"] {
  margin-bottom: -287px !important;
}
[data-margin-minus-top="288"] {
  margin-top: -288px !important;
}
[data-margin-minus-bottom="288"] {
  margin-bottom: -288px !important;
}
[data-margin-minus-top="289"] {
  margin-top: -289px !important;
}
[data-margin-minus-bottom="289"] {
  margin-bottom: -289px !important;
}
[data-margin-minus-top="290"] {
  margin-top: -290px !important;
}
[data-margin-minus-bottom="290"] {
  margin-bottom: -290px !important;
}
[data-margin-minus-top="291"] {
  margin-top: -291px !important;
}
[data-margin-minus-bottom="291"] {
  margin-bottom: -291px !important;
}
[data-margin-minus-top="292"] {
  margin-top: -292px !important;
}
[data-margin-minus-bottom="292"] {
  margin-bottom: -292px !important;
}
[data-margin-minus-top="293"] {
  margin-top: -293px !important;
}
[data-margin-minus-bottom="293"] {
  margin-bottom: -293px !important;
}
[data-margin-minus-top="294"] {
  margin-top: -294px !important;
}
[data-margin-minus-bottom="294"] {
  margin-bottom: -294px !important;
}
[data-margin-minus-top="295"] {
  margin-top: -295px !important;
}
[data-margin-minus-bottom="295"] {
  margin-bottom: -295px !important;
}
[data-margin-minus-top="296"] {
  margin-top: -296px !important;
}
[data-margin-minus-bottom="296"] {
  margin-bottom: -296px !important;
}
[data-margin-minus-top="297"] {
  margin-top: -297px !important;
}
[data-margin-minus-bottom="297"] {
  margin-bottom: -297px !important;
}
[data-margin-minus-top="298"] {
  margin-top: -298px !important;
}
[data-margin-minus-bottom="298"] {
  margin-bottom: -298px !important;
}
[data-margin-minus-top="299"] {
  margin-top: -299px !important;
}
[data-margin-minus-bottom="299"] {
  margin-bottom: -299px !important;
}
[data-margin-minus-top="300"] {
  margin-top: -300px !important;
}
[data-margin-minus-bottom="300"] {
  margin-bottom: -300px !important;
}
[data-margin-minus-top="301"] {
  margin-top: -301px !important;
}
[data-margin-minus-bottom="301"] {
  margin-bottom: -301px !important;
}
[data-margin-minus-top="302"] {
  margin-top: -302px !important;
}
[data-margin-minus-bottom="302"] {
  margin-bottom: -302px !important;
}
[data-margin-minus-top="303"] {
  margin-top: -303px !important;
}
[data-margin-minus-bottom="303"] {
  margin-bottom: -303px !important;
}
[data-margin-minus-top="304"] {
  margin-top: -304px !important;
}
[data-margin-minus-bottom="304"] {
  margin-bottom: -304px !important;
}
[data-margin-minus-top="305"] {
  margin-top: -305px !important;
}
[data-margin-minus-bottom="305"] {
  margin-bottom: -305px !important;
}
[data-margin-minus-top="306"] {
  margin-top: -306px !important;
}
[data-margin-minus-bottom="306"] {
  margin-bottom: -306px !important;
}
[data-margin-minus-top="307"] {
  margin-top: -307px !important;
}
[data-margin-minus-bottom="307"] {
  margin-bottom: -307px !important;
}
[data-margin-minus-top="308"] {
  margin-top: -308px !important;
}
[data-margin-minus-bottom="308"] {
  margin-bottom: -308px !important;
}
[data-margin-minus-top="309"] {
  margin-top: -309px !important;
}
[data-margin-minus-bottom="309"] {
  margin-bottom: -309px !important;
}
[data-margin-minus-top="310"] {
  margin-top: -310px !important;
}
[data-margin-minus-bottom="310"] {
  margin-bottom: -310px !important;
}
[data-margin-minus-top="311"] {
  margin-top: -311px !important;
}
[data-margin-minus-bottom="311"] {
  margin-bottom: -311px !important;
}
[data-margin-minus-top="312"] {
  margin-top: -312px !important;
}
[data-margin-minus-bottom="312"] {
  margin-bottom: -312px !important;
}
[data-margin-minus-top="313"] {
  margin-top: -313px !important;
}
[data-margin-minus-bottom="313"] {
  margin-bottom: -313px !important;
}
[data-margin-minus-top="314"] {
  margin-top: -314px !important;
}
[data-margin-minus-bottom="314"] {
  margin-bottom: -314px !important;
}
[data-margin-minus-top="315"] {
  margin-top: -315px !important;
}
[data-margin-minus-bottom="315"] {
  margin-bottom: -315px !important;
}
[data-margin-minus-top="316"] {
  margin-top: -316px !important;
}
[data-margin-minus-bottom="316"] {
  margin-bottom: -316px !important;
}
[data-margin-minus-top="317"] {
  margin-top: -317px !important;
}
[data-margin-minus-bottom="317"] {
  margin-bottom: -317px !important;
}
[data-margin-minus-top="318"] {
  margin-top: -318px !important;
}
[data-margin-minus-bottom="318"] {
  margin-bottom: -318px !important;
}
[data-margin-minus-top="319"] {
  margin-top: -319px !important;
}
[data-margin-minus-bottom="319"] {
  margin-bottom: -319px !important;
}
[data-margin-minus-top="320"] {
  margin-top: -320px !important;
}
[data-margin-minus-bottom="320"] {
  margin-bottom: -320px !important;
}
[data-margin-minus-top="321"] {
  margin-top: -321px !important;
}
[data-margin-minus-bottom="321"] {
  margin-bottom: -321px !important;
}
[data-margin-minus-top="322"] {
  margin-top: -322px !important;
}
[data-margin-minus-bottom="322"] {
  margin-bottom: -322px !important;
}
[data-margin-minus-top="323"] {
  margin-top: -323px !important;
}
[data-margin-minus-bottom="323"] {
  margin-bottom: -323px !important;
}
[data-margin-minus-top="324"] {
  margin-top: -324px !important;
}
[data-margin-minus-bottom="324"] {
  margin-bottom: -324px !important;
}
[data-margin-minus-top="325"] {
  margin-top: -325px !important;
}
[data-margin-minus-bottom="325"] {
  margin-bottom: -325px !important;
}
[data-margin-minus-top="326"] {
  margin-top: -326px !important;
}
[data-margin-minus-bottom="326"] {
  margin-bottom: -326px !important;
}
[data-margin-minus-top="327"] {
  margin-top: -327px !important;
}
[data-margin-minus-bottom="327"] {
  margin-bottom: -327px !important;
}
[data-margin-minus-top="328"] {
  margin-top: -328px !important;
}
[data-margin-minus-bottom="328"] {
  margin-bottom: -328px !important;
}
[data-margin-minus-top="329"] {
  margin-top: -329px !important;
}
[data-margin-minus-bottom="329"] {
  margin-bottom: -329px !important;
}
[data-margin-minus-top="330"] {
  margin-top: -330px !important;
}
[data-margin-minus-bottom="330"] {
  margin-bottom: -330px !important;
}
[data-margin-minus-top="331"] {
  margin-top: -331px !important;
}
[data-margin-minus-bottom="331"] {
  margin-bottom: -331px !important;
}
[data-margin-minus-top="332"] {
  margin-top: -332px !important;
}
[data-margin-minus-bottom="332"] {
  margin-bottom: -332px !important;
}
[data-margin-minus-top="333"] {
  margin-top: -333px !important;
}
[data-margin-minus-bottom="333"] {
  margin-bottom: -333px !important;
}
[data-margin-minus-top="334"] {
  margin-top: -334px !important;
}
[data-margin-minus-bottom="334"] {
  margin-bottom: -334px !important;
}
[data-margin-minus-top="335"] {
  margin-top: -335px !important;
}
[data-margin-minus-bottom="335"] {
  margin-bottom: -335px !important;
}
[data-margin-minus-top="336"] {
  margin-top: -336px !important;
}
[data-margin-minus-bottom="336"] {
  margin-bottom: -336px !important;
}
[data-margin-minus-top="337"] {
  margin-top: -337px !important;
}
[data-margin-minus-bottom="337"] {
  margin-bottom: -337px !important;
}
[data-margin-minus-top="338"] {
  margin-top: -338px !important;
}
[data-margin-minus-bottom="338"] {
  margin-bottom: -338px !important;
}
[data-margin-minus-top="339"] {
  margin-top: -339px !important;
}
[data-margin-minus-bottom="339"] {
  margin-bottom: -339px !important;
}
[data-margin-minus-top="340"] {
  margin-top: -340px !important;
}
[data-margin-minus-bottom="340"] {
  margin-bottom: -340px !important;
}
[data-margin-minus-top="341"] {
  margin-top: -341px !important;
}
[data-margin-minus-bottom="341"] {
  margin-bottom: -341px !important;
}
[data-margin-minus-top="342"] {
  margin-top: -342px !important;
}
[data-margin-minus-bottom="342"] {
  margin-bottom: -342px !important;
}
[data-margin-minus-top="343"] {
  margin-top: -343px !important;
}
[data-margin-minus-bottom="343"] {
  margin-bottom: -343px !important;
}
[data-margin-minus-top="344"] {
  margin-top: -344px !important;
}
[data-margin-minus-bottom="344"] {
  margin-bottom: -344px !important;
}
[data-margin-minus-top="345"] {
  margin-top: -345px !important;
}
[data-margin-minus-bottom="345"] {
  margin-bottom: -345px !important;
}
[data-margin-minus-top="346"] {
  margin-top: -346px !important;
}
[data-margin-minus-bottom="346"] {
  margin-bottom: -346px !important;
}
[data-margin-minus-top="347"] {
  margin-top: -347px !important;
}
[data-margin-minus-bottom="347"] {
  margin-bottom: -347px !important;
}
[data-margin-minus-top="348"] {
  margin-top: -348px !important;
}
[data-margin-minus-bottom="348"] {
  margin-bottom: -348px !important;
}
[data-margin-minus-top="349"] {
  margin-top: -349px !important;
}
[data-margin-minus-bottom="349"] {
  margin-bottom: -349px !important;
}
[data-margin-minus-top="350"] {
  margin-top: -350px !important;
}
[data-margin-minus-bottom="350"] {
  margin-bottom: -350px !important;
}
[data-margin-minus-top="351"] {
  margin-top: -351px !important;
}
[data-margin-minus-bottom="351"] {
  margin-bottom: -351px !important;
}
[data-margin-minus-top="352"] {
  margin-top: -352px !important;
}
[data-margin-minus-bottom="352"] {
  margin-bottom: -352px !important;
}
[data-margin-minus-top="353"] {
  margin-top: -353px !important;
}
[data-margin-minus-bottom="353"] {
  margin-bottom: -353px !important;
}
[data-margin-minus-top="354"] {
  margin-top: -354px !important;
}
[data-margin-minus-bottom="354"] {
  margin-bottom: -354px !important;
}
[data-margin-minus-top="355"] {
  margin-top: -355px !important;
}
[data-margin-minus-bottom="355"] {
  margin-bottom: -355px !important;
}
[data-margin-minus-top="356"] {
  margin-top: -356px !important;
}
[data-margin-minus-bottom="356"] {
  margin-bottom: -356px !important;
}
[data-margin-minus-top="357"] {
  margin-top: -357px !important;
}
[data-margin-minus-bottom="357"] {
  margin-bottom: -357px !important;
}
[data-margin-minus-top="358"] {
  margin-top: -358px !important;
}
[data-margin-minus-bottom="358"] {
  margin-bottom: -358px !important;
}
[data-margin-minus-top="359"] {
  margin-top: -359px !important;
}
[data-margin-minus-bottom="359"] {
  margin-bottom: -359px !important;
}
[data-margin-minus-top="360"] {
  margin-top: -360px !important;
}
[data-margin-minus-bottom="360"] {
  margin-bottom: -360px !important;
}
[data-margin-minus-top="361"] {
  margin-top: -361px !important;
}
[data-margin-minus-bottom="361"] {
  margin-bottom: -361px !important;
}
[data-margin-minus-top="362"] {
  margin-top: -362px !important;
}
[data-margin-minus-bottom="362"] {
  margin-bottom: -362px !important;
}
[data-margin-minus-top="363"] {
  margin-top: -363px !important;
}
[data-margin-minus-bottom="363"] {
  margin-bottom: -363px !important;
}
[data-margin-minus-top="364"] {
  margin-top: -364px !important;
}
[data-margin-minus-bottom="364"] {
  margin-bottom: -364px !important;
}
[data-margin-minus-top="365"] {
  margin-top: -365px !important;
}
[data-margin-minus-bottom="365"] {
  margin-bottom: -365px !important;
}
[data-margin-minus-top="366"] {
  margin-top: -366px !important;
}
[data-margin-minus-bottom="366"] {
  margin-bottom: -366px !important;
}
[data-margin-minus-top="367"] {
  margin-top: -367px !important;
}
[data-margin-minus-bottom="367"] {
  margin-bottom: -367px !important;
}
[data-margin-minus-top="368"] {
  margin-top: -368px !important;
}
[data-margin-minus-bottom="368"] {
  margin-bottom: -368px !important;
}
[data-margin-minus-top="369"] {
  margin-top: -369px !important;
}
[data-margin-minus-bottom="369"] {
  margin-bottom: -369px !important;
}
[data-margin-minus-top="370"] {
  margin-top: -370px !important;
}
[data-margin-minus-bottom="370"] {
  margin-bottom: -370px !important;
}
[data-margin-minus-top="371"] {
  margin-top: -371px !important;
}
[data-margin-minus-bottom="371"] {
  margin-bottom: -371px !important;
}
[data-margin-minus-top="372"] {
  margin-top: -372px !important;
}
[data-margin-minus-bottom="372"] {
  margin-bottom: -372px !important;
}
[data-margin-minus-top="373"] {
  margin-top: -373px !important;
}
[data-margin-minus-bottom="373"] {
  margin-bottom: -373px !important;
}
[data-margin-minus-top="374"] {
  margin-top: -374px !important;
}
[data-margin-minus-bottom="374"] {
  margin-bottom: -374px !important;
}
[data-margin-minus-top="375"] {
  margin-top: -375px !important;
}
[data-margin-minus-bottom="375"] {
  margin-bottom: -375px !important;
}
[data-margin-minus-top="376"] {
  margin-top: -376px !important;
}
[data-margin-minus-bottom="376"] {
  margin-bottom: -376px !important;
}
[data-margin-minus-top="377"] {
  margin-top: -377px !important;
}
[data-margin-minus-bottom="377"] {
  margin-bottom: -377px !important;
}
[data-margin-minus-top="378"] {
  margin-top: -378px !important;
}
[data-margin-minus-bottom="378"] {
  margin-bottom: -378px !important;
}
[data-margin-minus-top="379"] {
  margin-top: -379px !important;
}
[data-margin-minus-bottom="379"] {
  margin-bottom: -379px !important;
}
[data-margin-minus-top="380"] {
  margin-top: -380px !important;
}
[data-margin-minus-bottom="380"] {
  margin-bottom: -380px !important;
}
[data-margin-minus-top="381"] {
  margin-top: -381px !important;
}
[data-margin-minus-bottom="381"] {
  margin-bottom: -381px !important;
}
[data-margin-minus-top="382"] {
  margin-top: -382px !important;
}
[data-margin-minus-bottom="382"] {
  margin-bottom: -382px !important;
}
[data-margin-minus-top="383"] {
  margin-top: -383px !important;
}
[data-margin-minus-bottom="383"] {
  margin-bottom: -383px !important;
}
[data-margin-minus-top="384"] {
  margin-top: -384px !important;
}
[data-margin-minus-bottom="384"] {
  margin-bottom: -384px !important;
}
[data-margin-minus-top="385"] {
  margin-top: -385px !important;
}
[data-margin-minus-bottom="385"] {
  margin-bottom: -385px !important;
}
[data-margin-minus-top="386"] {
  margin-top: -386px !important;
}
[data-margin-minus-bottom="386"] {
  margin-bottom: -386px !important;
}
[data-margin-minus-top="387"] {
  margin-top: -387px !important;
}
[data-margin-minus-bottom="387"] {
  margin-bottom: -387px !important;
}
[data-margin-minus-top="388"] {
  margin-top: -388px !important;
}
[data-margin-minus-bottom="388"] {
  margin-bottom: -388px !important;
}
[data-margin-minus-top="389"] {
  margin-top: -389px !important;
}
[data-margin-minus-bottom="389"] {
  margin-bottom: -389px !important;
}
[data-margin-minus-top="390"] {
  margin-top: -390px !important;
}
[data-margin-minus-bottom="390"] {
  margin-bottom: -390px !important;
}
[data-margin-minus-top="391"] {
  margin-top: -391px !important;
}
[data-margin-minus-bottom="391"] {
  margin-bottom: -391px !important;
}
[data-margin-minus-top="392"] {
  margin-top: -392px !important;
}
[data-margin-minus-bottom="392"] {
  margin-bottom: -392px !important;
}
[data-margin-minus-top="393"] {
  margin-top: -393px !important;
}
[data-margin-minus-bottom="393"] {
  margin-bottom: -393px !important;
}
[data-margin-minus-top="394"] {
  margin-top: -394px !important;
}
[data-margin-minus-bottom="394"] {
  margin-bottom: -394px !important;
}
[data-margin-minus-top="395"] {
  margin-top: -395px !important;
}
[data-margin-minus-bottom="395"] {
  margin-bottom: -395px !important;
}
[data-margin-minus-top="396"] {
  margin-top: -396px !important;
}
[data-margin-minus-bottom="396"] {
  margin-bottom: -396px !important;
}
[data-margin-minus-top="397"] {
  margin-top: -397px !important;
}
[data-margin-minus-bottom="397"] {
  margin-bottom: -397px !important;
}
[data-margin-minus-top="398"] {
  margin-top: -398px !important;
}
[data-margin-minus-bottom="398"] {
  margin-bottom: -398px !important;
}
[data-margin-minus-top="399"] {
  margin-top: -399px !important;
}
[data-margin-minus-bottom="399"] {
  margin-bottom: -399px !important;
}
[data-margin-minus-top="400"] {
  margin-top: -400px !important;
}
[data-margin-minus-bottom="400"] {
  margin-bottom: -400px !important;
}
[data-margin-minus-top="401"] {
  margin-top: -401px !important;
}
[data-margin-minus-bottom="401"] {
  margin-bottom: -401px !important;
}
[data-margin-minus-top="402"] {
  margin-top: -402px !important;
}
[data-margin-minus-bottom="402"] {
  margin-bottom: -402px !important;
}
[data-margin-minus-top="403"] {
  margin-top: -403px !important;
}
[data-margin-minus-bottom="403"] {
  margin-bottom: -403px !important;
}
[data-margin-minus-top="404"] {
  margin-top: -404px !important;
}
[data-margin-minus-bottom="404"] {
  margin-bottom: -404px !important;
}
[data-margin-minus-top="405"] {
  margin-top: -405px !important;
}
[data-margin-minus-bottom="405"] {
  margin-bottom: -405px !important;
}
[data-margin-minus-top="406"] {
  margin-top: -406px !important;
}
[data-margin-minus-bottom="406"] {
  margin-bottom: -406px !important;
}
[data-margin-minus-top="407"] {
  margin-top: -407px !important;
}
[data-margin-minus-bottom="407"] {
  margin-bottom: -407px !important;
}
[data-margin-minus-top="408"] {
  margin-top: -408px !important;
}
[data-margin-minus-bottom="408"] {
  margin-bottom: -408px !important;
}
[data-margin-minus-top="409"] {
  margin-top: -409px !important;
}
[data-margin-minus-bottom="409"] {
  margin-bottom: -409px !important;
}
[data-margin-minus-top="410"] {
  margin-top: -410px !important;
}
[data-margin-minus-bottom="410"] {
  margin-bottom: -410px !important;
}
[data-margin-minus-top="411"] {
  margin-top: -411px !important;
}
[data-margin-minus-bottom="411"] {
  margin-bottom: -411px !important;
}
[data-margin-minus-top="412"] {
  margin-top: -412px !important;
}
[data-margin-minus-bottom="412"] {
  margin-bottom: -412px !important;
}
[data-margin-minus-top="413"] {
  margin-top: -413px !important;
}
[data-margin-minus-bottom="413"] {
  margin-bottom: -413px !important;
}
[data-margin-minus-top="414"] {
  margin-top: -414px !important;
}
[data-margin-minus-bottom="414"] {
  margin-bottom: -414px !important;
}
[data-margin-minus-top="415"] {
  margin-top: -415px !important;
}
[data-margin-minus-bottom="415"] {
  margin-bottom: -415px !important;
}
[data-margin-minus-top="416"] {
  margin-top: -416px !important;
}
[data-margin-minus-bottom="416"] {
  margin-bottom: -416px !important;
}
[data-margin-minus-top="417"] {
  margin-top: -417px !important;
}
[data-margin-minus-bottom="417"] {
  margin-bottom: -417px !important;
}
[data-margin-minus-top="418"] {
  margin-top: -418px !important;
}
[data-margin-minus-bottom="418"] {
  margin-bottom: -418px !important;
}
[data-margin-minus-top="419"] {
  margin-top: -419px !important;
}
[data-margin-minus-bottom="419"] {
  margin-bottom: -419px !important;
}
[data-margin-minus-top="420"] {
  margin-top: -420px !important;
}
[data-margin-minus-bottom="420"] {
  margin-bottom: -420px !important;
}
[data-margin-minus-top="421"] {
  margin-top: -421px !important;
}
[data-margin-minus-bottom="421"] {
  margin-bottom: -421px !important;
}
[data-margin-minus-top="422"] {
  margin-top: -422px !important;
}
[data-margin-minus-bottom="422"] {
  margin-bottom: -422px !important;
}
[data-margin-minus-top="423"] {
  margin-top: -423px !important;
}
[data-margin-minus-bottom="423"] {
  margin-bottom: -423px !important;
}
[data-margin-minus-top="424"] {
  margin-top: -424px !important;
}
[data-margin-minus-bottom="424"] {
  margin-bottom: -424px !important;
}
[data-margin-minus-top="425"] {
  margin-top: -425px !important;
}
[data-margin-minus-bottom="425"] {
  margin-bottom: -425px !important;
}
[data-margin-minus-top="426"] {
  margin-top: -426px !important;
}
[data-margin-minus-bottom="426"] {
  margin-bottom: -426px !important;
}
[data-margin-minus-top="427"] {
  margin-top: -427px !important;
}
[data-margin-minus-bottom="427"] {
  margin-bottom: -427px !important;
}
[data-margin-minus-top="428"] {
  margin-top: -428px !important;
}
[data-margin-minus-bottom="428"] {
  margin-bottom: -428px !important;
}
[data-margin-minus-top="429"] {
  margin-top: -429px !important;
}
[data-margin-minus-bottom="429"] {
  margin-bottom: -429px !important;
}
[data-margin-minus-top="430"] {
  margin-top: -430px !important;
}
[data-margin-minus-bottom="430"] {
  margin-bottom: -430px !important;
}
[data-margin-minus-top="431"] {
  margin-top: -431px !important;
}
[data-margin-minus-bottom="431"] {
  margin-bottom: -431px !important;
}
[data-margin-minus-top="432"] {
  margin-top: -432px !important;
}
[data-margin-minus-bottom="432"] {
  margin-bottom: -432px !important;
}
[data-margin-minus-top="433"] {
  margin-top: -433px !important;
}
[data-margin-minus-bottom="433"] {
  margin-bottom: -433px !important;
}
[data-margin-minus-top="434"] {
  margin-top: -434px !important;
}
[data-margin-minus-bottom="434"] {
  margin-bottom: -434px !important;
}
[data-margin-minus-top="435"] {
  margin-top: -435px !important;
}
[data-margin-minus-bottom="435"] {
  margin-bottom: -435px !important;
}
[data-margin-minus-top="436"] {
  margin-top: -436px !important;
}
[data-margin-minus-bottom="436"] {
  margin-bottom: -436px !important;
}
[data-margin-minus-top="437"] {
  margin-top: -437px !important;
}
[data-margin-minus-bottom="437"] {
  margin-bottom: -437px !important;
}
[data-margin-minus-top="438"] {
  margin-top: -438px !important;
}
[data-margin-minus-bottom="438"] {
  margin-bottom: -438px !important;
}
[data-margin-minus-top="439"] {
  margin-top: -439px !important;
}
[data-margin-minus-bottom="439"] {
  margin-bottom: -439px !important;
}
[data-margin-minus-top="440"] {
  margin-top: -440px !important;
}
[data-margin-minus-bottom="440"] {
  margin-bottom: -440px !important;
}
[data-margin-minus-top="441"] {
  margin-top: -441px !important;
}
[data-margin-minus-bottom="441"] {
  margin-bottom: -441px !important;
}
[data-margin-minus-top="442"] {
  margin-top: -442px !important;
}
[data-margin-minus-bottom="442"] {
  margin-bottom: -442px !important;
}
[data-margin-minus-top="443"] {
  margin-top: -443px !important;
}
[data-margin-minus-bottom="443"] {
  margin-bottom: -443px !important;
}
[data-margin-minus-top="444"] {
  margin-top: -444px !important;
}
[data-margin-minus-bottom="444"] {
  margin-bottom: -444px !important;
}
[data-margin-minus-top="445"] {
  margin-top: -445px !important;
}
[data-margin-minus-bottom="445"] {
  margin-bottom: -445px !important;
}
[data-margin-minus-top="446"] {
  margin-top: -446px !important;
}
[data-margin-minus-bottom="446"] {
  margin-bottom: -446px !important;
}
[data-margin-minus-top="447"] {
  margin-top: -447px !important;
}
[data-margin-minus-bottom="447"] {
  margin-bottom: -447px !important;
}
[data-margin-minus-top="448"] {
  margin-top: -448px !important;
}
[data-margin-minus-bottom="448"] {
  margin-bottom: -448px !important;
}
[data-margin-minus-top="449"] {
  margin-top: -449px !important;
}
[data-margin-minus-bottom="449"] {
  margin-bottom: -449px !important;
}
[data-margin-minus-top="450"] {
  margin-top: -450px !important;
}
[data-margin-minus-bottom="450"] {
  margin-bottom: -450px !important;
}
[data-margin-minus-top="451"] {
  margin-top: -451px !important;
}
[data-margin-minus-bottom="451"] {
  margin-bottom: -451px !important;
}
[data-margin-minus-top="452"] {
  margin-top: -452px !important;
}
[data-margin-minus-bottom="452"] {
  margin-bottom: -452px !important;
}
[data-margin-minus-top="453"] {
  margin-top: -453px !important;
}
[data-margin-minus-bottom="453"] {
  margin-bottom: -453px !important;
}
[data-margin-minus-top="454"] {
  margin-top: -454px !important;
}
[data-margin-minus-bottom="454"] {
  margin-bottom: -454px !important;
}
[data-margin-minus-top="455"] {
  margin-top: -455px !important;
}
[data-margin-minus-bottom="455"] {
  margin-bottom: -455px !important;
}
[data-margin-minus-top="456"] {
  margin-top: -456px !important;
}
[data-margin-minus-bottom="456"] {
  margin-bottom: -456px !important;
}
[data-margin-minus-top="457"] {
  margin-top: -457px !important;
}
[data-margin-minus-bottom="457"] {
  margin-bottom: -457px !important;
}
[data-margin-minus-top="458"] {
  margin-top: -458px !important;
}
[data-margin-minus-bottom="458"] {
  margin-bottom: -458px !important;
}
[data-margin-minus-top="459"] {
  margin-top: -459px !important;
}
[data-margin-minus-bottom="459"] {
  margin-bottom: -459px !important;
}
[data-margin-minus-top="460"] {
  margin-top: -460px !important;
}
[data-margin-minus-bottom="460"] {
  margin-bottom: -460px !important;
}
[data-margin-minus-top="461"] {
  margin-top: -461px !important;
}
[data-margin-minus-bottom="461"] {
  margin-bottom: -461px !important;
}
[data-margin-minus-top="462"] {
  margin-top: -462px !important;
}
[data-margin-minus-bottom="462"] {
  margin-bottom: -462px !important;
}
[data-margin-minus-top="463"] {
  margin-top: -463px !important;
}
[data-margin-minus-bottom="463"] {
  margin-bottom: -463px !important;
}
[data-margin-minus-top="464"] {
  margin-top: -464px !important;
}
[data-margin-minus-bottom="464"] {
  margin-bottom: -464px !important;
}
[data-margin-minus-top="465"] {
  margin-top: -465px !important;
}
[data-margin-minus-bottom="465"] {
  margin-bottom: -465px !important;
}
[data-margin-minus-top="466"] {
  margin-top: -466px !important;
}
[data-margin-minus-bottom="466"] {
  margin-bottom: -466px !important;
}
[data-margin-minus-top="467"] {
  margin-top: -467px !important;
}
[data-margin-minus-bottom="467"] {
  margin-bottom: -467px !important;
}
[data-margin-minus-top="468"] {
  margin-top: -468px !important;
}
[data-margin-minus-bottom="468"] {
  margin-bottom: -468px !important;
}
[data-margin-minus-top="469"] {
  margin-top: -469px !important;
}
[data-margin-minus-bottom="469"] {
  margin-bottom: -469px !important;
}
[data-margin-minus-top="470"] {
  margin-top: -470px !important;
}
[data-margin-minus-bottom="470"] {
  margin-bottom: -470px !important;
}
[data-margin-minus-top="471"] {
  margin-top: -471px !important;
}
[data-margin-minus-bottom="471"] {
  margin-bottom: -471px !important;
}
[data-margin-minus-top="472"] {
  margin-top: -472px !important;
}
[data-margin-minus-bottom="472"] {
  margin-bottom: -472px !important;
}
[data-margin-minus-top="473"] {
  margin-top: -473px !important;
}
[data-margin-minus-bottom="473"] {
  margin-bottom: -473px !important;
}
[data-margin-minus-top="474"] {
  margin-top: -474px !important;
}
[data-margin-minus-bottom="474"] {
  margin-bottom: -474px !important;
}
[data-margin-minus-top="475"] {
  margin-top: -475px !important;
}
[data-margin-minus-bottom="475"] {
  margin-bottom: -475px !important;
}
[data-margin-minus-top="476"] {
  margin-top: -476px !important;
}
[data-margin-minus-bottom="476"] {
  margin-bottom: -476px !important;
}
[data-margin-minus-top="477"] {
  margin-top: -477px !important;
}
[data-margin-minus-bottom="477"] {
  margin-bottom: -477px !important;
}
[data-margin-minus-top="478"] {
  margin-top: -478px !important;
}
[data-margin-minus-bottom="478"] {
  margin-bottom: -478px !important;
}
[data-margin-minus-top="479"] {
  margin-top: -479px !important;
}
[data-margin-minus-bottom="479"] {
  margin-bottom: -479px !important;
}
[data-margin-minus-top="480"] {
  margin-top: -480px !important;
}
[data-margin-minus-bottom="480"] {
  margin-bottom: -480px !important;
}
[data-margin-minus-top="481"] {
  margin-top: -481px !important;
}
[data-margin-minus-bottom="481"] {
  margin-bottom: -481px !important;
}
[data-margin-minus-top="482"] {
  margin-top: -482px !important;
}
[data-margin-minus-bottom="482"] {
  margin-bottom: -482px !important;
}
[data-margin-minus-top="483"] {
  margin-top: -483px !important;
}
[data-margin-minus-bottom="483"] {
  margin-bottom: -483px !important;
}
[data-margin-minus-top="484"] {
  margin-top: -484px !important;
}
[data-margin-minus-bottom="484"] {
  margin-bottom: -484px !important;
}
[data-margin-minus-top="485"] {
  margin-top: -485px !important;
}
[data-margin-minus-bottom="485"] {
  margin-bottom: -485px !important;
}
[data-margin-minus-top="486"] {
  margin-top: -486px !important;
}
[data-margin-minus-bottom="486"] {
  margin-bottom: -486px !important;
}
[data-margin-minus-top="487"] {
  margin-top: -487px !important;
}
[data-margin-minus-bottom="487"] {
  margin-bottom: -487px !important;
}
[data-margin-minus-top="488"] {
  margin-top: -488px !important;
}
[data-margin-minus-bottom="488"] {
  margin-bottom: -488px !important;
}
[data-margin-minus-top="489"] {
  margin-top: -489px !important;
}
[data-margin-minus-bottom="489"] {
  margin-bottom: -489px !important;
}
[data-margin-minus-top="490"] {
  margin-top: -490px !important;
}
[data-margin-minus-bottom="490"] {
  margin-bottom: -490px !important;
}
[data-margin-minus-top="491"] {
  margin-top: -491px !important;
}
[data-margin-minus-bottom="491"] {
  margin-bottom: -491px !important;
}
[data-margin-minus-top="492"] {
  margin-top: -492px !important;
}
[data-margin-minus-bottom="492"] {
  margin-bottom: -492px !important;
}
[data-margin-minus-top="493"] {
  margin-top: -493px !important;
}
[data-margin-minus-bottom="493"] {
  margin-bottom: -493px !important;
}
[data-margin-minus-top="494"] {
  margin-top: -494px !important;
}
[data-margin-minus-bottom="494"] {
  margin-bottom: -494px !important;
}
[data-margin-minus-top="495"] {
  margin-top: -495px !important;
}
[data-margin-minus-bottom="495"] {
  margin-bottom: -495px !important;
}
[data-margin-minus-top="496"] {
  margin-top: -496px !important;
}
[data-margin-minus-bottom="496"] {
  margin-bottom: -496px !important;
}
[data-margin-minus-top="497"] {
  margin-top: -497px !important;
}
[data-margin-minus-bottom="497"] {
  margin-bottom: -497px !important;
}
[data-margin-minus-top="498"] {
  margin-top: -498px !important;
}
[data-margin-minus-bottom="498"] {
  margin-bottom: -498px !important;
}
[data-margin-minus-top="499"] {
  margin-top: -499px !important;
}
[data-margin-minus-bottom="499"] {
  margin-bottom: -499px !important;
}
[data-margin-minus-top="500"] {
  margin-top: -500px !important;
}
[data-margin-minus-bottom="500"] {
  margin-bottom: -500px !important;
}
[data-height="0"] {
  height: 0;
}
[data-min-height="0"] {
  min-height: 0;
}
[data-max-height="0"] {
  max-height: 0;
}
[data-height="1"] {
  height: 1px;
}
[data-min-height="1"] {
  min-height: 1px;
}
[data-max-height="1"] {
  max-height: 1px;
}
[data-height="2"] {
  height: 2px;
}
[data-min-height="2"] {
  min-height: 2px;
}
[data-max-height="2"] {
  max-height: 2px;
}
[data-height="3"] {
  height: 3px;
}
[data-min-height="3"] {
  min-height: 3px;
}
[data-max-height="3"] {
  max-height: 3px;
}
[data-height="4"] {
  height: 4px;
}
[data-min-height="4"] {
  min-height: 4px;
}
[data-max-height="4"] {
  max-height: 4px;
}
[data-height="5"] {
  height: 5px;
}
[data-min-height="5"] {
  min-height: 5px;
}
[data-max-height="5"] {
  max-height: 5px;
}
[data-height="6"] {
  height: 6px;
}
[data-min-height="6"] {
  min-height: 6px;
}
[data-max-height="6"] {
  max-height: 6px;
}
[data-height="7"] {
  height: 7px;
}
[data-min-height="7"] {
  min-height: 7px;
}
[data-max-height="7"] {
  max-height: 7px;
}
[data-height="8"] {
  height: 8px;
}
[data-min-height="8"] {
  min-height: 8px;
}
[data-max-height="8"] {
  max-height: 8px;
}
[data-height="9"] {
  height: 9px;
}
[data-min-height="9"] {
  min-height: 9px;
}
[data-max-height="9"] {
  max-height: 9px;
}
[data-height="10"] {
  height: 10px;
}
[data-min-height="10"] {
  min-height: 10px;
}
[data-max-height="10"] {
  max-height: 10px;
}
[data-height="11"] {
  height: 11px;
}
[data-min-height="11"] {
  min-height: 11px;
}
[data-max-height="11"] {
  max-height: 11px;
}
[data-height="12"] {
  height: 12px;
}
[data-min-height="12"] {
  min-height: 12px;
}
[data-max-height="12"] {
  max-height: 12px;
}
[data-height="13"] {
  height: 13px;
}
[data-min-height="13"] {
  min-height: 13px;
}
[data-max-height="13"] {
  max-height: 13px;
}
[data-height="14"] {
  height: 14px;
}
[data-min-height="14"] {
  min-height: 14px;
}
[data-max-height="14"] {
  max-height: 14px;
}
[data-height="15"] {
  height: 15px;
}
[data-min-height="15"] {
  min-height: 15px;
}
[data-max-height="15"] {
  max-height: 15px;
}
[data-height="16"] {
  height: 16px;
}
[data-min-height="16"] {
  min-height: 16px;
}
[data-max-height="16"] {
  max-height: 16px;
}
[data-height="17"] {
  height: 17px;
}
[data-min-height="17"] {
  min-height: 17px;
}
[data-max-height="17"] {
  max-height: 17px;
}
[data-height="18"] {
  height: 18px;
}
[data-min-height="18"] {
  min-height: 18px;
}
[data-max-height="18"] {
  max-height: 18px;
}
[data-height="19"] {
  height: 19px;
}
[data-min-height="19"] {
  min-height: 19px;
}
[data-max-height="19"] {
  max-height: 19px;
}
[data-height="20"] {
  height: 20px;
}
[data-min-height="20"] {
  min-height: 20px;
}
[data-max-height="20"] {
  max-height: 20px;
}
[data-height="21"] {
  height: 21px;
}
[data-min-height="21"] {
  min-height: 21px;
}
[data-max-height="21"] {
  max-height: 21px;
}
[data-height="22"] {
  height: 22px;
}
[data-min-height="22"] {
  min-height: 22px;
}
[data-max-height="22"] {
  max-height: 22px;
}
[data-height="23"] {
  height: 23px;
}
[data-min-height="23"] {
  min-height: 23px;
}
[data-max-height="23"] {
  max-height: 23px;
}
[data-height="24"] {
  height: 24px;
}
[data-min-height="24"] {
  min-height: 24px;
}
[data-max-height="24"] {
  max-height: 24px;
}
[data-height="25"] {
  height: 25px;
}
[data-min-height="25"] {
  min-height: 25px;
}
[data-max-height="25"] {
  max-height: 25px;
}
[data-height="26"] {
  height: 26px;
}
[data-min-height="26"] {
  min-height: 26px;
}
[data-max-height="26"] {
  max-height: 26px;
}
[data-height="27"] {
  height: 27px;
}
[data-min-height="27"] {
  min-height: 27px;
}
[data-max-height="27"] {
  max-height: 27px;
}
[data-height="28"] {
  height: 28px;
}
[data-min-height="28"] {
  min-height: 28px;
}
[data-max-height="28"] {
  max-height: 28px;
}
[data-height="29"] {
  height: 29px;
}
[data-min-height="29"] {
  min-height: 29px;
}
[data-max-height="29"] {
  max-height: 29px;
}
[data-height="30"] {
  height: 30px;
}
[data-min-height="30"] {
  min-height: 30px;
}
[data-max-height="30"] {
  max-height: 30px;
}
[data-height="31"] {
  height: 31px;
}
[data-min-height="31"] {
  min-height: 31px;
}
[data-max-height="31"] {
  max-height: 31px;
}
[data-height="32"] {
  height: 32px;
}
[data-min-height="32"] {
  min-height: 32px;
}
[data-max-height="32"] {
  max-height: 32px;
}
[data-height="33"] {
  height: 33px;
}
[data-min-height="33"] {
  min-height: 33px;
}
[data-max-height="33"] {
  max-height: 33px;
}
[data-height="34"] {
  height: 34px;
}
[data-min-height="34"] {
  min-height: 34px;
}
[data-max-height="34"] {
  max-height: 34px;
}
[data-height="35"] {
  height: 35px;
}
[data-min-height="35"] {
  min-height: 35px;
}
[data-max-height="35"] {
  max-height: 35px;
}
[data-height="36"] {
  height: 36px;
}
[data-min-height="36"] {
  min-height: 36px;
}
[data-max-height="36"] {
  max-height: 36px;
}
[data-height="37"] {
  height: 37px;
}
[data-min-height="37"] {
  min-height: 37px;
}
[data-max-height="37"] {
  max-height: 37px;
}
[data-height="38"] {
  height: 38px;
}
[data-min-height="38"] {
  min-height: 38px;
}
[data-max-height="38"] {
  max-height: 38px;
}
[data-height="39"] {
  height: 39px;
}
[data-min-height="39"] {
  min-height: 39px;
}
[data-max-height="39"] {
  max-height: 39px;
}
[data-height="40"] {
  height: 40px;
}
[data-min-height="40"] {
  min-height: 40px;
}
[data-max-height="40"] {
  max-height: 40px;
}
[data-height="41"] {
  height: 41px;
}
[data-min-height="41"] {
  min-height: 41px;
}
[data-max-height="41"] {
  max-height: 41px;
}
[data-height="42"] {
  height: 42px;
}
[data-min-height="42"] {
  min-height: 42px;
}
[data-max-height="42"] {
  max-height: 42px;
}
[data-height="43"] {
  height: 43px;
}
[data-min-height="43"] {
  min-height: 43px;
}
[data-max-height="43"] {
  max-height: 43px;
}
[data-height="44"] {
  height: 44px;
}
[data-min-height="44"] {
  min-height: 44px;
}
[data-max-height="44"] {
  max-height: 44px;
}
[data-height="45"] {
  height: 45px;
}
[data-min-height="45"] {
  min-height: 45px;
}
[data-max-height="45"] {
  max-height: 45px;
}
[data-height="46"] {
  height: 46px;
}
[data-min-height="46"] {
  min-height: 46px;
}
[data-max-height="46"] {
  max-height: 46px;
}
[data-height="47"] {
  height: 47px;
}
[data-min-height="47"] {
  min-height: 47px;
}
[data-max-height="47"] {
  max-height: 47px;
}
[data-height="48"] {
  height: 48px;
}
[data-min-height="48"] {
  min-height: 48px;
}
[data-max-height="48"] {
  max-height: 48px;
}
[data-height="49"] {
  height: 49px;
}
[data-min-height="49"] {
  min-height: 49px;
}
[data-max-height="49"] {
  max-height: 49px;
}
[data-height="50"] {
  height: 50px;
}
[data-min-height="50"] {
  min-height: 50px;
}
[data-max-height="50"] {
  max-height: 50px;
}
[data-height="51"] {
  height: 51px;
}
[data-min-height="51"] {
  min-height: 51px;
}
[data-max-height="51"] {
  max-height: 51px;
}
[data-height="52"] {
  height: 52px;
}
[data-min-height="52"] {
  min-height: 52px;
}
[data-max-height="52"] {
  max-height: 52px;
}
[data-height="53"] {
  height: 53px;
}
[data-min-height="53"] {
  min-height: 53px;
}
[data-max-height="53"] {
  max-height: 53px;
}
[data-height="54"] {
  height: 54px;
}
[data-min-height="54"] {
  min-height: 54px;
}
[data-max-height="54"] {
  max-height: 54px;
}
[data-height="55"] {
  height: 55px;
}
[data-min-height="55"] {
  min-height: 55px;
}
[data-max-height="55"] {
  max-height: 55px;
}
[data-height="56"] {
  height: 56px;
}
[data-min-height="56"] {
  min-height: 56px;
}
[data-max-height="56"] {
  max-height: 56px;
}
[data-height="57"] {
  height: 57px;
}
[data-min-height="57"] {
  min-height: 57px;
}
[data-max-height="57"] {
  max-height: 57px;
}
[data-height="58"] {
  height: 58px;
}
[data-min-height="58"] {
  min-height: 58px;
}
[data-max-height="58"] {
  max-height: 58px;
}
[data-height="59"] {
  height: 59px;
}
[data-min-height="59"] {
  min-height: 59px;
}
[data-max-height="59"] {
  max-height: 59px;
}
[data-height="60"] {
  height: 60px;
}
[data-min-height="60"] {
  min-height: 60px;
}
[data-max-height="60"] {
  max-height: 60px;
}
[data-height="61"] {
  height: 61px;
}
[data-min-height="61"] {
  min-height: 61px;
}
[data-max-height="61"] {
  max-height: 61px;
}
[data-height="62"] {
  height: 62px;
}
[data-min-height="62"] {
  min-height: 62px;
}
[data-max-height="62"] {
  max-height: 62px;
}
[data-height="63"] {
  height: 63px;
}
[data-min-height="63"] {
  min-height: 63px;
}
[data-max-height="63"] {
  max-height: 63px;
}
[data-height="64"] {
  height: 64px;
}
[data-min-height="64"] {
  min-height: 64px;
}
[data-max-height="64"] {
  max-height: 64px;
}
[data-height="65"] {
  height: 65px;
}
[data-min-height="65"] {
  min-height: 65px;
}
[data-max-height="65"] {
  max-height: 65px;
}
[data-height="66"] {
  height: 66px;
}
[data-min-height="66"] {
  min-height: 66px;
}
[data-max-height="66"] {
  max-height: 66px;
}
[data-height="67"] {
  height: 67px;
}
[data-min-height="67"] {
  min-height: 67px;
}
[data-max-height="67"] {
  max-height: 67px;
}
[data-height="68"] {
  height: 68px;
}
[data-min-height="68"] {
  min-height: 68px;
}
[data-max-height="68"] {
  max-height: 68px;
}
[data-height="69"] {
  height: 69px;
}
[data-min-height="69"] {
  min-height: 69px;
}
[data-max-height="69"] {
  max-height: 69px;
}
[data-height="70"] {
  height: 70px;
}
[data-min-height="70"] {
  min-height: 70px;
}
[data-max-height="70"] {
  max-height: 70px;
}
[data-height="71"] {
  height: 71px;
}
[data-min-height="71"] {
  min-height: 71px;
}
[data-max-height="71"] {
  max-height: 71px;
}
[data-height="72"] {
  height: 72px;
}
[data-min-height="72"] {
  min-height: 72px;
}
[data-max-height="72"] {
  max-height: 72px;
}
[data-height="73"] {
  height: 73px;
}
[data-min-height="73"] {
  min-height: 73px;
}
[data-max-height="73"] {
  max-height: 73px;
}
[data-height="74"] {
  height: 74px;
}
[data-min-height="74"] {
  min-height: 74px;
}
[data-max-height="74"] {
  max-height: 74px;
}
[data-height="75"] {
  height: 75px;
}
[data-min-height="75"] {
  min-height: 75px;
}
[data-max-height="75"] {
  max-height: 75px;
}
[data-height="76"] {
  height: 76px;
}
[data-min-height="76"] {
  min-height: 76px;
}
[data-max-height="76"] {
  max-height: 76px;
}
[data-height="77"] {
  height: 77px;
}
[data-min-height="77"] {
  min-height: 77px;
}
[data-max-height="77"] {
  max-height: 77px;
}
[data-height="78"] {
  height: 78px;
}
[data-min-height="78"] {
  min-height: 78px;
}
[data-max-height="78"] {
  max-height: 78px;
}
[data-height="79"] {
  height: 79px;
}
[data-min-height="79"] {
  min-height: 79px;
}
[data-max-height="79"] {
  max-height: 79px;
}
[data-height="80"] {
  height: 80px;
}
[data-min-height="80"] {
  min-height: 80px;
}
[data-max-height="80"] {
  max-height: 80px;
}
[data-height="81"] {
  height: 81px;
}
[data-min-height="81"] {
  min-height: 81px;
}
[data-max-height="81"] {
  max-height: 81px;
}
[data-height="82"] {
  height: 82px;
}
[data-min-height="82"] {
  min-height: 82px;
}
[data-max-height="82"] {
  max-height: 82px;
}
[data-height="83"] {
  height: 83px;
}
[data-min-height="83"] {
  min-height: 83px;
}
[data-max-height="83"] {
  max-height: 83px;
}
[data-height="84"] {
  height: 84px;
}
[data-min-height="84"] {
  min-height: 84px;
}
[data-max-height="84"] {
  max-height: 84px;
}
[data-height="85"] {
  height: 85px;
}
[data-min-height="85"] {
  min-height: 85px;
}
[data-max-height="85"] {
  max-height: 85px;
}
[data-height="86"] {
  height: 86px;
}
[data-min-height="86"] {
  min-height: 86px;
}
[data-max-height="86"] {
  max-height: 86px;
}
[data-height="87"] {
  height: 87px;
}
[data-min-height="87"] {
  min-height: 87px;
}
[data-max-height="87"] {
  max-height: 87px;
}
[data-height="88"] {
  height: 88px;
}
[data-min-height="88"] {
  min-height: 88px;
}
[data-max-height="88"] {
  max-height: 88px;
}
[data-height="89"] {
  height: 89px;
}
[data-min-height="89"] {
  min-height: 89px;
}
[data-max-height="89"] {
  max-height: 89px;
}
[data-height="90"] {
  height: 90px;
}
[data-min-height="90"] {
  min-height: 90px;
}
[data-max-height="90"] {
  max-height: 90px;
}
[data-height="91"] {
  height: 91px;
}
[data-min-height="91"] {
  min-height: 91px;
}
[data-max-height="91"] {
  max-height: 91px;
}
[data-height="92"] {
  height: 92px;
}
[data-min-height="92"] {
  min-height: 92px;
}
[data-max-height="92"] {
  max-height: 92px;
}
[data-height="93"] {
  height: 93px;
}
[data-min-height="93"] {
  min-height: 93px;
}
[data-max-height="93"] {
  max-height: 93px;
}
[data-height="94"] {
  height: 94px;
}
[data-min-height="94"] {
  min-height: 94px;
}
[data-max-height="94"] {
  max-height: 94px;
}
[data-height="95"] {
  height: 95px;
}
[data-min-height="95"] {
  min-height: 95px;
}
[data-max-height="95"] {
  max-height: 95px;
}
[data-height="96"] {
  height: 96px;
}
[data-min-height="96"] {
  min-height: 96px;
}
[data-max-height="96"] {
  max-height: 96px;
}
[data-height="97"] {
  height: 97px;
}
[data-min-height="97"] {
  min-height: 97px;
}
[data-max-height="97"] {
  max-height: 97px;
}
[data-height="98"] {
  height: 98px;
}
[data-min-height="98"] {
  min-height: 98px;
}
[data-max-height="98"] {
  max-height: 98px;
}
[data-height="99"] {
  height: 99px;
}
[data-min-height="99"] {
  min-height: 99px;
}
[data-max-height="99"] {
  max-height: 99px;
}
[data-height="100"] {
  height: 100px;
}
[data-min-height="100"] {
  min-height: 100px;
}
[data-max-height="100"] {
  max-height: 100px;
}
[data-height="101"] {
  height: 101px;
}
[data-min-height="101"] {
  min-height: 101px;
}
[data-max-height="101"] {
  max-height: 101px;
}
[data-height="102"] {
  height: 102px;
}
[data-min-height="102"] {
  min-height: 102px;
}
[data-max-height="102"] {
  max-height: 102px;
}
[data-height="103"] {
  height: 103px;
}
[data-min-height="103"] {
  min-height: 103px;
}
[data-max-height="103"] {
  max-height: 103px;
}
[data-height="104"] {
  height: 104px;
}
[data-min-height="104"] {
  min-height: 104px;
}
[data-max-height="104"] {
  max-height: 104px;
}
[data-height="105"] {
  height: 105px;
}
[data-min-height="105"] {
  min-height: 105px;
}
[data-max-height="105"] {
  max-height: 105px;
}
[data-height="106"] {
  height: 106px;
}
[data-min-height="106"] {
  min-height: 106px;
}
[data-max-height="106"] {
  max-height: 106px;
}
[data-height="107"] {
  height: 107px;
}
[data-min-height="107"] {
  min-height: 107px;
}
[data-max-height="107"] {
  max-height: 107px;
}
[data-height="108"] {
  height: 108px;
}
[data-min-height="108"] {
  min-height: 108px;
}
[data-max-height="108"] {
  max-height: 108px;
}
[data-height="109"] {
  height: 109px;
}
[data-min-height="109"] {
  min-height: 109px;
}
[data-max-height="109"] {
  max-height: 109px;
}
[data-height="110"] {
  height: 110px;
}
[data-min-height="110"] {
  min-height: 110px;
}
[data-max-height="110"] {
  max-height: 110px;
}
[data-height="111"] {
  height: 111px;
}
[data-min-height="111"] {
  min-height: 111px;
}
[data-max-height="111"] {
  max-height: 111px;
}
[data-height="112"] {
  height: 112px;
}
[data-min-height="112"] {
  min-height: 112px;
}
[data-max-height="112"] {
  max-height: 112px;
}
[data-height="113"] {
  height: 113px;
}
[data-min-height="113"] {
  min-height: 113px;
}
[data-max-height="113"] {
  max-height: 113px;
}
[data-height="114"] {
  height: 114px;
}
[data-min-height="114"] {
  min-height: 114px;
}
[data-max-height="114"] {
  max-height: 114px;
}
[data-height="115"] {
  height: 115px;
}
[data-min-height="115"] {
  min-height: 115px;
}
[data-max-height="115"] {
  max-height: 115px;
}
[data-height="116"] {
  height: 116px;
}
[data-min-height="116"] {
  min-height: 116px;
}
[data-max-height="116"] {
  max-height: 116px;
}
[data-height="117"] {
  height: 117px;
}
[data-min-height="117"] {
  min-height: 117px;
}
[data-max-height="117"] {
  max-height: 117px;
}
[data-height="118"] {
  height: 118px;
}
[data-min-height="118"] {
  min-height: 118px;
}
[data-max-height="118"] {
  max-height: 118px;
}
[data-height="119"] {
  height: 119px;
}
[data-min-height="119"] {
  min-height: 119px;
}
[data-max-height="119"] {
  max-height: 119px;
}
[data-height="120"] {
  height: 120px;
}
[data-min-height="120"] {
  min-height: 120px;
}
[data-max-height="120"] {
  max-height: 120px;
}
[data-height="121"] {
  height: 121px;
}
[data-min-height="121"] {
  min-height: 121px;
}
[data-max-height="121"] {
  max-height: 121px;
}
[data-height="122"] {
  height: 122px;
}
[data-min-height="122"] {
  min-height: 122px;
}
[data-max-height="122"] {
  max-height: 122px;
}
[data-height="123"] {
  height: 123px;
}
[data-min-height="123"] {
  min-height: 123px;
}
[data-max-height="123"] {
  max-height: 123px;
}
[data-height="124"] {
  height: 124px;
}
[data-min-height="124"] {
  min-height: 124px;
}
[data-max-height="124"] {
  max-height: 124px;
}
[data-height="125"] {
  height: 125px;
}
[data-min-height="125"] {
  min-height: 125px;
}
[data-max-height="125"] {
  max-height: 125px;
}
[data-height="126"] {
  height: 126px;
}
[data-min-height="126"] {
  min-height: 126px;
}
[data-max-height="126"] {
  max-height: 126px;
}
[data-height="127"] {
  height: 127px;
}
[data-min-height="127"] {
  min-height: 127px;
}
[data-max-height="127"] {
  max-height: 127px;
}
[data-height="128"] {
  height: 128px;
}
[data-min-height="128"] {
  min-height: 128px;
}
[data-max-height="128"] {
  max-height: 128px;
}
[data-height="129"] {
  height: 129px;
}
[data-min-height="129"] {
  min-height: 129px;
}
[data-max-height="129"] {
  max-height: 129px;
}
[data-height="130"] {
  height: 130px;
}
[data-min-height="130"] {
  min-height: 130px;
}
[data-max-height="130"] {
  max-height: 130px;
}
[data-height="131"] {
  height: 131px;
}
[data-min-height="131"] {
  min-height: 131px;
}
[data-max-height="131"] {
  max-height: 131px;
}
[data-height="132"] {
  height: 132px;
}
[data-min-height="132"] {
  min-height: 132px;
}
[data-max-height="132"] {
  max-height: 132px;
}
[data-height="133"] {
  height: 133px;
}
[data-min-height="133"] {
  min-height: 133px;
}
[data-max-height="133"] {
  max-height: 133px;
}
[data-height="134"] {
  height: 134px;
}
[data-min-height="134"] {
  min-height: 134px;
}
[data-max-height="134"] {
  max-height: 134px;
}
[data-height="135"] {
  height: 135px;
}
[data-min-height="135"] {
  min-height: 135px;
}
[data-max-height="135"] {
  max-height: 135px;
}
[data-height="136"] {
  height: 136px;
}
[data-min-height="136"] {
  min-height: 136px;
}
[data-max-height="136"] {
  max-height: 136px;
}
[data-height="137"] {
  height: 137px;
}
[data-min-height="137"] {
  min-height: 137px;
}
[data-max-height="137"] {
  max-height: 137px;
}
[data-height="138"] {
  height: 138px;
}
[data-min-height="138"] {
  min-height: 138px;
}
[data-max-height="138"] {
  max-height: 138px;
}
[data-height="139"] {
  height: 139px;
}
[data-min-height="139"] {
  min-height: 139px;
}
[data-max-height="139"] {
  max-height: 139px;
}
[data-height="140"] {
  height: 140px;
}
[data-min-height="140"] {
  min-height: 140px;
}
[data-max-height="140"] {
  max-height: 140px;
}
[data-height="141"] {
  height: 141px;
}
[data-min-height="141"] {
  min-height: 141px;
}
[data-max-height="141"] {
  max-height: 141px;
}
[data-height="142"] {
  height: 142px;
}
[data-min-height="142"] {
  min-height: 142px;
}
[data-max-height="142"] {
  max-height: 142px;
}
[data-height="143"] {
  height: 143px;
}
[data-min-height="143"] {
  min-height: 143px;
}
[data-max-height="143"] {
  max-height: 143px;
}
[data-height="144"] {
  height: 144px;
}
[data-min-height="144"] {
  min-height: 144px;
}
[data-max-height="144"] {
  max-height: 144px;
}
[data-height="145"] {
  height: 145px;
}
[data-min-height="145"] {
  min-height: 145px;
}
[data-max-height="145"] {
  max-height: 145px;
}
[data-height="146"] {
  height: 146px;
}
[data-min-height="146"] {
  min-height: 146px;
}
[data-max-height="146"] {
  max-height: 146px;
}
[data-height="147"] {
  height: 147px;
}
[data-min-height="147"] {
  min-height: 147px;
}
[data-max-height="147"] {
  max-height: 147px;
}
[data-height="148"] {
  height: 148px;
}
[data-min-height="148"] {
  min-height: 148px;
}
[data-max-height="148"] {
  max-height: 148px;
}
[data-height="149"] {
  height: 149px;
}
[data-min-height="149"] {
  min-height: 149px;
}
[data-max-height="149"] {
  max-height: 149px;
}
[data-height="150"] {
  height: 150px;
}
[data-min-height="150"] {
  min-height: 150px;
}
[data-max-height="150"] {
  max-height: 150px;
}
[data-height="151"] {
  height: 151px;
}
[data-min-height="151"] {
  min-height: 151px;
}
[data-max-height="151"] {
  max-height: 151px;
}
[data-height="152"] {
  height: 152px;
}
[data-min-height="152"] {
  min-height: 152px;
}
[data-max-height="152"] {
  max-height: 152px;
}
[data-height="153"] {
  height: 153px;
}
[data-min-height="153"] {
  min-height: 153px;
}
[data-max-height="153"] {
  max-height: 153px;
}
[data-height="154"] {
  height: 154px;
}
[data-min-height="154"] {
  min-height: 154px;
}
[data-max-height="154"] {
  max-height: 154px;
}
[data-height="155"] {
  height: 155px;
}
[data-min-height="155"] {
  min-height: 155px;
}
[data-max-height="155"] {
  max-height: 155px;
}
[data-height="156"] {
  height: 156px;
}
[data-min-height="156"] {
  min-height: 156px;
}
[data-max-height="156"] {
  max-height: 156px;
}
[data-height="157"] {
  height: 157px;
}
[data-min-height="157"] {
  min-height: 157px;
}
[data-max-height="157"] {
  max-height: 157px;
}
[data-height="158"] {
  height: 158px;
}
[data-min-height="158"] {
  min-height: 158px;
}
[data-max-height="158"] {
  max-height: 158px;
}
[data-height="159"] {
  height: 159px;
}
[data-min-height="159"] {
  min-height: 159px;
}
[data-max-height="159"] {
  max-height: 159px;
}
[data-height="160"] {
  height: 160px;
}
[data-min-height="160"] {
  min-height: 160px;
}
[data-max-height="160"] {
  max-height: 160px;
}
[data-height="161"] {
  height: 161px;
}
[data-min-height="161"] {
  min-height: 161px;
}
[data-max-height="161"] {
  max-height: 161px;
}
[data-height="162"] {
  height: 162px;
}
[data-min-height="162"] {
  min-height: 162px;
}
[data-max-height="162"] {
  max-height: 162px;
}
[data-height="163"] {
  height: 163px;
}
[data-min-height="163"] {
  min-height: 163px;
}
[data-max-height="163"] {
  max-height: 163px;
}
[data-height="164"] {
  height: 164px;
}
[data-min-height="164"] {
  min-height: 164px;
}
[data-max-height="164"] {
  max-height: 164px;
}
[data-height="165"] {
  height: 165px;
}
[data-min-height="165"] {
  min-height: 165px;
}
[data-max-height="165"] {
  max-height: 165px;
}
[data-height="166"] {
  height: 166px;
}
[data-min-height="166"] {
  min-height: 166px;
}
[data-max-height="166"] {
  max-height: 166px;
}
[data-height="167"] {
  height: 167px;
}
[data-min-height="167"] {
  min-height: 167px;
}
[data-max-height="167"] {
  max-height: 167px;
}
[data-height="168"] {
  height: 168px;
}
[data-min-height="168"] {
  min-height: 168px;
}
[data-max-height="168"] {
  max-height: 168px;
}
[data-height="169"] {
  height: 169px;
}
[data-min-height="169"] {
  min-height: 169px;
}
[data-max-height="169"] {
  max-height: 169px;
}
[data-height="170"] {
  height: 170px;
}
[data-min-height="170"] {
  min-height: 170px;
}
[data-max-height="170"] {
  max-height: 170px;
}
[data-height="171"] {
  height: 171px;
}
[data-min-height="171"] {
  min-height: 171px;
}
[data-max-height="171"] {
  max-height: 171px;
}
[data-height="172"] {
  height: 172px;
}
[data-min-height="172"] {
  min-height: 172px;
}
[data-max-height="172"] {
  max-height: 172px;
}
[data-height="173"] {
  height: 173px;
}
[data-min-height="173"] {
  min-height: 173px;
}
[data-max-height="173"] {
  max-height: 173px;
}
[data-height="174"] {
  height: 174px;
}
[data-min-height="174"] {
  min-height: 174px;
}
[data-max-height="174"] {
  max-height: 174px;
}
[data-height="175"] {
  height: 175px;
}
[data-min-height="175"] {
  min-height: 175px;
}
[data-max-height="175"] {
  max-height: 175px;
}
[data-height="176"] {
  height: 176px;
}
[data-min-height="176"] {
  min-height: 176px;
}
[data-max-height="176"] {
  max-height: 176px;
}
[data-height="177"] {
  height: 177px;
}
[data-min-height="177"] {
  min-height: 177px;
}
[data-max-height="177"] {
  max-height: 177px;
}
[data-height="178"] {
  height: 178px;
}
[data-min-height="178"] {
  min-height: 178px;
}
[data-max-height="178"] {
  max-height: 178px;
}
[data-height="179"] {
  height: 179px;
}
[data-min-height="179"] {
  min-height: 179px;
}
[data-max-height="179"] {
  max-height: 179px;
}
[data-height="180"] {
  height: 180px;
}
[data-min-height="180"] {
  min-height: 180px;
}
[data-max-height="180"] {
  max-height: 180px;
}
[data-height="181"] {
  height: 181px;
}
[data-min-height="181"] {
  min-height: 181px;
}
[data-max-height="181"] {
  max-height: 181px;
}
[data-height="182"] {
  height: 182px;
}
[data-min-height="182"] {
  min-height: 182px;
}
[data-max-height="182"] {
  max-height: 182px;
}
[data-height="183"] {
  height: 183px;
}
[data-min-height="183"] {
  min-height: 183px;
}
[data-max-height="183"] {
  max-height: 183px;
}
[data-height="184"] {
  height: 184px;
}
[data-min-height="184"] {
  min-height: 184px;
}
[data-max-height="184"] {
  max-height: 184px;
}
[data-height="185"] {
  height: 185px;
}
[data-min-height="185"] {
  min-height: 185px;
}
[data-max-height="185"] {
  max-height: 185px;
}
[data-height="186"] {
  height: 186px;
}
[data-min-height="186"] {
  min-height: 186px;
}
[data-max-height="186"] {
  max-height: 186px;
}
[data-height="187"] {
  height: 187px;
}
[data-min-height="187"] {
  min-height: 187px;
}
[data-max-height="187"] {
  max-height: 187px;
}
[data-height="188"] {
  height: 188px;
}
[data-min-height="188"] {
  min-height: 188px;
}
[data-max-height="188"] {
  max-height: 188px;
}
[data-height="189"] {
  height: 189px;
}
[data-min-height="189"] {
  min-height: 189px;
}
[data-max-height="189"] {
  max-height: 189px;
}
[data-height="190"] {
  height: 190px;
}
[data-min-height="190"] {
  min-height: 190px;
}
[data-max-height="190"] {
  max-height: 190px;
}
[data-height="191"] {
  height: 191px;
}
[data-min-height="191"] {
  min-height: 191px;
}
[data-max-height="191"] {
  max-height: 191px;
}
[data-height="192"] {
  height: 192px;
}
[data-min-height="192"] {
  min-height: 192px;
}
[data-max-height="192"] {
  max-height: 192px;
}
[data-height="193"] {
  height: 193px;
}
[data-min-height="193"] {
  min-height: 193px;
}
[data-max-height="193"] {
  max-height: 193px;
}
[data-height="194"] {
  height: 194px;
}
[data-min-height="194"] {
  min-height: 194px;
}
[data-max-height="194"] {
  max-height: 194px;
}
[data-height="195"] {
  height: 195px;
}
[data-min-height="195"] {
  min-height: 195px;
}
[data-max-height="195"] {
  max-height: 195px;
}
[data-height="196"] {
  height: 196px;
}
[data-min-height="196"] {
  min-height: 196px;
}
[data-max-height="196"] {
  max-height: 196px;
}
[data-height="197"] {
  height: 197px;
}
[data-min-height="197"] {
  min-height: 197px;
}
[data-max-height="197"] {
  max-height: 197px;
}
[data-height="198"] {
  height: 198px;
}
[data-min-height="198"] {
  min-height: 198px;
}
[data-max-height="198"] {
  max-height: 198px;
}
[data-height="199"] {
  height: 199px;
}
[data-min-height="199"] {
  min-height: 199px;
}
[data-max-height="199"] {
  max-height: 199px;
}
[data-height="200"] {
  height: 200px;
}
[data-min-height="200"] {
  min-height: 200px;
}
[data-max-height="200"] {
  max-height: 200px;
}
[data-height="201"] {
  height: 201px;
}
[data-min-height="201"] {
  min-height: 201px;
}
[data-max-height="201"] {
  max-height: 201px;
}
[data-height="202"] {
  height: 202px;
}
[data-min-height="202"] {
  min-height: 202px;
}
[data-max-height="202"] {
  max-height: 202px;
}
[data-height="203"] {
  height: 203px;
}
[data-min-height="203"] {
  min-height: 203px;
}
[data-max-height="203"] {
  max-height: 203px;
}
[data-height="204"] {
  height: 204px;
}
[data-min-height="204"] {
  min-height: 204px;
}
[data-max-height="204"] {
  max-height: 204px;
}
[data-height="205"] {
  height: 205px;
}
[data-min-height="205"] {
  min-height: 205px;
}
[data-max-height="205"] {
  max-height: 205px;
}
[data-height="206"] {
  height: 206px;
}
[data-min-height="206"] {
  min-height: 206px;
}
[data-max-height="206"] {
  max-height: 206px;
}
[data-height="207"] {
  height: 207px;
}
[data-min-height="207"] {
  min-height: 207px;
}
[data-max-height="207"] {
  max-height: 207px;
}
[data-height="208"] {
  height: 208px;
}
[data-min-height="208"] {
  min-height: 208px;
}
[data-max-height="208"] {
  max-height: 208px;
}
[data-height="209"] {
  height: 209px;
}
[data-min-height="209"] {
  min-height: 209px;
}
[data-max-height="209"] {
  max-height: 209px;
}
[data-height="210"] {
  height: 210px;
}
[data-min-height="210"] {
  min-height: 210px;
}
[data-max-height="210"] {
  max-height: 210px;
}
[data-height="211"] {
  height: 211px;
}
[data-min-height="211"] {
  min-height: 211px;
}
[data-max-height="211"] {
  max-height: 211px;
}
[data-height="212"] {
  height: 212px;
}
[data-min-height="212"] {
  min-height: 212px;
}
[data-max-height="212"] {
  max-height: 212px;
}
[data-height="213"] {
  height: 213px;
}
[data-min-height="213"] {
  min-height: 213px;
}
[data-max-height="213"] {
  max-height: 213px;
}
[data-height="214"] {
  height: 214px;
}
[data-min-height="214"] {
  min-height: 214px;
}
[data-max-height="214"] {
  max-height: 214px;
}
[data-height="215"] {
  height: 215px;
}
[data-min-height="215"] {
  min-height: 215px;
}
[data-max-height="215"] {
  max-height: 215px;
}
[data-height="216"] {
  height: 216px;
}
[data-min-height="216"] {
  min-height: 216px;
}
[data-max-height="216"] {
  max-height: 216px;
}
[data-height="217"] {
  height: 217px;
}
[data-min-height="217"] {
  min-height: 217px;
}
[data-max-height="217"] {
  max-height: 217px;
}
[data-height="218"] {
  height: 218px;
}
[data-min-height="218"] {
  min-height: 218px;
}
[data-max-height="218"] {
  max-height: 218px;
}
[data-height="219"] {
  height: 219px;
}
[data-min-height="219"] {
  min-height: 219px;
}
[data-max-height="219"] {
  max-height: 219px;
}
[data-height="220"] {
  height: 220px;
}
[data-min-height="220"] {
  min-height: 220px;
}
[data-max-height="220"] {
  max-height: 220px;
}
[data-height="221"] {
  height: 221px;
}
[data-min-height="221"] {
  min-height: 221px;
}
[data-max-height="221"] {
  max-height: 221px;
}
[data-height="222"] {
  height: 222px;
}
[data-min-height="222"] {
  min-height: 222px;
}
[data-max-height="222"] {
  max-height: 222px;
}
[data-height="223"] {
  height: 223px;
}
[data-min-height="223"] {
  min-height: 223px;
}
[data-max-height="223"] {
  max-height: 223px;
}
[data-height="224"] {
  height: 224px;
}
[data-min-height="224"] {
  min-height: 224px;
}
[data-max-height="224"] {
  max-height: 224px;
}
[data-height="225"] {
  height: 225px;
}
[data-min-height="225"] {
  min-height: 225px;
}
[data-max-height="225"] {
  max-height: 225px;
}
[data-height="226"] {
  height: 226px;
}
[data-min-height="226"] {
  min-height: 226px;
}
[data-max-height="226"] {
  max-height: 226px;
}
[data-height="227"] {
  height: 227px;
}
[data-min-height="227"] {
  min-height: 227px;
}
[data-max-height="227"] {
  max-height: 227px;
}
[data-height="228"] {
  height: 228px;
}
[data-min-height="228"] {
  min-height: 228px;
}
[data-max-height="228"] {
  max-height: 228px;
}
[data-height="229"] {
  height: 229px;
}
[data-min-height="229"] {
  min-height: 229px;
}
[data-max-height="229"] {
  max-height: 229px;
}
[data-height="230"] {
  height: 230px;
}
[data-min-height="230"] {
  min-height: 230px;
}
[data-max-height="230"] {
  max-height: 230px;
}
[data-height="231"] {
  height: 231px;
}
[data-min-height="231"] {
  min-height: 231px;
}
[data-max-height="231"] {
  max-height: 231px;
}
[data-height="232"] {
  height: 232px;
}
[data-min-height="232"] {
  min-height: 232px;
}
[data-max-height="232"] {
  max-height: 232px;
}
[data-height="233"] {
  height: 233px;
}
[data-min-height="233"] {
  min-height: 233px;
}
[data-max-height="233"] {
  max-height: 233px;
}
[data-height="234"] {
  height: 234px;
}
[data-min-height="234"] {
  min-height: 234px;
}
[data-max-height="234"] {
  max-height: 234px;
}
[data-height="235"] {
  height: 235px;
}
[data-min-height="235"] {
  min-height: 235px;
}
[data-max-height="235"] {
  max-height: 235px;
}
[data-height="236"] {
  height: 236px;
}
[data-min-height="236"] {
  min-height: 236px;
}
[data-max-height="236"] {
  max-height: 236px;
}
[data-height="237"] {
  height: 237px;
}
[data-min-height="237"] {
  min-height: 237px;
}
[data-max-height="237"] {
  max-height: 237px;
}
[data-height="238"] {
  height: 238px;
}
[data-min-height="238"] {
  min-height: 238px;
}
[data-max-height="238"] {
  max-height: 238px;
}
[data-height="239"] {
  height: 239px;
}
[data-min-height="239"] {
  min-height: 239px;
}
[data-max-height="239"] {
  max-height: 239px;
}
[data-height="240"] {
  height: 240px;
}
[data-min-height="240"] {
  min-height: 240px;
}
[data-max-height="240"] {
  max-height: 240px;
}
[data-height="241"] {
  height: 241px;
}
[data-min-height="241"] {
  min-height: 241px;
}
[data-max-height="241"] {
  max-height: 241px;
}
[data-height="242"] {
  height: 242px;
}
[data-min-height="242"] {
  min-height: 242px;
}
[data-max-height="242"] {
  max-height: 242px;
}
[data-height="243"] {
  height: 243px;
}
[data-min-height="243"] {
  min-height: 243px;
}
[data-max-height="243"] {
  max-height: 243px;
}
[data-height="244"] {
  height: 244px;
}
[data-min-height="244"] {
  min-height: 244px;
}
[data-max-height="244"] {
  max-height: 244px;
}
[data-height="245"] {
  height: 245px;
}
[data-min-height="245"] {
  min-height: 245px;
}
[data-max-height="245"] {
  max-height: 245px;
}
[data-height="246"] {
  height: 246px;
}
[data-min-height="246"] {
  min-height: 246px;
}
[data-max-height="246"] {
  max-height: 246px;
}
[data-height="247"] {
  height: 247px;
}
[data-min-height="247"] {
  min-height: 247px;
}
[data-max-height="247"] {
  max-height: 247px;
}
[data-height="248"] {
  height: 248px;
}
[data-min-height="248"] {
  min-height: 248px;
}
[data-max-height="248"] {
  max-height: 248px;
}
[data-height="249"] {
  height: 249px;
}
[data-min-height="249"] {
  min-height: 249px;
}
[data-max-height="249"] {
  max-height: 249px;
}
[data-height="250"] {
  height: 250px;
}
[data-min-height="250"] {
  min-height: 250px;
}
[data-max-height="250"] {
  max-height: 250px;
}
[data-height="251"] {
  height: 251px;
}
[data-min-height="251"] {
  min-height: 251px;
}
[data-max-height="251"] {
  max-height: 251px;
}
[data-height="252"] {
  height: 252px;
}
[data-min-height="252"] {
  min-height: 252px;
}
[data-max-height="252"] {
  max-height: 252px;
}
[data-height="253"] {
  height: 253px;
}
[data-min-height="253"] {
  min-height: 253px;
}
[data-max-height="253"] {
  max-height: 253px;
}
[data-height="254"] {
  height: 254px;
}
[data-min-height="254"] {
  min-height: 254px;
}
[data-max-height="254"] {
  max-height: 254px;
}
[data-height="255"] {
  height: 255px;
}
[data-min-height="255"] {
  min-height: 255px;
}
[data-max-height="255"] {
  max-height: 255px;
}
[data-height="256"] {
  height: 256px;
}
[data-min-height="256"] {
  min-height: 256px;
}
[data-max-height="256"] {
  max-height: 256px;
}
[data-height="257"] {
  height: 257px;
}
[data-min-height="257"] {
  min-height: 257px;
}
[data-max-height="257"] {
  max-height: 257px;
}
[data-height="258"] {
  height: 258px;
}
[data-min-height="258"] {
  min-height: 258px;
}
[data-max-height="258"] {
  max-height: 258px;
}
[data-height="259"] {
  height: 259px;
}
[data-min-height="259"] {
  min-height: 259px;
}
[data-max-height="259"] {
  max-height: 259px;
}
[data-height="260"] {
  height: 260px;
}
[data-min-height="260"] {
  min-height: 260px;
}
[data-max-height="260"] {
  max-height: 260px;
}
[data-height="261"] {
  height: 261px;
}
[data-min-height="261"] {
  min-height: 261px;
}
[data-max-height="261"] {
  max-height: 261px;
}
[data-height="262"] {
  height: 262px;
}
[data-min-height="262"] {
  min-height: 262px;
}
[data-max-height="262"] {
  max-height: 262px;
}
[data-height="263"] {
  height: 263px;
}
[data-min-height="263"] {
  min-height: 263px;
}
[data-max-height="263"] {
  max-height: 263px;
}
[data-height="264"] {
  height: 264px;
}
[data-min-height="264"] {
  min-height: 264px;
}
[data-max-height="264"] {
  max-height: 264px;
}
[data-height="265"] {
  height: 265px;
}
[data-min-height="265"] {
  min-height: 265px;
}
[data-max-height="265"] {
  max-height: 265px;
}
[data-height="266"] {
  height: 266px;
}
[data-min-height="266"] {
  min-height: 266px;
}
[data-max-height="266"] {
  max-height: 266px;
}
[data-height="267"] {
  height: 267px;
}
[data-min-height="267"] {
  min-height: 267px;
}
[data-max-height="267"] {
  max-height: 267px;
}
[data-height="268"] {
  height: 268px;
}
[data-min-height="268"] {
  min-height: 268px;
}
[data-max-height="268"] {
  max-height: 268px;
}
[data-height="269"] {
  height: 269px;
}
[data-min-height="269"] {
  min-height: 269px;
}
[data-max-height="269"] {
  max-height: 269px;
}
[data-height="270"] {
  height: 270px;
}
[data-min-height="270"] {
  min-height: 270px;
}
[data-max-height="270"] {
  max-height: 270px;
}
[data-height="271"] {
  height: 271px;
}
[data-min-height="271"] {
  min-height: 271px;
}
[data-max-height="271"] {
  max-height: 271px;
}
[data-height="272"] {
  height: 272px;
}
[data-min-height="272"] {
  min-height: 272px;
}
[data-max-height="272"] {
  max-height: 272px;
}
[data-height="273"] {
  height: 273px;
}
[data-min-height="273"] {
  min-height: 273px;
}
[data-max-height="273"] {
  max-height: 273px;
}
[data-height="274"] {
  height: 274px;
}
[data-min-height="274"] {
  min-height: 274px;
}
[data-max-height="274"] {
  max-height: 274px;
}
[data-height="275"] {
  height: 275px;
}
[data-min-height="275"] {
  min-height: 275px;
}
[data-max-height="275"] {
  max-height: 275px;
}
[data-height="276"] {
  height: 276px;
}
[data-min-height="276"] {
  min-height: 276px;
}
[data-max-height="276"] {
  max-height: 276px;
}
[data-height="277"] {
  height: 277px;
}
[data-min-height="277"] {
  min-height: 277px;
}
[data-max-height="277"] {
  max-height: 277px;
}
[data-height="278"] {
  height: 278px;
}
[data-min-height="278"] {
  min-height: 278px;
}
[data-max-height="278"] {
  max-height: 278px;
}
[data-height="279"] {
  height: 279px;
}
[data-min-height="279"] {
  min-height: 279px;
}
[data-max-height="279"] {
  max-height: 279px;
}
[data-height="280"] {
  height: 280px;
}
[data-min-height="280"] {
  min-height: 280px;
}
[data-max-height="280"] {
  max-height: 280px;
}
[data-height="281"] {
  height: 281px;
}
[data-min-height="281"] {
  min-height: 281px;
}
[data-max-height="281"] {
  max-height: 281px;
}
[data-height="282"] {
  height: 282px;
}
[data-min-height="282"] {
  min-height: 282px;
}
[data-max-height="282"] {
  max-height: 282px;
}
[data-height="283"] {
  height: 283px;
}
[data-min-height="283"] {
  min-height: 283px;
}
[data-max-height="283"] {
  max-height: 283px;
}
[data-height="284"] {
  height: 284px;
}
[data-min-height="284"] {
  min-height: 284px;
}
[data-max-height="284"] {
  max-height: 284px;
}
[data-height="285"] {
  height: 285px;
}
[data-min-height="285"] {
  min-height: 285px;
}
[data-max-height="285"] {
  max-height: 285px;
}
[data-height="286"] {
  height: 286px;
}
[data-min-height="286"] {
  min-height: 286px;
}
[data-max-height="286"] {
  max-height: 286px;
}
[data-height="287"] {
  height: 287px;
}
[data-min-height="287"] {
  min-height: 287px;
}
[data-max-height="287"] {
  max-height: 287px;
}
[data-height="288"] {
  height: 288px;
}
[data-min-height="288"] {
  min-height: 288px;
}
[data-max-height="288"] {
  max-height: 288px;
}
[data-height="289"] {
  height: 289px;
}
[data-min-height="289"] {
  min-height: 289px;
}
[data-max-height="289"] {
  max-height: 289px;
}
[data-height="290"] {
  height: 290px;
}
[data-min-height="290"] {
  min-height: 290px;
}
[data-max-height="290"] {
  max-height: 290px;
}
[data-height="291"] {
  height: 291px;
}
[data-min-height="291"] {
  min-height: 291px;
}
[data-max-height="291"] {
  max-height: 291px;
}
[data-height="292"] {
  height: 292px;
}
[data-min-height="292"] {
  min-height: 292px;
}
[data-max-height="292"] {
  max-height: 292px;
}
[data-height="293"] {
  height: 293px;
}
[data-min-height="293"] {
  min-height: 293px;
}
[data-max-height="293"] {
  max-height: 293px;
}
[data-height="294"] {
  height: 294px;
}
[data-min-height="294"] {
  min-height: 294px;
}
[data-max-height="294"] {
  max-height: 294px;
}
[data-height="295"] {
  height: 295px;
}
[data-min-height="295"] {
  min-height: 295px;
}
[data-max-height="295"] {
  max-height: 295px;
}
[data-height="296"] {
  height: 296px;
}
[data-min-height="296"] {
  min-height: 296px;
}
[data-max-height="296"] {
  max-height: 296px;
}
[data-height="297"] {
  height: 297px;
}
[data-min-height="297"] {
  min-height: 297px;
}
[data-max-height="297"] {
  max-height: 297px;
}
[data-height="298"] {
  height: 298px;
}
[data-min-height="298"] {
  min-height: 298px;
}
[data-max-height="298"] {
  max-height: 298px;
}
[data-height="299"] {
  height: 299px;
}
[data-min-height="299"] {
  min-height: 299px;
}
[data-max-height="299"] {
  max-height: 299px;
}
[data-height="300"] {
  height: 300px;
}
[data-min-height="300"] {
  min-height: 300px;
}
[data-max-height="300"] {
  max-height: 300px;
}
[data-height="301"] {
  height: 301px;
}
[data-min-height="301"] {
  min-height: 301px;
}
[data-max-height="301"] {
  max-height: 301px;
}
[data-height="302"] {
  height: 302px;
}
[data-min-height="302"] {
  min-height: 302px;
}
[data-max-height="302"] {
  max-height: 302px;
}
[data-height="303"] {
  height: 303px;
}
[data-min-height="303"] {
  min-height: 303px;
}
[data-max-height="303"] {
  max-height: 303px;
}
[data-height="304"] {
  height: 304px;
}
[data-min-height="304"] {
  min-height: 304px;
}
[data-max-height="304"] {
  max-height: 304px;
}
[data-height="305"] {
  height: 305px;
}
[data-min-height="305"] {
  min-height: 305px;
}
[data-max-height="305"] {
  max-height: 305px;
}
[data-height="306"] {
  height: 306px;
}
[data-min-height="306"] {
  min-height: 306px;
}
[data-max-height="306"] {
  max-height: 306px;
}
[data-height="307"] {
  height: 307px;
}
[data-min-height="307"] {
  min-height: 307px;
}
[data-max-height="307"] {
  max-height: 307px;
}
[data-height="308"] {
  height: 308px;
}
[data-min-height="308"] {
  min-height: 308px;
}
[data-max-height="308"] {
  max-height: 308px;
}
[data-height="309"] {
  height: 309px;
}
[data-min-height="309"] {
  min-height: 309px;
}
[data-max-height="309"] {
  max-height: 309px;
}
[data-height="310"] {
  height: 310px;
}
[data-min-height="310"] {
  min-height: 310px;
}
[data-max-height="310"] {
  max-height: 310px;
}
[data-height="311"] {
  height: 311px;
}
[data-min-height="311"] {
  min-height: 311px;
}
[data-max-height="311"] {
  max-height: 311px;
}
[data-height="312"] {
  height: 312px;
}
[data-min-height="312"] {
  min-height: 312px;
}
[data-max-height="312"] {
  max-height: 312px;
}
[data-height="313"] {
  height: 313px;
}
[data-min-height="313"] {
  min-height: 313px;
}
[data-max-height="313"] {
  max-height: 313px;
}
[data-height="314"] {
  height: 314px;
}
[data-min-height="314"] {
  min-height: 314px;
}
[data-max-height="314"] {
  max-height: 314px;
}
[data-height="315"] {
  height: 315px;
}
[data-min-height="315"] {
  min-height: 315px;
}
[data-max-height="315"] {
  max-height: 315px;
}
[data-height="316"] {
  height: 316px;
}
[data-min-height="316"] {
  min-height: 316px;
}
[data-max-height="316"] {
  max-height: 316px;
}
[data-height="317"] {
  height: 317px;
}
[data-min-height="317"] {
  min-height: 317px;
}
[data-max-height="317"] {
  max-height: 317px;
}
[data-height="318"] {
  height: 318px;
}
[data-min-height="318"] {
  min-height: 318px;
}
[data-max-height="318"] {
  max-height: 318px;
}
[data-height="319"] {
  height: 319px;
}
[data-min-height="319"] {
  min-height: 319px;
}
[data-max-height="319"] {
  max-height: 319px;
}
[data-height="320"] {
  height: 320px;
}
[data-min-height="320"] {
  min-height: 320px;
}
[data-max-height="320"] {
  max-height: 320px;
}
[data-height="321"] {
  height: 321px;
}
[data-min-height="321"] {
  min-height: 321px;
}
[data-max-height="321"] {
  max-height: 321px;
}
[data-height="322"] {
  height: 322px;
}
[data-min-height="322"] {
  min-height: 322px;
}
[data-max-height="322"] {
  max-height: 322px;
}
[data-height="323"] {
  height: 323px;
}
[data-min-height="323"] {
  min-height: 323px;
}
[data-max-height="323"] {
  max-height: 323px;
}
[data-height="324"] {
  height: 324px;
}
[data-min-height="324"] {
  min-height: 324px;
}
[data-max-height="324"] {
  max-height: 324px;
}
[data-height="325"] {
  height: 325px;
}
[data-min-height="325"] {
  min-height: 325px;
}
[data-max-height="325"] {
  max-height: 325px;
}
[data-height="326"] {
  height: 326px;
}
[data-min-height="326"] {
  min-height: 326px;
}
[data-max-height="326"] {
  max-height: 326px;
}
[data-height="327"] {
  height: 327px;
}
[data-min-height="327"] {
  min-height: 327px;
}
[data-max-height="327"] {
  max-height: 327px;
}
[data-height="328"] {
  height: 328px;
}
[data-min-height="328"] {
  min-height: 328px;
}
[data-max-height="328"] {
  max-height: 328px;
}
[data-height="329"] {
  height: 329px;
}
[data-min-height="329"] {
  min-height: 329px;
}
[data-max-height="329"] {
  max-height: 329px;
}
[data-height="330"] {
  height: 330px;
}
[data-min-height="330"] {
  min-height: 330px;
}
[data-max-height="330"] {
  max-height: 330px;
}
[data-height="331"] {
  height: 331px;
}
[data-min-height="331"] {
  min-height: 331px;
}
[data-max-height="331"] {
  max-height: 331px;
}
[data-height="332"] {
  height: 332px;
}
[data-min-height="332"] {
  min-height: 332px;
}
[data-max-height="332"] {
  max-height: 332px;
}
[data-height="333"] {
  height: 333px;
}
[data-min-height="333"] {
  min-height: 333px;
}
[data-max-height="333"] {
  max-height: 333px;
}
[data-height="334"] {
  height: 334px;
}
[data-min-height="334"] {
  min-height: 334px;
}
[data-max-height="334"] {
  max-height: 334px;
}
[data-height="335"] {
  height: 335px;
}
[data-min-height="335"] {
  min-height: 335px;
}
[data-max-height="335"] {
  max-height: 335px;
}
[data-height="336"] {
  height: 336px;
}
[data-min-height="336"] {
  min-height: 336px;
}
[data-max-height="336"] {
  max-height: 336px;
}
[data-height="337"] {
  height: 337px;
}
[data-min-height="337"] {
  min-height: 337px;
}
[data-max-height="337"] {
  max-height: 337px;
}
[data-height="338"] {
  height: 338px;
}
[data-min-height="338"] {
  min-height: 338px;
}
[data-max-height="338"] {
  max-height: 338px;
}
[data-height="339"] {
  height: 339px;
}
[data-min-height="339"] {
  min-height: 339px;
}
[data-max-height="339"] {
  max-height: 339px;
}
[data-height="340"] {
  height: 340px;
}
[data-min-height="340"] {
  min-height: 340px;
}
[data-max-height="340"] {
  max-height: 340px;
}
[data-height="341"] {
  height: 341px;
}
[data-min-height="341"] {
  min-height: 341px;
}
[data-max-height="341"] {
  max-height: 341px;
}
[data-height="342"] {
  height: 342px;
}
[data-min-height="342"] {
  min-height: 342px;
}
[data-max-height="342"] {
  max-height: 342px;
}
[data-height="343"] {
  height: 343px;
}
[data-min-height="343"] {
  min-height: 343px;
}
[data-max-height="343"] {
  max-height: 343px;
}
[data-height="344"] {
  height: 344px;
}
[data-min-height="344"] {
  min-height: 344px;
}
[data-max-height="344"] {
  max-height: 344px;
}
[data-height="345"] {
  height: 345px;
}
[data-min-height="345"] {
  min-height: 345px;
}
[data-max-height="345"] {
  max-height: 345px;
}
[data-height="346"] {
  height: 346px;
}
[data-min-height="346"] {
  min-height: 346px;
}
[data-max-height="346"] {
  max-height: 346px;
}
[data-height="347"] {
  height: 347px;
}
[data-min-height="347"] {
  min-height: 347px;
}
[data-max-height="347"] {
  max-height: 347px;
}
[data-height="348"] {
  height: 348px;
}
[data-min-height="348"] {
  min-height: 348px;
}
[data-max-height="348"] {
  max-height: 348px;
}
[data-height="349"] {
  height: 349px;
}
[data-min-height="349"] {
  min-height: 349px;
}
[data-max-height="349"] {
  max-height: 349px;
}
[data-height="350"] {
  height: 350px;
}
[data-min-height="350"] {
  min-height: 350px;
}
[data-max-height="350"] {
  max-height: 350px;
}
[data-height="351"] {
  height: 351px;
}
[data-min-height="351"] {
  min-height: 351px;
}
[data-max-height="351"] {
  max-height: 351px;
}
[data-height="352"] {
  height: 352px;
}
[data-min-height="352"] {
  min-height: 352px;
}
[data-max-height="352"] {
  max-height: 352px;
}
[data-height="353"] {
  height: 353px;
}
[data-min-height="353"] {
  min-height: 353px;
}
[data-max-height="353"] {
  max-height: 353px;
}
[data-height="354"] {
  height: 354px;
}
[data-min-height="354"] {
  min-height: 354px;
}
[data-max-height="354"] {
  max-height: 354px;
}
[data-height="355"] {
  height: 355px;
}
[data-min-height="355"] {
  min-height: 355px;
}
[data-max-height="355"] {
  max-height: 355px;
}
[data-height="356"] {
  height: 356px;
}
[data-min-height="356"] {
  min-height: 356px;
}
[data-max-height="356"] {
  max-height: 356px;
}
[data-height="357"] {
  height: 357px;
}
[data-min-height="357"] {
  min-height: 357px;
}
[data-max-height="357"] {
  max-height: 357px;
}
[data-height="358"] {
  height: 358px;
}
[data-min-height="358"] {
  min-height: 358px;
}
[data-max-height="358"] {
  max-height: 358px;
}
[data-height="359"] {
  height: 359px;
}
[data-min-height="359"] {
  min-height: 359px;
}
[data-max-height="359"] {
  max-height: 359px;
}
[data-height="360"] {
  height: 360px;
}
[data-min-height="360"] {
  min-height: 360px;
}
[data-max-height="360"] {
  max-height: 360px;
}
[data-height="361"] {
  height: 361px;
}
[data-min-height="361"] {
  min-height: 361px;
}
[data-max-height="361"] {
  max-height: 361px;
}
[data-height="362"] {
  height: 362px;
}
[data-min-height="362"] {
  min-height: 362px;
}
[data-max-height="362"] {
  max-height: 362px;
}
[data-height="363"] {
  height: 363px;
}
[data-min-height="363"] {
  min-height: 363px;
}
[data-max-height="363"] {
  max-height: 363px;
}
[data-height="364"] {
  height: 364px;
}
[data-min-height="364"] {
  min-height: 364px;
}
[data-max-height="364"] {
  max-height: 364px;
}
[data-height="365"] {
  height: 365px;
}
[data-min-height="365"] {
  min-height: 365px;
}
[data-max-height="365"] {
  max-height: 365px;
}
[data-height="366"] {
  height: 366px;
}
[data-min-height="366"] {
  min-height: 366px;
}
[data-max-height="366"] {
  max-height: 366px;
}
[data-height="367"] {
  height: 367px;
}
[data-min-height="367"] {
  min-height: 367px;
}
[data-max-height="367"] {
  max-height: 367px;
}
[data-height="368"] {
  height: 368px;
}
[data-min-height="368"] {
  min-height: 368px;
}
[data-max-height="368"] {
  max-height: 368px;
}
[data-height="369"] {
  height: 369px;
}
[data-min-height="369"] {
  min-height: 369px;
}
[data-max-height="369"] {
  max-height: 369px;
}
[data-height="370"] {
  height: 370px;
}
[data-min-height="370"] {
  min-height: 370px;
}
[data-max-height="370"] {
  max-height: 370px;
}
[data-height="371"] {
  height: 371px;
}
[data-min-height="371"] {
  min-height: 371px;
}
[data-max-height="371"] {
  max-height: 371px;
}
[data-height="372"] {
  height: 372px;
}
[data-min-height="372"] {
  min-height: 372px;
}
[data-max-height="372"] {
  max-height: 372px;
}
[data-height="373"] {
  height: 373px;
}
[data-min-height="373"] {
  min-height: 373px;
}
[data-max-height="373"] {
  max-height: 373px;
}
[data-height="374"] {
  height: 374px;
}
[data-min-height="374"] {
  min-height: 374px;
}
[data-max-height="374"] {
  max-height: 374px;
}
[data-height="375"] {
  height: 375px;
}
[data-min-height="375"] {
  min-height: 375px;
}
[data-max-height="375"] {
  max-height: 375px;
}
[data-height="376"] {
  height: 376px;
}
[data-min-height="376"] {
  min-height: 376px;
}
[data-max-height="376"] {
  max-height: 376px;
}
[data-height="377"] {
  height: 377px;
}
[data-min-height="377"] {
  min-height: 377px;
}
[data-max-height="377"] {
  max-height: 377px;
}
[data-height="378"] {
  height: 378px;
}
[data-min-height="378"] {
  min-height: 378px;
}
[data-max-height="378"] {
  max-height: 378px;
}
[data-height="379"] {
  height: 379px;
}
[data-min-height="379"] {
  min-height: 379px;
}
[data-max-height="379"] {
  max-height: 379px;
}
[data-height="380"] {
  height: 380px;
}
[data-min-height="380"] {
  min-height: 380px;
}
[data-max-height="380"] {
  max-height: 380px;
}
[data-height="381"] {
  height: 381px;
}
[data-min-height="381"] {
  min-height: 381px;
}
[data-max-height="381"] {
  max-height: 381px;
}
[data-height="382"] {
  height: 382px;
}
[data-min-height="382"] {
  min-height: 382px;
}
[data-max-height="382"] {
  max-height: 382px;
}
[data-height="383"] {
  height: 383px;
}
[data-min-height="383"] {
  min-height: 383px;
}
[data-max-height="383"] {
  max-height: 383px;
}
[data-height="384"] {
  height: 384px;
}
[data-min-height="384"] {
  min-height: 384px;
}
[data-max-height="384"] {
  max-height: 384px;
}
[data-height="385"] {
  height: 385px;
}
[data-min-height="385"] {
  min-height: 385px;
}
[data-max-height="385"] {
  max-height: 385px;
}
[data-height="386"] {
  height: 386px;
}
[data-min-height="386"] {
  min-height: 386px;
}
[data-max-height="386"] {
  max-height: 386px;
}
[data-height="387"] {
  height: 387px;
}
[data-min-height="387"] {
  min-height: 387px;
}
[data-max-height="387"] {
  max-height: 387px;
}
[data-height="388"] {
  height: 388px;
}
[data-min-height="388"] {
  min-height: 388px;
}
[data-max-height="388"] {
  max-height: 388px;
}
[data-height="389"] {
  height: 389px;
}
[data-min-height="389"] {
  min-height: 389px;
}
[data-max-height="389"] {
  max-height: 389px;
}
[data-height="390"] {
  height: 390px;
}
[data-min-height="390"] {
  min-height: 390px;
}
[data-max-height="390"] {
  max-height: 390px;
}
[data-height="391"] {
  height: 391px;
}
[data-min-height="391"] {
  min-height: 391px;
}
[data-max-height="391"] {
  max-height: 391px;
}
[data-height="392"] {
  height: 392px;
}
[data-min-height="392"] {
  min-height: 392px;
}
[data-max-height="392"] {
  max-height: 392px;
}
[data-height="393"] {
  height: 393px;
}
[data-min-height="393"] {
  min-height: 393px;
}
[data-max-height="393"] {
  max-height: 393px;
}
[data-height="394"] {
  height: 394px;
}
[data-min-height="394"] {
  min-height: 394px;
}
[data-max-height="394"] {
  max-height: 394px;
}
[data-height="395"] {
  height: 395px;
}
[data-min-height="395"] {
  min-height: 395px;
}
[data-max-height="395"] {
  max-height: 395px;
}
[data-height="396"] {
  height: 396px;
}
[data-min-height="396"] {
  min-height: 396px;
}
[data-max-height="396"] {
  max-height: 396px;
}
[data-height="397"] {
  height: 397px;
}
[data-min-height="397"] {
  min-height: 397px;
}
[data-max-height="397"] {
  max-height: 397px;
}
[data-height="398"] {
  height: 398px;
}
[data-min-height="398"] {
  min-height: 398px;
}
[data-max-height="398"] {
  max-height: 398px;
}
[data-height="399"] {
  height: 399px;
}
[data-min-height="399"] {
  min-height: 399px;
}
[data-max-height="399"] {
  max-height: 399px;
}
[data-height="400"] {
  height: 400px;
}
[data-min-height="400"] {
  min-height: 400px;
}
[data-max-height="400"] {
  max-height: 400px;
}
[data-height="401"] {
  height: 401px;
}
[data-min-height="401"] {
  min-height: 401px;
}
[data-max-height="401"] {
  max-height: 401px;
}
[data-height="402"] {
  height: 402px;
}
[data-min-height="402"] {
  min-height: 402px;
}
[data-max-height="402"] {
  max-height: 402px;
}
[data-height="403"] {
  height: 403px;
}
[data-min-height="403"] {
  min-height: 403px;
}
[data-max-height="403"] {
  max-height: 403px;
}
[data-height="404"] {
  height: 404px;
}
[data-min-height="404"] {
  min-height: 404px;
}
[data-max-height="404"] {
  max-height: 404px;
}
[data-height="405"] {
  height: 405px;
}
[data-min-height="405"] {
  min-height: 405px;
}
[data-max-height="405"] {
  max-height: 405px;
}
[data-height="406"] {
  height: 406px;
}
[data-min-height="406"] {
  min-height: 406px;
}
[data-max-height="406"] {
  max-height: 406px;
}
[data-height="407"] {
  height: 407px;
}
[data-min-height="407"] {
  min-height: 407px;
}
[data-max-height="407"] {
  max-height: 407px;
}
[data-height="408"] {
  height: 408px;
}
[data-min-height="408"] {
  min-height: 408px;
}
[data-max-height="408"] {
  max-height: 408px;
}
[data-height="409"] {
  height: 409px;
}
[data-min-height="409"] {
  min-height: 409px;
}
[data-max-height="409"] {
  max-height: 409px;
}
[data-height="410"] {
  height: 410px;
}
[data-min-height="410"] {
  min-height: 410px;
}
[data-max-height="410"] {
  max-height: 410px;
}
[data-height="411"] {
  height: 411px;
}
[data-min-height="411"] {
  min-height: 411px;
}
[data-max-height="411"] {
  max-height: 411px;
}
[data-height="412"] {
  height: 412px;
}
[data-min-height="412"] {
  min-height: 412px;
}
[data-max-height="412"] {
  max-height: 412px;
}
[data-height="413"] {
  height: 413px;
}
[data-min-height="413"] {
  min-height: 413px;
}
[data-max-height="413"] {
  max-height: 413px;
}
[data-height="414"] {
  height: 414px;
}
[data-min-height="414"] {
  min-height: 414px;
}
[data-max-height="414"] {
  max-height: 414px;
}
[data-height="415"] {
  height: 415px;
}
[data-min-height="415"] {
  min-height: 415px;
}
[data-max-height="415"] {
  max-height: 415px;
}
[data-height="416"] {
  height: 416px;
}
[data-min-height="416"] {
  min-height: 416px;
}
[data-max-height="416"] {
  max-height: 416px;
}
[data-height="417"] {
  height: 417px;
}
[data-min-height="417"] {
  min-height: 417px;
}
[data-max-height="417"] {
  max-height: 417px;
}
[data-height="418"] {
  height: 418px;
}
[data-min-height="418"] {
  min-height: 418px;
}
[data-max-height="418"] {
  max-height: 418px;
}
[data-height="419"] {
  height: 419px;
}
[data-min-height="419"] {
  min-height: 419px;
}
[data-max-height="419"] {
  max-height: 419px;
}
[data-height="420"] {
  height: 420px;
}
[data-min-height="420"] {
  min-height: 420px;
}
[data-max-height="420"] {
  max-height: 420px;
}
[data-height="421"] {
  height: 421px;
}
[data-min-height="421"] {
  min-height: 421px;
}
[data-max-height="421"] {
  max-height: 421px;
}
[data-height="422"] {
  height: 422px;
}
[data-min-height="422"] {
  min-height: 422px;
}
[data-max-height="422"] {
  max-height: 422px;
}
[data-height="423"] {
  height: 423px;
}
[data-min-height="423"] {
  min-height: 423px;
}
[data-max-height="423"] {
  max-height: 423px;
}
[data-height="424"] {
  height: 424px;
}
[data-min-height="424"] {
  min-height: 424px;
}
[data-max-height="424"] {
  max-height: 424px;
}
[data-height="425"] {
  height: 425px;
}
[data-min-height="425"] {
  min-height: 425px;
}
[data-max-height="425"] {
  max-height: 425px;
}
[data-height="426"] {
  height: 426px;
}
[data-min-height="426"] {
  min-height: 426px;
}
[data-max-height="426"] {
  max-height: 426px;
}
[data-height="427"] {
  height: 427px;
}
[data-min-height="427"] {
  min-height: 427px;
}
[data-max-height="427"] {
  max-height: 427px;
}
[data-height="428"] {
  height: 428px;
}
[data-min-height="428"] {
  min-height: 428px;
}
[data-max-height="428"] {
  max-height: 428px;
}
[data-height="429"] {
  height: 429px;
}
[data-min-height="429"] {
  min-height: 429px;
}
[data-max-height="429"] {
  max-height: 429px;
}
[data-height="430"] {
  height: 430px;
}
[data-min-height="430"] {
  min-height: 430px;
}
[data-max-height="430"] {
  max-height: 430px;
}
[data-height="431"] {
  height: 431px;
}
[data-min-height="431"] {
  min-height: 431px;
}
[data-max-height="431"] {
  max-height: 431px;
}
[data-height="432"] {
  height: 432px;
}
[data-min-height="432"] {
  min-height: 432px;
}
[data-max-height="432"] {
  max-height: 432px;
}
[data-height="433"] {
  height: 433px;
}
[data-min-height="433"] {
  min-height: 433px;
}
[data-max-height="433"] {
  max-height: 433px;
}
[data-height="434"] {
  height: 434px;
}
[data-min-height="434"] {
  min-height: 434px;
}
[data-max-height="434"] {
  max-height: 434px;
}
[data-height="435"] {
  height: 435px;
}
[data-min-height="435"] {
  min-height: 435px;
}
[data-max-height="435"] {
  max-height: 435px;
}
[data-height="436"] {
  height: 436px;
}
[data-min-height="436"] {
  min-height: 436px;
}
[data-max-height="436"] {
  max-height: 436px;
}
[data-height="437"] {
  height: 437px;
}
[data-min-height="437"] {
  min-height: 437px;
}
[data-max-height="437"] {
  max-height: 437px;
}
[data-height="438"] {
  height: 438px;
}
[data-min-height="438"] {
  min-height: 438px;
}
[data-max-height="438"] {
  max-height: 438px;
}
[data-height="439"] {
  height: 439px;
}
[data-min-height="439"] {
  min-height: 439px;
}
[data-max-height="439"] {
  max-height: 439px;
}
[data-height="440"] {
  height: 440px;
}
[data-min-height="440"] {
  min-height: 440px;
}
[data-max-height="440"] {
  max-height: 440px;
}
[data-height="441"] {
  height: 441px;
}
[data-min-height="441"] {
  min-height: 441px;
}
[data-max-height="441"] {
  max-height: 441px;
}
[data-height="442"] {
  height: 442px;
}
[data-min-height="442"] {
  min-height: 442px;
}
[data-max-height="442"] {
  max-height: 442px;
}
[data-height="443"] {
  height: 443px;
}
[data-min-height="443"] {
  min-height: 443px;
}
[data-max-height="443"] {
  max-height: 443px;
}
[data-height="444"] {
  height: 444px;
}
[data-min-height="444"] {
  min-height: 444px;
}
[data-max-height="444"] {
  max-height: 444px;
}
[data-height="445"] {
  height: 445px;
}
[data-min-height="445"] {
  min-height: 445px;
}
[data-max-height="445"] {
  max-height: 445px;
}
[data-height="446"] {
  height: 446px;
}
[data-min-height="446"] {
  min-height: 446px;
}
[data-max-height="446"] {
  max-height: 446px;
}
[data-height="447"] {
  height: 447px;
}
[data-min-height="447"] {
  min-height: 447px;
}
[data-max-height="447"] {
  max-height: 447px;
}
[data-height="448"] {
  height: 448px;
}
[data-min-height="448"] {
  min-height: 448px;
}
[data-max-height="448"] {
  max-height: 448px;
}
[data-height="449"] {
  height: 449px;
}
[data-min-height="449"] {
  min-height: 449px;
}
[data-max-height="449"] {
  max-height: 449px;
}
[data-height="450"] {
  height: 450px;
}
[data-min-height="450"] {
  min-height: 450px;
}
[data-max-height="450"] {
  max-height: 450px;
}
[data-height="451"] {
  height: 451px;
}
[data-min-height="451"] {
  min-height: 451px;
}
[data-max-height="451"] {
  max-height: 451px;
}
[data-height="452"] {
  height: 452px;
}
[data-min-height="452"] {
  min-height: 452px;
}
[data-max-height="452"] {
  max-height: 452px;
}
[data-height="453"] {
  height: 453px;
}
[data-min-height="453"] {
  min-height: 453px;
}
[data-max-height="453"] {
  max-height: 453px;
}
[data-height="454"] {
  height: 454px;
}
[data-min-height="454"] {
  min-height: 454px;
}
[data-max-height="454"] {
  max-height: 454px;
}
[data-height="455"] {
  height: 455px;
}
[data-min-height="455"] {
  min-height: 455px;
}
[data-max-height="455"] {
  max-height: 455px;
}
[data-height="456"] {
  height: 456px;
}
[data-min-height="456"] {
  min-height: 456px;
}
[data-max-height="456"] {
  max-height: 456px;
}
[data-height="457"] {
  height: 457px;
}
[data-min-height="457"] {
  min-height: 457px;
}
[data-max-height="457"] {
  max-height: 457px;
}
[data-height="458"] {
  height: 458px;
}
[data-min-height="458"] {
  min-height: 458px;
}
[data-max-height="458"] {
  max-height: 458px;
}
[data-height="459"] {
  height: 459px;
}
[data-min-height="459"] {
  min-height: 459px;
}
[data-max-height="459"] {
  max-height: 459px;
}
[data-height="460"] {
  height: 460px;
}
[data-min-height="460"] {
  min-height: 460px;
}
[data-max-height="460"] {
  max-height: 460px;
}
[data-height="461"] {
  height: 461px;
}
[data-min-height="461"] {
  min-height: 461px;
}
[data-max-height="461"] {
  max-height: 461px;
}
[data-height="462"] {
  height: 462px;
}
[data-min-height="462"] {
  min-height: 462px;
}
[data-max-height="462"] {
  max-height: 462px;
}
[data-height="463"] {
  height: 463px;
}
[data-min-height="463"] {
  min-height: 463px;
}
[data-max-height="463"] {
  max-height: 463px;
}
[data-height="464"] {
  height: 464px;
}
[data-min-height="464"] {
  min-height: 464px;
}
[data-max-height="464"] {
  max-height: 464px;
}
[data-height="465"] {
  height: 465px;
}
[data-min-height="465"] {
  min-height: 465px;
}
[data-max-height="465"] {
  max-height: 465px;
}
[data-height="466"] {
  height: 466px;
}
[data-min-height="466"] {
  min-height: 466px;
}
[data-max-height="466"] {
  max-height: 466px;
}
[data-height="467"] {
  height: 467px;
}
[data-min-height="467"] {
  min-height: 467px;
}
[data-max-height="467"] {
  max-height: 467px;
}
[data-height="468"] {
  height: 468px;
}
[data-min-height="468"] {
  min-height: 468px;
}
[data-max-height="468"] {
  max-height: 468px;
}
[data-height="469"] {
  height: 469px;
}
[data-min-height="469"] {
  min-height: 469px;
}
[data-max-height="469"] {
  max-height: 469px;
}
[data-height="470"] {
  height: 470px;
}
[data-min-height="470"] {
  min-height: 470px;
}
[data-max-height="470"] {
  max-height: 470px;
}
[data-height="471"] {
  height: 471px;
}
[data-min-height="471"] {
  min-height: 471px;
}
[data-max-height="471"] {
  max-height: 471px;
}
[data-height="472"] {
  height: 472px;
}
[data-min-height="472"] {
  min-height: 472px;
}
[data-max-height="472"] {
  max-height: 472px;
}
[data-height="473"] {
  height: 473px;
}
[data-min-height="473"] {
  min-height: 473px;
}
[data-max-height="473"] {
  max-height: 473px;
}
[data-height="474"] {
  height: 474px;
}
[data-min-height="474"] {
  min-height: 474px;
}
[data-max-height="474"] {
  max-height: 474px;
}
[data-height="475"] {
  height: 475px;
}
[data-min-height="475"] {
  min-height: 475px;
}
[data-max-height="475"] {
  max-height: 475px;
}
[data-height="476"] {
  height: 476px;
}
[data-min-height="476"] {
  min-height: 476px;
}
[data-max-height="476"] {
  max-height: 476px;
}
[data-height="477"] {
  height: 477px;
}
[data-min-height="477"] {
  min-height: 477px;
}
[data-max-height="477"] {
  max-height: 477px;
}
[data-height="478"] {
  height: 478px;
}
[data-min-height="478"] {
  min-height: 478px;
}
[data-max-height="478"] {
  max-height: 478px;
}
[data-height="479"] {
  height: 479px;
}
[data-min-height="479"] {
  min-height: 479px;
}
[data-max-height="479"] {
  max-height: 479px;
}
[data-height="480"] {
  height: 480px;
}
[data-min-height="480"] {
  min-height: 480px;
}
[data-max-height="480"] {
  max-height: 480px;
}
[data-height="481"] {
  height: 481px;
}
[data-min-height="481"] {
  min-height: 481px;
}
[data-max-height="481"] {
  max-height: 481px;
}
[data-height="482"] {
  height: 482px;
}
[data-min-height="482"] {
  min-height: 482px;
}
[data-max-height="482"] {
  max-height: 482px;
}
[data-height="483"] {
  height: 483px;
}
[data-min-height="483"] {
  min-height: 483px;
}
[data-max-height="483"] {
  max-height: 483px;
}
[data-height="484"] {
  height: 484px;
}
[data-min-height="484"] {
  min-height: 484px;
}
[data-max-height="484"] {
  max-height: 484px;
}
[data-height="485"] {
  height: 485px;
}
[data-min-height="485"] {
  min-height: 485px;
}
[data-max-height="485"] {
  max-height: 485px;
}
[data-height="486"] {
  height: 486px;
}
[data-min-height="486"] {
  min-height: 486px;
}
[data-max-height="486"] {
  max-height: 486px;
}
[data-height="487"] {
  height: 487px;
}
[data-min-height="487"] {
  min-height: 487px;
}
[data-max-height="487"] {
  max-height: 487px;
}
[data-height="488"] {
  height: 488px;
}
[data-min-height="488"] {
  min-height: 488px;
}
[data-max-height="488"] {
  max-height: 488px;
}
[data-height="489"] {
  height: 489px;
}
[data-min-height="489"] {
  min-height: 489px;
}
[data-max-height="489"] {
  max-height: 489px;
}
[data-height="490"] {
  height: 490px;
}
[data-min-height="490"] {
  min-height: 490px;
}
[data-max-height="490"] {
  max-height: 490px;
}
[data-height="491"] {
  height: 491px;
}
[data-min-height="491"] {
  min-height: 491px;
}
[data-max-height="491"] {
  max-height: 491px;
}
[data-height="492"] {
  height: 492px;
}
[data-min-height="492"] {
  min-height: 492px;
}
[data-max-height="492"] {
  max-height: 492px;
}
[data-height="493"] {
  height: 493px;
}
[data-min-height="493"] {
  min-height: 493px;
}
[data-max-height="493"] {
  max-height: 493px;
}
[data-height="494"] {
  height: 494px;
}
[data-min-height="494"] {
  min-height: 494px;
}
[data-max-height="494"] {
  max-height: 494px;
}
[data-height="495"] {
  height: 495px;
}
[data-min-height="495"] {
  min-height: 495px;
}
[data-max-height="495"] {
  max-height: 495px;
}
[data-height="496"] {
  height: 496px;
}
[data-min-height="496"] {
  min-height: 496px;
}
[data-max-height="496"] {
  max-height: 496px;
}
[data-height="497"] {
  height: 497px;
}
[data-min-height="497"] {
  min-height: 497px;
}
[data-max-height="497"] {
  max-height: 497px;
}
[data-height="498"] {
  height: 498px;
}
[data-min-height="498"] {
  min-height: 498px;
}
[data-max-height="498"] {
  max-height: 498px;
}
[data-height="499"] {
  height: 499px;
}
[data-min-height="499"] {
  min-height: 499px;
}
[data-max-height="499"] {
  max-height: 499px;
}
[data-height="500"] {
  height: 500px;
}
[data-min-height="500"] {
  min-height: 500px;
}
[data-max-height="500"] {
  max-height: 500px;
}
[data-height="501"] {
  height: 501px;
}
[data-min-height="501"] {
  min-height: 501px;
}
[data-max-height="501"] {
  max-height: 501px;
}
[data-height="502"] {
  height: 502px;
}
[data-min-height="502"] {
  min-height: 502px;
}
[data-max-height="502"] {
  max-height: 502px;
}
[data-height="503"] {
  height: 503px;
}
[data-min-height="503"] {
  min-height: 503px;
}
[data-max-height="503"] {
  max-height: 503px;
}
[data-height="504"] {
  height: 504px;
}
[data-min-height="504"] {
  min-height: 504px;
}
[data-max-height="504"] {
  max-height: 504px;
}
[data-height="505"] {
  height: 505px;
}
[data-min-height="505"] {
  min-height: 505px;
}
[data-max-height="505"] {
  max-height: 505px;
}
[data-height="506"] {
  height: 506px;
}
[data-min-height="506"] {
  min-height: 506px;
}
[data-max-height="506"] {
  max-height: 506px;
}
[data-height="507"] {
  height: 507px;
}
[data-min-height="507"] {
  min-height: 507px;
}
[data-max-height="507"] {
  max-height: 507px;
}
[data-height="508"] {
  height: 508px;
}
[data-min-height="508"] {
  min-height: 508px;
}
[data-max-height="508"] {
  max-height: 508px;
}
[data-height="509"] {
  height: 509px;
}
[data-min-height="509"] {
  min-height: 509px;
}
[data-max-height="509"] {
  max-height: 509px;
}
[data-height="510"] {
  height: 510px;
}
[data-min-height="510"] {
  min-height: 510px;
}
[data-max-height="510"] {
  max-height: 510px;
}
[data-height="511"] {
  height: 511px;
}
[data-min-height="511"] {
  min-height: 511px;
}
[data-max-height="511"] {
  max-height: 511px;
}
[data-height="512"] {
  height: 512px;
}
[data-min-height="512"] {
  min-height: 512px;
}
[data-max-height="512"] {
  max-height: 512px;
}
[data-height="513"] {
  height: 513px;
}
[data-min-height="513"] {
  min-height: 513px;
}
[data-max-height="513"] {
  max-height: 513px;
}
[data-height="514"] {
  height: 514px;
}
[data-min-height="514"] {
  min-height: 514px;
}
[data-max-height="514"] {
  max-height: 514px;
}
[data-height="515"] {
  height: 515px;
}
[data-min-height="515"] {
  min-height: 515px;
}
[data-max-height="515"] {
  max-height: 515px;
}
[data-height="516"] {
  height: 516px;
}
[data-min-height="516"] {
  min-height: 516px;
}
[data-max-height="516"] {
  max-height: 516px;
}
[data-height="517"] {
  height: 517px;
}
[data-min-height="517"] {
  min-height: 517px;
}
[data-max-height="517"] {
  max-height: 517px;
}
[data-height="518"] {
  height: 518px;
}
[data-min-height="518"] {
  min-height: 518px;
}
[data-max-height="518"] {
  max-height: 518px;
}
[data-height="519"] {
  height: 519px;
}
[data-min-height="519"] {
  min-height: 519px;
}
[data-max-height="519"] {
  max-height: 519px;
}
[data-height="520"] {
  height: 520px;
}
[data-min-height="520"] {
  min-height: 520px;
}
[data-max-height="520"] {
  max-height: 520px;
}
[data-height="521"] {
  height: 521px;
}
[data-min-height="521"] {
  min-height: 521px;
}
[data-max-height="521"] {
  max-height: 521px;
}
[data-height="522"] {
  height: 522px;
}
[data-min-height="522"] {
  min-height: 522px;
}
[data-max-height="522"] {
  max-height: 522px;
}
[data-height="523"] {
  height: 523px;
}
[data-min-height="523"] {
  min-height: 523px;
}
[data-max-height="523"] {
  max-height: 523px;
}
[data-height="524"] {
  height: 524px;
}
[data-min-height="524"] {
  min-height: 524px;
}
[data-max-height="524"] {
  max-height: 524px;
}
[data-height="525"] {
  height: 525px;
}
[data-min-height="525"] {
  min-height: 525px;
}
[data-max-height="525"] {
  max-height: 525px;
}
[data-height="526"] {
  height: 526px;
}
[data-min-height="526"] {
  min-height: 526px;
}
[data-max-height="526"] {
  max-height: 526px;
}
[data-height="527"] {
  height: 527px;
}
[data-min-height="527"] {
  min-height: 527px;
}
[data-max-height="527"] {
  max-height: 527px;
}
[data-height="528"] {
  height: 528px;
}
[data-min-height="528"] {
  min-height: 528px;
}
[data-max-height="528"] {
  max-height: 528px;
}
[data-height="529"] {
  height: 529px;
}
[data-min-height="529"] {
  min-height: 529px;
}
[data-max-height="529"] {
  max-height: 529px;
}
[data-height="530"] {
  height: 530px;
}
[data-min-height="530"] {
  min-height: 530px;
}
[data-max-height="530"] {
  max-height: 530px;
}
[data-height="531"] {
  height: 531px;
}
[data-min-height="531"] {
  min-height: 531px;
}
[data-max-height="531"] {
  max-height: 531px;
}
[data-height="532"] {
  height: 532px;
}
[data-min-height="532"] {
  min-height: 532px;
}
[data-max-height="532"] {
  max-height: 532px;
}
[data-height="533"] {
  height: 533px;
}
[data-min-height="533"] {
  min-height: 533px;
}
[data-max-height="533"] {
  max-height: 533px;
}
[data-height="534"] {
  height: 534px;
}
[data-min-height="534"] {
  min-height: 534px;
}
[data-max-height="534"] {
  max-height: 534px;
}
[data-height="535"] {
  height: 535px;
}
[data-min-height="535"] {
  min-height: 535px;
}
[data-max-height="535"] {
  max-height: 535px;
}
[data-height="536"] {
  height: 536px;
}
[data-min-height="536"] {
  min-height: 536px;
}
[data-max-height="536"] {
  max-height: 536px;
}
[data-height="537"] {
  height: 537px;
}
[data-min-height="537"] {
  min-height: 537px;
}
[data-max-height="537"] {
  max-height: 537px;
}
[data-height="538"] {
  height: 538px;
}
[data-min-height="538"] {
  min-height: 538px;
}
[data-max-height="538"] {
  max-height: 538px;
}
[data-height="539"] {
  height: 539px;
}
[data-min-height="539"] {
  min-height: 539px;
}
[data-max-height="539"] {
  max-height: 539px;
}
[data-height="540"] {
  height: 540px;
}
[data-min-height="540"] {
  min-height: 540px;
}
[data-max-height="540"] {
  max-height: 540px;
}
[data-height="541"] {
  height: 541px;
}
[data-min-height="541"] {
  min-height: 541px;
}
[data-max-height="541"] {
  max-height: 541px;
}
[data-height="542"] {
  height: 542px;
}
[data-min-height="542"] {
  min-height: 542px;
}
[data-max-height="542"] {
  max-height: 542px;
}
[data-height="543"] {
  height: 543px;
}
[data-min-height="543"] {
  min-height: 543px;
}
[data-max-height="543"] {
  max-height: 543px;
}
[data-height="544"] {
  height: 544px;
}
[data-min-height="544"] {
  min-height: 544px;
}
[data-max-height="544"] {
  max-height: 544px;
}
[data-height="545"] {
  height: 545px;
}
[data-min-height="545"] {
  min-height: 545px;
}
[data-max-height="545"] {
  max-height: 545px;
}
[data-height="546"] {
  height: 546px;
}
[data-min-height="546"] {
  min-height: 546px;
}
[data-max-height="546"] {
  max-height: 546px;
}
[data-height="547"] {
  height: 547px;
}
[data-min-height="547"] {
  min-height: 547px;
}
[data-max-height="547"] {
  max-height: 547px;
}
[data-height="548"] {
  height: 548px;
}
[data-min-height="548"] {
  min-height: 548px;
}
[data-max-height="548"] {
  max-height: 548px;
}
[data-height="549"] {
  height: 549px;
}
[data-min-height="549"] {
  min-height: 549px;
}
[data-max-height="549"] {
  max-height: 549px;
}
[data-height="550"] {
  height: 550px;
}
[data-min-height="550"] {
  min-height: 550px;
}
[data-max-height="550"] {
  max-height: 550px;
}
[data-height="551"] {
  height: 551px;
}
[data-min-height="551"] {
  min-height: 551px;
}
[data-max-height="551"] {
  max-height: 551px;
}
[data-height="552"] {
  height: 552px;
}
[data-min-height="552"] {
  min-height: 552px;
}
[data-max-height="552"] {
  max-height: 552px;
}
[data-height="553"] {
  height: 553px;
}
[data-min-height="553"] {
  min-height: 553px;
}
[data-max-height="553"] {
  max-height: 553px;
}
[data-height="554"] {
  height: 554px;
}
[data-min-height="554"] {
  min-height: 554px;
}
[data-max-height="554"] {
  max-height: 554px;
}
[data-height="555"] {
  height: 555px;
}
[data-min-height="555"] {
  min-height: 555px;
}
[data-max-height="555"] {
  max-height: 555px;
}
[data-height="556"] {
  height: 556px;
}
[data-min-height="556"] {
  min-height: 556px;
}
[data-max-height="556"] {
  max-height: 556px;
}
[data-height="557"] {
  height: 557px;
}
[data-min-height="557"] {
  min-height: 557px;
}
[data-max-height="557"] {
  max-height: 557px;
}
[data-height="558"] {
  height: 558px;
}
[data-min-height="558"] {
  min-height: 558px;
}
[data-max-height="558"] {
  max-height: 558px;
}
[data-height="559"] {
  height: 559px;
}
[data-min-height="559"] {
  min-height: 559px;
}
[data-max-height="559"] {
  max-height: 559px;
}
[data-height="560"] {
  height: 560px;
}
[data-min-height="560"] {
  min-height: 560px;
}
[data-max-height="560"] {
  max-height: 560px;
}
[data-height="561"] {
  height: 561px;
}
[data-min-height="561"] {
  min-height: 561px;
}
[data-max-height="561"] {
  max-height: 561px;
}
[data-height="562"] {
  height: 562px;
}
[data-min-height="562"] {
  min-height: 562px;
}
[data-max-height="562"] {
  max-height: 562px;
}
[data-height="563"] {
  height: 563px;
}
[data-min-height="563"] {
  min-height: 563px;
}
[data-max-height="563"] {
  max-height: 563px;
}
[data-height="564"] {
  height: 564px;
}
[data-min-height="564"] {
  min-height: 564px;
}
[data-max-height="564"] {
  max-height: 564px;
}
[data-height="565"] {
  height: 565px;
}
[data-min-height="565"] {
  min-height: 565px;
}
[data-max-height="565"] {
  max-height: 565px;
}
[data-height="566"] {
  height: 566px;
}
[data-min-height="566"] {
  min-height: 566px;
}
[data-max-height="566"] {
  max-height: 566px;
}
[data-height="567"] {
  height: 567px;
}
[data-min-height="567"] {
  min-height: 567px;
}
[data-max-height="567"] {
  max-height: 567px;
}
[data-height="568"] {
  height: 568px;
}
[data-min-height="568"] {
  min-height: 568px;
}
[data-max-height="568"] {
  max-height: 568px;
}
[data-height="569"] {
  height: 569px;
}
[data-min-height="569"] {
  min-height: 569px;
}
[data-max-height="569"] {
  max-height: 569px;
}
[data-height="570"] {
  height: 570px;
}
[data-min-height="570"] {
  min-height: 570px;
}
[data-max-height="570"] {
  max-height: 570px;
}
[data-height="571"] {
  height: 571px;
}
[data-min-height="571"] {
  min-height: 571px;
}
[data-max-height="571"] {
  max-height: 571px;
}
[data-height="572"] {
  height: 572px;
}
[data-min-height="572"] {
  min-height: 572px;
}
[data-max-height="572"] {
  max-height: 572px;
}
[data-height="573"] {
  height: 573px;
}
[data-min-height="573"] {
  min-height: 573px;
}
[data-max-height="573"] {
  max-height: 573px;
}
[data-height="574"] {
  height: 574px;
}
[data-min-height="574"] {
  min-height: 574px;
}
[data-max-height="574"] {
  max-height: 574px;
}
[data-height="575"] {
  height: 575px;
}
[data-min-height="575"] {
  min-height: 575px;
}
[data-max-height="575"] {
  max-height: 575px;
}
[data-height="576"] {
  height: 576px;
}
[data-min-height="576"] {
  min-height: 576px;
}
[data-max-height="576"] {
  max-height: 576px;
}
[data-height="577"] {
  height: 577px;
}
[data-min-height="577"] {
  min-height: 577px;
}
[data-max-height="577"] {
  max-height: 577px;
}
[data-height="578"] {
  height: 578px;
}
[data-min-height="578"] {
  min-height: 578px;
}
[data-max-height="578"] {
  max-height: 578px;
}
[data-height="579"] {
  height: 579px;
}
[data-min-height="579"] {
  min-height: 579px;
}
[data-max-height="579"] {
  max-height: 579px;
}
[data-height="580"] {
  height: 580px;
}
[data-min-height="580"] {
  min-height: 580px;
}
[data-max-height="580"] {
  max-height: 580px;
}
[data-height="581"] {
  height: 581px;
}
[data-min-height="581"] {
  min-height: 581px;
}
[data-max-height="581"] {
  max-height: 581px;
}
[data-height="582"] {
  height: 582px;
}
[data-min-height="582"] {
  min-height: 582px;
}
[data-max-height="582"] {
  max-height: 582px;
}
[data-height="583"] {
  height: 583px;
}
[data-min-height="583"] {
  min-height: 583px;
}
[data-max-height="583"] {
  max-height: 583px;
}
[data-height="584"] {
  height: 584px;
}
[data-min-height="584"] {
  min-height: 584px;
}
[data-max-height="584"] {
  max-height: 584px;
}
[data-height="585"] {
  height: 585px;
}
[data-min-height="585"] {
  min-height: 585px;
}
[data-max-height="585"] {
  max-height: 585px;
}
[data-height="586"] {
  height: 586px;
}
[data-min-height="586"] {
  min-height: 586px;
}
[data-max-height="586"] {
  max-height: 586px;
}
[data-height="587"] {
  height: 587px;
}
[data-min-height="587"] {
  min-height: 587px;
}
[data-max-height="587"] {
  max-height: 587px;
}
[data-height="588"] {
  height: 588px;
}
[data-min-height="588"] {
  min-height: 588px;
}
[data-max-height="588"] {
  max-height: 588px;
}
[data-height="589"] {
  height: 589px;
}
[data-min-height="589"] {
  min-height: 589px;
}
[data-max-height="589"] {
  max-height: 589px;
}
[data-height="590"] {
  height: 590px;
}
[data-min-height="590"] {
  min-height: 590px;
}
[data-max-height="590"] {
  max-height: 590px;
}
[data-height="591"] {
  height: 591px;
}
[data-min-height="591"] {
  min-height: 591px;
}
[data-max-height="591"] {
  max-height: 591px;
}
[data-height="592"] {
  height: 592px;
}
[data-min-height="592"] {
  min-height: 592px;
}
[data-max-height="592"] {
  max-height: 592px;
}
[data-height="593"] {
  height: 593px;
}
[data-min-height="593"] {
  min-height: 593px;
}
[data-max-height="593"] {
  max-height: 593px;
}
[data-height="594"] {
  height: 594px;
}
[data-min-height="594"] {
  min-height: 594px;
}
[data-max-height="594"] {
  max-height: 594px;
}
[data-height="595"] {
  height: 595px;
}
[data-min-height="595"] {
  min-height: 595px;
}
[data-max-height="595"] {
  max-height: 595px;
}
[data-height="596"] {
  height: 596px;
}
[data-min-height="596"] {
  min-height: 596px;
}
[data-max-height="596"] {
  max-height: 596px;
}
[data-height="597"] {
  height: 597px;
}
[data-min-height="597"] {
  min-height: 597px;
}
[data-max-height="597"] {
  max-height: 597px;
}
[data-height="598"] {
  height: 598px;
}
[data-min-height="598"] {
  min-height: 598px;
}
[data-max-height="598"] {
  max-height: 598px;
}
[data-height="599"] {
  height: 599px;
}
[data-min-height="599"] {
  min-height: 599px;
}
[data-max-height="599"] {
  max-height: 599px;
}
[data-height="600"] {
  height: 600px;
}
[data-min-height="600"] {
  min-height: 600px;
}
[data-max-height="600"] {
  max-height: 600px;
}
[data-height="601"] {
  height: 601px;
}
[data-min-height="601"] {
  min-height: 601px;
}
[data-max-height="601"] {
  max-height: 601px;
}
[data-height="602"] {
  height: 602px;
}
[data-min-height="602"] {
  min-height: 602px;
}
[data-max-height="602"] {
  max-height: 602px;
}
[data-height="603"] {
  height: 603px;
}
[data-min-height="603"] {
  min-height: 603px;
}
[data-max-height="603"] {
  max-height: 603px;
}
[data-height="604"] {
  height: 604px;
}
[data-min-height="604"] {
  min-height: 604px;
}
[data-max-height="604"] {
  max-height: 604px;
}
[data-height="605"] {
  height: 605px;
}
[data-min-height="605"] {
  min-height: 605px;
}
[data-max-height="605"] {
  max-height: 605px;
}
[data-height="606"] {
  height: 606px;
}
[data-min-height="606"] {
  min-height: 606px;
}
[data-max-height="606"] {
  max-height: 606px;
}
[data-height="607"] {
  height: 607px;
}
[data-min-height="607"] {
  min-height: 607px;
}
[data-max-height="607"] {
  max-height: 607px;
}
[data-height="608"] {
  height: 608px;
}
[data-min-height="608"] {
  min-height: 608px;
}
[data-max-height="608"] {
  max-height: 608px;
}
[data-height="609"] {
  height: 609px;
}
[data-min-height="609"] {
  min-height: 609px;
}
[data-max-height="609"] {
  max-height: 609px;
}
[data-height="610"] {
  height: 610px;
}
[data-min-height="610"] {
  min-height: 610px;
}
[data-max-height="610"] {
  max-height: 610px;
}
[data-height="611"] {
  height: 611px;
}
[data-min-height="611"] {
  min-height: 611px;
}
[data-max-height="611"] {
  max-height: 611px;
}
[data-height="612"] {
  height: 612px;
}
[data-min-height="612"] {
  min-height: 612px;
}
[data-max-height="612"] {
  max-height: 612px;
}
[data-height="613"] {
  height: 613px;
}
[data-min-height="613"] {
  min-height: 613px;
}
[data-max-height="613"] {
  max-height: 613px;
}
[data-height="614"] {
  height: 614px;
}
[data-min-height="614"] {
  min-height: 614px;
}
[data-max-height="614"] {
  max-height: 614px;
}
[data-height="615"] {
  height: 615px;
}
[data-min-height="615"] {
  min-height: 615px;
}
[data-max-height="615"] {
  max-height: 615px;
}
[data-height="616"] {
  height: 616px;
}
[data-min-height="616"] {
  min-height: 616px;
}
[data-max-height="616"] {
  max-height: 616px;
}
[data-height="617"] {
  height: 617px;
}
[data-min-height="617"] {
  min-height: 617px;
}
[data-max-height="617"] {
  max-height: 617px;
}
[data-height="618"] {
  height: 618px;
}
[data-min-height="618"] {
  min-height: 618px;
}
[data-max-height="618"] {
  max-height: 618px;
}
[data-height="619"] {
  height: 619px;
}
[data-min-height="619"] {
  min-height: 619px;
}
[data-max-height="619"] {
  max-height: 619px;
}
[data-height="620"] {
  height: 620px;
}
[data-min-height="620"] {
  min-height: 620px;
}
[data-max-height="620"] {
  max-height: 620px;
}
[data-height="621"] {
  height: 621px;
}
[data-min-height="621"] {
  min-height: 621px;
}
[data-max-height="621"] {
  max-height: 621px;
}
[data-height="622"] {
  height: 622px;
}
[data-min-height="622"] {
  min-height: 622px;
}
[data-max-height="622"] {
  max-height: 622px;
}
[data-height="623"] {
  height: 623px;
}
[data-min-height="623"] {
  min-height: 623px;
}
[data-max-height="623"] {
  max-height: 623px;
}
[data-height="624"] {
  height: 624px;
}
[data-min-height="624"] {
  min-height: 624px;
}
[data-max-height="624"] {
  max-height: 624px;
}
[data-height="625"] {
  height: 625px;
}
[data-min-height="625"] {
  min-height: 625px;
}
[data-max-height="625"] {
  max-height: 625px;
}
[data-height="626"] {
  height: 626px;
}
[data-min-height="626"] {
  min-height: 626px;
}
[data-max-height="626"] {
  max-height: 626px;
}
[data-height="627"] {
  height: 627px;
}
[data-min-height="627"] {
  min-height: 627px;
}
[data-max-height="627"] {
  max-height: 627px;
}
[data-height="628"] {
  height: 628px;
}
[data-min-height="628"] {
  min-height: 628px;
}
[data-max-height="628"] {
  max-height: 628px;
}
[data-height="629"] {
  height: 629px;
}
[data-min-height="629"] {
  min-height: 629px;
}
[data-max-height="629"] {
  max-height: 629px;
}
[data-height="630"] {
  height: 630px;
}
[data-min-height="630"] {
  min-height: 630px;
}
[data-max-height="630"] {
  max-height: 630px;
}
[data-height="631"] {
  height: 631px;
}
[data-min-height="631"] {
  min-height: 631px;
}
[data-max-height="631"] {
  max-height: 631px;
}
[data-height="632"] {
  height: 632px;
}
[data-min-height="632"] {
  min-height: 632px;
}
[data-max-height="632"] {
  max-height: 632px;
}
[data-height="633"] {
  height: 633px;
}
[data-min-height="633"] {
  min-height: 633px;
}
[data-max-height="633"] {
  max-height: 633px;
}
[data-height="634"] {
  height: 634px;
}
[data-min-height="634"] {
  min-height: 634px;
}
[data-max-height="634"] {
  max-height: 634px;
}
[data-height="635"] {
  height: 635px;
}
[data-min-height="635"] {
  min-height: 635px;
}
[data-max-height="635"] {
  max-height: 635px;
}
[data-height="636"] {
  height: 636px;
}
[data-min-height="636"] {
  min-height: 636px;
}
[data-max-height="636"] {
  max-height: 636px;
}
[data-height="637"] {
  height: 637px;
}
[data-min-height="637"] {
  min-height: 637px;
}
[data-max-height="637"] {
  max-height: 637px;
}
[data-height="638"] {
  height: 638px;
}
[data-min-height="638"] {
  min-height: 638px;
}
[data-max-height="638"] {
  max-height: 638px;
}
[data-height="639"] {
  height: 639px;
}
[data-min-height="639"] {
  min-height: 639px;
}
[data-max-height="639"] {
  max-height: 639px;
}
[data-height="640"] {
  height: 640px;
}
[data-min-height="640"] {
  min-height: 640px;
}
[data-max-height="640"] {
  max-height: 640px;
}
[data-height="641"] {
  height: 641px;
}
[data-min-height="641"] {
  min-height: 641px;
}
[data-max-height="641"] {
  max-height: 641px;
}
[data-height="642"] {
  height: 642px;
}
[data-min-height="642"] {
  min-height: 642px;
}
[data-max-height="642"] {
  max-height: 642px;
}
[data-height="643"] {
  height: 643px;
}
[data-min-height="643"] {
  min-height: 643px;
}
[data-max-height="643"] {
  max-height: 643px;
}
[data-height="644"] {
  height: 644px;
}
[data-min-height="644"] {
  min-height: 644px;
}
[data-max-height="644"] {
  max-height: 644px;
}
[data-height="645"] {
  height: 645px;
}
[data-min-height="645"] {
  min-height: 645px;
}
[data-max-height="645"] {
  max-height: 645px;
}
[data-height="646"] {
  height: 646px;
}
[data-min-height="646"] {
  min-height: 646px;
}
[data-max-height="646"] {
  max-height: 646px;
}
[data-height="647"] {
  height: 647px;
}
[data-min-height="647"] {
  min-height: 647px;
}
[data-max-height="647"] {
  max-height: 647px;
}
[data-height="648"] {
  height: 648px;
}
[data-min-height="648"] {
  min-height: 648px;
}
[data-max-height="648"] {
  max-height: 648px;
}
[data-height="649"] {
  height: 649px;
}
[data-min-height="649"] {
  min-height: 649px;
}
[data-max-height="649"] {
  max-height: 649px;
}
[data-height="650"] {
  height: 650px;
}
[data-min-height="650"] {
  min-height: 650px;
}
[data-max-height="650"] {
  max-height: 650px;
}
[data-height="651"] {
  height: 651px;
}
[data-min-height="651"] {
  min-height: 651px;
}
[data-max-height="651"] {
  max-height: 651px;
}
[data-height="652"] {
  height: 652px;
}
[data-min-height="652"] {
  min-height: 652px;
}
[data-max-height="652"] {
  max-height: 652px;
}
[data-height="653"] {
  height: 653px;
}
[data-min-height="653"] {
  min-height: 653px;
}
[data-max-height="653"] {
  max-height: 653px;
}
[data-height="654"] {
  height: 654px;
}
[data-min-height="654"] {
  min-height: 654px;
}
[data-max-height="654"] {
  max-height: 654px;
}
[data-height="655"] {
  height: 655px;
}
[data-min-height="655"] {
  min-height: 655px;
}
[data-max-height="655"] {
  max-height: 655px;
}
[data-height="656"] {
  height: 656px;
}
[data-min-height="656"] {
  min-height: 656px;
}
[data-max-height="656"] {
  max-height: 656px;
}
[data-height="657"] {
  height: 657px;
}
[data-min-height="657"] {
  min-height: 657px;
}
[data-max-height="657"] {
  max-height: 657px;
}
[data-height="658"] {
  height: 658px;
}
[data-min-height="658"] {
  min-height: 658px;
}
[data-max-height="658"] {
  max-height: 658px;
}
[data-height="659"] {
  height: 659px;
}
[data-min-height="659"] {
  min-height: 659px;
}
[data-max-height="659"] {
  max-height: 659px;
}
[data-height="660"] {
  height: 660px;
}
[data-min-height="660"] {
  min-height: 660px;
}
[data-max-height="660"] {
  max-height: 660px;
}
[data-height="661"] {
  height: 661px;
}
[data-min-height="661"] {
  min-height: 661px;
}
[data-max-height="661"] {
  max-height: 661px;
}
[data-height="662"] {
  height: 662px;
}
[data-min-height="662"] {
  min-height: 662px;
}
[data-max-height="662"] {
  max-height: 662px;
}
[data-height="663"] {
  height: 663px;
}
[data-min-height="663"] {
  min-height: 663px;
}
[data-max-height="663"] {
  max-height: 663px;
}
[data-height="664"] {
  height: 664px;
}
[data-min-height="664"] {
  min-height: 664px;
}
[data-max-height="664"] {
  max-height: 664px;
}
[data-height="665"] {
  height: 665px;
}
[data-min-height="665"] {
  min-height: 665px;
}
[data-max-height="665"] {
  max-height: 665px;
}
[data-height="666"] {
  height: 666px;
}
[data-min-height="666"] {
  min-height: 666px;
}
[data-max-height="666"] {
  max-height: 666px;
}
[data-height="667"] {
  height: 667px;
}
[data-min-height="667"] {
  min-height: 667px;
}
[data-max-height="667"] {
  max-height: 667px;
}
[data-height="668"] {
  height: 668px;
}
[data-min-height="668"] {
  min-height: 668px;
}
[data-max-height="668"] {
  max-height: 668px;
}
[data-height="669"] {
  height: 669px;
}
[data-min-height="669"] {
  min-height: 669px;
}
[data-max-height="669"] {
  max-height: 669px;
}
[data-height="670"] {
  height: 670px;
}
[data-min-height="670"] {
  min-height: 670px;
}
[data-max-height="670"] {
  max-height: 670px;
}
[data-height="671"] {
  height: 671px;
}
[data-min-height="671"] {
  min-height: 671px;
}
[data-max-height="671"] {
  max-height: 671px;
}
[data-height="672"] {
  height: 672px;
}
[data-min-height="672"] {
  min-height: 672px;
}
[data-max-height="672"] {
  max-height: 672px;
}
[data-height="673"] {
  height: 673px;
}
[data-min-height="673"] {
  min-height: 673px;
}
[data-max-height="673"] {
  max-height: 673px;
}
[data-height="674"] {
  height: 674px;
}
[data-min-height="674"] {
  min-height: 674px;
}
[data-max-height="674"] {
  max-height: 674px;
}
[data-height="675"] {
  height: 675px;
}
[data-min-height="675"] {
  min-height: 675px;
}
[data-max-height="675"] {
  max-height: 675px;
}
[data-height="676"] {
  height: 676px;
}
[data-min-height="676"] {
  min-height: 676px;
}
[data-max-height="676"] {
  max-height: 676px;
}
[data-height="677"] {
  height: 677px;
}
[data-min-height="677"] {
  min-height: 677px;
}
[data-max-height="677"] {
  max-height: 677px;
}
[data-height="678"] {
  height: 678px;
}
[data-min-height="678"] {
  min-height: 678px;
}
[data-max-height="678"] {
  max-height: 678px;
}
[data-height="679"] {
  height: 679px;
}
[data-min-height="679"] {
  min-height: 679px;
}
[data-max-height="679"] {
  max-height: 679px;
}
[data-height="680"] {
  height: 680px;
}
[data-min-height="680"] {
  min-height: 680px;
}
[data-max-height="680"] {
  max-height: 680px;
}
[data-height="681"] {
  height: 681px;
}
[data-min-height="681"] {
  min-height: 681px;
}
[data-max-height="681"] {
  max-height: 681px;
}
[data-height="682"] {
  height: 682px;
}
[data-min-height="682"] {
  min-height: 682px;
}
[data-max-height="682"] {
  max-height: 682px;
}
[data-height="683"] {
  height: 683px;
}
[data-min-height="683"] {
  min-height: 683px;
}
[data-max-height="683"] {
  max-height: 683px;
}
[data-height="684"] {
  height: 684px;
}
[data-min-height="684"] {
  min-height: 684px;
}
[data-max-height="684"] {
  max-height: 684px;
}
[data-height="685"] {
  height: 685px;
}
[data-min-height="685"] {
  min-height: 685px;
}
[data-max-height="685"] {
  max-height: 685px;
}
[data-height="686"] {
  height: 686px;
}
[data-min-height="686"] {
  min-height: 686px;
}
[data-max-height="686"] {
  max-height: 686px;
}
[data-height="687"] {
  height: 687px;
}
[data-min-height="687"] {
  min-height: 687px;
}
[data-max-height="687"] {
  max-height: 687px;
}
[data-height="688"] {
  height: 688px;
}
[data-min-height="688"] {
  min-height: 688px;
}
[data-max-height="688"] {
  max-height: 688px;
}
[data-height="689"] {
  height: 689px;
}
[data-min-height="689"] {
  min-height: 689px;
}
[data-max-height="689"] {
  max-height: 689px;
}
[data-height="690"] {
  height: 690px;
}
[data-min-height="690"] {
  min-height: 690px;
}
[data-max-height="690"] {
  max-height: 690px;
}
[data-height="691"] {
  height: 691px;
}
[data-min-height="691"] {
  min-height: 691px;
}
[data-max-height="691"] {
  max-height: 691px;
}
[data-height="692"] {
  height: 692px;
}
[data-min-height="692"] {
  min-height: 692px;
}
[data-max-height="692"] {
  max-height: 692px;
}
[data-height="693"] {
  height: 693px;
}
[data-min-height="693"] {
  min-height: 693px;
}
[data-max-height="693"] {
  max-height: 693px;
}
[data-height="694"] {
  height: 694px;
}
[data-min-height="694"] {
  min-height: 694px;
}
[data-max-height="694"] {
  max-height: 694px;
}
[data-height="695"] {
  height: 695px;
}
[data-min-height="695"] {
  min-height: 695px;
}
[data-max-height="695"] {
  max-height: 695px;
}
[data-height="696"] {
  height: 696px;
}
[data-min-height="696"] {
  min-height: 696px;
}
[data-max-height="696"] {
  max-height: 696px;
}
[data-height="697"] {
  height: 697px;
}
[data-min-height="697"] {
  min-height: 697px;
}
[data-max-height="697"] {
  max-height: 697px;
}
[data-height="698"] {
  height: 698px;
}
[data-min-height="698"] {
  min-height: 698px;
}
[data-max-height="698"] {
  max-height: 698px;
}
[data-height="699"] {
  height: 699px;
}
[data-min-height="699"] {
  min-height: 699px;
}
[data-max-height="699"] {
  max-height: 699px;
}
[data-height="700"] {
  height: 700px;
}
[data-min-height="700"] {
  min-height: 700px;
}
[data-max-height="700"] {
  max-height: 700px;
}
[data-height="701"] {
  height: 701px;
}
[data-min-height="701"] {
  min-height: 701px;
}
[data-max-height="701"] {
  max-height: 701px;
}
[data-height="702"] {
  height: 702px;
}
[data-min-height="702"] {
  min-height: 702px;
}
[data-max-height="702"] {
  max-height: 702px;
}
[data-height="703"] {
  height: 703px;
}
[data-min-height="703"] {
  min-height: 703px;
}
[data-max-height="703"] {
  max-height: 703px;
}
[data-height="704"] {
  height: 704px;
}
[data-min-height="704"] {
  min-height: 704px;
}
[data-max-height="704"] {
  max-height: 704px;
}
[data-height="705"] {
  height: 705px;
}
[data-min-height="705"] {
  min-height: 705px;
}
[data-max-height="705"] {
  max-height: 705px;
}
[data-height="706"] {
  height: 706px;
}
[data-min-height="706"] {
  min-height: 706px;
}
[data-max-height="706"] {
  max-height: 706px;
}
[data-height="707"] {
  height: 707px;
}
[data-min-height="707"] {
  min-height: 707px;
}
[data-max-height="707"] {
  max-height: 707px;
}
[data-height="708"] {
  height: 708px;
}
[data-min-height="708"] {
  min-height: 708px;
}
[data-max-height="708"] {
  max-height: 708px;
}
[data-height="709"] {
  height: 709px;
}
[data-min-height="709"] {
  min-height: 709px;
}
[data-max-height="709"] {
  max-height: 709px;
}
[data-height="710"] {
  height: 710px;
}
[data-min-height="710"] {
  min-height: 710px;
}
[data-max-height="710"] {
  max-height: 710px;
}
[data-height="711"] {
  height: 711px;
}
[data-min-height="711"] {
  min-height: 711px;
}
[data-max-height="711"] {
  max-height: 711px;
}
[data-height="712"] {
  height: 712px;
}
[data-min-height="712"] {
  min-height: 712px;
}
[data-max-height="712"] {
  max-height: 712px;
}
[data-height="713"] {
  height: 713px;
}
[data-min-height="713"] {
  min-height: 713px;
}
[data-max-height="713"] {
  max-height: 713px;
}
[data-height="714"] {
  height: 714px;
}
[data-min-height="714"] {
  min-height: 714px;
}
[data-max-height="714"] {
  max-height: 714px;
}
[data-height="715"] {
  height: 715px;
}
[data-min-height="715"] {
  min-height: 715px;
}
[data-max-height="715"] {
  max-height: 715px;
}
[data-height="716"] {
  height: 716px;
}
[data-min-height="716"] {
  min-height: 716px;
}
[data-max-height="716"] {
  max-height: 716px;
}
[data-height="717"] {
  height: 717px;
}
[data-min-height="717"] {
  min-height: 717px;
}
[data-max-height="717"] {
  max-height: 717px;
}
[data-height="718"] {
  height: 718px;
}
[data-min-height="718"] {
  min-height: 718px;
}
[data-max-height="718"] {
  max-height: 718px;
}
[data-height="719"] {
  height: 719px;
}
[data-min-height="719"] {
  min-height: 719px;
}
[data-max-height="719"] {
  max-height: 719px;
}
[data-height="720"] {
  height: 720px;
}
[data-min-height="720"] {
  min-height: 720px;
}
[data-max-height="720"] {
  max-height: 720px;
}
[data-height="721"] {
  height: 721px;
}
[data-min-height="721"] {
  min-height: 721px;
}
[data-max-height="721"] {
  max-height: 721px;
}
[data-height="722"] {
  height: 722px;
}
[data-min-height="722"] {
  min-height: 722px;
}
[data-max-height="722"] {
  max-height: 722px;
}
[data-height="723"] {
  height: 723px;
}
[data-min-height="723"] {
  min-height: 723px;
}
[data-max-height="723"] {
  max-height: 723px;
}
[data-height="724"] {
  height: 724px;
}
[data-min-height="724"] {
  min-height: 724px;
}
[data-max-height="724"] {
  max-height: 724px;
}
[data-height="725"] {
  height: 725px;
}
[data-min-height="725"] {
  min-height: 725px;
}
[data-max-height="725"] {
  max-height: 725px;
}
[data-height="726"] {
  height: 726px;
}
[data-min-height="726"] {
  min-height: 726px;
}
[data-max-height="726"] {
  max-height: 726px;
}
[data-height="727"] {
  height: 727px;
}
[data-min-height="727"] {
  min-height: 727px;
}
[data-max-height="727"] {
  max-height: 727px;
}
[data-height="728"] {
  height: 728px;
}
[data-min-height="728"] {
  min-height: 728px;
}
[data-max-height="728"] {
  max-height: 728px;
}
[data-height="729"] {
  height: 729px;
}
[data-min-height="729"] {
  min-height: 729px;
}
[data-max-height="729"] {
  max-height: 729px;
}
[data-height="730"] {
  height: 730px;
}
[data-min-height="730"] {
  min-height: 730px;
}
[data-max-height="730"] {
  max-height: 730px;
}
[data-height="731"] {
  height: 731px;
}
[data-min-height="731"] {
  min-height: 731px;
}
[data-max-height="731"] {
  max-height: 731px;
}
[data-height="732"] {
  height: 732px;
}
[data-min-height="732"] {
  min-height: 732px;
}
[data-max-height="732"] {
  max-height: 732px;
}
[data-height="733"] {
  height: 733px;
}
[data-min-height="733"] {
  min-height: 733px;
}
[data-max-height="733"] {
  max-height: 733px;
}
[data-height="734"] {
  height: 734px;
}
[data-min-height="734"] {
  min-height: 734px;
}
[data-max-height="734"] {
  max-height: 734px;
}
[data-height="735"] {
  height: 735px;
}
[data-min-height="735"] {
  min-height: 735px;
}
[data-max-height="735"] {
  max-height: 735px;
}
[data-height="736"] {
  height: 736px;
}
[data-min-height="736"] {
  min-height: 736px;
}
[data-max-height="736"] {
  max-height: 736px;
}
[data-height="737"] {
  height: 737px;
}
[data-min-height="737"] {
  min-height: 737px;
}
[data-max-height="737"] {
  max-height: 737px;
}
[data-height="738"] {
  height: 738px;
}
[data-min-height="738"] {
  min-height: 738px;
}
[data-max-height="738"] {
  max-height: 738px;
}
[data-height="739"] {
  height: 739px;
}
[data-min-height="739"] {
  min-height: 739px;
}
[data-max-height="739"] {
  max-height: 739px;
}
[data-height="740"] {
  height: 740px;
}
[data-min-height="740"] {
  min-height: 740px;
}
[data-max-height="740"] {
  max-height: 740px;
}
[data-height="741"] {
  height: 741px;
}
[data-min-height="741"] {
  min-height: 741px;
}
[data-max-height="741"] {
  max-height: 741px;
}
[data-height="742"] {
  height: 742px;
}
[data-min-height="742"] {
  min-height: 742px;
}
[data-max-height="742"] {
  max-height: 742px;
}
[data-height="743"] {
  height: 743px;
}
[data-min-height="743"] {
  min-height: 743px;
}
[data-max-height="743"] {
  max-height: 743px;
}
[data-height="744"] {
  height: 744px;
}
[data-min-height="744"] {
  min-height: 744px;
}
[data-max-height="744"] {
  max-height: 744px;
}
[data-height="745"] {
  height: 745px;
}
[data-min-height="745"] {
  min-height: 745px;
}
[data-max-height="745"] {
  max-height: 745px;
}
[data-height="746"] {
  height: 746px;
}
[data-min-height="746"] {
  min-height: 746px;
}
[data-max-height="746"] {
  max-height: 746px;
}
[data-height="747"] {
  height: 747px;
}
[data-min-height="747"] {
  min-height: 747px;
}
[data-max-height="747"] {
  max-height: 747px;
}
[data-height="748"] {
  height: 748px;
}
[data-min-height="748"] {
  min-height: 748px;
}
[data-max-height="748"] {
  max-height: 748px;
}
[data-height="749"] {
  height: 749px;
}
[data-min-height="749"] {
  min-height: 749px;
}
[data-max-height="749"] {
  max-height: 749px;
}
[data-height="750"] {
  height: 750px;
}
[data-min-height="750"] {
  min-height: 750px;
}
[data-max-height="750"] {
  max-height: 750px;
}
[data-height="751"] {
  height: 751px;
}
[data-min-height="751"] {
  min-height: 751px;
}
[data-max-height="751"] {
  max-height: 751px;
}
[data-height="752"] {
  height: 752px;
}
[data-min-height="752"] {
  min-height: 752px;
}
[data-max-height="752"] {
  max-height: 752px;
}
[data-height="753"] {
  height: 753px;
}
[data-min-height="753"] {
  min-height: 753px;
}
[data-max-height="753"] {
  max-height: 753px;
}
[data-height="754"] {
  height: 754px;
}
[data-min-height="754"] {
  min-height: 754px;
}
[data-max-height="754"] {
  max-height: 754px;
}
[data-height="755"] {
  height: 755px;
}
[data-min-height="755"] {
  min-height: 755px;
}
[data-max-height="755"] {
  max-height: 755px;
}
[data-height="756"] {
  height: 756px;
}
[data-min-height="756"] {
  min-height: 756px;
}
[data-max-height="756"] {
  max-height: 756px;
}
[data-height="757"] {
  height: 757px;
}
[data-min-height="757"] {
  min-height: 757px;
}
[data-max-height="757"] {
  max-height: 757px;
}
[data-height="758"] {
  height: 758px;
}
[data-min-height="758"] {
  min-height: 758px;
}
[data-max-height="758"] {
  max-height: 758px;
}
[data-height="759"] {
  height: 759px;
}
[data-min-height="759"] {
  min-height: 759px;
}
[data-max-height="759"] {
  max-height: 759px;
}
[data-height="760"] {
  height: 760px;
}
[data-min-height="760"] {
  min-height: 760px;
}
[data-max-height="760"] {
  max-height: 760px;
}
[data-height="761"] {
  height: 761px;
}
[data-min-height="761"] {
  min-height: 761px;
}
[data-max-height="761"] {
  max-height: 761px;
}
[data-height="762"] {
  height: 762px;
}
[data-min-height="762"] {
  min-height: 762px;
}
[data-max-height="762"] {
  max-height: 762px;
}
[data-height="763"] {
  height: 763px;
}
[data-min-height="763"] {
  min-height: 763px;
}
[data-max-height="763"] {
  max-height: 763px;
}
[data-height="764"] {
  height: 764px;
}
[data-min-height="764"] {
  min-height: 764px;
}
[data-max-height="764"] {
  max-height: 764px;
}
[data-height="765"] {
  height: 765px;
}
[data-min-height="765"] {
  min-height: 765px;
}
[data-max-height="765"] {
  max-height: 765px;
}
[data-height="766"] {
  height: 766px;
}
[data-min-height="766"] {
  min-height: 766px;
}
[data-max-height="766"] {
  max-height: 766px;
}
[data-height="767"] {
  height: 767px;
}
[data-min-height="767"] {
  min-height: 767px;
}
[data-max-height="767"] {
  max-height: 767px;
}
[data-height="768"] {
  height: 768px;
}
[data-min-height="768"] {
  min-height: 768px;
}
[data-max-height="768"] {
  max-height: 768px;
}
[data-height="769"] {
  height: 769px;
}
[data-min-height="769"] {
  min-height: 769px;
}
[data-max-height="769"] {
  max-height: 769px;
}
[data-height="770"] {
  height: 770px;
}
[data-min-height="770"] {
  min-height: 770px;
}
[data-max-height="770"] {
  max-height: 770px;
}
[data-height="771"] {
  height: 771px;
}
[data-min-height="771"] {
  min-height: 771px;
}
[data-max-height="771"] {
  max-height: 771px;
}
[data-height="772"] {
  height: 772px;
}
[data-min-height="772"] {
  min-height: 772px;
}
[data-max-height="772"] {
  max-height: 772px;
}
[data-height="773"] {
  height: 773px;
}
[data-min-height="773"] {
  min-height: 773px;
}
[data-max-height="773"] {
  max-height: 773px;
}
[data-height="774"] {
  height: 774px;
}
[data-min-height="774"] {
  min-height: 774px;
}
[data-max-height="774"] {
  max-height: 774px;
}
[data-height="775"] {
  height: 775px;
}
[data-min-height="775"] {
  min-height: 775px;
}
[data-max-height="775"] {
  max-height: 775px;
}
[data-height="776"] {
  height: 776px;
}
[data-min-height="776"] {
  min-height: 776px;
}
[data-max-height="776"] {
  max-height: 776px;
}
[data-height="777"] {
  height: 777px;
}
[data-min-height="777"] {
  min-height: 777px;
}
[data-max-height="777"] {
  max-height: 777px;
}
[data-height="778"] {
  height: 778px;
}
[data-min-height="778"] {
  min-height: 778px;
}
[data-max-height="778"] {
  max-height: 778px;
}
[data-height="779"] {
  height: 779px;
}
[data-min-height="779"] {
  min-height: 779px;
}
[data-max-height="779"] {
  max-height: 779px;
}
[data-height="780"] {
  height: 780px;
}
[data-min-height="780"] {
  min-height: 780px;
}
[data-max-height="780"] {
  max-height: 780px;
}
[data-height="781"] {
  height: 781px;
}
[data-min-height="781"] {
  min-height: 781px;
}
[data-max-height="781"] {
  max-height: 781px;
}
[data-height="782"] {
  height: 782px;
}
[data-min-height="782"] {
  min-height: 782px;
}
[data-max-height="782"] {
  max-height: 782px;
}
[data-height="783"] {
  height: 783px;
}
[data-min-height="783"] {
  min-height: 783px;
}
[data-max-height="783"] {
  max-height: 783px;
}
[data-height="784"] {
  height: 784px;
}
[data-min-height="784"] {
  min-height: 784px;
}
[data-max-height="784"] {
  max-height: 784px;
}
[data-height="785"] {
  height: 785px;
}
[data-min-height="785"] {
  min-height: 785px;
}
[data-max-height="785"] {
  max-height: 785px;
}
[data-height="786"] {
  height: 786px;
}
[data-min-height="786"] {
  min-height: 786px;
}
[data-max-height="786"] {
  max-height: 786px;
}
[data-height="787"] {
  height: 787px;
}
[data-min-height="787"] {
  min-height: 787px;
}
[data-max-height="787"] {
  max-height: 787px;
}
[data-height="788"] {
  height: 788px;
}
[data-min-height="788"] {
  min-height: 788px;
}
[data-max-height="788"] {
  max-height: 788px;
}
[data-height="789"] {
  height: 789px;
}
[data-min-height="789"] {
  min-height: 789px;
}
[data-max-height="789"] {
  max-height: 789px;
}
[data-height="790"] {
  height: 790px;
}
[data-min-height="790"] {
  min-height: 790px;
}
[data-max-height="790"] {
  max-height: 790px;
}
[data-height="791"] {
  height: 791px;
}
[data-min-height="791"] {
  min-height: 791px;
}
[data-max-height="791"] {
  max-height: 791px;
}
[data-height="792"] {
  height: 792px;
}
[data-min-height="792"] {
  min-height: 792px;
}
[data-max-height="792"] {
  max-height: 792px;
}
[data-height="793"] {
  height: 793px;
}
[data-min-height="793"] {
  min-height: 793px;
}
[data-max-height="793"] {
  max-height: 793px;
}
[data-height="794"] {
  height: 794px;
}
[data-min-height="794"] {
  min-height: 794px;
}
[data-max-height="794"] {
  max-height: 794px;
}
[data-height="795"] {
  height: 795px;
}
[data-min-height="795"] {
  min-height: 795px;
}
[data-max-height="795"] {
  max-height: 795px;
}
[data-height="796"] {
  height: 796px;
}
[data-min-height="796"] {
  min-height: 796px;
}
[data-max-height="796"] {
  max-height: 796px;
}
[data-height="797"] {
  height: 797px;
}
[data-min-height="797"] {
  min-height: 797px;
}
[data-max-height="797"] {
  max-height: 797px;
}
[data-height="798"] {
  height: 798px;
}
[data-min-height="798"] {
  min-height: 798px;
}
[data-max-height="798"] {
  max-height: 798px;
}
[data-height="799"] {
  height: 799px;
}
[data-min-height="799"] {
  min-height: 799px;
}
[data-max-height="799"] {
  max-height: 799px;
}
[data-height="800"] {
  height: 800px;
}
[data-min-height="800"] {
  min-height: 800px;
}
[data-max-height="800"] {
  max-height: 800px;
}
[data-height="801"] {
  height: 801px;
}
[data-min-height="801"] {
  min-height: 801px;
}
[data-max-height="801"] {
  max-height: 801px;
}
[data-height="802"] {
  height: 802px;
}
[data-min-height="802"] {
  min-height: 802px;
}
[data-max-height="802"] {
  max-height: 802px;
}
[data-height="803"] {
  height: 803px;
}
[data-min-height="803"] {
  min-height: 803px;
}
[data-max-height="803"] {
  max-height: 803px;
}
[data-height="804"] {
  height: 804px;
}
[data-min-height="804"] {
  min-height: 804px;
}
[data-max-height="804"] {
  max-height: 804px;
}
[data-height="805"] {
  height: 805px;
}
[data-min-height="805"] {
  min-height: 805px;
}
[data-max-height="805"] {
  max-height: 805px;
}
[data-height="806"] {
  height: 806px;
}
[data-min-height="806"] {
  min-height: 806px;
}
[data-max-height="806"] {
  max-height: 806px;
}
[data-height="807"] {
  height: 807px;
}
[data-min-height="807"] {
  min-height: 807px;
}
[data-max-height="807"] {
  max-height: 807px;
}
[data-height="808"] {
  height: 808px;
}
[data-min-height="808"] {
  min-height: 808px;
}
[data-max-height="808"] {
  max-height: 808px;
}
[data-height="809"] {
  height: 809px;
}
[data-min-height="809"] {
  min-height: 809px;
}
[data-max-height="809"] {
  max-height: 809px;
}
[data-height="810"] {
  height: 810px;
}
[data-min-height="810"] {
  min-height: 810px;
}
[data-max-height="810"] {
  max-height: 810px;
}
[data-height="811"] {
  height: 811px;
}
[data-min-height="811"] {
  min-height: 811px;
}
[data-max-height="811"] {
  max-height: 811px;
}
[data-height="812"] {
  height: 812px;
}
[data-min-height="812"] {
  min-height: 812px;
}
[data-max-height="812"] {
  max-height: 812px;
}
[data-height="813"] {
  height: 813px;
}
[data-min-height="813"] {
  min-height: 813px;
}
[data-max-height="813"] {
  max-height: 813px;
}
[data-height="814"] {
  height: 814px;
}
[data-min-height="814"] {
  min-height: 814px;
}
[data-max-height="814"] {
  max-height: 814px;
}
[data-height="815"] {
  height: 815px;
}
[data-min-height="815"] {
  min-height: 815px;
}
[data-max-height="815"] {
  max-height: 815px;
}
[data-height="816"] {
  height: 816px;
}
[data-min-height="816"] {
  min-height: 816px;
}
[data-max-height="816"] {
  max-height: 816px;
}
[data-height="817"] {
  height: 817px;
}
[data-min-height="817"] {
  min-height: 817px;
}
[data-max-height="817"] {
  max-height: 817px;
}
[data-height="818"] {
  height: 818px;
}
[data-min-height="818"] {
  min-height: 818px;
}
[data-max-height="818"] {
  max-height: 818px;
}
[data-height="819"] {
  height: 819px;
}
[data-min-height="819"] {
  min-height: 819px;
}
[data-max-height="819"] {
  max-height: 819px;
}
[data-height="820"] {
  height: 820px;
}
[data-min-height="820"] {
  min-height: 820px;
}
[data-max-height="820"] {
  max-height: 820px;
}
[data-height="821"] {
  height: 821px;
}
[data-min-height="821"] {
  min-height: 821px;
}
[data-max-height="821"] {
  max-height: 821px;
}
[data-height="822"] {
  height: 822px;
}
[data-min-height="822"] {
  min-height: 822px;
}
[data-max-height="822"] {
  max-height: 822px;
}
[data-height="823"] {
  height: 823px;
}
[data-min-height="823"] {
  min-height: 823px;
}
[data-max-height="823"] {
  max-height: 823px;
}
[data-height="824"] {
  height: 824px;
}
[data-min-height="824"] {
  min-height: 824px;
}
[data-max-height="824"] {
  max-height: 824px;
}
[data-height="825"] {
  height: 825px;
}
[data-min-height="825"] {
  min-height: 825px;
}
[data-max-height="825"] {
  max-height: 825px;
}
[data-height="826"] {
  height: 826px;
}
[data-min-height="826"] {
  min-height: 826px;
}
[data-max-height="826"] {
  max-height: 826px;
}
[data-height="827"] {
  height: 827px;
}
[data-min-height="827"] {
  min-height: 827px;
}
[data-max-height="827"] {
  max-height: 827px;
}
[data-height="828"] {
  height: 828px;
}
[data-min-height="828"] {
  min-height: 828px;
}
[data-max-height="828"] {
  max-height: 828px;
}
[data-height="829"] {
  height: 829px;
}
[data-min-height="829"] {
  min-height: 829px;
}
[data-max-height="829"] {
  max-height: 829px;
}
[data-height="830"] {
  height: 830px;
}
[data-min-height="830"] {
  min-height: 830px;
}
[data-max-height="830"] {
  max-height: 830px;
}
[data-height="831"] {
  height: 831px;
}
[data-min-height="831"] {
  min-height: 831px;
}
[data-max-height="831"] {
  max-height: 831px;
}
[data-height="832"] {
  height: 832px;
}
[data-min-height="832"] {
  min-height: 832px;
}
[data-max-height="832"] {
  max-height: 832px;
}
[data-height="833"] {
  height: 833px;
}
[data-min-height="833"] {
  min-height: 833px;
}
[data-max-height="833"] {
  max-height: 833px;
}
[data-height="834"] {
  height: 834px;
}
[data-min-height="834"] {
  min-height: 834px;
}
[data-max-height="834"] {
  max-height: 834px;
}
[data-height="835"] {
  height: 835px;
}
[data-min-height="835"] {
  min-height: 835px;
}
[data-max-height="835"] {
  max-height: 835px;
}
[data-height="836"] {
  height: 836px;
}
[data-min-height="836"] {
  min-height: 836px;
}
[data-max-height="836"] {
  max-height: 836px;
}
[data-height="837"] {
  height: 837px;
}
[data-min-height="837"] {
  min-height: 837px;
}
[data-max-height="837"] {
  max-height: 837px;
}
[data-height="838"] {
  height: 838px;
}
[data-min-height="838"] {
  min-height: 838px;
}
[data-max-height="838"] {
  max-height: 838px;
}
[data-height="839"] {
  height: 839px;
}
[data-min-height="839"] {
  min-height: 839px;
}
[data-max-height="839"] {
  max-height: 839px;
}
[data-height="840"] {
  height: 840px;
}
[data-min-height="840"] {
  min-height: 840px;
}
[data-max-height="840"] {
  max-height: 840px;
}
[data-height="841"] {
  height: 841px;
}
[data-min-height="841"] {
  min-height: 841px;
}
[data-max-height="841"] {
  max-height: 841px;
}
[data-height="842"] {
  height: 842px;
}
[data-min-height="842"] {
  min-height: 842px;
}
[data-max-height="842"] {
  max-height: 842px;
}
[data-height="843"] {
  height: 843px;
}
[data-min-height="843"] {
  min-height: 843px;
}
[data-max-height="843"] {
  max-height: 843px;
}
[data-height="844"] {
  height: 844px;
}
[data-min-height="844"] {
  min-height: 844px;
}
[data-max-height="844"] {
  max-height: 844px;
}
[data-height="845"] {
  height: 845px;
}
[data-min-height="845"] {
  min-height: 845px;
}
[data-max-height="845"] {
  max-height: 845px;
}
[data-height="846"] {
  height: 846px;
}
[data-min-height="846"] {
  min-height: 846px;
}
[data-max-height="846"] {
  max-height: 846px;
}
[data-height="847"] {
  height: 847px;
}
[data-min-height="847"] {
  min-height: 847px;
}
[data-max-height="847"] {
  max-height: 847px;
}
[data-height="848"] {
  height: 848px;
}
[data-min-height="848"] {
  min-height: 848px;
}
[data-max-height="848"] {
  max-height: 848px;
}
[data-height="849"] {
  height: 849px;
}
[data-min-height="849"] {
  min-height: 849px;
}
[data-max-height="849"] {
  max-height: 849px;
}
[data-height="850"] {
  height: 850px;
}
[data-min-height="850"] {
  min-height: 850px;
}
[data-max-height="850"] {
  max-height: 850px;
}
[data-height="851"] {
  height: 851px;
}
[data-min-height="851"] {
  min-height: 851px;
}
[data-max-height="851"] {
  max-height: 851px;
}
[data-height="852"] {
  height: 852px;
}
[data-min-height="852"] {
  min-height: 852px;
}
[data-max-height="852"] {
  max-height: 852px;
}
[data-height="853"] {
  height: 853px;
}
[data-min-height="853"] {
  min-height: 853px;
}
[data-max-height="853"] {
  max-height: 853px;
}
[data-height="854"] {
  height: 854px;
}
[data-min-height="854"] {
  min-height: 854px;
}
[data-max-height="854"] {
  max-height: 854px;
}
[data-height="855"] {
  height: 855px;
}
[data-min-height="855"] {
  min-height: 855px;
}
[data-max-height="855"] {
  max-height: 855px;
}
[data-height="856"] {
  height: 856px;
}
[data-min-height="856"] {
  min-height: 856px;
}
[data-max-height="856"] {
  max-height: 856px;
}
[data-height="857"] {
  height: 857px;
}
[data-min-height="857"] {
  min-height: 857px;
}
[data-max-height="857"] {
  max-height: 857px;
}
[data-height="858"] {
  height: 858px;
}
[data-min-height="858"] {
  min-height: 858px;
}
[data-max-height="858"] {
  max-height: 858px;
}
[data-height="859"] {
  height: 859px;
}
[data-min-height="859"] {
  min-height: 859px;
}
[data-max-height="859"] {
  max-height: 859px;
}
[data-height="860"] {
  height: 860px;
}
[data-min-height="860"] {
  min-height: 860px;
}
[data-max-height="860"] {
  max-height: 860px;
}
[data-height="861"] {
  height: 861px;
}
[data-min-height="861"] {
  min-height: 861px;
}
[data-max-height="861"] {
  max-height: 861px;
}
[data-height="862"] {
  height: 862px;
}
[data-min-height="862"] {
  min-height: 862px;
}
[data-max-height="862"] {
  max-height: 862px;
}
[data-height="863"] {
  height: 863px;
}
[data-min-height="863"] {
  min-height: 863px;
}
[data-max-height="863"] {
  max-height: 863px;
}
[data-height="864"] {
  height: 864px;
}
[data-min-height="864"] {
  min-height: 864px;
}
[data-max-height="864"] {
  max-height: 864px;
}
[data-height="865"] {
  height: 865px;
}
[data-min-height="865"] {
  min-height: 865px;
}
[data-max-height="865"] {
  max-height: 865px;
}
[data-height="866"] {
  height: 866px;
}
[data-min-height="866"] {
  min-height: 866px;
}
[data-max-height="866"] {
  max-height: 866px;
}
[data-height="867"] {
  height: 867px;
}
[data-min-height="867"] {
  min-height: 867px;
}
[data-max-height="867"] {
  max-height: 867px;
}
[data-height="868"] {
  height: 868px;
}
[data-min-height="868"] {
  min-height: 868px;
}
[data-max-height="868"] {
  max-height: 868px;
}
[data-height="869"] {
  height: 869px;
}
[data-min-height="869"] {
  min-height: 869px;
}
[data-max-height="869"] {
  max-height: 869px;
}
[data-height="870"] {
  height: 870px;
}
[data-min-height="870"] {
  min-height: 870px;
}
[data-max-height="870"] {
  max-height: 870px;
}
[data-height="871"] {
  height: 871px;
}
[data-min-height="871"] {
  min-height: 871px;
}
[data-max-height="871"] {
  max-height: 871px;
}
[data-height="872"] {
  height: 872px;
}
[data-min-height="872"] {
  min-height: 872px;
}
[data-max-height="872"] {
  max-height: 872px;
}
[data-height="873"] {
  height: 873px;
}
[data-min-height="873"] {
  min-height: 873px;
}
[data-max-height="873"] {
  max-height: 873px;
}
[data-height="874"] {
  height: 874px;
}
[data-min-height="874"] {
  min-height: 874px;
}
[data-max-height="874"] {
  max-height: 874px;
}
[data-height="875"] {
  height: 875px;
}
[data-min-height="875"] {
  min-height: 875px;
}
[data-max-height="875"] {
  max-height: 875px;
}
[data-height="876"] {
  height: 876px;
}
[data-min-height="876"] {
  min-height: 876px;
}
[data-max-height="876"] {
  max-height: 876px;
}
[data-height="877"] {
  height: 877px;
}
[data-min-height="877"] {
  min-height: 877px;
}
[data-max-height="877"] {
  max-height: 877px;
}
[data-height="878"] {
  height: 878px;
}
[data-min-height="878"] {
  min-height: 878px;
}
[data-max-height="878"] {
  max-height: 878px;
}
[data-height="879"] {
  height: 879px;
}
[data-min-height="879"] {
  min-height: 879px;
}
[data-max-height="879"] {
  max-height: 879px;
}
[data-height="880"] {
  height: 880px;
}
[data-min-height="880"] {
  min-height: 880px;
}
[data-max-height="880"] {
  max-height: 880px;
}
[data-height="881"] {
  height: 881px;
}
[data-min-height="881"] {
  min-height: 881px;
}
[data-max-height="881"] {
  max-height: 881px;
}
[data-height="882"] {
  height: 882px;
}
[data-min-height="882"] {
  min-height: 882px;
}
[data-max-height="882"] {
  max-height: 882px;
}
[data-height="883"] {
  height: 883px;
}
[data-min-height="883"] {
  min-height: 883px;
}
[data-max-height="883"] {
  max-height: 883px;
}
[data-height="884"] {
  height: 884px;
}
[data-min-height="884"] {
  min-height: 884px;
}
[data-max-height="884"] {
  max-height: 884px;
}
[data-height="885"] {
  height: 885px;
}
[data-min-height="885"] {
  min-height: 885px;
}
[data-max-height="885"] {
  max-height: 885px;
}
[data-height="886"] {
  height: 886px;
}
[data-min-height="886"] {
  min-height: 886px;
}
[data-max-height="886"] {
  max-height: 886px;
}
[data-height="887"] {
  height: 887px;
}
[data-min-height="887"] {
  min-height: 887px;
}
[data-max-height="887"] {
  max-height: 887px;
}
[data-height="888"] {
  height: 888px;
}
[data-min-height="888"] {
  min-height: 888px;
}
[data-max-height="888"] {
  max-height: 888px;
}
[data-height="889"] {
  height: 889px;
}
[data-min-height="889"] {
  min-height: 889px;
}
[data-max-height="889"] {
  max-height: 889px;
}
[data-height="890"] {
  height: 890px;
}
[data-min-height="890"] {
  min-height: 890px;
}
[data-max-height="890"] {
  max-height: 890px;
}
[data-height="891"] {
  height: 891px;
}
[data-min-height="891"] {
  min-height: 891px;
}
[data-max-height="891"] {
  max-height: 891px;
}
[data-height="892"] {
  height: 892px;
}
[data-min-height="892"] {
  min-height: 892px;
}
[data-max-height="892"] {
  max-height: 892px;
}
[data-height="893"] {
  height: 893px;
}
[data-min-height="893"] {
  min-height: 893px;
}
[data-max-height="893"] {
  max-height: 893px;
}
[data-height="894"] {
  height: 894px;
}
[data-min-height="894"] {
  min-height: 894px;
}
[data-max-height="894"] {
  max-height: 894px;
}
[data-height="895"] {
  height: 895px;
}
[data-min-height="895"] {
  min-height: 895px;
}
[data-max-height="895"] {
  max-height: 895px;
}
[data-height="896"] {
  height: 896px;
}
[data-min-height="896"] {
  min-height: 896px;
}
[data-max-height="896"] {
  max-height: 896px;
}
[data-height="897"] {
  height: 897px;
}
[data-min-height="897"] {
  min-height: 897px;
}
[data-max-height="897"] {
  max-height: 897px;
}
[data-height="898"] {
  height: 898px;
}
[data-min-height="898"] {
  min-height: 898px;
}
[data-max-height="898"] {
  max-height: 898px;
}
[data-height="899"] {
  height: 899px;
}
[data-min-height="899"] {
  min-height: 899px;
}
[data-max-height="899"] {
  max-height: 899px;
}
[data-height="900"] {
  height: 900px;
}
[data-min-height="900"] {
  min-height: 900px;
}
[data-max-height="900"] {
  max-height: 900px;
}
[data-height="901"] {
  height: 901px;
}
[data-min-height="901"] {
  min-height: 901px;
}
[data-max-height="901"] {
  max-height: 901px;
}
[data-height="902"] {
  height: 902px;
}
[data-min-height="902"] {
  min-height: 902px;
}
[data-max-height="902"] {
  max-height: 902px;
}
[data-height="903"] {
  height: 903px;
}
[data-min-height="903"] {
  min-height: 903px;
}
[data-max-height="903"] {
  max-height: 903px;
}
[data-height="904"] {
  height: 904px;
}
[data-min-height="904"] {
  min-height: 904px;
}
[data-max-height="904"] {
  max-height: 904px;
}
[data-height="905"] {
  height: 905px;
}
[data-min-height="905"] {
  min-height: 905px;
}
[data-max-height="905"] {
  max-height: 905px;
}
[data-height="906"] {
  height: 906px;
}
[data-min-height="906"] {
  min-height: 906px;
}
[data-max-height="906"] {
  max-height: 906px;
}
[data-height="907"] {
  height: 907px;
}
[data-min-height="907"] {
  min-height: 907px;
}
[data-max-height="907"] {
  max-height: 907px;
}
[data-height="908"] {
  height: 908px;
}
[data-min-height="908"] {
  min-height: 908px;
}
[data-max-height="908"] {
  max-height: 908px;
}
[data-height="909"] {
  height: 909px;
}
[data-min-height="909"] {
  min-height: 909px;
}
[data-max-height="909"] {
  max-height: 909px;
}
[data-height="910"] {
  height: 910px;
}
[data-min-height="910"] {
  min-height: 910px;
}
[data-max-height="910"] {
  max-height: 910px;
}
[data-height="911"] {
  height: 911px;
}
[data-min-height="911"] {
  min-height: 911px;
}
[data-max-height="911"] {
  max-height: 911px;
}
[data-height="912"] {
  height: 912px;
}
[data-min-height="912"] {
  min-height: 912px;
}
[data-max-height="912"] {
  max-height: 912px;
}
[data-height="913"] {
  height: 913px;
}
[data-min-height="913"] {
  min-height: 913px;
}
[data-max-height="913"] {
  max-height: 913px;
}
[data-height="914"] {
  height: 914px;
}
[data-min-height="914"] {
  min-height: 914px;
}
[data-max-height="914"] {
  max-height: 914px;
}
[data-height="915"] {
  height: 915px;
}
[data-min-height="915"] {
  min-height: 915px;
}
[data-max-height="915"] {
  max-height: 915px;
}
[data-height="916"] {
  height: 916px;
}
[data-min-height="916"] {
  min-height: 916px;
}
[data-max-height="916"] {
  max-height: 916px;
}
[data-height="917"] {
  height: 917px;
}
[data-min-height="917"] {
  min-height: 917px;
}
[data-max-height="917"] {
  max-height: 917px;
}
[data-height="918"] {
  height: 918px;
}
[data-min-height="918"] {
  min-height: 918px;
}
[data-max-height="918"] {
  max-height: 918px;
}
[data-height="919"] {
  height: 919px;
}
[data-min-height="919"] {
  min-height: 919px;
}
[data-max-height="919"] {
  max-height: 919px;
}
[data-height="920"] {
  height: 920px;
}
[data-min-height="920"] {
  min-height: 920px;
}
[data-max-height="920"] {
  max-height: 920px;
}
[data-height="921"] {
  height: 921px;
}
[data-min-height="921"] {
  min-height: 921px;
}
[data-max-height="921"] {
  max-height: 921px;
}
[data-height="922"] {
  height: 922px;
}
[data-min-height="922"] {
  min-height: 922px;
}
[data-max-height="922"] {
  max-height: 922px;
}
[data-height="923"] {
  height: 923px;
}
[data-min-height="923"] {
  min-height: 923px;
}
[data-max-height="923"] {
  max-height: 923px;
}
[data-height="924"] {
  height: 924px;
}
[data-min-height="924"] {
  min-height: 924px;
}
[data-max-height="924"] {
  max-height: 924px;
}
[data-height="925"] {
  height: 925px;
}
[data-min-height="925"] {
  min-height: 925px;
}
[data-max-height="925"] {
  max-height: 925px;
}
[data-height="926"] {
  height: 926px;
}
[data-min-height="926"] {
  min-height: 926px;
}
[data-max-height="926"] {
  max-height: 926px;
}
[data-height="927"] {
  height: 927px;
}
[data-min-height="927"] {
  min-height: 927px;
}
[data-max-height="927"] {
  max-height: 927px;
}
[data-height="928"] {
  height: 928px;
}
[data-min-height="928"] {
  min-height: 928px;
}
[data-max-height="928"] {
  max-height: 928px;
}
[data-height="929"] {
  height: 929px;
}
[data-min-height="929"] {
  min-height: 929px;
}
[data-max-height="929"] {
  max-height: 929px;
}
[data-height="930"] {
  height: 930px;
}
[data-min-height="930"] {
  min-height: 930px;
}
[data-max-height="930"] {
  max-height: 930px;
}
[data-height="931"] {
  height: 931px;
}
[data-min-height="931"] {
  min-height: 931px;
}
[data-max-height="931"] {
  max-height: 931px;
}
[data-height="932"] {
  height: 932px;
}
[data-min-height="932"] {
  min-height: 932px;
}
[data-max-height="932"] {
  max-height: 932px;
}
[data-height="933"] {
  height: 933px;
}
[data-min-height="933"] {
  min-height: 933px;
}
[data-max-height="933"] {
  max-height: 933px;
}
[data-height="934"] {
  height: 934px;
}
[data-min-height="934"] {
  min-height: 934px;
}
[data-max-height="934"] {
  max-height: 934px;
}
[data-height="935"] {
  height: 935px;
}
[data-min-height="935"] {
  min-height: 935px;
}
[data-max-height="935"] {
  max-height: 935px;
}
[data-height="936"] {
  height: 936px;
}
[data-min-height="936"] {
  min-height: 936px;
}
[data-max-height="936"] {
  max-height: 936px;
}
[data-height="937"] {
  height: 937px;
}
[data-min-height="937"] {
  min-height: 937px;
}
[data-max-height="937"] {
  max-height: 937px;
}
[data-height="938"] {
  height: 938px;
}
[data-min-height="938"] {
  min-height: 938px;
}
[data-max-height="938"] {
  max-height: 938px;
}
[data-height="939"] {
  height: 939px;
}
[data-min-height="939"] {
  min-height: 939px;
}
[data-max-height="939"] {
  max-height: 939px;
}
[data-height="940"] {
  height: 940px;
}
[data-min-height="940"] {
  min-height: 940px;
}
[data-max-height="940"] {
  max-height: 940px;
}
[data-height="941"] {
  height: 941px;
}
[data-min-height="941"] {
  min-height: 941px;
}
[data-max-height="941"] {
  max-height: 941px;
}
[data-height="942"] {
  height: 942px;
}
[data-min-height="942"] {
  min-height: 942px;
}
[data-max-height="942"] {
  max-height: 942px;
}
[data-height="943"] {
  height: 943px;
}
[data-min-height="943"] {
  min-height: 943px;
}
[data-max-height="943"] {
  max-height: 943px;
}
[data-height="944"] {
  height: 944px;
}
[data-min-height="944"] {
  min-height: 944px;
}
[data-max-height="944"] {
  max-height: 944px;
}
[data-height="945"] {
  height: 945px;
}
[data-min-height="945"] {
  min-height: 945px;
}
[data-max-height="945"] {
  max-height: 945px;
}
[data-height="946"] {
  height: 946px;
}
[data-min-height="946"] {
  min-height: 946px;
}
[data-max-height="946"] {
  max-height: 946px;
}
[data-height="947"] {
  height: 947px;
}
[data-min-height="947"] {
  min-height: 947px;
}
[data-max-height="947"] {
  max-height: 947px;
}
[data-height="948"] {
  height: 948px;
}
[data-min-height="948"] {
  min-height: 948px;
}
[data-max-height="948"] {
  max-height: 948px;
}
[data-height="949"] {
  height: 949px;
}
[data-min-height="949"] {
  min-height: 949px;
}
[data-max-height="949"] {
  max-height: 949px;
}
[data-height="950"] {
  height: 950px;
}
[data-min-height="950"] {
  min-height: 950px;
}
[data-max-height="950"] {
  max-height: 950px;
}
[data-height="951"] {
  height: 951px;
}
[data-min-height="951"] {
  min-height: 951px;
}
[data-max-height="951"] {
  max-height: 951px;
}
[data-height="952"] {
  height: 952px;
}
[data-min-height="952"] {
  min-height: 952px;
}
[data-max-height="952"] {
  max-height: 952px;
}
[data-height="953"] {
  height: 953px;
}
[data-min-height="953"] {
  min-height: 953px;
}
[data-max-height="953"] {
  max-height: 953px;
}
[data-height="954"] {
  height: 954px;
}
[data-min-height="954"] {
  min-height: 954px;
}
[data-max-height="954"] {
  max-height: 954px;
}
[data-height="955"] {
  height: 955px;
}
[data-min-height="955"] {
  min-height: 955px;
}
[data-max-height="955"] {
  max-height: 955px;
}
[data-height="956"] {
  height: 956px;
}
[data-min-height="956"] {
  min-height: 956px;
}
[data-max-height="956"] {
  max-height: 956px;
}
[data-height="957"] {
  height: 957px;
}
[data-min-height="957"] {
  min-height: 957px;
}
[data-max-height="957"] {
  max-height: 957px;
}
[data-height="958"] {
  height: 958px;
}
[data-min-height="958"] {
  min-height: 958px;
}
[data-max-height="958"] {
  max-height: 958px;
}
[data-height="959"] {
  height: 959px;
}
[data-min-height="959"] {
  min-height: 959px;
}
[data-max-height="959"] {
  max-height: 959px;
}
[data-height="960"] {
  height: 960px;
}
[data-min-height="960"] {
  min-height: 960px;
}
[data-max-height="960"] {
  max-height: 960px;
}
[data-height="961"] {
  height: 961px;
}
[data-min-height="961"] {
  min-height: 961px;
}
[data-max-height="961"] {
  max-height: 961px;
}
[data-height="962"] {
  height: 962px;
}
[data-min-height="962"] {
  min-height: 962px;
}
[data-max-height="962"] {
  max-height: 962px;
}
[data-height="963"] {
  height: 963px;
}
[data-min-height="963"] {
  min-height: 963px;
}
[data-max-height="963"] {
  max-height: 963px;
}
[data-height="964"] {
  height: 964px;
}
[data-min-height="964"] {
  min-height: 964px;
}
[data-max-height="964"] {
  max-height: 964px;
}
[data-height="965"] {
  height: 965px;
}
[data-min-height="965"] {
  min-height: 965px;
}
[data-max-height="965"] {
  max-height: 965px;
}
[data-height="966"] {
  height: 966px;
}
[data-min-height="966"] {
  min-height: 966px;
}
[data-max-height="966"] {
  max-height: 966px;
}
[data-height="967"] {
  height: 967px;
}
[data-min-height="967"] {
  min-height: 967px;
}
[data-max-height="967"] {
  max-height: 967px;
}
[data-height="968"] {
  height: 968px;
}
[data-min-height="968"] {
  min-height: 968px;
}
[data-max-height="968"] {
  max-height: 968px;
}
[data-height="969"] {
  height: 969px;
}
[data-min-height="969"] {
  min-height: 969px;
}
[data-max-height="969"] {
  max-height: 969px;
}
[data-height="970"] {
  height: 970px;
}
[data-min-height="970"] {
  min-height: 970px;
}
[data-max-height="970"] {
  max-height: 970px;
}
[data-height="971"] {
  height: 971px;
}
[data-min-height="971"] {
  min-height: 971px;
}
[data-max-height="971"] {
  max-height: 971px;
}
[data-height="972"] {
  height: 972px;
}
[data-min-height="972"] {
  min-height: 972px;
}
[data-max-height="972"] {
  max-height: 972px;
}
[data-height="973"] {
  height: 973px;
}
[data-min-height="973"] {
  min-height: 973px;
}
[data-max-height="973"] {
  max-height: 973px;
}
[data-height="974"] {
  height: 974px;
}
[data-min-height="974"] {
  min-height: 974px;
}
[data-max-height="974"] {
  max-height: 974px;
}
[data-height="975"] {
  height: 975px;
}
[data-min-height="975"] {
  min-height: 975px;
}
[data-max-height="975"] {
  max-height: 975px;
}
[data-height="976"] {
  height: 976px;
}
[data-min-height="976"] {
  min-height: 976px;
}
[data-max-height="976"] {
  max-height: 976px;
}
[data-height="977"] {
  height: 977px;
}
[data-min-height="977"] {
  min-height: 977px;
}
[data-max-height="977"] {
  max-height: 977px;
}
[data-height="978"] {
  height: 978px;
}
[data-min-height="978"] {
  min-height: 978px;
}
[data-max-height="978"] {
  max-height: 978px;
}
[data-height="979"] {
  height: 979px;
}
[data-min-height="979"] {
  min-height: 979px;
}
[data-max-height="979"] {
  max-height: 979px;
}
[data-height="980"] {
  height: 980px;
}
[data-min-height="980"] {
  min-height: 980px;
}
[data-max-height="980"] {
  max-height: 980px;
}
[data-height="981"] {
  height: 981px;
}
[data-min-height="981"] {
  min-height: 981px;
}
[data-max-height="981"] {
  max-height: 981px;
}
[data-height="982"] {
  height: 982px;
}
[data-min-height="982"] {
  min-height: 982px;
}
[data-max-height="982"] {
  max-height: 982px;
}
[data-height="983"] {
  height: 983px;
}
[data-min-height="983"] {
  min-height: 983px;
}
[data-max-height="983"] {
  max-height: 983px;
}
[data-height="984"] {
  height: 984px;
}
[data-min-height="984"] {
  min-height: 984px;
}
[data-max-height="984"] {
  max-height: 984px;
}
[data-height="985"] {
  height: 985px;
}
[data-min-height="985"] {
  min-height: 985px;
}
[data-max-height="985"] {
  max-height: 985px;
}
[data-height="986"] {
  height: 986px;
}
[data-min-height="986"] {
  min-height: 986px;
}
[data-max-height="986"] {
  max-height: 986px;
}
[data-height="987"] {
  height: 987px;
}
[data-min-height="987"] {
  min-height: 987px;
}
[data-max-height="987"] {
  max-height: 987px;
}
[data-height="988"] {
  height: 988px;
}
[data-min-height="988"] {
  min-height: 988px;
}
[data-max-height="988"] {
  max-height: 988px;
}
[data-height="989"] {
  height: 989px;
}
[data-min-height="989"] {
  min-height: 989px;
}
[data-max-height="989"] {
  max-height: 989px;
}
[data-height="990"] {
  height: 990px;
}
[data-min-height="990"] {
  min-height: 990px;
}
[data-max-height="990"] {
  max-height: 990px;
}
[data-height="991"] {
  height: 991px;
}
[data-min-height="991"] {
  min-height: 991px;
}
[data-max-height="991"] {
  max-height: 991px;
}
[data-height="992"] {
  height: 992px;
}
[data-min-height="992"] {
  min-height: 992px;
}
[data-max-height="992"] {
  max-height: 992px;
}
[data-height="993"] {
  height: 993px;
}
[data-min-height="993"] {
  min-height: 993px;
}
[data-max-height="993"] {
  max-height: 993px;
}
[data-height="994"] {
  height: 994px;
}
[data-min-height="994"] {
  min-height: 994px;
}
[data-max-height="994"] {
  max-height: 994px;
}
[data-height="995"] {
  height: 995px;
}
[data-min-height="995"] {
  min-height: 995px;
}
[data-max-height="995"] {
  max-height: 995px;
}
[data-height="996"] {
  height: 996px;
}
[data-min-height="996"] {
  min-height: 996px;
}
[data-max-height="996"] {
  max-height: 996px;
}
[data-height="997"] {
  height: 997px;
}
[data-min-height="997"] {
  min-height: 997px;
}
[data-max-height="997"] {
  max-height: 997px;
}
[data-height="998"] {
  height: 998px;
}
[data-min-height="998"] {
  min-height: 998px;
}
[data-max-height="998"] {
  max-height: 998px;
}
[data-height="999"] {
  height: 999px;
}
[data-min-height="999"] {
  min-height: 999px;
}
[data-max-height="999"] {
  max-height: 999px;
}
[data-height="1000"] {
  height: 1000px;
}
[data-min-height="1000"] {
  min-height: 1000px;
}
[data-max-height="1000"] {
  max-height: 1000px;
}
[data-height="1001"] {
  height: 1001px;
}
[data-min-height="1001"] {
  min-height: 1001px;
}
[data-max-height="1001"] {
  max-height: 1001px;
}
[data-height="1002"] {
  height: 1002px;
}
[data-min-height="1002"] {
  min-height: 1002px;
}
[data-max-height="1002"] {
  max-height: 1002px;
}
[data-height="1003"] {
  height: 1003px;
}
[data-min-height="1003"] {
  min-height: 1003px;
}
[data-max-height="1003"] {
  max-height: 1003px;
}
[data-height="1004"] {
  height: 1004px;
}
[data-min-height="1004"] {
  min-height: 1004px;
}
[data-max-height="1004"] {
  max-height: 1004px;
}
[data-height="1005"] {
  height: 1005px;
}
[data-min-height="1005"] {
  min-height: 1005px;
}
[data-max-height="1005"] {
  max-height: 1005px;
}
[data-height="1006"] {
  height: 1006px;
}
[data-min-height="1006"] {
  min-height: 1006px;
}
[data-max-height="1006"] {
  max-height: 1006px;
}
[data-height="1007"] {
  height: 1007px;
}
[data-min-height="1007"] {
  min-height: 1007px;
}
[data-max-height="1007"] {
  max-height: 1007px;
}
[data-height="1008"] {
  height: 1008px;
}
[data-min-height="1008"] {
  min-height: 1008px;
}
[data-max-height="1008"] {
  max-height: 1008px;
}
[data-height="1009"] {
  height: 1009px;
}
[data-min-height="1009"] {
  min-height: 1009px;
}
[data-max-height="1009"] {
  max-height: 1009px;
}
[data-height="1010"] {
  height: 1010px;
}
[data-min-height="1010"] {
  min-height: 1010px;
}
[data-max-height="1010"] {
  max-height: 1010px;
}
[data-height="1011"] {
  height: 1011px;
}
[data-min-height="1011"] {
  min-height: 1011px;
}
[data-max-height="1011"] {
  max-height: 1011px;
}
[data-height="1012"] {
  height: 1012px;
}
[data-min-height="1012"] {
  min-height: 1012px;
}
[data-max-height="1012"] {
  max-height: 1012px;
}
[data-height="1013"] {
  height: 1013px;
}
[data-min-height="1013"] {
  min-height: 1013px;
}
[data-max-height="1013"] {
  max-height: 1013px;
}
[data-height="1014"] {
  height: 1014px;
}
[data-min-height="1014"] {
  min-height: 1014px;
}
[data-max-height="1014"] {
  max-height: 1014px;
}
[data-height="1015"] {
  height: 1015px;
}
[data-min-height="1015"] {
  min-height: 1015px;
}
[data-max-height="1015"] {
  max-height: 1015px;
}
[data-height="1016"] {
  height: 1016px;
}
[data-min-height="1016"] {
  min-height: 1016px;
}
[data-max-height="1016"] {
  max-height: 1016px;
}
[data-height="1017"] {
  height: 1017px;
}
[data-min-height="1017"] {
  min-height: 1017px;
}
[data-max-height="1017"] {
  max-height: 1017px;
}
[data-height="1018"] {
  height: 1018px;
}
[data-min-height="1018"] {
  min-height: 1018px;
}
[data-max-height="1018"] {
  max-height: 1018px;
}
[data-height="1019"] {
  height: 1019px;
}
[data-min-height="1019"] {
  min-height: 1019px;
}
[data-max-height="1019"] {
  max-height: 1019px;
}
[data-height="1020"] {
  height: 1020px;
}
[data-min-height="1020"] {
  min-height: 1020px;
}
[data-max-height="1020"] {
  max-height: 1020px;
}
[data-height="1021"] {
  height: 1021px;
}
[data-min-height="1021"] {
  min-height: 1021px;
}
[data-max-height="1021"] {
  max-height: 1021px;
}
[data-height="1022"] {
  height: 1022px;
}
[data-min-height="1022"] {
  min-height: 1022px;
}
[data-max-height="1022"] {
  max-height: 1022px;
}
[data-height="1023"] {
  height: 1023px;
}
[data-min-height="1023"] {
  min-height: 1023px;
}
[data-max-height="1023"] {
  max-height: 1023px;
}
[data-height="1024"] {
  height: 1024px;
}
[data-min-height="1024"] {
  min-height: 1024px;
}
[data-max-height="1024"] {
  max-height: 1024px;
}
[data-height="1025"] {
  height: 1025px;
}
[data-min-height="1025"] {
  min-height: 1025px;
}
[data-max-height="1025"] {
  max-height: 1025px;
}
[data-height="1026"] {
  height: 1026px;
}
[data-min-height="1026"] {
  min-height: 1026px;
}
[data-max-height="1026"] {
  max-height: 1026px;
}
[data-height="1027"] {
  height: 1027px;
}
[data-min-height="1027"] {
  min-height: 1027px;
}
[data-max-height="1027"] {
  max-height: 1027px;
}
[data-height="1028"] {
  height: 1028px;
}
[data-min-height="1028"] {
  min-height: 1028px;
}
[data-max-height="1028"] {
  max-height: 1028px;
}
[data-height="1029"] {
  height: 1029px;
}
[data-min-height="1029"] {
  min-height: 1029px;
}
[data-max-height="1029"] {
  max-height: 1029px;
}
[data-height="1030"] {
  height: 1030px;
}
[data-min-height="1030"] {
  min-height: 1030px;
}
[data-max-height="1030"] {
  max-height: 1030px;
}
[data-height="1031"] {
  height: 1031px;
}
[data-min-height="1031"] {
  min-height: 1031px;
}
[data-max-height="1031"] {
  max-height: 1031px;
}
[data-height="1032"] {
  height: 1032px;
}
[data-min-height="1032"] {
  min-height: 1032px;
}
[data-max-height="1032"] {
  max-height: 1032px;
}
[data-height="1033"] {
  height: 1033px;
}
[data-min-height="1033"] {
  min-height: 1033px;
}
[data-max-height="1033"] {
  max-height: 1033px;
}
[data-height="1034"] {
  height: 1034px;
}
[data-min-height="1034"] {
  min-height: 1034px;
}
[data-max-height="1034"] {
  max-height: 1034px;
}
[data-height="1035"] {
  height: 1035px;
}
[data-min-height="1035"] {
  min-height: 1035px;
}
[data-max-height="1035"] {
  max-height: 1035px;
}
[data-height="1036"] {
  height: 1036px;
}
[data-min-height="1036"] {
  min-height: 1036px;
}
[data-max-height="1036"] {
  max-height: 1036px;
}
[data-height="1037"] {
  height: 1037px;
}
[data-min-height="1037"] {
  min-height: 1037px;
}
[data-max-height="1037"] {
  max-height: 1037px;
}
[data-height="1038"] {
  height: 1038px;
}
[data-min-height="1038"] {
  min-height: 1038px;
}
[data-max-height="1038"] {
  max-height: 1038px;
}
[data-height="1039"] {
  height: 1039px;
}
[data-min-height="1039"] {
  min-height: 1039px;
}
[data-max-height="1039"] {
  max-height: 1039px;
}
[data-height="1040"] {
  height: 1040px;
}
[data-min-height="1040"] {
  min-height: 1040px;
}
[data-max-height="1040"] {
  max-height: 1040px;
}
[data-height="1041"] {
  height: 1041px;
}
[data-min-height="1041"] {
  min-height: 1041px;
}
[data-max-height="1041"] {
  max-height: 1041px;
}
[data-height="1042"] {
  height: 1042px;
}
[data-min-height="1042"] {
  min-height: 1042px;
}
[data-max-height="1042"] {
  max-height: 1042px;
}
[data-height="1043"] {
  height: 1043px;
}
[data-min-height="1043"] {
  min-height: 1043px;
}
[data-max-height="1043"] {
  max-height: 1043px;
}
[data-height="1044"] {
  height: 1044px;
}
[data-min-height="1044"] {
  min-height: 1044px;
}
[data-max-height="1044"] {
  max-height: 1044px;
}
[data-height="1045"] {
  height: 1045px;
}
[data-min-height="1045"] {
  min-height: 1045px;
}
[data-max-height="1045"] {
  max-height: 1045px;
}
[data-height="1046"] {
  height: 1046px;
}
[data-min-height="1046"] {
  min-height: 1046px;
}
[data-max-height="1046"] {
  max-height: 1046px;
}
[data-height="1047"] {
  height: 1047px;
}
[data-min-height="1047"] {
  min-height: 1047px;
}
[data-max-height="1047"] {
  max-height: 1047px;
}
[data-height="1048"] {
  height: 1048px;
}
[data-min-height="1048"] {
  min-height: 1048px;
}
[data-max-height="1048"] {
  max-height: 1048px;
}
[data-height="1049"] {
  height: 1049px;
}
[data-min-height="1049"] {
  min-height: 1049px;
}
[data-max-height="1049"] {
  max-height: 1049px;
}
[data-height="1050"] {
  height: 1050px;
}
[data-min-height="1050"] {
  min-height: 1050px;
}
[data-max-height="1050"] {
  max-height: 1050px;
}
[data-height="1051"] {
  height: 1051px;
}
[data-min-height="1051"] {
  min-height: 1051px;
}
[data-max-height="1051"] {
  max-height: 1051px;
}
[data-height="1052"] {
  height: 1052px;
}
[data-min-height="1052"] {
  min-height: 1052px;
}
[data-max-height="1052"] {
  max-height: 1052px;
}
[data-height="1053"] {
  height: 1053px;
}
[data-min-height="1053"] {
  min-height: 1053px;
}
[data-max-height="1053"] {
  max-height: 1053px;
}
[data-height="1054"] {
  height: 1054px;
}
[data-min-height="1054"] {
  min-height: 1054px;
}
[data-max-height="1054"] {
  max-height: 1054px;
}
[data-height="1055"] {
  height: 1055px;
}
[data-min-height="1055"] {
  min-height: 1055px;
}
[data-max-height="1055"] {
  max-height: 1055px;
}
[data-height="1056"] {
  height: 1056px;
}
[data-min-height="1056"] {
  min-height: 1056px;
}
[data-max-height="1056"] {
  max-height: 1056px;
}
[data-height="1057"] {
  height: 1057px;
}
[data-min-height="1057"] {
  min-height: 1057px;
}
[data-max-height="1057"] {
  max-height: 1057px;
}
[data-height="1058"] {
  height: 1058px;
}
[data-min-height="1058"] {
  min-height: 1058px;
}
[data-max-height="1058"] {
  max-height: 1058px;
}
[data-height="1059"] {
  height: 1059px;
}
[data-min-height="1059"] {
  min-height: 1059px;
}
[data-max-height="1059"] {
  max-height: 1059px;
}
[data-height="1060"] {
  height: 1060px;
}
[data-min-height="1060"] {
  min-height: 1060px;
}
[data-max-height="1060"] {
  max-height: 1060px;
}
[data-height="1061"] {
  height: 1061px;
}
[data-min-height="1061"] {
  min-height: 1061px;
}
[data-max-height="1061"] {
  max-height: 1061px;
}
[data-height="1062"] {
  height: 1062px;
}
[data-min-height="1062"] {
  min-height: 1062px;
}
[data-max-height="1062"] {
  max-height: 1062px;
}
[data-height="1063"] {
  height: 1063px;
}
[data-min-height="1063"] {
  min-height: 1063px;
}
[data-max-height="1063"] {
  max-height: 1063px;
}
[data-height="1064"] {
  height: 1064px;
}
[data-min-height="1064"] {
  min-height: 1064px;
}
[data-max-height="1064"] {
  max-height: 1064px;
}
[data-height="1065"] {
  height: 1065px;
}
[data-min-height="1065"] {
  min-height: 1065px;
}
[data-max-height="1065"] {
  max-height: 1065px;
}
[data-height="1066"] {
  height: 1066px;
}
[data-min-height="1066"] {
  min-height: 1066px;
}
[data-max-height="1066"] {
  max-height: 1066px;
}
[data-height="1067"] {
  height: 1067px;
}
[data-min-height="1067"] {
  min-height: 1067px;
}
[data-max-height="1067"] {
  max-height: 1067px;
}
[data-height="1068"] {
  height: 1068px;
}
[data-min-height="1068"] {
  min-height: 1068px;
}
[data-max-height="1068"] {
  max-height: 1068px;
}
[data-height="1069"] {
  height: 1069px;
}
[data-min-height="1069"] {
  min-height: 1069px;
}
[data-max-height="1069"] {
  max-height: 1069px;
}
[data-height="1070"] {
  height: 1070px;
}
[data-min-height="1070"] {
  min-height: 1070px;
}
[data-max-height="1070"] {
  max-height: 1070px;
}
[data-height="1071"] {
  height: 1071px;
}
[data-min-height="1071"] {
  min-height: 1071px;
}
[data-max-height="1071"] {
  max-height: 1071px;
}
[data-height="1072"] {
  height: 1072px;
}
[data-min-height="1072"] {
  min-height: 1072px;
}
[data-max-height="1072"] {
  max-height: 1072px;
}
[data-height="1073"] {
  height: 1073px;
}
[data-min-height="1073"] {
  min-height: 1073px;
}
[data-max-height="1073"] {
  max-height: 1073px;
}
[data-height="1074"] {
  height: 1074px;
}
[data-min-height="1074"] {
  min-height: 1074px;
}
[data-max-height="1074"] {
  max-height: 1074px;
}
[data-height="1075"] {
  height: 1075px;
}
[data-min-height="1075"] {
  min-height: 1075px;
}
[data-max-height="1075"] {
  max-height: 1075px;
}
[data-height="1076"] {
  height: 1076px;
}
[data-min-height="1076"] {
  min-height: 1076px;
}
[data-max-height="1076"] {
  max-height: 1076px;
}
[data-height="1077"] {
  height: 1077px;
}
[data-min-height="1077"] {
  min-height: 1077px;
}
[data-max-height="1077"] {
  max-height: 1077px;
}
[data-height="1078"] {
  height: 1078px;
}
[data-min-height="1078"] {
  min-height: 1078px;
}
[data-max-height="1078"] {
  max-height: 1078px;
}
[data-height="1079"] {
  height: 1079px;
}
[data-min-height="1079"] {
  min-height: 1079px;
}
[data-max-height="1079"] {
  max-height: 1079px;
}
[data-height="1080"] {
  height: 1080px;
}
[data-min-height="1080"] {
  min-height: 1080px;
}
[data-max-height="1080"] {
  max-height: 1080px;
}
[data-height="1081"] {
  height: 1081px;
}
[data-min-height="1081"] {
  min-height: 1081px;
}
[data-max-height="1081"] {
  max-height: 1081px;
}
[data-height="1082"] {
  height: 1082px;
}
[data-min-height="1082"] {
  min-height: 1082px;
}
[data-max-height="1082"] {
  max-height: 1082px;
}
[data-height="1083"] {
  height: 1083px;
}
[data-min-height="1083"] {
  min-height: 1083px;
}
[data-max-height="1083"] {
  max-height: 1083px;
}
[data-height="1084"] {
  height: 1084px;
}
[data-min-height="1084"] {
  min-height: 1084px;
}
[data-max-height="1084"] {
  max-height: 1084px;
}
[data-height="1085"] {
  height: 1085px;
}
[data-min-height="1085"] {
  min-height: 1085px;
}
[data-max-height="1085"] {
  max-height: 1085px;
}
[data-height="1086"] {
  height: 1086px;
}
[data-min-height="1086"] {
  min-height: 1086px;
}
[data-max-height="1086"] {
  max-height: 1086px;
}
[data-height="1087"] {
  height: 1087px;
}
[data-min-height="1087"] {
  min-height: 1087px;
}
[data-max-height="1087"] {
  max-height: 1087px;
}
[data-height="1088"] {
  height: 1088px;
}
[data-min-height="1088"] {
  min-height: 1088px;
}
[data-max-height="1088"] {
  max-height: 1088px;
}
[data-height="1089"] {
  height: 1089px;
}
[data-min-height="1089"] {
  min-height: 1089px;
}
[data-max-height="1089"] {
  max-height: 1089px;
}
[data-height="1090"] {
  height: 1090px;
}
[data-min-height="1090"] {
  min-height: 1090px;
}
[data-max-height="1090"] {
  max-height: 1090px;
}
[data-height="1091"] {
  height: 1091px;
}
[data-min-height="1091"] {
  min-height: 1091px;
}
[data-max-height="1091"] {
  max-height: 1091px;
}
[data-height="1092"] {
  height: 1092px;
}
[data-min-height="1092"] {
  min-height: 1092px;
}
[data-max-height="1092"] {
  max-height: 1092px;
}
[data-height="1093"] {
  height: 1093px;
}
[data-min-height="1093"] {
  min-height: 1093px;
}
[data-max-height="1093"] {
  max-height: 1093px;
}
[data-height="1094"] {
  height: 1094px;
}
[data-min-height="1094"] {
  min-height: 1094px;
}
[data-max-height="1094"] {
  max-height: 1094px;
}
[data-height="1095"] {
  height: 1095px;
}
[data-min-height="1095"] {
  min-height: 1095px;
}
[data-max-height="1095"] {
  max-height: 1095px;
}
[data-height="1096"] {
  height: 1096px;
}
[data-min-height="1096"] {
  min-height: 1096px;
}
[data-max-height="1096"] {
  max-height: 1096px;
}
[data-height="1097"] {
  height: 1097px;
}
[data-min-height="1097"] {
  min-height: 1097px;
}
[data-max-height="1097"] {
  max-height: 1097px;
}
[data-height="1098"] {
  height: 1098px;
}
[data-min-height="1098"] {
  min-height: 1098px;
}
[data-max-height="1098"] {
  max-height: 1098px;
}
[data-height="1099"] {
  height: 1099px;
}
[data-min-height="1099"] {
  min-height: 1099px;
}
[data-max-height="1099"] {
  max-height: 1099px;
}
[data-height="1100"] {
  height: 1100px;
}
[data-min-height="1100"] {
  min-height: 1100px;
}
[data-max-height="1100"] {
  max-height: 1100px;
}
[data-height="1101"] {
  height: 1101px;
}
[data-min-height="1101"] {
  min-height: 1101px;
}
[data-max-height="1101"] {
  max-height: 1101px;
}
[data-height="1102"] {
  height: 1102px;
}
[data-min-height="1102"] {
  min-height: 1102px;
}
[data-max-height="1102"] {
  max-height: 1102px;
}
[data-height="1103"] {
  height: 1103px;
}
[data-min-height="1103"] {
  min-height: 1103px;
}
[data-max-height="1103"] {
  max-height: 1103px;
}
[data-height="1104"] {
  height: 1104px;
}
[data-min-height="1104"] {
  min-height: 1104px;
}
[data-max-height="1104"] {
  max-height: 1104px;
}
[data-height="1105"] {
  height: 1105px;
}
[data-min-height="1105"] {
  min-height: 1105px;
}
[data-max-height="1105"] {
  max-height: 1105px;
}
[data-height="1106"] {
  height: 1106px;
}
[data-min-height="1106"] {
  min-height: 1106px;
}
[data-max-height="1106"] {
  max-height: 1106px;
}
[data-height="1107"] {
  height: 1107px;
}
[data-min-height="1107"] {
  min-height: 1107px;
}
[data-max-height="1107"] {
  max-height: 1107px;
}
[data-height="1108"] {
  height: 1108px;
}
[data-min-height="1108"] {
  min-height: 1108px;
}
[data-max-height="1108"] {
  max-height: 1108px;
}
[data-height="1109"] {
  height: 1109px;
}
[data-min-height="1109"] {
  min-height: 1109px;
}
[data-max-height="1109"] {
  max-height: 1109px;
}
[data-height="1110"] {
  height: 1110px;
}
[data-min-height="1110"] {
  min-height: 1110px;
}
[data-max-height="1110"] {
  max-height: 1110px;
}
[data-height="1111"] {
  height: 1111px;
}
[data-min-height="1111"] {
  min-height: 1111px;
}
[data-max-height="1111"] {
  max-height: 1111px;
}
[data-height="1112"] {
  height: 1112px;
}
[data-min-height="1112"] {
  min-height: 1112px;
}
[data-max-height="1112"] {
  max-height: 1112px;
}
[data-height="1113"] {
  height: 1113px;
}
[data-min-height="1113"] {
  min-height: 1113px;
}
[data-max-height="1113"] {
  max-height: 1113px;
}
[data-height="1114"] {
  height: 1114px;
}
[data-min-height="1114"] {
  min-height: 1114px;
}
[data-max-height="1114"] {
  max-height: 1114px;
}
[data-height="1115"] {
  height: 1115px;
}
[data-min-height="1115"] {
  min-height: 1115px;
}
[data-max-height="1115"] {
  max-height: 1115px;
}
[data-height="1116"] {
  height: 1116px;
}
[data-min-height="1116"] {
  min-height: 1116px;
}
[data-max-height="1116"] {
  max-height: 1116px;
}
[data-height="1117"] {
  height: 1117px;
}
[data-min-height="1117"] {
  min-height: 1117px;
}
[data-max-height="1117"] {
  max-height: 1117px;
}
[data-height="1118"] {
  height: 1118px;
}
[data-min-height="1118"] {
  min-height: 1118px;
}
[data-max-height="1118"] {
  max-height: 1118px;
}
[data-height="1119"] {
  height: 1119px;
}
[data-min-height="1119"] {
  min-height: 1119px;
}
[data-max-height="1119"] {
  max-height: 1119px;
}
[data-height="1120"] {
  height: 1120px;
}
[data-min-height="1120"] {
  min-height: 1120px;
}
[data-max-height="1120"] {
  max-height: 1120px;
}
[data-height="1121"] {
  height: 1121px;
}
[data-min-height="1121"] {
  min-height: 1121px;
}
[data-max-height="1121"] {
  max-height: 1121px;
}
[data-height="1122"] {
  height: 1122px;
}
[data-min-height="1122"] {
  min-height: 1122px;
}
[data-max-height="1122"] {
  max-height: 1122px;
}
[data-height="1123"] {
  height: 1123px;
}
[data-min-height="1123"] {
  min-height: 1123px;
}
[data-max-height="1123"] {
  max-height: 1123px;
}
[data-height="1124"] {
  height: 1124px;
}
[data-min-height="1124"] {
  min-height: 1124px;
}
[data-max-height="1124"] {
  max-height: 1124px;
}
[data-height="1125"] {
  height: 1125px;
}
[data-min-height="1125"] {
  min-height: 1125px;
}
[data-max-height="1125"] {
  max-height: 1125px;
}
[data-height="1126"] {
  height: 1126px;
}
[data-min-height="1126"] {
  min-height: 1126px;
}
[data-max-height="1126"] {
  max-height: 1126px;
}
[data-height="1127"] {
  height: 1127px;
}
[data-min-height="1127"] {
  min-height: 1127px;
}
[data-max-height="1127"] {
  max-height: 1127px;
}
[data-height="1128"] {
  height: 1128px;
}
[data-min-height="1128"] {
  min-height: 1128px;
}
[data-max-height="1128"] {
  max-height: 1128px;
}
[data-height="1129"] {
  height: 1129px;
}
[data-min-height="1129"] {
  min-height: 1129px;
}
[data-max-height="1129"] {
  max-height: 1129px;
}
[data-height="1130"] {
  height: 1130px;
}
[data-min-height="1130"] {
  min-height: 1130px;
}
[data-max-height="1130"] {
  max-height: 1130px;
}
[data-height="1131"] {
  height: 1131px;
}
[data-min-height="1131"] {
  min-height: 1131px;
}
[data-max-height="1131"] {
  max-height: 1131px;
}
[data-height="1132"] {
  height: 1132px;
}
[data-min-height="1132"] {
  min-height: 1132px;
}
[data-max-height="1132"] {
  max-height: 1132px;
}
[data-height="1133"] {
  height: 1133px;
}
[data-min-height="1133"] {
  min-height: 1133px;
}
[data-max-height="1133"] {
  max-height: 1133px;
}
[data-height="1134"] {
  height: 1134px;
}
[data-min-height="1134"] {
  min-height: 1134px;
}
[data-max-height="1134"] {
  max-height: 1134px;
}
[data-height="1135"] {
  height: 1135px;
}
[data-min-height="1135"] {
  min-height: 1135px;
}
[data-max-height="1135"] {
  max-height: 1135px;
}
[data-height="1136"] {
  height: 1136px;
}
[data-min-height="1136"] {
  min-height: 1136px;
}
[data-max-height="1136"] {
  max-height: 1136px;
}
[data-height="1137"] {
  height: 1137px;
}
[data-min-height="1137"] {
  min-height: 1137px;
}
[data-max-height="1137"] {
  max-height: 1137px;
}
[data-height="1138"] {
  height: 1138px;
}
[data-min-height="1138"] {
  min-height: 1138px;
}
[data-max-height="1138"] {
  max-height: 1138px;
}
[data-height="1139"] {
  height: 1139px;
}
[data-min-height="1139"] {
  min-height: 1139px;
}
[data-max-height="1139"] {
  max-height: 1139px;
}
[data-height="1140"] {
  height: 1140px;
}
[data-min-height="1140"] {
  min-height: 1140px;
}
[data-max-height="1140"] {
  max-height: 1140px;
}
[data-height="1141"] {
  height: 1141px;
}
[data-min-height="1141"] {
  min-height: 1141px;
}
[data-max-height="1141"] {
  max-height: 1141px;
}
[data-height="1142"] {
  height: 1142px;
}
[data-min-height="1142"] {
  min-height: 1142px;
}
[data-max-height="1142"] {
  max-height: 1142px;
}
[data-height="1143"] {
  height: 1143px;
}
[data-min-height="1143"] {
  min-height: 1143px;
}
[data-max-height="1143"] {
  max-height: 1143px;
}
[data-height="1144"] {
  height: 1144px;
}
[data-min-height="1144"] {
  min-height: 1144px;
}
[data-max-height="1144"] {
  max-height: 1144px;
}
[data-height="1145"] {
  height: 1145px;
}
[data-min-height="1145"] {
  min-height: 1145px;
}
[data-max-height="1145"] {
  max-height: 1145px;
}
[data-height="1146"] {
  height: 1146px;
}
[data-min-height="1146"] {
  min-height: 1146px;
}
[data-max-height="1146"] {
  max-height: 1146px;
}
[data-height="1147"] {
  height: 1147px;
}
[data-min-height="1147"] {
  min-height: 1147px;
}
[data-max-height="1147"] {
  max-height: 1147px;
}
[data-height="1148"] {
  height: 1148px;
}
[data-min-height="1148"] {
  min-height: 1148px;
}
[data-max-height="1148"] {
  max-height: 1148px;
}
[data-height="1149"] {
  height: 1149px;
}
[data-min-height="1149"] {
  min-height: 1149px;
}
[data-max-height="1149"] {
  max-height: 1149px;
}
[data-height="1150"] {
  height: 1150px;
}
[data-min-height="1150"] {
  min-height: 1150px;
}
[data-max-height="1150"] {
  max-height: 1150px;
}
[data-height="1151"] {
  height: 1151px;
}
[data-min-height="1151"] {
  min-height: 1151px;
}
[data-max-height="1151"] {
  max-height: 1151px;
}
[data-height="1152"] {
  height: 1152px;
}
[data-min-height="1152"] {
  min-height: 1152px;
}
[data-max-height="1152"] {
  max-height: 1152px;
}
[data-height="1153"] {
  height: 1153px;
}
[data-min-height="1153"] {
  min-height: 1153px;
}
[data-max-height="1153"] {
  max-height: 1153px;
}
[data-height="1154"] {
  height: 1154px;
}
[data-min-height="1154"] {
  min-height: 1154px;
}
[data-max-height="1154"] {
  max-height: 1154px;
}
[data-height="1155"] {
  height: 1155px;
}
[data-min-height="1155"] {
  min-height: 1155px;
}
[data-max-height="1155"] {
  max-height: 1155px;
}
[data-height="1156"] {
  height: 1156px;
}
[data-min-height="1156"] {
  min-height: 1156px;
}
[data-max-height="1156"] {
  max-height: 1156px;
}
[data-height="1157"] {
  height: 1157px;
}
[data-min-height="1157"] {
  min-height: 1157px;
}
[data-max-height="1157"] {
  max-height: 1157px;
}
[data-height="1158"] {
  height: 1158px;
}
[data-min-height="1158"] {
  min-height: 1158px;
}
[data-max-height="1158"] {
  max-height: 1158px;
}
[data-height="1159"] {
  height: 1159px;
}
[data-min-height="1159"] {
  min-height: 1159px;
}
[data-max-height="1159"] {
  max-height: 1159px;
}
[data-height="1160"] {
  height: 1160px;
}
[data-min-height="1160"] {
  min-height: 1160px;
}
[data-max-height="1160"] {
  max-height: 1160px;
}
[data-height="1161"] {
  height: 1161px;
}
[data-min-height="1161"] {
  min-height: 1161px;
}
[data-max-height="1161"] {
  max-height: 1161px;
}
[data-height="1162"] {
  height: 1162px;
}
[data-min-height="1162"] {
  min-height: 1162px;
}
[data-max-height="1162"] {
  max-height: 1162px;
}
[data-height="1163"] {
  height: 1163px;
}
[data-min-height="1163"] {
  min-height: 1163px;
}
[data-max-height="1163"] {
  max-height: 1163px;
}
[data-height="1164"] {
  height: 1164px;
}
[data-min-height="1164"] {
  min-height: 1164px;
}
[data-max-height="1164"] {
  max-height: 1164px;
}
[data-height="1165"] {
  height: 1165px;
}
[data-min-height="1165"] {
  min-height: 1165px;
}
[data-max-height="1165"] {
  max-height: 1165px;
}
[data-height="1166"] {
  height: 1166px;
}
[data-min-height="1166"] {
  min-height: 1166px;
}
[data-max-height="1166"] {
  max-height: 1166px;
}
[data-height="1167"] {
  height: 1167px;
}
[data-min-height="1167"] {
  min-height: 1167px;
}
[data-max-height="1167"] {
  max-height: 1167px;
}
[data-height="1168"] {
  height: 1168px;
}
[data-min-height="1168"] {
  min-height: 1168px;
}
[data-max-height="1168"] {
  max-height: 1168px;
}
[data-height="1169"] {
  height: 1169px;
}
[data-min-height="1169"] {
  min-height: 1169px;
}
[data-max-height="1169"] {
  max-height: 1169px;
}
[data-height="1170"] {
  height: 1170px;
}
[data-min-height="1170"] {
  min-height: 1170px;
}
[data-max-height="1170"] {
  max-height: 1170px;
}
[data-height="1171"] {
  height: 1171px;
}
[data-min-height="1171"] {
  min-height: 1171px;
}
[data-max-height="1171"] {
  max-height: 1171px;
}
[data-height="1172"] {
  height: 1172px;
}
[data-min-height="1172"] {
  min-height: 1172px;
}
[data-max-height="1172"] {
  max-height: 1172px;
}
[data-height="1173"] {
  height: 1173px;
}
[data-min-height="1173"] {
  min-height: 1173px;
}
[data-max-height="1173"] {
  max-height: 1173px;
}
[data-height="1174"] {
  height: 1174px;
}
[data-min-height="1174"] {
  min-height: 1174px;
}
[data-max-height="1174"] {
  max-height: 1174px;
}
[data-height="1175"] {
  height: 1175px;
}
[data-min-height="1175"] {
  min-height: 1175px;
}
[data-max-height="1175"] {
  max-height: 1175px;
}
[data-height="1176"] {
  height: 1176px;
}
[data-min-height="1176"] {
  min-height: 1176px;
}
[data-max-height="1176"] {
  max-height: 1176px;
}
[data-height="1177"] {
  height: 1177px;
}
[data-min-height="1177"] {
  min-height: 1177px;
}
[data-max-height="1177"] {
  max-height: 1177px;
}
[data-height="1178"] {
  height: 1178px;
}
[data-min-height="1178"] {
  min-height: 1178px;
}
[data-max-height="1178"] {
  max-height: 1178px;
}
[data-height="1179"] {
  height: 1179px;
}
[data-min-height="1179"] {
  min-height: 1179px;
}
[data-max-height="1179"] {
  max-height: 1179px;
}
[data-height="1180"] {
  height: 1180px;
}
[data-min-height="1180"] {
  min-height: 1180px;
}
[data-max-height="1180"] {
  max-height: 1180px;
}
[data-height="1181"] {
  height: 1181px;
}
[data-min-height="1181"] {
  min-height: 1181px;
}
[data-max-height="1181"] {
  max-height: 1181px;
}
[data-height="1182"] {
  height: 1182px;
}
[data-min-height="1182"] {
  min-height: 1182px;
}
[data-max-height="1182"] {
  max-height: 1182px;
}
[data-height="1183"] {
  height: 1183px;
}
[data-min-height="1183"] {
  min-height: 1183px;
}
[data-max-height="1183"] {
  max-height: 1183px;
}
[data-height="1184"] {
  height: 1184px;
}
[data-min-height="1184"] {
  min-height: 1184px;
}
[data-max-height="1184"] {
  max-height: 1184px;
}
[data-height="1185"] {
  height: 1185px;
}
[data-min-height="1185"] {
  min-height: 1185px;
}
[data-max-height="1185"] {
  max-height: 1185px;
}
[data-height="1186"] {
  height: 1186px;
}
[data-min-height="1186"] {
  min-height: 1186px;
}
[data-max-height="1186"] {
  max-height: 1186px;
}
[data-height="1187"] {
  height: 1187px;
}
[data-min-height="1187"] {
  min-height: 1187px;
}
[data-max-height="1187"] {
  max-height: 1187px;
}
[data-height="1188"] {
  height: 1188px;
}
[data-min-height="1188"] {
  min-height: 1188px;
}
[data-max-height="1188"] {
  max-height: 1188px;
}
[data-height="1189"] {
  height: 1189px;
}
[data-min-height="1189"] {
  min-height: 1189px;
}
[data-max-height="1189"] {
  max-height: 1189px;
}
[data-height="1190"] {
  height: 1190px;
}
[data-min-height="1190"] {
  min-height: 1190px;
}
[data-max-height="1190"] {
  max-height: 1190px;
}
[data-height="1191"] {
  height: 1191px;
}
[data-min-height="1191"] {
  min-height: 1191px;
}
[data-max-height="1191"] {
  max-height: 1191px;
}
[data-height="1192"] {
  height: 1192px;
}
[data-min-height="1192"] {
  min-height: 1192px;
}
[data-max-height="1192"] {
  max-height: 1192px;
}
[data-height="1193"] {
  height: 1193px;
}
[data-min-height="1193"] {
  min-height: 1193px;
}
[data-max-height="1193"] {
  max-height: 1193px;
}
[data-height="1194"] {
  height: 1194px;
}
[data-min-height="1194"] {
  min-height: 1194px;
}
[data-max-height="1194"] {
  max-height: 1194px;
}
[data-height="1195"] {
  height: 1195px;
}
[data-min-height="1195"] {
  min-height: 1195px;
}
[data-max-height="1195"] {
  max-height: 1195px;
}
[data-height="1196"] {
  height: 1196px;
}
[data-min-height="1196"] {
  min-height: 1196px;
}
[data-max-height="1196"] {
  max-height: 1196px;
}
[data-height="1197"] {
  height: 1197px;
}
[data-min-height="1197"] {
  min-height: 1197px;
}
[data-max-height="1197"] {
  max-height: 1197px;
}
[data-height="1198"] {
  height: 1198px;
}
[data-min-height="1198"] {
  min-height: 1198px;
}
[data-max-height="1198"] {
  max-height: 1198px;
}
[data-height="1199"] {
  height: 1199px;
}
[data-min-height="1199"] {
  min-height: 1199px;
}
[data-max-height="1199"] {
  max-height: 1199px;
}
[data-height="1200"] {
  height: 1200px;
}
[data-min-height="1200"] {
  min-height: 1200px;
}
[data-max-height="1200"] {
  max-height: 1200px;
}
[data-height="1201"] {
  height: 1201px;
}
[data-min-height="1201"] {
  min-height: 1201px;
}
[data-max-height="1201"] {
  max-height: 1201px;
}
[data-height="1202"] {
  height: 1202px;
}
[data-min-height="1202"] {
  min-height: 1202px;
}
[data-max-height="1202"] {
  max-height: 1202px;
}
[data-height="1203"] {
  height: 1203px;
}
[data-min-height="1203"] {
  min-height: 1203px;
}
[data-max-height="1203"] {
  max-height: 1203px;
}
[data-height="1204"] {
  height: 1204px;
}
[data-min-height="1204"] {
  min-height: 1204px;
}
[data-max-height="1204"] {
  max-height: 1204px;
}
[data-height="1205"] {
  height: 1205px;
}
[data-min-height="1205"] {
  min-height: 1205px;
}
[data-max-height="1205"] {
  max-height: 1205px;
}
[data-height="1206"] {
  height: 1206px;
}
[data-min-height="1206"] {
  min-height: 1206px;
}
[data-max-height="1206"] {
  max-height: 1206px;
}
[data-height="1207"] {
  height: 1207px;
}
[data-min-height="1207"] {
  min-height: 1207px;
}
[data-max-height="1207"] {
  max-height: 1207px;
}
[data-height="1208"] {
  height: 1208px;
}
[data-min-height="1208"] {
  min-height: 1208px;
}
[data-max-height="1208"] {
  max-height: 1208px;
}
[data-height="1209"] {
  height: 1209px;
}
[data-min-height="1209"] {
  min-height: 1209px;
}
[data-max-height="1209"] {
  max-height: 1209px;
}
[data-height="1210"] {
  height: 1210px;
}
[data-min-height="1210"] {
  min-height: 1210px;
}
[data-max-height="1210"] {
  max-height: 1210px;
}
[data-height="1211"] {
  height: 1211px;
}
[data-min-height="1211"] {
  min-height: 1211px;
}
[data-max-height="1211"] {
  max-height: 1211px;
}
[data-height="1212"] {
  height: 1212px;
}
[data-min-height="1212"] {
  min-height: 1212px;
}
[data-max-height="1212"] {
  max-height: 1212px;
}
[data-height="1213"] {
  height: 1213px;
}
[data-min-height="1213"] {
  min-height: 1213px;
}
[data-max-height="1213"] {
  max-height: 1213px;
}
[data-height="1214"] {
  height: 1214px;
}
[data-min-height="1214"] {
  min-height: 1214px;
}
[data-max-height="1214"] {
  max-height: 1214px;
}
[data-height="1215"] {
  height: 1215px;
}
[data-min-height="1215"] {
  min-height: 1215px;
}
[data-max-height="1215"] {
  max-height: 1215px;
}
[data-height="1216"] {
  height: 1216px;
}
[data-min-height="1216"] {
  min-height: 1216px;
}
[data-max-height="1216"] {
  max-height: 1216px;
}
[data-height="1217"] {
  height: 1217px;
}
[data-min-height="1217"] {
  min-height: 1217px;
}
[data-max-height="1217"] {
  max-height: 1217px;
}
[data-height="1218"] {
  height: 1218px;
}
[data-min-height="1218"] {
  min-height: 1218px;
}
[data-max-height="1218"] {
  max-height: 1218px;
}
[data-height="1219"] {
  height: 1219px;
}
[data-min-height="1219"] {
  min-height: 1219px;
}
[data-max-height="1219"] {
  max-height: 1219px;
}
[data-height="1220"] {
  height: 1220px;
}
[data-min-height="1220"] {
  min-height: 1220px;
}
[data-max-height="1220"] {
  max-height: 1220px;
}
[data-height="1221"] {
  height: 1221px;
}
[data-min-height="1221"] {
  min-height: 1221px;
}
[data-max-height="1221"] {
  max-height: 1221px;
}
[data-height="1222"] {
  height: 1222px;
}
[data-min-height="1222"] {
  min-height: 1222px;
}
[data-max-height="1222"] {
  max-height: 1222px;
}
[data-height="1223"] {
  height: 1223px;
}
[data-min-height="1223"] {
  min-height: 1223px;
}
[data-max-height="1223"] {
  max-height: 1223px;
}
[data-height="1224"] {
  height: 1224px;
}
[data-min-height="1224"] {
  min-height: 1224px;
}
[data-max-height="1224"] {
  max-height: 1224px;
}
[data-height="1225"] {
  height: 1225px;
}
[data-min-height="1225"] {
  min-height: 1225px;
}
[data-max-height="1225"] {
  max-height: 1225px;
}
[data-height="1226"] {
  height: 1226px;
}
[data-min-height="1226"] {
  min-height: 1226px;
}
[data-max-height="1226"] {
  max-height: 1226px;
}
[data-height="1227"] {
  height: 1227px;
}
[data-min-height="1227"] {
  min-height: 1227px;
}
[data-max-height="1227"] {
  max-height: 1227px;
}
[data-height="1228"] {
  height: 1228px;
}
[data-min-height="1228"] {
  min-height: 1228px;
}
[data-max-height="1228"] {
  max-height: 1228px;
}
[data-height="1229"] {
  height: 1229px;
}
[data-min-height="1229"] {
  min-height: 1229px;
}
[data-max-height="1229"] {
  max-height: 1229px;
}
[data-height="1230"] {
  height: 1230px;
}
[data-min-height="1230"] {
  min-height: 1230px;
}
[data-max-height="1230"] {
  max-height: 1230px;
}
[data-height="1231"] {
  height: 1231px;
}
[data-min-height="1231"] {
  min-height: 1231px;
}
[data-max-height="1231"] {
  max-height: 1231px;
}
[data-height="1232"] {
  height: 1232px;
}
[data-min-height="1232"] {
  min-height: 1232px;
}
[data-max-height="1232"] {
  max-height: 1232px;
}
[data-height="1233"] {
  height: 1233px;
}
[data-min-height="1233"] {
  min-height: 1233px;
}
[data-max-height="1233"] {
  max-height: 1233px;
}
[data-height="1234"] {
  height: 1234px;
}
[data-min-height="1234"] {
  min-height: 1234px;
}
[data-max-height="1234"] {
  max-height: 1234px;
}
[data-height="1235"] {
  height: 1235px;
}
[data-min-height="1235"] {
  min-height: 1235px;
}
[data-max-height="1235"] {
  max-height: 1235px;
}
[data-height="1236"] {
  height: 1236px;
}
[data-min-height="1236"] {
  min-height: 1236px;
}
[data-max-height="1236"] {
  max-height: 1236px;
}
[data-height="1237"] {
  height: 1237px;
}
[data-min-height="1237"] {
  min-height: 1237px;
}
[data-max-height="1237"] {
  max-height: 1237px;
}
[data-height="1238"] {
  height: 1238px;
}
[data-min-height="1238"] {
  min-height: 1238px;
}
[data-max-height="1238"] {
  max-height: 1238px;
}
[data-height="1239"] {
  height: 1239px;
}
[data-min-height="1239"] {
  min-height: 1239px;
}
[data-max-height="1239"] {
  max-height: 1239px;
}
[data-height="1240"] {
  height: 1240px;
}
[data-min-height="1240"] {
  min-height: 1240px;
}
[data-max-height="1240"] {
  max-height: 1240px;
}
[data-height="1241"] {
  height: 1241px;
}
[data-min-height="1241"] {
  min-height: 1241px;
}
[data-max-height="1241"] {
  max-height: 1241px;
}
[data-height="1242"] {
  height: 1242px;
}
[data-min-height="1242"] {
  min-height: 1242px;
}
[data-max-height="1242"] {
  max-height: 1242px;
}
[data-height="1243"] {
  height: 1243px;
}
[data-min-height="1243"] {
  min-height: 1243px;
}
[data-max-height="1243"] {
  max-height: 1243px;
}
[data-height="1244"] {
  height: 1244px;
}
[data-min-height="1244"] {
  min-height: 1244px;
}
[data-max-height="1244"] {
  max-height: 1244px;
}
[data-height="1245"] {
  height: 1245px;
}
[data-min-height="1245"] {
  min-height: 1245px;
}
[data-max-height="1245"] {
  max-height: 1245px;
}
[data-height="1246"] {
  height: 1246px;
}
[data-min-height="1246"] {
  min-height: 1246px;
}
[data-max-height="1246"] {
  max-height: 1246px;
}
[data-height="1247"] {
  height: 1247px;
}
[data-min-height="1247"] {
  min-height: 1247px;
}
[data-max-height="1247"] {
  max-height: 1247px;
}
[data-height="1248"] {
  height: 1248px;
}
[data-min-height="1248"] {
  min-height: 1248px;
}
[data-max-height="1248"] {
  max-height: 1248px;
}
[data-height="1249"] {
  height: 1249px;
}
[data-min-height="1249"] {
  min-height: 1249px;
}
[data-max-height="1249"] {
  max-height: 1249px;
}
[data-height="1250"] {
  height: 1250px;
}
[data-min-height="1250"] {
  min-height: 1250px;
}
[data-max-height="1250"] {
  max-height: 1250px;
}
[data-height="1251"] {
  height: 1251px;
}
[data-min-height="1251"] {
  min-height: 1251px;
}
[data-max-height="1251"] {
  max-height: 1251px;
}
[data-height="1252"] {
  height: 1252px;
}
[data-min-height="1252"] {
  min-height: 1252px;
}
[data-max-height="1252"] {
  max-height: 1252px;
}
[data-height="1253"] {
  height: 1253px;
}
[data-min-height="1253"] {
  min-height: 1253px;
}
[data-max-height="1253"] {
  max-height: 1253px;
}
[data-height="1254"] {
  height: 1254px;
}
[data-min-height="1254"] {
  min-height: 1254px;
}
[data-max-height="1254"] {
  max-height: 1254px;
}
[data-height="1255"] {
  height: 1255px;
}
[data-min-height="1255"] {
  min-height: 1255px;
}
[data-max-height="1255"] {
  max-height: 1255px;
}
[data-height="1256"] {
  height: 1256px;
}
[data-min-height="1256"] {
  min-height: 1256px;
}
[data-max-height="1256"] {
  max-height: 1256px;
}
[data-height="1257"] {
  height: 1257px;
}
[data-min-height="1257"] {
  min-height: 1257px;
}
[data-max-height="1257"] {
  max-height: 1257px;
}
[data-height="1258"] {
  height: 1258px;
}
[data-min-height="1258"] {
  min-height: 1258px;
}
[data-max-height="1258"] {
  max-height: 1258px;
}
[data-height="1259"] {
  height: 1259px;
}
[data-min-height="1259"] {
  min-height: 1259px;
}
[data-max-height="1259"] {
  max-height: 1259px;
}
[data-height="1260"] {
  height: 1260px;
}
[data-min-height="1260"] {
  min-height: 1260px;
}
[data-max-height="1260"] {
  max-height: 1260px;
}
[data-height="1261"] {
  height: 1261px;
}
[data-min-height="1261"] {
  min-height: 1261px;
}
[data-max-height="1261"] {
  max-height: 1261px;
}
[data-height="1262"] {
  height: 1262px;
}
[data-min-height="1262"] {
  min-height: 1262px;
}
[data-max-height="1262"] {
  max-height: 1262px;
}
[data-height="1263"] {
  height: 1263px;
}
[data-min-height="1263"] {
  min-height: 1263px;
}
[data-max-height="1263"] {
  max-height: 1263px;
}
[data-height="1264"] {
  height: 1264px;
}
[data-min-height="1264"] {
  min-height: 1264px;
}
[data-max-height="1264"] {
  max-height: 1264px;
}
[data-height="1265"] {
  height: 1265px;
}
[data-min-height="1265"] {
  min-height: 1265px;
}
[data-max-height="1265"] {
  max-height: 1265px;
}
[data-height="1266"] {
  height: 1266px;
}
[data-min-height="1266"] {
  min-height: 1266px;
}
[data-max-height="1266"] {
  max-height: 1266px;
}
[data-height="1267"] {
  height: 1267px;
}
[data-min-height="1267"] {
  min-height: 1267px;
}
[data-max-height="1267"] {
  max-height: 1267px;
}
[data-height="1268"] {
  height: 1268px;
}
[data-min-height="1268"] {
  min-height: 1268px;
}
[data-max-height="1268"] {
  max-height: 1268px;
}
[data-height="1269"] {
  height: 1269px;
}
[data-min-height="1269"] {
  min-height: 1269px;
}
[data-max-height="1269"] {
  max-height: 1269px;
}
[data-height="1270"] {
  height: 1270px;
}
[data-min-height="1270"] {
  min-height: 1270px;
}
[data-max-height="1270"] {
  max-height: 1270px;
}
[data-height="1271"] {
  height: 1271px;
}
[data-min-height="1271"] {
  min-height: 1271px;
}
[data-max-height="1271"] {
  max-height: 1271px;
}
[data-height="1272"] {
  height: 1272px;
}
[data-min-height="1272"] {
  min-height: 1272px;
}
[data-max-height="1272"] {
  max-height: 1272px;
}
[data-height="1273"] {
  height: 1273px;
}
[data-min-height="1273"] {
  min-height: 1273px;
}
[data-max-height="1273"] {
  max-height: 1273px;
}
[data-height="1274"] {
  height: 1274px;
}
[data-min-height="1274"] {
  min-height: 1274px;
}
[data-max-height="1274"] {
  max-height: 1274px;
}
[data-height="1275"] {
  height: 1275px;
}
[data-min-height="1275"] {
  min-height: 1275px;
}
[data-max-height="1275"] {
  max-height: 1275px;
}
[data-height="1276"] {
  height: 1276px;
}
[data-min-height="1276"] {
  min-height: 1276px;
}
[data-max-height="1276"] {
  max-height: 1276px;
}
[data-height="1277"] {
  height: 1277px;
}
[data-min-height="1277"] {
  min-height: 1277px;
}
[data-max-height="1277"] {
  max-height: 1277px;
}
[data-height="1278"] {
  height: 1278px;
}
[data-min-height="1278"] {
  min-height: 1278px;
}
[data-max-height="1278"] {
  max-height: 1278px;
}
[data-height="1279"] {
  height: 1279px;
}
[data-min-height="1279"] {
  min-height: 1279px;
}
[data-max-height="1279"] {
  max-height: 1279px;
}
[data-height="1280"] {
  height: 1280px;
}
[data-min-height="1280"] {
  min-height: 1280px;
}
[data-max-height="1280"] {
  max-height: 1280px;
}
[data-height="1281"] {
  height: 1281px;
}
[data-min-height="1281"] {
  min-height: 1281px;
}
[data-max-height="1281"] {
  max-height: 1281px;
}
[data-height="1282"] {
  height: 1282px;
}
[data-min-height="1282"] {
  min-height: 1282px;
}
[data-max-height="1282"] {
  max-height: 1282px;
}
[data-height="1283"] {
  height: 1283px;
}
[data-min-height="1283"] {
  min-height: 1283px;
}
[data-max-height="1283"] {
  max-height: 1283px;
}
[data-height="1284"] {
  height: 1284px;
}
[data-min-height="1284"] {
  min-height: 1284px;
}
[data-max-height="1284"] {
  max-height: 1284px;
}
[data-height="1285"] {
  height: 1285px;
}
[data-min-height="1285"] {
  min-height: 1285px;
}
[data-max-height="1285"] {
  max-height: 1285px;
}
[data-height="1286"] {
  height: 1286px;
}
[data-min-height="1286"] {
  min-height: 1286px;
}
[data-max-height="1286"] {
  max-height: 1286px;
}
[data-height="1287"] {
  height: 1287px;
}
[data-min-height="1287"] {
  min-height: 1287px;
}
[data-max-height="1287"] {
  max-height: 1287px;
}
[data-height="1288"] {
  height: 1288px;
}
[data-min-height="1288"] {
  min-height: 1288px;
}
[data-max-height="1288"] {
  max-height: 1288px;
}
[data-height="1289"] {
  height: 1289px;
}
[data-min-height="1289"] {
  min-height: 1289px;
}
[data-max-height="1289"] {
  max-height: 1289px;
}
[data-height="1290"] {
  height: 1290px;
}
[data-min-height="1290"] {
  min-height: 1290px;
}
[data-max-height="1290"] {
  max-height: 1290px;
}
[data-height="1291"] {
  height: 1291px;
}
[data-min-height="1291"] {
  min-height: 1291px;
}
[data-max-height="1291"] {
  max-height: 1291px;
}
[data-height="1292"] {
  height: 1292px;
}
[data-min-height="1292"] {
  min-height: 1292px;
}
[data-max-height="1292"] {
  max-height: 1292px;
}
[data-height="1293"] {
  height: 1293px;
}
[data-min-height="1293"] {
  min-height: 1293px;
}
[data-max-height="1293"] {
  max-height: 1293px;
}
[data-height="1294"] {
  height: 1294px;
}
[data-min-height="1294"] {
  min-height: 1294px;
}
[data-max-height="1294"] {
  max-height: 1294px;
}
[data-height="1295"] {
  height: 1295px;
}
[data-min-height="1295"] {
  min-height: 1295px;
}
[data-max-height="1295"] {
  max-height: 1295px;
}
[data-height="1296"] {
  height: 1296px;
}
[data-min-height="1296"] {
  min-height: 1296px;
}
[data-max-height="1296"] {
  max-height: 1296px;
}
[data-height="1297"] {
  height: 1297px;
}
[data-min-height="1297"] {
  min-height: 1297px;
}
[data-max-height="1297"] {
  max-height: 1297px;
}
[data-height="1298"] {
  height: 1298px;
}
[data-min-height="1298"] {
  min-height: 1298px;
}
[data-max-height="1298"] {
  max-height: 1298px;
}
[data-height="1299"] {
  height: 1299px;
}
[data-min-height="1299"] {
  min-height: 1299px;
}
[data-max-height="1299"] {
  max-height: 1299px;
}
[data-height="1300"] {
  height: 1300px;
}
[data-min-height="1300"] {
  min-height: 1300px;
}
[data-max-height="1300"] {
  max-height: 1300px;
}
[data-height="1301"] {
  height: 1301px;
}
[data-min-height="1301"] {
  min-height: 1301px;
}
[data-max-height="1301"] {
  max-height: 1301px;
}
[data-height="1302"] {
  height: 1302px;
}
[data-min-height="1302"] {
  min-height: 1302px;
}
[data-max-height="1302"] {
  max-height: 1302px;
}
[data-height="1303"] {
  height: 1303px;
}
[data-min-height="1303"] {
  min-height: 1303px;
}
[data-max-height="1303"] {
  max-height: 1303px;
}
[data-height="1304"] {
  height: 1304px;
}
[data-min-height="1304"] {
  min-height: 1304px;
}
[data-max-height="1304"] {
  max-height: 1304px;
}
[data-height="1305"] {
  height: 1305px;
}
[data-min-height="1305"] {
  min-height: 1305px;
}
[data-max-height="1305"] {
  max-height: 1305px;
}
[data-height="1306"] {
  height: 1306px;
}
[data-min-height="1306"] {
  min-height: 1306px;
}
[data-max-height="1306"] {
  max-height: 1306px;
}
[data-height="1307"] {
  height: 1307px;
}
[data-min-height="1307"] {
  min-height: 1307px;
}
[data-max-height="1307"] {
  max-height: 1307px;
}
[data-height="1308"] {
  height: 1308px;
}
[data-min-height="1308"] {
  min-height: 1308px;
}
[data-max-height="1308"] {
  max-height: 1308px;
}
[data-height="1309"] {
  height: 1309px;
}
[data-min-height="1309"] {
  min-height: 1309px;
}
[data-max-height="1309"] {
  max-height: 1309px;
}
[data-height="1310"] {
  height: 1310px;
}
[data-min-height="1310"] {
  min-height: 1310px;
}
[data-max-height="1310"] {
  max-height: 1310px;
}
[data-height="1311"] {
  height: 1311px;
}
[data-min-height="1311"] {
  min-height: 1311px;
}
[data-max-height="1311"] {
  max-height: 1311px;
}
[data-height="1312"] {
  height: 1312px;
}
[data-min-height="1312"] {
  min-height: 1312px;
}
[data-max-height="1312"] {
  max-height: 1312px;
}
[data-height="1313"] {
  height: 1313px;
}
[data-min-height="1313"] {
  min-height: 1313px;
}
[data-max-height="1313"] {
  max-height: 1313px;
}
[data-height="1314"] {
  height: 1314px;
}
[data-min-height="1314"] {
  min-height: 1314px;
}
[data-max-height="1314"] {
  max-height: 1314px;
}
[data-height="1315"] {
  height: 1315px;
}
[data-min-height="1315"] {
  min-height: 1315px;
}
[data-max-height="1315"] {
  max-height: 1315px;
}
[data-height="1316"] {
  height: 1316px;
}
[data-min-height="1316"] {
  min-height: 1316px;
}
[data-max-height="1316"] {
  max-height: 1316px;
}
[data-height="1317"] {
  height: 1317px;
}
[data-min-height="1317"] {
  min-height: 1317px;
}
[data-max-height="1317"] {
  max-height: 1317px;
}
[data-height="1318"] {
  height: 1318px;
}
[data-min-height="1318"] {
  min-height: 1318px;
}
[data-max-height="1318"] {
  max-height: 1318px;
}
[data-height="1319"] {
  height: 1319px;
}
[data-min-height="1319"] {
  min-height: 1319px;
}
[data-max-height="1319"] {
  max-height: 1319px;
}
[data-height="1320"] {
  height: 1320px;
}
[data-min-height="1320"] {
  min-height: 1320px;
}
[data-max-height="1320"] {
  max-height: 1320px;
}
[data-height="1321"] {
  height: 1321px;
}
[data-min-height="1321"] {
  min-height: 1321px;
}
[data-max-height="1321"] {
  max-height: 1321px;
}
[data-height="1322"] {
  height: 1322px;
}
[data-min-height="1322"] {
  min-height: 1322px;
}
[data-max-height="1322"] {
  max-height: 1322px;
}
[data-height="1323"] {
  height: 1323px;
}
[data-min-height="1323"] {
  min-height: 1323px;
}
[data-max-height="1323"] {
  max-height: 1323px;
}
[data-height="1324"] {
  height: 1324px;
}
[data-min-height="1324"] {
  min-height: 1324px;
}
[data-max-height="1324"] {
  max-height: 1324px;
}
[data-height="1325"] {
  height: 1325px;
}
[data-min-height="1325"] {
  min-height: 1325px;
}
[data-max-height="1325"] {
  max-height: 1325px;
}
[data-height="1326"] {
  height: 1326px;
}
[data-min-height="1326"] {
  min-height: 1326px;
}
[data-max-height="1326"] {
  max-height: 1326px;
}
[data-height="1327"] {
  height: 1327px;
}
[data-min-height="1327"] {
  min-height: 1327px;
}
[data-max-height="1327"] {
  max-height: 1327px;
}
[data-height="1328"] {
  height: 1328px;
}
[data-min-height="1328"] {
  min-height: 1328px;
}
[data-max-height="1328"] {
  max-height: 1328px;
}
[data-height="1329"] {
  height: 1329px;
}
[data-min-height="1329"] {
  min-height: 1329px;
}
[data-max-height="1329"] {
  max-height: 1329px;
}
[data-height="1330"] {
  height: 1330px;
}
[data-min-height="1330"] {
  min-height: 1330px;
}
[data-max-height="1330"] {
  max-height: 1330px;
}
[data-height="1331"] {
  height: 1331px;
}
[data-min-height="1331"] {
  min-height: 1331px;
}
[data-max-height="1331"] {
  max-height: 1331px;
}
[data-height="1332"] {
  height: 1332px;
}
[data-min-height="1332"] {
  min-height: 1332px;
}
[data-max-height="1332"] {
  max-height: 1332px;
}
[data-height="1333"] {
  height: 1333px;
}
[data-min-height="1333"] {
  min-height: 1333px;
}
[data-max-height="1333"] {
  max-height: 1333px;
}
[data-height="1334"] {
  height: 1334px;
}
[data-min-height="1334"] {
  min-height: 1334px;
}
[data-max-height="1334"] {
  max-height: 1334px;
}
[data-height="1335"] {
  height: 1335px;
}
[data-min-height="1335"] {
  min-height: 1335px;
}
[data-max-height="1335"] {
  max-height: 1335px;
}
[data-height="1336"] {
  height: 1336px;
}
[data-min-height="1336"] {
  min-height: 1336px;
}
[data-max-height="1336"] {
  max-height: 1336px;
}
[data-height="1337"] {
  height: 1337px;
}
[data-min-height="1337"] {
  min-height: 1337px;
}
[data-max-height="1337"] {
  max-height: 1337px;
}
[data-height="1338"] {
  height: 1338px;
}
[data-min-height="1338"] {
  min-height: 1338px;
}
[data-max-height="1338"] {
  max-height: 1338px;
}
[data-height="1339"] {
  height: 1339px;
}
[data-min-height="1339"] {
  min-height: 1339px;
}
[data-max-height="1339"] {
  max-height: 1339px;
}
[data-height="1340"] {
  height: 1340px;
}
[data-min-height="1340"] {
  min-height: 1340px;
}
[data-max-height="1340"] {
  max-height: 1340px;
}
[data-height="1341"] {
  height: 1341px;
}
[data-min-height="1341"] {
  min-height: 1341px;
}
[data-max-height="1341"] {
  max-height: 1341px;
}
[data-height="1342"] {
  height: 1342px;
}
[data-min-height="1342"] {
  min-height: 1342px;
}
[data-max-height="1342"] {
  max-height: 1342px;
}
[data-height="1343"] {
  height: 1343px;
}
[data-min-height="1343"] {
  min-height: 1343px;
}
[data-max-height="1343"] {
  max-height: 1343px;
}
[data-height="1344"] {
  height: 1344px;
}
[data-min-height="1344"] {
  min-height: 1344px;
}
[data-max-height="1344"] {
  max-height: 1344px;
}
[data-height="1345"] {
  height: 1345px;
}
[data-min-height="1345"] {
  min-height: 1345px;
}
[data-max-height="1345"] {
  max-height: 1345px;
}
[data-height="1346"] {
  height: 1346px;
}
[data-min-height="1346"] {
  min-height: 1346px;
}
[data-max-height="1346"] {
  max-height: 1346px;
}
[data-height="1347"] {
  height: 1347px;
}
[data-min-height="1347"] {
  min-height: 1347px;
}
[data-max-height="1347"] {
  max-height: 1347px;
}
[data-height="1348"] {
  height: 1348px;
}
[data-min-height="1348"] {
  min-height: 1348px;
}
[data-max-height="1348"] {
  max-height: 1348px;
}
[data-height="1349"] {
  height: 1349px;
}
[data-min-height="1349"] {
  min-height: 1349px;
}
[data-max-height="1349"] {
  max-height: 1349px;
}
[data-height="1350"] {
  height: 1350px;
}
[data-min-height="1350"] {
  min-height: 1350px;
}
[data-max-height="1350"] {
  max-height: 1350px;
}
[data-height="1351"] {
  height: 1351px;
}
[data-min-height="1351"] {
  min-height: 1351px;
}
[data-max-height="1351"] {
  max-height: 1351px;
}
[data-height="1352"] {
  height: 1352px;
}
[data-min-height="1352"] {
  min-height: 1352px;
}
[data-max-height="1352"] {
  max-height: 1352px;
}
[data-height="1353"] {
  height: 1353px;
}
[data-min-height="1353"] {
  min-height: 1353px;
}
[data-max-height="1353"] {
  max-height: 1353px;
}
[data-height="1354"] {
  height: 1354px;
}
[data-min-height="1354"] {
  min-height: 1354px;
}
[data-max-height="1354"] {
  max-height: 1354px;
}
[data-height="1355"] {
  height: 1355px;
}
[data-min-height="1355"] {
  min-height: 1355px;
}
[data-max-height="1355"] {
  max-height: 1355px;
}
[data-height="1356"] {
  height: 1356px;
}
[data-min-height="1356"] {
  min-height: 1356px;
}
[data-max-height="1356"] {
  max-height: 1356px;
}
[data-height="1357"] {
  height: 1357px;
}
[data-min-height="1357"] {
  min-height: 1357px;
}
[data-max-height="1357"] {
  max-height: 1357px;
}
[data-height="1358"] {
  height: 1358px;
}
[data-min-height="1358"] {
  min-height: 1358px;
}
[data-max-height="1358"] {
  max-height: 1358px;
}
[data-height="1359"] {
  height: 1359px;
}
[data-min-height="1359"] {
  min-height: 1359px;
}
[data-max-height="1359"] {
  max-height: 1359px;
}
[data-height="1360"] {
  height: 1360px;
}
[data-min-height="1360"] {
  min-height: 1360px;
}
[data-max-height="1360"] {
  max-height: 1360px;
}
[data-height="1361"] {
  height: 1361px;
}
[data-min-height="1361"] {
  min-height: 1361px;
}
[data-max-height="1361"] {
  max-height: 1361px;
}
[data-height="1362"] {
  height: 1362px;
}
[data-min-height="1362"] {
  min-height: 1362px;
}
[data-max-height="1362"] {
  max-height: 1362px;
}
[data-height="1363"] {
  height: 1363px;
}
[data-min-height="1363"] {
  min-height: 1363px;
}
[data-max-height="1363"] {
  max-height: 1363px;
}
[data-height="1364"] {
  height: 1364px;
}
[data-min-height="1364"] {
  min-height: 1364px;
}
[data-max-height="1364"] {
  max-height: 1364px;
}
[data-height="1365"] {
  height: 1365px;
}
[data-min-height="1365"] {
  min-height: 1365px;
}
[data-max-height="1365"] {
  max-height: 1365px;
}
[data-height="1366"] {
  height: 1366px;
}
[data-min-height="1366"] {
  min-height: 1366px;
}
[data-max-height="1366"] {
  max-height: 1366px;
}
[data-height="1367"] {
  height: 1367px;
}
[data-min-height="1367"] {
  min-height: 1367px;
}
[data-max-height="1367"] {
  max-height: 1367px;
}
[data-height="1368"] {
  height: 1368px;
}
[data-min-height="1368"] {
  min-height: 1368px;
}
[data-max-height="1368"] {
  max-height: 1368px;
}
[data-height="1369"] {
  height: 1369px;
}
[data-min-height="1369"] {
  min-height: 1369px;
}
[data-max-height="1369"] {
  max-height: 1369px;
}
[data-height="1370"] {
  height: 1370px;
}
[data-min-height="1370"] {
  min-height: 1370px;
}
[data-max-height="1370"] {
  max-height: 1370px;
}
[data-height="1371"] {
  height: 1371px;
}
[data-min-height="1371"] {
  min-height: 1371px;
}
[data-max-height="1371"] {
  max-height: 1371px;
}
[data-height="1372"] {
  height: 1372px;
}
[data-min-height="1372"] {
  min-height: 1372px;
}
[data-max-height="1372"] {
  max-height: 1372px;
}
[data-height="1373"] {
  height: 1373px;
}
[data-min-height="1373"] {
  min-height: 1373px;
}
[data-max-height="1373"] {
  max-height: 1373px;
}
[data-height="1374"] {
  height: 1374px;
}
[data-min-height="1374"] {
  min-height: 1374px;
}
[data-max-height="1374"] {
  max-height: 1374px;
}
[data-height="1375"] {
  height: 1375px;
}
[data-min-height="1375"] {
  min-height: 1375px;
}
[data-max-height="1375"] {
  max-height: 1375px;
}
[data-height="1376"] {
  height: 1376px;
}
[data-min-height="1376"] {
  min-height: 1376px;
}
[data-max-height="1376"] {
  max-height: 1376px;
}
[data-height="1377"] {
  height: 1377px;
}
[data-min-height="1377"] {
  min-height: 1377px;
}
[data-max-height="1377"] {
  max-height: 1377px;
}
[data-height="1378"] {
  height: 1378px;
}
[data-min-height="1378"] {
  min-height: 1378px;
}
[data-max-height="1378"] {
  max-height: 1378px;
}
[data-height="1379"] {
  height: 1379px;
}
[data-min-height="1379"] {
  min-height: 1379px;
}
[data-max-height="1379"] {
  max-height: 1379px;
}
[data-height="1380"] {
  height: 1380px;
}
[data-min-height="1380"] {
  min-height: 1380px;
}
[data-max-height="1380"] {
  max-height: 1380px;
}
[data-height="1381"] {
  height: 1381px;
}
[data-min-height="1381"] {
  min-height: 1381px;
}
[data-max-height="1381"] {
  max-height: 1381px;
}
[data-height="1382"] {
  height: 1382px;
}
[data-min-height="1382"] {
  min-height: 1382px;
}
[data-max-height="1382"] {
  max-height: 1382px;
}
[data-height="1383"] {
  height: 1383px;
}
[data-min-height="1383"] {
  min-height: 1383px;
}
[data-max-height="1383"] {
  max-height: 1383px;
}
[data-height="1384"] {
  height: 1384px;
}
[data-min-height="1384"] {
  min-height: 1384px;
}
[data-max-height="1384"] {
  max-height: 1384px;
}
[data-height="1385"] {
  height: 1385px;
}
[data-min-height="1385"] {
  min-height: 1385px;
}
[data-max-height="1385"] {
  max-height: 1385px;
}
[data-height="1386"] {
  height: 1386px;
}
[data-min-height="1386"] {
  min-height: 1386px;
}
[data-max-height="1386"] {
  max-height: 1386px;
}
[data-height="1387"] {
  height: 1387px;
}
[data-min-height="1387"] {
  min-height: 1387px;
}
[data-max-height="1387"] {
  max-height: 1387px;
}
[data-height="1388"] {
  height: 1388px;
}
[data-min-height="1388"] {
  min-height: 1388px;
}
[data-max-height="1388"] {
  max-height: 1388px;
}
[data-height="1389"] {
  height: 1389px;
}
[data-min-height="1389"] {
  min-height: 1389px;
}
[data-max-height="1389"] {
  max-height: 1389px;
}
[data-height="1390"] {
  height: 1390px;
}
[data-min-height="1390"] {
  min-height: 1390px;
}
[data-max-height="1390"] {
  max-height: 1390px;
}
[data-height="1391"] {
  height: 1391px;
}
[data-min-height="1391"] {
  min-height: 1391px;
}
[data-max-height="1391"] {
  max-height: 1391px;
}
[data-height="1392"] {
  height: 1392px;
}
[data-min-height="1392"] {
  min-height: 1392px;
}
[data-max-height="1392"] {
  max-height: 1392px;
}
[data-height="1393"] {
  height: 1393px;
}
[data-min-height="1393"] {
  min-height: 1393px;
}
[data-max-height="1393"] {
  max-height: 1393px;
}
[data-height="1394"] {
  height: 1394px;
}
[data-min-height="1394"] {
  min-height: 1394px;
}
[data-max-height="1394"] {
  max-height: 1394px;
}
[data-height="1395"] {
  height: 1395px;
}
[data-min-height="1395"] {
  min-height: 1395px;
}
[data-max-height="1395"] {
  max-height: 1395px;
}
[data-height="1396"] {
  height: 1396px;
}
[data-min-height="1396"] {
  min-height: 1396px;
}
[data-max-height="1396"] {
  max-height: 1396px;
}
[data-height="1397"] {
  height: 1397px;
}
[data-min-height="1397"] {
  min-height: 1397px;
}
[data-max-height="1397"] {
  max-height: 1397px;
}
[data-height="1398"] {
  height: 1398px;
}
[data-min-height="1398"] {
  min-height: 1398px;
}
[data-max-height="1398"] {
  max-height: 1398px;
}
[data-height="1399"] {
  height: 1399px;
}
[data-min-height="1399"] {
  min-height: 1399px;
}
[data-max-height="1399"] {
  max-height: 1399px;
}
[data-height="1400"] {
  height: 1400px;
}
[data-min-height="1400"] {
  min-height: 1400px;
}
[data-max-height="1400"] {
  max-height: 1400px;
}
[data-height="1401"] {
  height: 1401px;
}
[data-min-height="1401"] {
  min-height: 1401px;
}
[data-max-height="1401"] {
  max-height: 1401px;
}
[data-height="1402"] {
  height: 1402px;
}
[data-min-height="1402"] {
  min-height: 1402px;
}
[data-max-height="1402"] {
  max-height: 1402px;
}
[data-height="1403"] {
  height: 1403px;
}
[data-min-height="1403"] {
  min-height: 1403px;
}
[data-max-height="1403"] {
  max-height: 1403px;
}
[data-height="1404"] {
  height: 1404px;
}
[data-min-height="1404"] {
  min-height: 1404px;
}
[data-max-height="1404"] {
  max-height: 1404px;
}
[data-height="1405"] {
  height: 1405px;
}
[data-min-height="1405"] {
  min-height: 1405px;
}
[data-max-height="1405"] {
  max-height: 1405px;
}
[data-height="1406"] {
  height: 1406px;
}
[data-min-height="1406"] {
  min-height: 1406px;
}
[data-max-height="1406"] {
  max-height: 1406px;
}
[data-height="1407"] {
  height: 1407px;
}
[data-min-height="1407"] {
  min-height: 1407px;
}
[data-max-height="1407"] {
  max-height: 1407px;
}
[data-height="1408"] {
  height: 1408px;
}
[data-min-height="1408"] {
  min-height: 1408px;
}
[data-max-height="1408"] {
  max-height: 1408px;
}
[data-height="1409"] {
  height: 1409px;
}
[data-min-height="1409"] {
  min-height: 1409px;
}
[data-max-height="1409"] {
  max-height: 1409px;
}
[data-height="1410"] {
  height: 1410px;
}
[data-min-height="1410"] {
  min-height: 1410px;
}
[data-max-height="1410"] {
  max-height: 1410px;
}
[data-height="1411"] {
  height: 1411px;
}
[data-min-height="1411"] {
  min-height: 1411px;
}
[data-max-height="1411"] {
  max-height: 1411px;
}
[data-height="1412"] {
  height: 1412px;
}
[data-min-height="1412"] {
  min-height: 1412px;
}
[data-max-height="1412"] {
  max-height: 1412px;
}
[data-height="1413"] {
  height: 1413px;
}
[data-min-height="1413"] {
  min-height: 1413px;
}
[data-max-height="1413"] {
  max-height: 1413px;
}
[data-height="1414"] {
  height: 1414px;
}
[data-min-height="1414"] {
  min-height: 1414px;
}
[data-max-height="1414"] {
  max-height: 1414px;
}
[data-height="1415"] {
  height: 1415px;
}
[data-min-height="1415"] {
  min-height: 1415px;
}
[data-max-height="1415"] {
  max-height: 1415px;
}
[data-height="1416"] {
  height: 1416px;
}
[data-min-height="1416"] {
  min-height: 1416px;
}
[data-max-height="1416"] {
  max-height: 1416px;
}
[data-height="1417"] {
  height: 1417px;
}
[data-min-height="1417"] {
  min-height: 1417px;
}
[data-max-height="1417"] {
  max-height: 1417px;
}
[data-height="1418"] {
  height: 1418px;
}
[data-min-height="1418"] {
  min-height: 1418px;
}
[data-max-height="1418"] {
  max-height: 1418px;
}
[data-height="1419"] {
  height: 1419px;
}
[data-min-height="1419"] {
  min-height: 1419px;
}
[data-max-height="1419"] {
  max-height: 1419px;
}
[data-height="1420"] {
  height: 1420px;
}
[data-min-height="1420"] {
  min-height: 1420px;
}
[data-max-height="1420"] {
  max-height: 1420px;
}
[data-height="1421"] {
  height: 1421px;
}
[data-min-height="1421"] {
  min-height: 1421px;
}
[data-max-height="1421"] {
  max-height: 1421px;
}
[data-height="1422"] {
  height: 1422px;
}
[data-min-height="1422"] {
  min-height: 1422px;
}
[data-max-height="1422"] {
  max-height: 1422px;
}
[data-height="1423"] {
  height: 1423px;
}
[data-min-height="1423"] {
  min-height: 1423px;
}
[data-max-height="1423"] {
  max-height: 1423px;
}
[data-height="1424"] {
  height: 1424px;
}
[data-min-height="1424"] {
  min-height: 1424px;
}
[data-max-height="1424"] {
  max-height: 1424px;
}
[data-height="1425"] {
  height: 1425px;
}
[data-min-height="1425"] {
  min-height: 1425px;
}
[data-max-height="1425"] {
  max-height: 1425px;
}
[data-height="1426"] {
  height: 1426px;
}
[data-min-height="1426"] {
  min-height: 1426px;
}
[data-max-height="1426"] {
  max-height: 1426px;
}
[data-height="1427"] {
  height: 1427px;
}
[data-min-height="1427"] {
  min-height: 1427px;
}
[data-max-height="1427"] {
  max-height: 1427px;
}
[data-height="1428"] {
  height: 1428px;
}
[data-min-height="1428"] {
  min-height: 1428px;
}
[data-max-height="1428"] {
  max-height: 1428px;
}
[data-height="1429"] {
  height: 1429px;
}
[data-min-height="1429"] {
  min-height: 1429px;
}
[data-max-height="1429"] {
  max-height: 1429px;
}
[data-height="1430"] {
  height: 1430px;
}
[data-min-height="1430"] {
  min-height: 1430px;
}
[data-max-height="1430"] {
  max-height: 1430px;
}
[data-height="1431"] {
  height: 1431px;
}
[data-min-height="1431"] {
  min-height: 1431px;
}
[data-max-height="1431"] {
  max-height: 1431px;
}
[data-height="1432"] {
  height: 1432px;
}
[data-min-height="1432"] {
  min-height: 1432px;
}
[data-max-height="1432"] {
  max-height: 1432px;
}
[data-height="1433"] {
  height: 1433px;
}
[data-min-height="1433"] {
  min-height: 1433px;
}
[data-max-height="1433"] {
  max-height: 1433px;
}
[data-height="1434"] {
  height: 1434px;
}
[data-min-height="1434"] {
  min-height: 1434px;
}
[data-max-height="1434"] {
  max-height: 1434px;
}
[data-height="1435"] {
  height: 1435px;
}
[data-min-height="1435"] {
  min-height: 1435px;
}
[data-max-height="1435"] {
  max-height: 1435px;
}
[data-height="1436"] {
  height: 1436px;
}
[data-min-height="1436"] {
  min-height: 1436px;
}
[data-max-height="1436"] {
  max-height: 1436px;
}
[data-height="1437"] {
  height: 1437px;
}
[data-min-height="1437"] {
  min-height: 1437px;
}
[data-max-height="1437"] {
  max-height: 1437px;
}
[data-height="1438"] {
  height: 1438px;
}
[data-min-height="1438"] {
  min-height: 1438px;
}
[data-max-height="1438"] {
  max-height: 1438px;
}
[data-height="1439"] {
  height: 1439px;
}
[data-min-height="1439"] {
  min-height: 1439px;
}
[data-max-height="1439"] {
  max-height: 1439px;
}
[data-height="1440"] {
  height: 1440px;
}
[data-min-height="1440"] {
  min-height: 1440px;
}
[data-max-height="1440"] {
  max-height: 1440px;
}
[data-height="1441"] {
  height: 1441px;
}
[data-min-height="1441"] {
  min-height: 1441px;
}
[data-max-height="1441"] {
  max-height: 1441px;
}
[data-height="1442"] {
  height: 1442px;
}
[data-min-height="1442"] {
  min-height: 1442px;
}
[data-max-height="1442"] {
  max-height: 1442px;
}
[data-height="1443"] {
  height: 1443px;
}
[data-min-height="1443"] {
  min-height: 1443px;
}
[data-max-height="1443"] {
  max-height: 1443px;
}
[data-height="1444"] {
  height: 1444px;
}
[data-min-height="1444"] {
  min-height: 1444px;
}
[data-max-height="1444"] {
  max-height: 1444px;
}
[data-height="1445"] {
  height: 1445px;
}
[data-min-height="1445"] {
  min-height: 1445px;
}
[data-max-height="1445"] {
  max-height: 1445px;
}
[data-height="1446"] {
  height: 1446px;
}
[data-min-height="1446"] {
  min-height: 1446px;
}
[data-max-height="1446"] {
  max-height: 1446px;
}
[data-height="1447"] {
  height: 1447px;
}
[data-min-height="1447"] {
  min-height: 1447px;
}
[data-max-height="1447"] {
  max-height: 1447px;
}
[data-height="1448"] {
  height: 1448px;
}
[data-min-height="1448"] {
  min-height: 1448px;
}
[data-max-height="1448"] {
  max-height: 1448px;
}
[data-height="1449"] {
  height: 1449px;
}
[data-min-height="1449"] {
  min-height: 1449px;
}
[data-max-height="1449"] {
  max-height: 1449px;
}
[data-height="1450"] {
  height: 1450px;
}
[data-min-height="1450"] {
  min-height: 1450px;
}
[data-max-height="1450"] {
  max-height: 1450px;
}
[data-height="1451"] {
  height: 1451px;
}
[data-min-height="1451"] {
  min-height: 1451px;
}
[data-max-height="1451"] {
  max-height: 1451px;
}
[data-height="1452"] {
  height: 1452px;
}
[data-min-height="1452"] {
  min-height: 1452px;
}
[data-max-height="1452"] {
  max-height: 1452px;
}
[data-height="1453"] {
  height: 1453px;
}
[data-min-height="1453"] {
  min-height: 1453px;
}
[data-max-height="1453"] {
  max-height: 1453px;
}
[data-height="1454"] {
  height: 1454px;
}
[data-min-height="1454"] {
  min-height: 1454px;
}
[data-max-height="1454"] {
  max-height: 1454px;
}
[data-height="1455"] {
  height: 1455px;
}
[data-min-height="1455"] {
  min-height: 1455px;
}
[data-max-height="1455"] {
  max-height: 1455px;
}
[data-height="1456"] {
  height: 1456px;
}
[data-min-height="1456"] {
  min-height: 1456px;
}
[data-max-height="1456"] {
  max-height: 1456px;
}
[data-height="1457"] {
  height: 1457px;
}
[data-min-height="1457"] {
  min-height: 1457px;
}
[data-max-height="1457"] {
  max-height: 1457px;
}
[data-height="1458"] {
  height: 1458px;
}
[data-min-height="1458"] {
  min-height: 1458px;
}
[data-max-height="1458"] {
  max-height: 1458px;
}
[data-height="1459"] {
  height: 1459px;
}
[data-min-height="1459"] {
  min-height: 1459px;
}
[data-max-height="1459"] {
  max-height: 1459px;
}
[data-height="1460"] {
  height: 1460px;
}
[data-min-height="1460"] {
  min-height: 1460px;
}
[data-max-height="1460"] {
  max-height: 1460px;
}
[data-height="1461"] {
  height: 1461px;
}
[data-min-height="1461"] {
  min-height: 1461px;
}
[data-max-height="1461"] {
  max-height: 1461px;
}
[data-height="1462"] {
  height: 1462px;
}
[data-min-height="1462"] {
  min-height: 1462px;
}
[data-max-height="1462"] {
  max-height: 1462px;
}
[data-height="1463"] {
  height: 1463px;
}
[data-min-height="1463"] {
  min-height: 1463px;
}
[data-max-height="1463"] {
  max-height: 1463px;
}
[data-height="1464"] {
  height: 1464px;
}
[data-min-height="1464"] {
  min-height: 1464px;
}
[data-max-height="1464"] {
  max-height: 1464px;
}
[data-height="1465"] {
  height: 1465px;
}
[data-min-height="1465"] {
  min-height: 1465px;
}
[data-max-height="1465"] {
  max-height: 1465px;
}
[data-height="1466"] {
  height: 1466px;
}
[data-min-height="1466"] {
  min-height: 1466px;
}
[data-max-height="1466"] {
  max-height: 1466px;
}
[data-height="1467"] {
  height: 1467px;
}
[data-min-height="1467"] {
  min-height: 1467px;
}
[data-max-height="1467"] {
  max-height: 1467px;
}
[data-height="1468"] {
  height: 1468px;
}
[data-min-height="1468"] {
  min-height: 1468px;
}
[data-max-height="1468"] {
  max-height: 1468px;
}
[data-height="1469"] {
  height: 1469px;
}
[data-min-height="1469"] {
  min-height: 1469px;
}
[data-max-height="1469"] {
  max-height: 1469px;
}
[data-height="1470"] {
  height: 1470px;
}
[data-min-height="1470"] {
  min-height: 1470px;
}
[data-max-height="1470"] {
  max-height: 1470px;
}
[data-height="1471"] {
  height: 1471px;
}
[data-min-height="1471"] {
  min-height: 1471px;
}
[data-max-height="1471"] {
  max-height: 1471px;
}
[data-height="1472"] {
  height: 1472px;
}
[data-min-height="1472"] {
  min-height: 1472px;
}
[data-max-height="1472"] {
  max-height: 1472px;
}
[data-height="1473"] {
  height: 1473px;
}
[data-min-height="1473"] {
  min-height: 1473px;
}
[data-max-height="1473"] {
  max-height: 1473px;
}
[data-height="1474"] {
  height: 1474px;
}
[data-min-height="1474"] {
  min-height: 1474px;
}
[data-max-height="1474"] {
  max-height: 1474px;
}
[data-height="1475"] {
  height: 1475px;
}
[data-min-height="1475"] {
  min-height: 1475px;
}
[data-max-height="1475"] {
  max-height: 1475px;
}
[data-height="1476"] {
  height: 1476px;
}
[data-min-height="1476"] {
  min-height: 1476px;
}
[data-max-height="1476"] {
  max-height: 1476px;
}
[data-height="1477"] {
  height: 1477px;
}
[data-min-height="1477"] {
  min-height: 1477px;
}
[data-max-height="1477"] {
  max-height: 1477px;
}
[data-height="1478"] {
  height: 1478px;
}
[data-min-height="1478"] {
  min-height: 1478px;
}
[data-max-height="1478"] {
  max-height: 1478px;
}
[data-height="1479"] {
  height: 1479px;
}
[data-min-height="1479"] {
  min-height: 1479px;
}
[data-max-height="1479"] {
  max-height: 1479px;
}
[data-height="1480"] {
  height: 1480px;
}
[data-min-height="1480"] {
  min-height: 1480px;
}
[data-max-height="1480"] {
  max-height: 1480px;
}
[data-height="1481"] {
  height: 1481px;
}
[data-min-height="1481"] {
  min-height: 1481px;
}
[data-max-height="1481"] {
  max-height: 1481px;
}
[data-height="1482"] {
  height: 1482px;
}
[data-min-height="1482"] {
  min-height: 1482px;
}
[data-max-height="1482"] {
  max-height: 1482px;
}
[data-height="1483"] {
  height: 1483px;
}
[data-min-height="1483"] {
  min-height: 1483px;
}
[data-max-height="1483"] {
  max-height: 1483px;
}
[data-height="1484"] {
  height: 1484px;
}
[data-min-height="1484"] {
  min-height: 1484px;
}
[data-max-height="1484"] {
  max-height: 1484px;
}
[data-height="1485"] {
  height: 1485px;
}
[data-min-height="1485"] {
  min-height: 1485px;
}
[data-max-height="1485"] {
  max-height: 1485px;
}
[data-height="1486"] {
  height: 1486px;
}
[data-min-height="1486"] {
  min-height: 1486px;
}
[data-max-height="1486"] {
  max-height: 1486px;
}
[data-height="1487"] {
  height: 1487px;
}
[data-min-height="1487"] {
  min-height: 1487px;
}
[data-max-height="1487"] {
  max-height: 1487px;
}
[data-height="1488"] {
  height: 1488px;
}
[data-min-height="1488"] {
  min-height: 1488px;
}
[data-max-height="1488"] {
  max-height: 1488px;
}
[data-height="1489"] {
  height: 1489px;
}
[data-min-height="1489"] {
  min-height: 1489px;
}
[data-max-height="1489"] {
  max-height: 1489px;
}
[data-height="1490"] {
  height: 1490px;
}
[data-min-height="1490"] {
  min-height: 1490px;
}
[data-max-height="1490"] {
  max-height: 1490px;
}
[data-height="1491"] {
  height: 1491px;
}
[data-min-height="1491"] {
  min-height: 1491px;
}
[data-max-height="1491"] {
  max-height: 1491px;
}
[data-height="1492"] {
  height: 1492px;
}
[data-min-height="1492"] {
  min-height: 1492px;
}
[data-max-height="1492"] {
  max-height: 1492px;
}
[data-height="1493"] {
  height: 1493px;
}
[data-min-height="1493"] {
  min-height: 1493px;
}
[data-max-height="1493"] {
  max-height: 1493px;
}
[data-height="1494"] {
  height: 1494px;
}
[data-min-height="1494"] {
  min-height: 1494px;
}
[data-max-height="1494"] {
  max-height: 1494px;
}
[data-height="1495"] {
  height: 1495px;
}
[data-min-height="1495"] {
  min-height: 1495px;
}
[data-max-height="1495"] {
  max-height: 1495px;
}
[data-height="1496"] {
  height: 1496px;
}
[data-min-height="1496"] {
  min-height: 1496px;
}
[data-max-height="1496"] {
  max-height: 1496px;
}
[data-height="1497"] {
  height: 1497px;
}
[data-min-height="1497"] {
  min-height: 1497px;
}
[data-max-height="1497"] {
  max-height: 1497px;
}
[data-height="1498"] {
  height: 1498px;
}
[data-min-height="1498"] {
  min-height: 1498px;
}
[data-max-height="1498"] {
  max-height: 1498px;
}
[data-height="1499"] {
  height: 1499px;
}
[data-min-height="1499"] {
  min-height: 1499px;
}
[data-max-height="1499"] {
  max-height: 1499px;
}
[data-width="1"] {
  width: 1px;
}
[data-min-width="1"] {
  min-width: 1px;
}
[data-max-width="1"] {
  max-width: 1px;
}
[data-width="2"] {
  width: 2px;
}
[data-min-width="2"] {
  min-width: 2px;
}
[data-max-width="2"] {
  max-width: 2px;
}
[data-width="3"] {
  width: 3px;
}
[data-min-width="3"] {
  min-width: 3px;
}
[data-max-width="3"] {
  max-width: 3px;
}
[data-width="4"] {
  width: 4px;
}
[data-min-width="4"] {
  min-width: 4px;
}
[data-max-width="4"] {
  max-width: 4px;
}
[data-width="5"] {
  width: 5px;
}
[data-min-width="5"] {
  min-width: 5px;
}
[data-max-width="5"] {
  max-width: 5px;
}
[data-width="6"] {
  width: 6px;
}
[data-min-width="6"] {
  min-width: 6px;
}
[data-max-width="6"] {
  max-width: 6px;
}
[data-width="7"] {
  width: 7px;
}
[data-min-width="7"] {
  min-width: 7px;
}
[data-max-width="7"] {
  max-width: 7px;
}
[data-width="8"] {
  width: 8px;
}
[data-min-width="8"] {
  min-width: 8px;
}
[data-max-width="8"] {
  max-width: 8px;
}
[data-width="9"] {
  width: 9px;
}
[data-min-width="9"] {
  min-width: 9px;
}
[data-max-width="9"] {
  max-width: 9px;
}
[data-width="10"] {
  width: 10px;
}
[data-min-width="10"] {
  min-width: 10px;
}
[data-max-width="10"] {
  max-width: 10px;
}
[data-width="11"] {
  width: 11px;
}
[data-min-width="11"] {
  min-width: 11px;
}
[data-max-width="11"] {
  max-width: 11px;
}
[data-width="12"] {
  width: 12px;
}
[data-min-width="12"] {
  min-width: 12px;
}
[data-max-width="12"] {
  max-width: 12px;
}
[data-width="13"] {
  width: 13px;
}
[data-min-width="13"] {
  min-width: 13px;
}
[data-max-width="13"] {
  max-width: 13px;
}
[data-width="14"] {
  width: 14px;
}
[data-min-width="14"] {
  min-width: 14px;
}
[data-max-width="14"] {
  max-width: 14px;
}
[data-width="15"] {
  width: 15px;
}
[data-min-width="15"] {
  min-width: 15px;
}
[data-max-width="15"] {
  max-width: 15px;
}
[data-width="16"] {
  width: 16px;
}
[data-min-width="16"] {
  min-width: 16px;
}
[data-max-width="16"] {
  max-width: 16px;
}
[data-width="17"] {
  width: 17px;
}
[data-min-width="17"] {
  min-width: 17px;
}
[data-max-width="17"] {
  max-width: 17px;
}
[data-width="18"] {
  width: 18px;
}
[data-min-width="18"] {
  min-width: 18px;
}
[data-max-width="18"] {
  max-width: 18px;
}
[data-width="19"] {
  width: 19px;
}
[data-min-width="19"] {
  min-width: 19px;
}
[data-max-width="19"] {
  max-width: 19px;
}
[data-width="20"] {
  width: 20px;
}
[data-min-width="20"] {
  min-width: 20px;
}
[data-max-width="20"] {
  max-width: 20px;
}
[data-width="21"] {
  width: 21px;
}
[data-min-width="21"] {
  min-width: 21px;
}
[data-max-width="21"] {
  max-width: 21px;
}
[data-width="22"] {
  width: 22px;
}
[data-min-width="22"] {
  min-width: 22px;
}
[data-max-width="22"] {
  max-width: 22px;
}
[data-width="23"] {
  width: 23px;
}
[data-min-width="23"] {
  min-width: 23px;
}
[data-max-width="23"] {
  max-width: 23px;
}
[data-width="24"] {
  width: 24px;
}
[data-min-width="24"] {
  min-width: 24px;
}
[data-max-width="24"] {
  max-width: 24px;
}
[data-width="25"] {
  width: 25px;
}
[data-min-width="25"] {
  min-width: 25px;
}
[data-max-width="25"] {
  max-width: 25px;
}
[data-width="26"] {
  width: 26px;
}
[data-min-width="26"] {
  min-width: 26px;
}
[data-max-width="26"] {
  max-width: 26px;
}
[data-width="27"] {
  width: 27px;
}
[data-min-width="27"] {
  min-width: 27px;
}
[data-max-width="27"] {
  max-width: 27px;
}
[data-width="28"] {
  width: 28px;
}
[data-min-width="28"] {
  min-width: 28px;
}
[data-max-width="28"] {
  max-width: 28px;
}
[data-width="29"] {
  width: 29px;
}
[data-min-width="29"] {
  min-width: 29px;
}
[data-max-width="29"] {
  max-width: 29px;
}
[data-width="30"] {
  width: 30px;
}
[data-min-width="30"] {
  min-width: 30px;
}
[data-max-width="30"] {
  max-width: 30px;
}
[data-width="31"] {
  width: 31px;
}
[data-min-width="31"] {
  min-width: 31px;
}
[data-max-width="31"] {
  max-width: 31px;
}
[data-width="32"] {
  width: 32px;
}
[data-min-width="32"] {
  min-width: 32px;
}
[data-max-width="32"] {
  max-width: 32px;
}
[data-width="33"] {
  width: 33px;
}
[data-min-width="33"] {
  min-width: 33px;
}
[data-max-width="33"] {
  max-width: 33px;
}
[data-width="34"] {
  width: 34px;
}
[data-min-width="34"] {
  min-width: 34px;
}
[data-max-width="34"] {
  max-width: 34px;
}
[data-width="35"] {
  width: 35px;
}
[data-min-width="35"] {
  min-width: 35px;
}
[data-max-width="35"] {
  max-width: 35px;
}
[data-width="36"] {
  width: 36px;
}
[data-min-width="36"] {
  min-width: 36px;
}
[data-max-width="36"] {
  max-width: 36px;
}
[data-width="37"] {
  width: 37px;
}
[data-min-width="37"] {
  min-width: 37px;
}
[data-max-width="37"] {
  max-width: 37px;
}
[data-width="38"] {
  width: 38px;
}
[data-min-width="38"] {
  min-width: 38px;
}
[data-max-width="38"] {
  max-width: 38px;
}
[data-width="39"] {
  width: 39px;
}
[data-min-width="39"] {
  min-width: 39px;
}
[data-max-width="39"] {
  max-width: 39px;
}
[data-width="40"] {
  width: 40px;
}
[data-min-width="40"] {
  min-width: 40px;
}
[data-max-width="40"] {
  max-width: 40px;
}
[data-width="41"] {
  width: 41px;
}
[data-min-width="41"] {
  min-width: 41px;
}
[data-max-width="41"] {
  max-width: 41px;
}
[data-width="42"] {
  width: 42px;
}
[data-min-width="42"] {
  min-width: 42px;
}
[data-max-width="42"] {
  max-width: 42px;
}
[data-width="43"] {
  width: 43px;
}
[data-min-width="43"] {
  min-width: 43px;
}
[data-max-width="43"] {
  max-width: 43px;
}
[data-width="44"] {
  width: 44px;
}
[data-min-width="44"] {
  min-width: 44px;
}
[data-max-width="44"] {
  max-width: 44px;
}
[data-width="45"] {
  width: 45px;
}
[data-min-width="45"] {
  min-width: 45px;
}
[data-max-width="45"] {
  max-width: 45px;
}
[data-width="46"] {
  width: 46px;
}
[data-min-width="46"] {
  min-width: 46px;
}
[data-max-width="46"] {
  max-width: 46px;
}
[data-width="47"] {
  width: 47px;
}
[data-min-width="47"] {
  min-width: 47px;
}
[data-max-width="47"] {
  max-width: 47px;
}
[data-width="48"] {
  width: 48px;
}
[data-min-width="48"] {
  min-width: 48px;
}
[data-max-width="48"] {
  max-width: 48px;
}
[data-width="49"] {
  width: 49px;
}
[data-min-width="49"] {
  min-width: 49px;
}
[data-max-width="49"] {
  max-width: 49px;
}
[data-width="50"] {
  width: 50px;
}
[data-min-width="50"] {
  min-width: 50px;
}
[data-max-width="50"] {
  max-width: 50px;
}
[data-width="51"] {
  width: 51px;
}
[data-min-width="51"] {
  min-width: 51px;
}
[data-max-width="51"] {
  max-width: 51px;
}
[data-width="52"] {
  width: 52px;
}
[data-min-width="52"] {
  min-width: 52px;
}
[data-max-width="52"] {
  max-width: 52px;
}
[data-width="53"] {
  width: 53px;
}
[data-min-width="53"] {
  min-width: 53px;
}
[data-max-width="53"] {
  max-width: 53px;
}
[data-width="54"] {
  width: 54px;
}
[data-min-width="54"] {
  min-width: 54px;
}
[data-max-width="54"] {
  max-width: 54px;
}
[data-width="55"] {
  width: 55px;
}
[data-min-width="55"] {
  min-width: 55px;
}
[data-max-width="55"] {
  max-width: 55px;
}
[data-width="56"] {
  width: 56px;
}
[data-min-width="56"] {
  min-width: 56px;
}
[data-max-width="56"] {
  max-width: 56px;
}
[data-width="57"] {
  width: 57px;
}
[data-min-width="57"] {
  min-width: 57px;
}
[data-max-width="57"] {
  max-width: 57px;
}
[data-width="58"] {
  width: 58px;
}
[data-min-width="58"] {
  min-width: 58px;
}
[data-max-width="58"] {
  max-width: 58px;
}
[data-width="59"] {
  width: 59px;
}
[data-min-width="59"] {
  min-width: 59px;
}
[data-max-width="59"] {
  max-width: 59px;
}
[data-width="60"] {
  width: 60px;
}
[data-min-width="60"] {
  min-width: 60px;
}
[data-max-width="60"] {
  max-width: 60px;
}
[data-width="61"] {
  width: 61px;
}
[data-min-width="61"] {
  min-width: 61px;
}
[data-max-width="61"] {
  max-width: 61px;
}
[data-width="62"] {
  width: 62px;
}
[data-min-width="62"] {
  min-width: 62px;
}
[data-max-width="62"] {
  max-width: 62px;
}
[data-width="63"] {
  width: 63px;
}
[data-min-width="63"] {
  min-width: 63px;
}
[data-max-width="63"] {
  max-width: 63px;
}
[data-width="64"] {
  width: 64px;
}
[data-min-width="64"] {
  min-width: 64px;
}
[data-max-width="64"] {
  max-width: 64px;
}
[data-width="65"] {
  width: 65px;
}
[data-min-width="65"] {
  min-width: 65px;
}
[data-max-width="65"] {
  max-width: 65px;
}
[data-width="66"] {
  width: 66px;
}
[data-min-width="66"] {
  min-width: 66px;
}
[data-max-width="66"] {
  max-width: 66px;
}
[data-width="67"] {
  width: 67px;
}
[data-min-width="67"] {
  min-width: 67px;
}
[data-max-width="67"] {
  max-width: 67px;
}
[data-width="68"] {
  width: 68px;
}
[data-min-width="68"] {
  min-width: 68px;
}
[data-max-width="68"] {
  max-width: 68px;
}
[data-width="69"] {
  width: 69px;
}
[data-min-width="69"] {
  min-width: 69px;
}
[data-max-width="69"] {
  max-width: 69px;
}
[data-width="70"] {
  width: 70px;
}
[data-min-width="70"] {
  min-width: 70px;
}
[data-max-width="70"] {
  max-width: 70px;
}
[data-width="71"] {
  width: 71px;
}
[data-min-width="71"] {
  min-width: 71px;
}
[data-max-width="71"] {
  max-width: 71px;
}
[data-width="72"] {
  width: 72px;
}
[data-min-width="72"] {
  min-width: 72px;
}
[data-max-width="72"] {
  max-width: 72px;
}
[data-width="73"] {
  width: 73px;
}
[data-min-width="73"] {
  min-width: 73px;
}
[data-max-width="73"] {
  max-width: 73px;
}
[data-width="74"] {
  width: 74px;
}
[data-min-width="74"] {
  min-width: 74px;
}
[data-max-width="74"] {
  max-width: 74px;
}
[data-width="75"] {
  width: 75px;
}
[data-min-width="75"] {
  min-width: 75px;
}
[data-max-width="75"] {
  max-width: 75px;
}
[data-width="76"] {
  width: 76px;
}
[data-min-width="76"] {
  min-width: 76px;
}
[data-max-width="76"] {
  max-width: 76px;
}
[data-width="77"] {
  width: 77px;
}
[data-min-width="77"] {
  min-width: 77px;
}
[data-max-width="77"] {
  max-width: 77px;
}
[data-width="78"] {
  width: 78px;
}
[data-min-width="78"] {
  min-width: 78px;
}
[data-max-width="78"] {
  max-width: 78px;
}
[data-width="79"] {
  width: 79px;
}
[data-min-width="79"] {
  min-width: 79px;
}
[data-max-width="79"] {
  max-width: 79px;
}
[data-width="80"] {
  width: 80px;
}
[data-min-width="80"] {
  min-width: 80px;
}
[data-max-width="80"] {
  max-width: 80px;
}
[data-width="81"] {
  width: 81px;
}
[data-min-width="81"] {
  min-width: 81px;
}
[data-max-width="81"] {
  max-width: 81px;
}
[data-width="82"] {
  width: 82px;
}
[data-min-width="82"] {
  min-width: 82px;
}
[data-max-width="82"] {
  max-width: 82px;
}
[data-width="83"] {
  width: 83px;
}
[data-min-width="83"] {
  min-width: 83px;
}
[data-max-width="83"] {
  max-width: 83px;
}
[data-width="84"] {
  width: 84px;
}
[data-min-width="84"] {
  min-width: 84px;
}
[data-max-width="84"] {
  max-width: 84px;
}
[data-width="85"] {
  width: 85px;
}
[data-min-width="85"] {
  min-width: 85px;
}
[data-max-width="85"] {
  max-width: 85px;
}
[data-width="86"] {
  width: 86px;
}
[data-min-width="86"] {
  min-width: 86px;
}
[data-max-width="86"] {
  max-width: 86px;
}
[data-width="87"] {
  width: 87px;
}
[data-min-width="87"] {
  min-width: 87px;
}
[data-max-width="87"] {
  max-width: 87px;
}
[data-width="88"] {
  width: 88px;
}
[data-min-width="88"] {
  min-width: 88px;
}
[data-max-width="88"] {
  max-width: 88px;
}
[data-width="89"] {
  width: 89px;
}
[data-min-width="89"] {
  min-width: 89px;
}
[data-max-width="89"] {
  max-width: 89px;
}
[data-width="90"] {
  width: 90px;
}
[data-min-width="90"] {
  min-width: 90px;
}
[data-max-width="90"] {
  max-width: 90px;
}
[data-width="91"] {
  width: 91px;
}
[data-min-width="91"] {
  min-width: 91px;
}
[data-max-width="91"] {
  max-width: 91px;
}
[data-width="92"] {
  width: 92px;
}
[data-min-width="92"] {
  min-width: 92px;
}
[data-max-width="92"] {
  max-width: 92px;
}
[data-width="93"] {
  width: 93px;
}
[data-min-width="93"] {
  min-width: 93px;
}
[data-max-width="93"] {
  max-width: 93px;
}
[data-width="94"] {
  width: 94px;
}
[data-min-width="94"] {
  min-width: 94px;
}
[data-max-width="94"] {
  max-width: 94px;
}
[data-width="95"] {
  width: 95px;
}
[data-min-width="95"] {
  min-width: 95px;
}
[data-max-width="95"] {
  max-width: 95px;
}
[data-width="96"] {
  width: 96px;
}
[data-min-width="96"] {
  min-width: 96px;
}
[data-max-width="96"] {
  max-width: 96px;
}
[data-width="97"] {
  width: 97px;
}
[data-min-width="97"] {
  min-width: 97px;
}
[data-max-width="97"] {
  max-width: 97px;
}
[data-width="98"] {
  width: 98px;
}
[data-min-width="98"] {
  min-width: 98px;
}
[data-max-width="98"] {
  max-width: 98px;
}
[data-width="99"] {
  width: 99px;
}
[data-min-width="99"] {
  min-width: 99px;
}
[data-max-width="99"] {
  max-width: 99px;
}
[data-width="100"] {
  width: 100px;
}
[data-min-width="100"] {
  min-width: 100px;
}
[data-max-width="100"] {
  max-width: 100px;
}
[data-width="101"] {
  width: 101px;
}
[data-min-width="101"] {
  min-width: 101px;
}
[data-max-width="101"] {
  max-width: 101px;
}
[data-width="102"] {
  width: 102px;
}
[data-min-width="102"] {
  min-width: 102px;
}
[data-max-width="102"] {
  max-width: 102px;
}
[data-width="103"] {
  width: 103px;
}
[data-min-width="103"] {
  min-width: 103px;
}
[data-max-width="103"] {
  max-width: 103px;
}
[data-width="104"] {
  width: 104px;
}
[data-min-width="104"] {
  min-width: 104px;
}
[data-max-width="104"] {
  max-width: 104px;
}
[data-width="105"] {
  width: 105px;
}
[data-min-width="105"] {
  min-width: 105px;
}
[data-max-width="105"] {
  max-width: 105px;
}
[data-width="106"] {
  width: 106px;
}
[data-min-width="106"] {
  min-width: 106px;
}
[data-max-width="106"] {
  max-width: 106px;
}
[data-width="107"] {
  width: 107px;
}
[data-min-width="107"] {
  min-width: 107px;
}
[data-max-width="107"] {
  max-width: 107px;
}
[data-width="108"] {
  width: 108px;
}
[data-min-width="108"] {
  min-width: 108px;
}
[data-max-width="108"] {
  max-width: 108px;
}
[data-width="109"] {
  width: 109px;
}
[data-min-width="109"] {
  min-width: 109px;
}
[data-max-width="109"] {
  max-width: 109px;
}
[data-width="110"] {
  width: 110px;
}
[data-min-width="110"] {
  min-width: 110px;
}
[data-max-width="110"] {
  max-width: 110px;
}
[data-width="111"] {
  width: 111px;
}
[data-min-width="111"] {
  min-width: 111px;
}
[data-max-width="111"] {
  max-width: 111px;
}
[data-width="112"] {
  width: 112px;
}
[data-min-width="112"] {
  min-width: 112px;
}
[data-max-width="112"] {
  max-width: 112px;
}
[data-width="113"] {
  width: 113px;
}
[data-min-width="113"] {
  min-width: 113px;
}
[data-max-width="113"] {
  max-width: 113px;
}
[data-width="114"] {
  width: 114px;
}
[data-min-width="114"] {
  min-width: 114px;
}
[data-max-width="114"] {
  max-width: 114px;
}
[data-width="115"] {
  width: 115px;
}
[data-min-width="115"] {
  min-width: 115px;
}
[data-max-width="115"] {
  max-width: 115px;
}
[data-width="116"] {
  width: 116px;
}
[data-min-width="116"] {
  min-width: 116px;
}
[data-max-width="116"] {
  max-width: 116px;
}
[data-width="117"] {
  width: 117px;
}
[data-min-width="117"] {
  min-width: 117px;
}
[data-max-width="117"] {
  max-width: 117px;
}
[data-width="118"] {
  width: 118px;
}
[data-min-width="118"] {
  min-width: 118px;
}
[data-max-width="118"] {
  max-width: 118px;
}
[data-width="119"] {
  width: 119px;
}
[data-min-width="119"] {
  min-width: 119px;
}
[data-max-width="119"] {
  max-width: 119px;
}
[data-width="120"] {
  width: 120px;
}
[data-min-width="120"] {
  min-width: 120px;
}
[data-max-width="120"] {
  max-width: 120px;
}
[data-width="121"] {
  width: 121px;
}
[data-min-width="121"] {
  min-width: 121px;
}
[data-max-width="121"] {
  max-width: 121px;
}
[data-width="122"] {
  width: 122px;
}
[data-min-width="122"] {
  min-width: 122px;
}
[data-max-width="122"] {
  max-width: 122px;
}
[data-width="123"] {
  width: 123px;
}
[data-min-width="123"] {
  min-width: 123px;
}
[data-max-width="123"] {
  max-width: 123px;
}
[data-width="124"] {
  width: 124px;
}
[data-min-width="124"] {
  min-width: 124px;
}
[data-max-width="124"] {
  max-width: 124px;
}
[data-width="125"] {
  width: 125px;
}
[data-min-width="125"] {
  min-width: 125px;
}
[data-max-width="125"] {
  max-width: 125px;
}
[data-width="126"] {
  width: 126px;
}
[data-min-width="126"] {
  min-width: 126px;
}
[data-max-width="126"] {
  max-width: 126px;
}
[data-width="127"] {
  width: 127px;
}
[data-min-width="127"] {
  min-width: 127px;
}
[data-max-width="127"] {
  max-width: 127px;
}
[data-width="128"] {
  width: 128px;
}
[data-min-width="128"] {
  min-width: 128px;
}
[data-max-width="128"] {
  max-width: 128px;
}
[data-width="129"] {
  width: 129px;
}
[data-min-width="129"] {
  min-width: 129px;
}
[data-max-width="129"] {
  max-width: 129px;
}
[data-width="130"] {
  width: 130px;
}
[data-min-width="130"] {
  min-width: 130px;
}
[data-max-width="130"] {
  max-width: 130px;
}
[data-width="131"] {
  width: 131px;
}
[data-min-width="131"] {
  min-width: 131px;
}
[data-max-width="131"] {
  max-width: 131px;
}
[data-width="132"] {
  width: 132px;
}
[data-min-width="132"] {
  min-width: 132px;
}
[data-max-width="132"] {
  max-width: 132px;
}
[data-width="133"] {
  width: 133px;
}
[data-min-width="133"] {
  min-width: 133px;
}
[data-max-width="133"] {
  max-width: 133px;
}
[data-width="134"] {
  width: 134px;
}
[data-min-width="134"] {
  min-width: 134px;
}
[data-max-width="134"] {
  max-width: 134px;
}
[data-width="135"] {
  width: 135px;
}
[data-min-width="135"] {
  min-width: 135px;
}
[data-max-width="135"] {
  max-width: 135px;
}
[data-width="136"] {
  width: 136px;
}
[data-min-width="136"] {
  min-width: 136px;
}
[data-max-width="136"] {
  max-width: 136px;
}
[data-width="137"] {
  width: 137px;
}
[data-min-width="137"] {
  min-width: 137px;
}
[data-max-width="137"] {
  max-width: 137px;
}
[data-width="138"] {
  width: 138px;
}
[data-min-width="138"] {
  min-width: 138px;
}
[data-max-width="138"] {
  max-width: 138px;
}
[data-width="139"] {
  width: 139px;
}
[data-min-width="139"] {
  min-width: 139px;
}
[data-max-width="139"] {
  max-width: 139px;
}
[data-width="140"] {
  width: 140px;
}
[data-min-width="140"] {
  min-width: 140px;
}
[data-max-width="140"] {
  max-width: 140px;
}
[data-width="141"] {
  width: 141px;
}
[data-min-width="141"] {
  min-width: 141px;
}
[data-max-width="141"] {
  max-width: 141px;
}
[data-width="142"] {
  width: 142px;
}
[data-min-width="142"] {
  min-width: 142px;
}
[data-max-width="142"] {
  max-width: 142px;
}
[data-width="143"] {
  width: 143px;
}
[data-min-width="143"] {
  min-width: 143px;
}
[data-max-width="143"] {
  max-width: 143px;
}
[data-width="144"] {
  width: 144px;
}
[data-min-width="144"] {
  min-width: 144px;
}
[data-max-width="144"] {
  max-width: 144px;
}
[data-width="145"] {
  width: 145px;
}
[data-min-width="145"] {
  min-width: 145px;
}
[data-max-width="145"] {
  max-width: 145px;
}
[data-width="146"] {
  width: 146px;
}
[data-min-width="146"] {
  min-width: 146px;
}
[data-max-width="146"] {
  max-width: 146px;
}
[data-width="147"] {
  width: 147px;
}
[data-min-width="147"] {
  min-width: 147px;
}
[data-max-width="147"] {
  max-width: 147px;
}
[data-width="148"] {
  width: 148px;
}
[data-min-width="148"] {
  min-width: 148px;
}
[data-max-width="148"] {
  max-width: 148px;
}
[data-width="149"] {
  width: 149px;
}
[data-min-width="149"] {
  min-width: 149px;
}
[data-max-width="149"] {
  max-width: 149px;
}
[data-width="150"] {
  width: 150px;
}
[data-min-width="150"] {
  min-width: 150px;
}
[data-max-width="150"] {
  max-width: 150px;
}
[data-width="151"] {
  width: 151px;
}
[data-min-width="151"] {
  min-width: 151px;
}
[data-max-width="151"] {
  max-width: 151px;
}
[data-width="152"] {
  width: 152px;
}
[data-min-width="152"] {
  min-width: 152px;
}
[data-max-width="152"] {
  max-width: 152px;
}
[data-width="153"] {
  width: 153px;
}
[data-min-width="153"] {
  min-width: 153px;
}
[data-max-width="153"] {
  max-width: 153px;
}
[data-width="154"] {
  width: 154px;
}
[data-min-width="154"] {
  min-width: 154px;
}
[data-max-width="154"] {
  max-width: 154px;
}
[data-width="155"] {
  width: 155px;
}
[data-min-width="155"] {
  min-width: 155px;
}
[data-max-width="155"] {
  max-width: 155px;
}
[data-width="156"] {
  width: 156px;
}
[data-min-width="156"] {
  min-width: 156px;
}
[data-max-width="156"] {
  max-width: 156px;
}
[data-width="157"] {
  width: 157px;
}
[data-min-width="157"] {
  min-width: 157px;
}
[data-max-width="157"] {
  max-width: 157px;
}
[data-width="158"] {
  width: 158px;
}
[data-min-width="158"] {
  min-width: 158px;
}
[data-max-width="158"] {
  max-width: 158px;
}
[data-width="159"] {
  width: 159px;
}
[data-min-width="159"] {
  min-width: 159px;
}
[data-max-width="159"] {
  max-width: 159px;
}
[data-width="160"] {
  width: 160px;
}
[data-min-width="160"] {
  min-width: 160px;
}
[data-max-width="160"] {
  max-width: 160px;
}
[data-width="161"] {
  width: 161px;
}
[data-min-width="161"] {
  min-width: 161px;
}
[data-max-width="161"] {
  max-width: 161px;
}
[data-width="162"] {
  width: 162px;
}
[data-min-width="162"] {
  min-width: 162px;
}
[data-max-width="162"] {
  max-width: 162px;
}
[data-width="163"] {
  width: 163px;
}
[data-min-width="163"] {
  min-width: 163px;
}
[data-max-width="163"] {
  max-width: 163px;
}
[data-width="164"] {
  width: 164px;
}
[data-min-width="164"] {
  min-width: 164px;
}
[data-max-width="164"] {
  max-width: 164px;
}
[data-width="165"] {
  width: 165px;
}
[data-min-width="165"] {
  min-width: 165px;
}
[data-max-width="165"] {
  max-width: 165px;
}
[data-width="166"] {
  width: 166px;
}
[data-min-width="166"] {
  min-width: 166px;
}
[data-max-width="166"] {
  max-width: 166px;
}
[data-width="167"] {
  width: 167px;
}
[data-min-width="167"] {
  min-width: 167px;
}
[data-max-width="167"] {
  max-width: 167px;
}
[data-width="168"] {
  width: 168px;
}
[data-min-width="168"] {
  min-width: 168px;
}
[data-max-width="168"] {
  max-width: 168px;
}
[data-width="169"] {
  width: 169px;
}
[data-min-width="169"] {
  min-width: 169px;
}
[data-max-width="169"] {
  max-width: 169px;
}
[data-width="170"] {
  width: 170px;
}
[data-min-width="170"] {
  min-width: 170px;
}
[data-max-width="170"] {
  max-width: 170px;
}
[data-width="171"] {
  width: 171px;
}
[data-min-width="171"] {
  min-width: 171px;
}
[data-max-width="171"] {
  max-width: 171px;
}
[data-width="172"] {
  width: 172px;
}
[data-min-width="172"] {
  min-width: 172px;
}
[data-max-width="172"] {
  max-width: 172px;
}
[data-width="173"] {
  width: 173px;
}
[data-min-width="173"] {
  min-width: 173px;
}
[data-max-width="173"] {
  max-width: 173px;
}
[data-width="174"] {
  width: 174px;
}
[data-min-width="174"] {
  min-width: 174px;
}
[data-max-width="174"] {
  max-width: 174px;
}
[data-width="175"] {
  width: 175px;
}
[data-min-width="175"] {
  min-width: 175px;
}
[data-max-width="175"] {
  max-width: 175px;
}
[data-width="176"] {
  width: 176px;
}
[data-min-width="176"] {
  min-width: 176px;
}
[data-max-width="176"] {
  max-width: 176px;
}
[data-width="177"] {
  width: 177px;
}
[data-min-width="177"] {
  min-width: 177px;
}
[data-max-width="177"] {
  max-width: 177px;
}
[data-width="178"] {
  width: 178px;
}
[data-min-width="178"] {
  min-width: 178px;
}
[data-max-width="178"] {
  max-width: 178px;
}
[data-width="179"] {
  width: 179px;
}
[data-min-width="179"] {
  min-width: 179px;
}
[data-max-width="179"] {
  max-width: 179px;
}
[data-width="180"] {
  width: 180px;
}
[data-min-width="180"] {
  min-width: 180px;
}
[data-max-width="180"] {
  max-width: 180px;
}
[data-width="181"] {
  width: 181px;
}
[data-min-width="181"] {
  min-width: 181px;
}
[data-max-width="181"] {
  max-width: 181px;
}
[data-width="182"] {
  width: 182px;
}
[data-min-width="182"] {
  min-width: 182px;
}
[data-max-width="182"] {
  max-width: 182px;
}
[data-width="183"] {
  width: 183px;
}
[data-min-width="183"] {
  min-width: 183px;
}
[data-max-width="183"] {
  max-width: 183px;
}
[data-width="184"] {
  width: 184px;
}
[data-min-width="184"] {
  min-width: 184px;
}
[data-max-width="184"] {
  max-width: 184px;
}
[data-width="185"] {
  width: 185px;
}
[data-min-width="185"] {
  min-width: 185px;
}
[data-max-width="185"] {
  max-width: 185px;
}
[data-width="186"] {
  width: 186px;
}
[data-min-width="186"] {
  min-width: 186px;
}
[data-max-width="186"] {
  max-width: 186px;
}
[data-width="187"] {
  width: 187px;
}
[data-min-width="187"] {
  min-width: 187px;
}
[data-max-width="187"] {
  max-width: 187px;
}
[data-width="188"] {
  width: 188px;
}
[data-min-width="188"] {
  min-width: 188px;
}
[data-max-width="188"] {
  max-width: 188px;
}
[data-width="189"] {
  width: 189px;
}
[data-min-width="189"] {
  min-width: 189px;
}
[data-max-width="189"] {
  max-width: 189px;
}
[data-width="190"] {
  width: 190px;
}
[data-min-width="190"] {
  min-width: 190px;
}
[data-max-width="190"] {
  max-width: 190px;
}
[data-width="191"] {
  width: 191px;
}
[data-min-width="191"] {
  min-width: 191px;
}
[data-max-width="191"] {
  max-width: 191px;
}
[data-width="192"] {
  width: 192px;
}
[data-min-width="192"] {
  min-width: 192px;
}
[data-max-width="192"] {
  max-width: 192px;
}
[data-width="193"] {
  width: 193px;
}
[data-min-width="193"] {
  min-width: 193px;
}
[data-max-width="193"] {
  max-width: 193px;
}
[data-width="194"] {
  width: 194px;
}
[data-min-width="194"] {
  min-width: 194px;
}
[data-max-width="194"] {
  max-width: 194px;
}
[data-width="195"] {
  width: 195px;
}
[data-min-width="195"] {
  min-width: 195px;
}
[data-max-width="195"] {
  max-width: 195px;
}
[data-width="196"] {
  width: 196px;
}
[data-min-width="196"] {
  min-width: 196px;
}
[data-max-width="196"] {
  max-width: 196px;
}
[data-width="197"] {
  width: 197px;
}
[data-min-width="197"] {
  min-width: 197px;
}
[data-max-width="197"] {
  max-width: 197px;
}
[data-width="198"] {
  width: 198px;
}
[data-min-width="198"] {
  min-width: 198px;
}
[data-max-width="198"] {
  max-width: 198px;
}
[data-width="199"] {
  width: 199px;
}
[data-min-width="199"] {
  min-width: 199px;
}
[data-max-width="199"] {
  max-width: 199px;
}
[data-width="200"] {
  width: 200px;
}
[data-min-width="200"] {
  min-width: 200px;
}
[data-max-width="200"] {
  max-width: 200px;
}
[data-width="201"] {
  width: 201px;
}
[data-min-width="201"] {
  min-width: 201px;
}
[data-max-width="201"] {
  max-width: 201px;
}
[data-width="202"] {
  width: 202px;
}
[data-min-width="202"] {
  min-width: 202px;
}
[data-max-width="202"] {
  max-width: 202px;
}
[data-width="203"] {
  width: 203px;
}
[data-min-width="203"] {
  min-width: 203px;
}
[data-max-width="203"] {
  max-width: 203px;
}
[data-width="204"] {
  width: 204px;
}
[data-min-width="204"] {
  min-width: 204px;
}
[data-max-width="204"] {
  max-width: 204px;
}
[data-width="205"] {
  width: 205px;
}
[data-min-width="205"] {
  min-width: 205px;
}
[data-max-width="205"] {
  max-width: 205px;
}
[data-width="206"] {
  width: 206px;
}
[data-min-width="206"] {
  min-width: 206px;
}
[data-max-width="206"] {
  max-width: 206px;
}
[data-width="207"] {
  width: 207px;
}
[data-min-width="207"] {
  min-width: 207px;
}
[data-max-width="207"] {
  max-width: 207px;
}
[data-width="208"] {
  width: 208px;
}
[data-min-width="208"] {
  min-width: 208px;
}
[data-max-width="208"] {
  max-width: 208px;
}
[data-width="209"] {
  width: 209px;
}
[data-min-width="209"] {
  min-width: 209px;
}
[data-max-width="209"] {
  max-width: 209px;
}
[data-width="210"] {
  width: 210px;
}
[data-min-width="210"] {
  min-width: 210px;
}
[data-max-width="210"] {
  max-width: 210px;
}
[data-width="211"] {
  width: 211px;
}
[data-min-width="211"] {
  min-width: 211px;
}
[data-max-width="211"] {
  max-width: 211px;
}
[data-width="212"] {
  width: 212px;
}
[data-min-width="212"] {
  min-width: 212px;
}
[data-max-width="212"] {
  max-width: 212px;
}
[data-width="213"] {
  width: 213px;
}
[data-min-width="213"] {
  min-width: 213px;
}
[data-max-width="213"] {
  max-width: 213px;
}
[data-width="214"] {
  width: 214px;
}
[data-min-width="214"] {
  min-width: 214px;
}
[data-max-width="214"] {
  max-width: 214px;
}
[data-width="215"] {
  width: 215px;
}
[data-min-width="215"] {
  min-width: 215px;
}
[data-max-width="215"] {
  max-width: 215px;
}
[data-width="216"] {
  width: 216px;
}
[data-min-width="216"] {
  min-width: 216px;
}
[data-max-width="216"] {
  max-width: 216px;
}
[data-width="217"] {
  width: 217px;
}
[data-min-width="217"] {
  min-width: 217px;
}
[data-max-width="217"] {
  max-width: 217px;
}
[data-width="218"] {
  width: 218px;
}
[data-min-width="218"] {
  min-width: 218px;
}
[data-max-width="218"] {
  max-width: 218px;
}
[data-width="219"] {
  width: 219px;
}
[data-min-width="219"] {
  min-width: 219px;
}
[data-max-width="219"] {
  max-width: 219px;
}
[data-width="220"] {
  width: 220px;
}
[data-min-width="220"] {
  min-width: 220px;
}
[data-max-width="220"] {
  max-width: 220px;
}
[data-width="221"] {
  width: 221px;
}
[data-min-width="221"] {
  min-width: 221px;
}
[data-max-width="221"] {
  max-width: 221px;
}
[data-width="222"] {
  width: 222px;
}
[data-min-width="222"] {
  min-width: 222px;
}
[data-max-width="222"] {
  max-width: 222px;
}
[data-width="223"] {
  width: 223px;
}
[data-min-width="223"] {
  min-width: 223px;
}
[data-max-width="223"] {
  max-width: 223px;
}
[data-width="224"] {
  width: 224px;
}
[data-min-width="224"] {
  min-width: 224px;
}
[data-max-width="224"] {
  max-width: 224px;
}
[data-width="225"] {
  width: 225px;
}
[data-min-width="225"] {
  min-width: 225px;
}
[data-max-width="225"] {
  max-width: 225px;
}
[data-width="226"] {
  width: 226px;
}
[data-min-width="226"] {
  min-width: 226px;
}
[data-max-width="226"] {
  max-width: 226px;
}
[data-width="227"] {
  width: 227px;
}
[data-min-width="227"] {
  min-width: 227px;
}
[data-max-width="227"] {
  max-width: 227px;
}
[data-width="228"] {
  width: 228px;
}
[data-min-width="228"] {
  min-width: 228px;
}
[data-max-width="228"] {
  max-width: 228px;
}
[data-width="229"] {
  width: 229px;
}
[data-min-width="229"] {
  min-width: 229px;
}
[data-max-width="229"] {
  max-width: 229px;
}
[data-width="230"] {
  width: 230px;
}
[data-min-width="230"] {
  min-width: 230px;
}
[data-max-width="230"] {
  max-width: 230px;
}
[data-width="231"] {
  width: 231px;
}
[data-min-width="231"] {
  min-width: 231px;
}
[data-max-width="231"] {
  max-width: 231px;
}
[data-width="232"] {
  width: 232px;
}
[data-min-width="232"] {
  min-width: 232px;
}
[data-max-width="232"] {
  max-width: 232px;
}
[data-width="233"] {
  width: 233px;
}
[data-min-width="233"] {
  min-width: 233px;
}
[data-max-width="233"] {
  max-width: 233px;
}
[data-width="234"] {
  width: 234px;
}
[data-min-width="234"] {
  min-width: 234px;
}
[data-max-width="234"] {
  max-width: 234px;
}
[data-width="235"] {
  width: 235px;
}
[data-min-width="235"] {
  min-width: 235px;
}
[data-max-width="235"] {
  max-width: 235px;
}
[data-width="236"] {
  width: 236px;
}
[data-min-width="236"] {
  min-width: 236px;
}
[data-max-width="236"] {
  max-width: 236px;
}
[data-width="237"] {
  width: 237px;
}
[data-min-width="237"] {
  min-width: 237px;
}
[data-max-width="237"] {
  max-width: 237px;
}
[data-width="238"] {
  width: 238px;
}
[data-min-width="238"] {
  min-width: 238px;
}
[data-max-width="238"] {
  max-width: 238px;
}
[data-width="239"] {
  width: 239px;
}
[data-min-width="239"] {
  min-width: 239px;
}
[data-max-width="239"] {
  max-width: 239px;
}
[data-width="240"] {
  width: 240px;
}
[data-min-width="240"] {
  min-width: 240px;
}
[data-max-width="240"] {
  max-width: 240px;
}
[data-width="241"] {
  width: 241px;
}
[data-min-width="241"] {
  min-width: 241px;
}
[data-max-width="241"] {
  max-width: 241px;
}
[data-width="242"] {
  width: 242px;
}
[data-min-width="242"] {
  min-width: 242px;
}
[data-max-width="242"] {
  max-width: 242px;
}
[data-width="243"] {
  width: 243px;
}
[data-min-width="243"] {
  min-width: 243px;
}
[data-max-width="243"] {
  max-width: 243px;
}
[data-width="244"] {
  width: 244px;
}
[data-min-width="244"] {
  min-width: 244px;
}
[data-max-width="244"] {
  max-width: 244px;
}
[data-width="245"] {
  width: 245px;
}
[data-min-width="245"] {
  min-width: 245px;
}
[data-max-width="245"] {
  max-width: 245px;
}
[data-width="246"] {
  width: 246px;
}
[data-min-width="246"] {
  min-width: 246px;
}
[data-max-width="246"] {
  max-width: 246px;
}
[data-width="247"] {
  width: 247px;
}
[data-min-width="247"] {
  min-width: 247px;
}
[data-max-width="247"] {
  max-width: 247px;
}
[data-width="248"] {
  width: 248px;
}
[data-min-width="248"] {
  min-width: 248px;
}
[data-max-width="248"] {
  max-width: 248px;
}
[data-width="249"] {
  width: 249px;
}
[data-min-width="249"] {
  min-width: 249px;
}
[data-max-width="249"] {
  max-width: 249px;
}
[data-width="250"] {
  width: 250px;
}
[data-min-width="250"] {
  min-width: 250px;
}
[data-max-width="250"] {
  max-width: 250px;
}
[data-width="251"] {
  width: 251px;
}
[data-min-width="251"] {
  min-width: 251px;
}
[data-max-width="251"] {
  max-width: 251px;
}
[data-width="252"] {
  width: 252px;
}
[data-min-width="252"] {
  min-width: 252px;
}
[data-max-width="252"] {
  max-width: 252px;
}
[data-width="253"] {
  width: 253px;
}
[data-min-width="253"] {
  min-width: 253px;
}
[data-max-width="253"] {
  max-width: 253px;
}
[data-width="254"] {
  width: 254px;
}
[data-min-width="254"] {
  min-width: 254px;
}
[data-max-width="254"] {
  max-width: 254px;
}
[data-width="255"] {
  width: 255px;
}
[data-min-width="255"] {
  min-width: 255px;
}
[data-max-width="255"] {
  max-width: 255px;
}
[data-width="256"] {
  width: 256px;
}
[data-min-width="256"] {
  min-width: 256px;
}
[data-max-width="256"] {
  max-width: 256px;
}
[data-width="257"] {
  width: 257px;
}
[data-min-width="257"] {
  min-width: 257px;
}
[data-max-width="257"] {
  max-width: 257px;
}
[data-width="258"] {
  width: 258px;
}
[data-min-width="258"] {
  min-width: 258px;
}
[data-max-width="258"] {
  max-width: 258px;
}
[data-width="259"] {
  width: 259px;
}
[data-min-width="259"] {
  min-width: 259px;
}
[data-max-width="259"] {
  max-width: 259px;
}
[data-width="260"] {
  width: 260px;
}
[data-min-width="260"] {
  min-width: 260px;
}
[data-max-width="260"] {
  max-width: 260px;
}
[data-width="261"] {
  width: 261px;
}
[data-min-width="261"] {
  min-width: 261px;
}
[data-max-width="261"] {
  max-width: 261px;
}
[data-width="262"] {
  width: 262px;
}
[data-min-width="262"] {
  min-width: 262px;
}
[data-max-width="262"] {
  max-width: 262px;
}
[data-width="263"] {
  width: 263px;
}
[data-min-width="263"] {
  min-width: 263px;
}
[data-max-width="263"] {
  max-width: 263px;
}
[data-width="264"] {
  width: 264px;
}
[data-min-width="264"] {
  min-width: 264px;
}
[data-max-width="264"] {
  max-width: 264px;
}
[data-width="265"] {
  width: 265px;
}
[data-min-width="265"] {
  min-width: 265px;
}
[data-max-width="265"] {
  max-width: 265px;
}
[data-width="266"] {
  width: 266px;
}
[data-min-width="266"] {
  min-width: 266px;
}
[data-max-width="266"] {
  max-width: 266px;
}
[data-width="267"] {
  width: 267px;
}
[data-min-width="267"] {
  min-width: 267px;
}
[data-max-width="267"] {
  max-width: 267px;
}
[data-width="268"] {
  width: 268px;
}
[data-min-width="268"] {
  min-width: 268px;
}
[data-max-width="268"] {
  max-width: 268px;
}
[data-width="269"] {
  width: 269px;
}
[data-min-width="269"] {
  min-width: 269px;
}
[data-max-width="269"] {
  max-width: 269px;
}
[data-width="270"] {
  width: 270px;
}
[data-min-width="270"] {
  min-width: 270px;
}
[data-max-width="270"] {
  max-width: 270px;
}
[data-width="271"] {
  width: 271px;
}
[data-min-width="271"] {
  min-width: 271px;
}
[data-max-width="271"] {
  max-width: 271px;
}
[data-width="272"] {
  width: 272px;
}
[data-min-width="272"] {
  min-width: 272px;
}
[data-max-width="272"] {
  max-width: 272px;
}
[data-width="273"] {
  width: 273px;
}
[data-min-width="273"] {
  min-width: 273px;
}
[data-max-width="273"] {
  max-width: 273px;
}
[data-width="274"] {
  width: 274px;
}
[data-min-width="274"] {
  min-width: 274px;
}
[data-max-width="274"] {
  max-width: 274px;
}
[data-width="275"] {
  width: 275px;
}
[data-min-width="275"] {
  min-width: 275px;
}
[data-max-width="275"] {
  max-width: 275px;
}
[data-width="276"] {
  width: 276px;
}
[data-min-width="276"] {
  min-width: 276px;
}
[data-max-width="276"] {
  max-width: 276px;
}
[data-width="277"] {
  width: 277px;
}
[data-min-width="277"] {
  min-width: 277px;
}
[data-max-width="277"] {
  max-width: 277px;
}
[data-width="278"] {
  width: 278px;
}
[data-min-width="278"] {
  min-width: 278px;
}
[data-max-width="278"] {
  max-width: 278px;
}
[data-width="279"] {
  width: 279px;
}
[data-min-width="279"] {
  min-width: 279px;
}
[data-max-width="279"] {
  max-width: 279px;
}
[data-width="280"] {
  width: 280px;
}
[data-min-width="280"] {
  min-width: 280px;
}
[data-max-width="280"] {
  max-width: 280px;
}
[data-width="281"] {
  width: 281px;
}
[data-min-width="281"] {
  min-width: 281px;
}
[data-max-width="281"] {
  max-width: 281px;
}
[data-width="282"] {
  width: 282px;
}
[data-min-width="282"] {
  min-width: 282px;
}
[data-max-width="282"] {
  max-width: 282px;
}
[data-width="283"] {
  width: 283px;
}
[data-min-width="283"] {
  min-width: 283px;
}
[data-max-width="283"] {
  max-width: 283px;
}
[data-width="284"] {
  width: 284px;
}
[data-min-width="284"] {
  min-width: 284px;
}
[data-max-width="284"] {
  max-width: 284px;
}
[data-width="285"] {
  width: 285px;
}
[data-min-width="285"] {
  min-width: 285px;
}
[data-max-width="285"] {
  max-width: 285px;
}
[data-width="286"] {
  width: 286px;
}
[data-min-width="286"] {
  min-width: 286px;
}
[data-max-width="286"] {
  max-width: 286px;
}
[data-width="287"] {
  width: 287px;
}
[data-min-width="287"] {
  min-width: 287px;
}
[data-max-width="287"] {
  max-width: 287px;
}
[data-width="288"] {
  width: 288px;
}
[data-min-width="288"] {
  min-width: 288px;
}
[data-max-width="288"] {
  max-width: 288px;
}
[data-width="289"] {
  width: 289px;
}
[data-min-width="289"] {
  min-width: 289px;
}
[data-max-width="289"] {
  max-width: 289px;
}
[data-width="290"] {
  width: 290px;
}
[data-min-width="290"] {
  min-width: 290px;
}
[data-max-width="290"] {
  max-width: 290px;
}
[data-width="291"] {
  width: 291px;
}
[data-min-width="291"] {
  min-width: 291px;
}
[data-max-width="291"] {
  max-width: 291px;
}
[data-width="292"] {
  width: 292px;
}
[data-min-width="292"] {
  min-width: 292px;
}
[data-max-width="292"] {
  max-width: 292px;
}
[data-width="293"] {
  width: 293px;
}
[data-min-width="293"] {
  min-width: 293px;
}
[data-max-width="293"] {
  max-width: 293px;
}
[data-width="294"] {
  width: 294px;
}
[data-min-width="294"] {
  min-width: 294px;
}
[data-max-width="294"] {
  max-width: 294px;
}
[data-width="295"] {
  width: 295px;
}
[data-min-width="295"] {
  min-width: 295px;
}
[data-max-width="295"] {
  max-width: 295px;
}
[data-width="296"] {
  width: 296px;
}
[data-min-width="296"] {
  min-width: 296px;
}
[data-max-width="296"] {
  max-width: 296px;
}
[data-width="297"] {
  width: 297px;
}
[data-min-width="297"] {
  min-width: 297px;
}
[data-max-width="297"] {
  max-width: 297px;
}
[data-width="298"] {
  width: 298px;
}
[data-min-width="298"] {
  min-width: 298px;
}
[data-max-width="298"] {
  max-width: 298px;
}
[data-width="299"] {
  width: 299px;
}
[data-min-width="299"] {
  min-width: 299px;
}
[data-max-width="299"] {
  max-width: 299px;
}
[data-width="300"] {
  width: 300px;
}
[data-min-width="300"] {
  min-width: 300px;
}
[data-max-width="300"] {
  max-width: 300px;
}
[data-width="301"] {
  width: 301px;
}
[data-min-width="301"] {
  min-width: 301px;
}
[data-max-width="301"] {
  max-width: 301px;
}
[data-width="302"] {
  width: 302px;
}
[data-min-width="302"] {
  min-width: 302px;
}
[data-max-width="302"] {
  max-width: 302px;
}
[data-width="303"] {
  width: 303px;
}
[data-min-width="303"] {
  min-width: 303px;
}
[data-max-width="303"] {
  max-width: 303px;
}
[data-width="304"] {
  width: 304px;
}
[data-min-width="304"] {
  min-width: 304px;
}
[data-max-width="304"] {
  max-width: 304px;
}
[data-width="305"] {
  width: 305px;
}
[data-min-width="305"] {
  min-width: 305px;
}
[data-max-width="305"] {
  max-width: 305px;
}
[data-width="306"] {
  width: 306px;
}
[data-min-width="306"] {
  min-width: 306px;
}
[data-max-width="306"] {
  max-width: 306px;
}
[data-width="307"] {
  width: 307px;
}
[data-min-width="307"] {
  min-width: 307px;
}
[data-max-width="307"] {
  max-width: 307px;
}
[data-width="308"] {
  width: 308px;
}
[data-min-width="308"] {
  min-width: 308px;
}
[data-max-width="308"] {
  max-width: 308px;
}
[data-width="309"] {
  width: 309px;
}
[data-min-width="309"] {
  min-width: 309px;
}
[data-max-width="309"] {
  max-width: 309px;
}
[data-width="310"] {
  width: 310px;
}
[data-min-width="310"] {
  min-width: 310px;
}
[data-max-width="310"] {
  max-width: 310px;
}
[data-width="311"] {
  width: 311px;
}
[data-min-width="311"] {
  min-width: 311px;
}
[data-max-width="311"] {
  max-width: 311px;
}
[data-width="312"] {
  width: 312px;
}
[data-min-width="312"] {
  min-width: 312px;
}
[data-max-width="312"] {
  max-width: 312px;
}
[data-width="313"] {
  width: 313px;
}
[data-min-width="313"] {
  min-width: 313px;
}
[data-max-width="313"] {
  max-width: 313px;
}
[data-width="314"] {
  width: 314px;
}
[data-min-width="314"] {
  min-width: 314px;
}
[data-max-width="314"] {
  max-width: 314px;
}
[data-width="315"] {
  width: 315px;
}
[data-min-width="315"] {
  min-width: 315px;
}
[data-max-width="315"] {
  max-width: 315px;
}
[data-width="316"] {
  width: 316px;
}
[data-min-width="316"] {
  min-width: 316px;
}
[data-max-width="316"] {
  max-width: 316px;
}
[data-width="317"] {
  width: 317px;
}
[data-min-width="317"] {
  min-width: 317px;
}
[data-max-width="317"] {
  max-width: 317px;
}
[data-width="318"] {
  width: 318px;
}
[data-min-width="318"] {
  min-width: 318px;
}
[data-max-width="318"] {
  max-width: 318px;
}
[data-width="319"] {
  width: 319px;
}
[data-min-width="319"] {
  min-width: 319px;
}
[data-max-width="319"] {
  max-width: 319px;
}
[data-width="320"] {
  width: 320px;
}
[data-min-width="320"] {
  min-width: 320px;
}
[data-max-width="320"] {
  max-width: 320px;
}
[data-width="321"] {
  width: 321px;
}
[data-min-width="321"] {
  min-width: 321px;
}
[data-max-width="321"] {
  max-width: 321px;
}
[data-width="322"] {
  width: 322px;
}
[data-min-width="322"] {
  min-width: 322px;
}
[data-max-width="322"] {
  max-width: 322px;
}
[data-width="323"] {
  width: 323px;
}
[data-min-width="323"] {
  min-width: 323px;
}
[data-max-width="323"] {
  max-width: 323px;
}
[data-width="324"] {
  width: 324px;
}
[data-min-width="324"] {
  min-width: 324px;
}
[data-max-width="324"] {
  max-width: 324px;
}
[data-width="325"] {
  width: 325px;
}
[data-min-width="325"] {
  min-width: 325px;
}
[data-max-width="325"] {
  max-width: 325px;
}
[data-width="326"] {
  width: 326px;
}
[data-min-width="326"] {
  min-width: 326px;
}
[data-max-width="326"] {
  max-width: 326px;
}
[data-width="327"] {
  width: 327px;
}
[data-min-width="327"] {
  min-width: 327px;
}
[data-max-width="327"] {
  max-width: 327px;
}
[data-width="328"] {
  width: 328px;
}
[data-min-width="328"] {
  min-width: 328px;
}
[data-max-width="328"] {
  max-width: 328px;
}
[data-width="329"] {
  width: 329px;
}
[data-min-width="329"] {
  min-width: 329px;
}
[data-max-width="329"] {
  max-width: 329px;
}
[data-width="330"] {
  width: 330px;
}
[data-min-width="330"] {
  min-width: 330px;
}
[data-max-width="330"] {
  max-width: 330px;
}
[data-width="331"] {
  width: 331px;
}
[data-min-width="331"] {
  min-width: 331px;
}
[data-max-width="331"] {
  max-width: 331px;
}
[data-width="332"] {
  width: 332px;
}
[data-min-width="332"] {
  min-width: 332px;
}
[data-max-width="332"] {
  max-width: 332px;
}
[data-width="333"] {
  width: 333px;
}
[data-min-width="333"] {
  min-width: 333px;
}
[data-max-width="333"] {
  max-width: 333px;
}
[data-width="334"] {
  width: 334px;
}
[data-min-width="334"] {
  min-width: 334px;
}
[data-max-width="334"] {
  max-width: 334px;
}
[data-width="335"] {
  width: 335px;
}
[data-min-width="335"] {
  min-width: 335px;
}
[data-max-width="335"] {
  max-width: 335px;
}
[data-width="336"] {
  width: 336px;
}
[data-min-width="336"] {
  min-width: 336px;
}
[data-max-width="336"] {
  max-width: 336px;
}
[data-width="337"] {
  width: 337px;
}
[data-min-width="337"] {
  min-width: 337px;
}
[data-max-width="337"] {
  max-width: 337px;
}
[data-width="338"] {
  width: 338px;
}
[data-min-width="338"] {
  min-width: 338px;
}
[data-max-width="338"] {
  max-width: 338px;
}
[data-width="339"] {
  width: 339px;
}
[data-min-width="339"] {
  min-width: 339px;
}
[data-max-width="339"] {
  max-width: 339px;
}
[data-width="340"] {
  width: 340px;
}
[data-min-width="340"] {
  min-width: 340px;
}
[data-max-width="340"] {
  max-width: 340px;
}
[data-width="341"] {
  width: 341px;
}
[data-min-width="341"] {
  min-width: 341px;
}
[data-max-width="341"] {
  max-width: 341px;
}
[data-width="342"] {
  width: 342px;
}
[data-min-width="342"] {
  min-width: 342px;
}
[data-max-width="342"] {
  max-width: 342px;
}
[data-width="343"] {
  width: 343px;
}
[data-min-width="343"] {
  min-width: 343px;
}
[data-max-width="343"] {
  max-width: 343px;
}
[data-width="344"] {
  width: 344px;
}
[data-min-width="344"] {
  min-width: 344px;
}
[data-max-width="344"] {
  max-width: 344px;
}
[data-width="345"] {
  width: 345px;
}
[data-min-width="345"] {
  min-width: 345px;
}
[data-max-width="345"] {
  max-width: 345px;
}
[data-width="346"] {
  width: 346px;
}
[data-min-width="346"] {
  min-width: 346px;
}
[data-max-width="346"] {
  max-width: 346px;
}
[data-width="347"] {
  width: 347px;
}
[data-min-width="347"] {
  min-width: 347px;
}
[data-max-width="347"] {
  max-width: 347px;
}
[data-width="348"] {
  width: 348px;
}
[data-min-width="348"] {
  min-width: 348px;
}
[data-max-width="348"] {
  max-width: 348px;
}
[data-width="349"] {
  width: 349px;
}
[data-min-width="349"] {
  min-width: 349px;
}
[data-max-width="349"] {
  max-width: 349px;
}
[data-width="350"] {
  width: 350px;
}
[data-min-width="350"] {
  min-width: 350px;
}
[data-max-width="350"] {
  max-width: 350px;
}
[data-width="351"] {
  width: 351px;
}
[data-min-width="351"] {
  min-width: 351px;
}
[data-max-width="351"] {
  max-width: 351px;
}
[data-width="352"] {
  width: 352px;
}
[data-min-width="352"] {
  min-width: 352px;
}
[data-max-width="352"] {
  max-width: 352px;
}
[data-width="353"] {
  width: 353px;
}
[data-min-width="353"] {
  min-width: 353px;
}
[data-max-width="353"] {
  max-width: 353px;
}
[data-width="354"] {
  width: 354px;
}
[data-min-width="354"] {
  min-width: 354px;
}
[data-max-width="354"] {
  max-width: 354px;
}
[data-width="355"] {
  width: 355px;
}
[data-min-width="355"] {
  min-width: 355px;
}
[data-max-width="355"] {
  max-width: 355px;
}
[data-width="356"] {
  width: 356px;
}
[data-min-width="356"] {
  min-width: 356px;
}
[data-max-width="356"] {
  max-width: 356px;
}
[data-width="357"] {
  width: 357px;
}
[data-min-width="357"] {
  min-width: 357px;
}
[data-max-width="357"] {
  max-width: 357px;
}
[data-width="358"] {
  width: 358px;
}
[data-min-width="358"] {
  min-width: 358px;
}
[data-max-width="358"] {
  max-width: 358px;
}
[data-width="359"] {
  width: 359px;
}
[data-min-width="359"] {
  min-width: 359px;
}
[data-max-width="359"] {
  max-width: 359px;
}
[data-width="360"] {
  width: 360px;
}
[data-min-width="360"] {
  min-width: 360px;
}
[data-max-width="360"] {
  max-width: 360px;
}
[data-width="361"] {
  width: 361px;
}
[data-min-width="361"] {
  min-width: 361px;
}
[data-max-width="361"] {
  max-width: 361px;
}
[data-width="362"] {
  width: 362px;
}
[data-min-width="362"] {
  min-width: 362px;
}
[data-max-width="362"] {
  max-width: 362px;
}
[data-width="363"] {
  width: 363px;
}
[data-min-width="363"] {
  min-width: 363px;
}
[data-max-width="363"] {
  max-width: 363px;
}
[data-width="364"] {
  width: 364px;
}
[data-min-width="364"] {
  min-width: 364px;
}
[data-max-width="364"] {
  max-width: 364px;
}
[data-width="365"] {
  width: 365px;
}
[data-min-width="365"] {
  min-width: 365px;
}
[data-max-width="365"] {
  max-width: 365px;
}
[data-width="366"] {
  width: 366px;
}
[data-min-width="366"] {
  min-width: 366px;
}
[data-max-width="366"] {
  max-width: 366px;
}
[data-width="367"] {
  width: 367px;
}
[data-min-width="367"] {
  min-width: 367px;
}
[data-max-width="367"] {
  max-width: 367px;
}
[data-width="368"] {
  width: 368px;
}
[data-min-width="368"] {
  min-width: 368px;
}
[data-max-width="368"] {
  max-width: 368px;
}
[data-width="369"] {
  width: 369px;
}
[data-min-width="369"] {
  min-width: 369px;
}
[data-max-width="369"] {
  max-width: 369px;
}
[data-width="370"] {
  width: 370px;
}
[data-min-width="370"] {
  min-width: 370px;
}
[data-max-width="370"] {
  max-width: 370px;
}
[data-width="371"] {
  width: 371px;
}
[data-min-width="371"] {
  min-width: 371px;
}
[data-max-width="371"] {
  max-width: 371px;
}
[data-width="372"] {
  width: 372px;
}
[data-min-width="372"] {
  min-width: 372px;
}
[data-max-width="372"] {
  max-width: 372px;
}
[data-width="373"] {
  width: 373px;
}
[data-min-width="373"] {
  min-width: 373px;
}
[data-max-width="373"] {
  max-width: 373px;
}
[data-width="374"] {
  width: 374px;
}
[data-min-width="374"] {
  min-width: 374px;
}
[data-max-width="374"] {
  max-width: 374px;
}
[data-width="375"] {
  width: 375px;
}
[data-min-width="375"] {
  min-width: 375px;
}
[data-max-width="375"] {
  max-width: 375px;
}
[data-width="376"] {
  width: 376px;
}
[data-min-width="376"] {
  min-width: 376px;
}
[data-max-width="376"] {
  max-width: 376px;
}
[data-width="377"] {
  width: 377px;
}
[data-min-width="377"] {
  min-width: 377px;
}
[data-max-width="377"] {
  max-width: 377px;
}
[data-width="378"] {
  width: 378px;
}
[data-min-width="378"] {
  min-width: 378px;
}
[data-max-width="378"] {
  max-width: 378px;
}
[data-width="379"] {
  width: 379px;
}
[data-min-width="379"] {
  min-width: 379px;
}
[data-max-width="379"] {
  max-width: 379px;
}
[data-width="380"] {
  width: 380px;
}
[data-min-width="380"] {
  min-width: 380px;
}
[data-max-width="380"] {
  max-width: 380px;
}
[data-width="381"] {
  width: 381px;
}
[data-min-width="381"] {
  min-width: 381px;
}
[data-max-width="381"] {
  max-width: 381px;
}
[data-width="382"] {
  width: 382px;
}
[data-min-width="382"] {
  min-width: 382px;
}
[data-max-width="382"] {
  max-width: 382px;
}
[data-width="383"] {
  width: 383px;
}
[data-min-width="383"] {
  min-width: 383px;
}
[data-max-width="383"] {
  max-width: 383px;
}
[data-width="384"] {
  width: 384px;
}
[data-min-width="384"] {
  min-width: 384px;
}
[data-max-width="384"] {
  max-width: 384px;
}
[data-width="385"] {
  width: 385px;
}
[data-min-width="385"] {
  min-width: 385px;
}
[data-max-width="385"] {
  max-width: 385px;
}
[data-width="386"] {
  width: 386px;
}
[data-min-width="386"] {
  min-width: 386px;
}
[data-max-width="386"] {
  max-width: 386px;
}
[data-width="387"] {
  width: 387px;
}
[data-min-width="387"] {
  min-width: 387px;
}
[data-max-width="387"] {
  max-width: 387px;
}
[data-width="388"] {
  width: 388px;
}
[data-min-width="388"] {
  min-width: 388px;
}
[data-max-width="388"] {
  max-width: 388px;
}
[data-width="389"] {
  width: 389px;
}
[data-min-width="389"] {
  min-width: 389px;
}
[data-max-width="389"] {
  max-width: 389px;
}
[data-width="390"] {
  width: 390px;
}
[data-min-width="390"] {
  min-width: 390px;
}
[data-max-width="390"] {
  max-width: 390px;
}
[data-width="391"] {
  width: 391px;
}
[data-min-width="391"] {
  min-width: 391px;
}
[data-max-width="391"] {
  max-width: 391px;
}
[data-width="392"] {
  width: 392px;
}
[data-min-width="392"] {
  min-width: 392px;
}
[data-max-width="392"] {
  max-width: 392px;
}
[data-width="393"] {
  width: 393px;
}
[data-min-width="393"] {
  min-width: 393px;
}
[data-max-width="393"] {
  max-width: 393px;
}
[data-width="394"] {
  width: 394px;
}
[data-min-width="394"] {
  min-width: 394px;
}
[data-max-width="394"] {
  max-width: 394px;
}
[data-width="395"] {
  width: 395px;
}
[data-min-width="395"] {
  min-width: 395px;
}
[data-max-width="395"] {
  max-width: 395px;
}
[data-width="396"] {
  width: 396px;
}
[data-min-width="396"] {
  min-width: 396px;
}
[data-max-width="396"] {
  max-width: 396px;
}
[data-width="397"] {
  width: 397px;
}
[data-min-width="397"] {
  min-width: 397px;
}
[data-max-width="397"] {
  max-width: 397px;
}
[data-width="398"] {
  width: 398px;
}
[data-min-width="398"] {
  min-width: 398px;
}
[data-max-width="398"] {
  max-width: 398px;
}
[data-width="399"] {
  width: 399px;
}
[data-min-width="399"] {
  min-width: 399px;
}
[data-max-width="399"] {
  max-width: 399px;
}
[data-width="400"] {
  width: 400px;
}
[data-min-width="400"] {
  min-width: 400px;
}
[data-max-width="400"] {
  max-width: 400px;
}
[data-width="401"] {
  width: 401px;
}
[data-min-width="401"] {
  min-width: 401px;
}
[data-max-width="401"] {
  max-width: 401px;
}
[data-width="402"] {
  width: 402px;
}
[data-min-width="402"] {
  min-width: 402px;
}
[data-max-width="402"] {
  max-width: 402px;
}
[data-width="403"] {
  width: 403px;
}
[data-min-width="403"] {
  min-width: 403px;
}
[data-max-width="403"] {
  max-width: 403px;
}
[data-width="404"] {
  width: 404px;
}
[data-min-width="404"] {
  min-width: 404px;
}
[data-max-width="404"] {
  max-width: 404px;
}
[data-width="405"] {
  width: 405px;
}
[data-min-width="405"] {
  min-width: 405px;
}
[data-max-width="405"] {
  max-width: 405px;
}
[data-width="406"] {
  width: 406px;
}
[data-min-width="406"] {
  min-width: 406px;
}
[data-max-width="406"] {
  max-width: 406px;
}
[data-width="407"] {
  width: 407px;
}
[data-min-width="407"] {
  min-width: 407px;
}
[data-max-width="407"] {
  max-width: 407px;
}
[data-width="408"] {
  width: 408px;
}
[data-min-width="408"] {
  min-width: 408px;
}
[data-max-width="408"] {
  max-width: 408px;
}
[data-width="409"] {
  width: 409px;
}
[data-min-width="409"] {
  min-width: 409px;
}
[data-max-width="409"] {
  max-width: 409px;
}
[data-width="410"] {
  width: 410px;
}
[data-min-width="410"] {
  min-width: 410px;
}
[data-max-width="410"] {
  max-width: 410px;
}
[data-width="411"] {
  width: 411px;
}
[data-min-width="411"] {
  min-width: 411px;
}
[data-max-width="411"] {
  max-width: 411px;
}
[data-width="412"] {
  width: 412px;
}
[data-min-width="412"] {
  min-width: 412px;
}
[data-max-width="412"] {
  max-width: 412px;
}
[data-width="413"] {
  width: 413px;
}
[data-min-width="413"] {
  min-width: 413px;
}
[data-max-width="413"] {
  max-width: 413px;
}
[data-width="414"] {
  width: 414px;
}
[data-min-width="414"] {
  min-width: 414px;
}
[data-max-width="414"] {
  max-width: 414px;
}
[data-width="415"] {
  width: 415px;
}
[data-min-width="415"] {
  min-width: 415px;
}
[data-max-width="415"] {
  max-width: 415px;
}
[data-width="416"] {
  width: 416px;
}
[data-min-width="416"] {
  min-width: 416px;
}
[data-max-width="416"] {
  max-width: 416px;
}
[data-width="417"] {
  width: 417px;
}
[data-min-width="417"] {
  min-width: 417px;
}
[data-max-width="417"] {
  max-width: 417px;
}
[data-width="418"] {
  width: 418px;
}
[data-min-width="418"] {
  min-width: 418px;
}
[data-max-width="418"] {
  max-width: 418px;
}
[data-width="419"] {
  width: 419px;
}
[data-min-width="419"] {
  min-width: 419px;
}
[data-max-width="419"] {
  max-width: 419px;
}
[data-width="420"] {
  width: 420px;
}
[data-min-width="420"] {
  min-width: 420px;
}
[data-max-width="420"] {
  max-width: 420px;
}
[data-width="421"] {
  width: 421px;
}
[data-min-width="421"] {
  min-width: 421px;
}
[data-max-width="421"] {
  max-width: 421px;
}
[data-width="422"] {
  width: 422px;
}
[data-min-width="422"] {
  min-width: 422px;
}
[data-max-width="422"] {
  max-width: 422px;
}
[data-width="423"] {
  width: 423px;
}
[data-min-width="423"] {
  min-width: 423px;
}
[data-max-width="423"] {
  max-width: 423px;
}
[data-width="424"] {
  width: 424px;
}
[data-min-width="424"] {
  min-width: 424px;
}
[data-max-width="424"] {
  max-width: 424px;
}
[data-width="425"] {
  width: 425px;
}
[data-min-width="425"] {
  min-width: 425px;
}
[data-max-width="425"] {
  max-width: 425px;
}
[data-width="426"] {
  width: 426px;
}
[data-min-width="426"] {
  min-width: 426px;
}
[data-max-width="426"] {
  max-width: 426px;
}
[data-width="427"] {
  width: 427px;
}
[data-min-width="427"] {
  min-width: 427px;
}
[data-max-width="427"] {
  max-width: 427px;
}
[data-width="428"] {
  width: 428px;
}
[data-min-width="428"] {
  min-width: 428px;
}
[data-max-width="428"] {
  max-width: 428px;
}
[data-width="429"] {
  width: 429px;
}
[data-min-width="429"] {
  min-width: 429px;
}
[data-max-width="429"] {
  max-width: 429px;
}
[data-width="430"] {
  width: 430px;
}
[data-min-width="430"] {
  min-width: 430px;
}
[data-max-width="430"] {
  max-width: 430px;
}
[data-width="431"] {
  width: 431px;
}
[data-min-width="431"] {
  min-width: 431px;
}
[data-max-width="431"] {
  max-width: 431px;
}
[data-width="432"] {
  width: 432px;
}
[data-min-width="432"] {
  min-width: 432px;
}
[data-max-width="432"] {
  max-width: 432px;
}
[data-width="433"] {
  width: 433px;
}
[data-min-width="433"] {
  min-width: 433px;
}
[data-max-width="433"] {
  max-width: 433px;
}
[data-width="434"] {
  width: 434px;
}
[data-min-width="434"] {
  min-width: 434px;
}
[data-max-width="434"] {
  max-width: 434px;
}
[data-width="435"] {
  width: 435px;
}
[data-min-width="435"] {
  min-width: 435px;
}
[data-max-width="435"] {
  max-width: 435px;
}
[data-width="436"] {
  width: 436px;
}
[data-min-width="436"] {
  min-width: 436px;
}
[data-max-width="436"] {
  max-width: 436px;
}
[data-width="437"] {
  width: 437px;
}
[data-min-width="437"] {
  min-width: 437px;
}
[data-max-width="437"] {
  max-width: 437px;
}
[data-width="438"] {
  width: 438px;
}
[data-min-width="438"] {
  min-width: 438px;
}
[data-max-width="438"] {
  max-width: 438px;
}
[data-width="439"] {
  width: 439px;
}
[data-min-width="439"] {
  min-width: 439px;
}
[data-max-width="439"] {
  max-width: 439px;
}
[data-width="440"] {
  width: 440px;
}
[data-min-width="440"] {
  min-width: 440px;
}
[data-max-width="440"] {
  max-width: 440px;
}
[data-width="441"] {
  width: 441px;
}
[data-min-width="441"] {
  min-width: 441px;
}
[data-max-width="441"] {
  max-width: 441px;
}
[data-width="442"] {
  width: 442px;
}
[data-min-width="442"] {
  min-width: 442px;
}
[data-max-width="442"] {
  max-width: 442px;
}
[data-width="443"] {
  width: 443px;
}
[data-min-width="443"] {
  min-width: 443px;
}
[data-max-width="443"] {
  max-width: 443px;
}
[data-width="444"] {
  width: 444px;
}
[data-min-width="444"] {
  min-width: 444px;
}
[data-max-width="444"] {
  max-width: 444px;
}
[data-width="445"] {
  width: 445px;
}
[data-min-width="445"] {
  min-width: 445px;
}
[data-max-width="445"] {
  max-width: 445px;
}
[data-width="446"] {
  width: 446px;
}
[data-min-width="446"] {
  min-width: 446px;
}
[data-max-width="446"] {
  max-width: 446px;
}
[data-width="447"] {
  width: 447px;
}
[data-min-width="447"] {
  min-width: 447px;
}
[data-max-width="447"] {
  max-width: 447px;
}
[data-width="448"] {
  width: 448px;
}
[data-min-width="448"] {
  min-width: 448px;
}
[data-max-width="448"] {
  max-width: 448px;
}
[data-width="449"] {
  width: 449px;
}
[data-min-width="449"] {
  min-width: 449px;
}
[data-max-width="449"] {
  max-width: 449px;
}
[data-width="450"] {
  width: 450px;
}
[data-min-width="450"] {
  min-width: 450px;
}
[data-max-width="450"] {
  max-width: 450px;
}
[data-width="451"] {
  width: 451px;
}
[data-min-width="451"] {
  min-width: 451px;
}
[data-max-width="451"] {
  max-width: 451px;
}
[data-width="452"] {
  width: 452px;
}
[data-min-width="452"] {
  min-width: 452px;
}
[data-max-width="452"] {
  max-width: 452px;
}
[data-width="453"] {
  width: 453px;
}
[data-min-width="453"] {
  min-width: 453px;
}
[data-max-width="453"] {
  max-width: 453px;
}
[data-width="454"] {
  width: 454px;
}
[data-min-width="454"] {
  min-width: 454px;
}
[data-max-width="454"] {
  max-width: 454px;
}
[data-width="455"] {
  width: 455px;
}
[data-min-width="455"] {
  min-width: 455px;
}
[data-max-width="455"] {
  max-width: 455px;
}
[data-width="456"] {
  width: 456px;
}
[data-min-width="456"] {
  min-width: 456px;
}
[data-max-width="456"] {
  max-width: 456px;
}
[data-width="457"] {
  width: 457px;
}
[data-min-width="457"] {
  min-width: 457px;
}
[data-max-width="457"] {
  max-width: 457px;
}
[data-width="458"] {
  width: 458px;
}
[data-min-width="458"] {
  min-width: 458px;
}
[data-max-width="458"] {
  max-width: 458px;
}
[data-width="459"] {
  width: 459px;
}
[data-min-width="459"] {
  min-width: 459px;
}
[data-max-width="459"] {
  max-width: 459px;
}
[data-width="460"] {
  width: 460px;
}
[data-min-width="460"] {
  min-width: 460px;
}
[data-max-width="460"] {
  max-width: 460px;
}
[data-width="461"] {
  width: 461px;
}
[data-min-width="461"] {
  min-width: 461px;
}
[data-max-width="461"] {
  max-width: 461px;
}
[data-width="462"] {
  width: 462px;
}
[data-min-width="462"] {
  min-width: 462px;
}
[data-max-width="462"] {
  max-width: 462px;
}
[data-width="463"] {
  width: 463px;
}
[data-min-width="463"] {
  min-width: 463px;
}
[data-max-width="463"] {
  max-width: 463px;
}
[data-width="464"] {
  width: 464px;
}
[data-min-width="464"] {
  min-width: 464px;
}
[data-max-width="464"] {
  max-width: 464px;
}
[data-width="465"] {
  width: 465px;
}
[data-min-width="465"] {
  min-width: 465px;
}
[data-max-width="465"] {
  max-width: 465px;
}
[data-width="466"] {
  width: 466px;
}
[data-min-width="466"] {
  min-width: 466px;
}
[data-max-width="466"] {
  max-width: 466px;
}
[data-width="467"] {
  width: 467px;
}
[data-min-width="467"] {
  min-width: 467px;
}
[data-max-width="467"] {
  max-width: 467px;
}
[data-width="468"] {
  width: 468px;
}
[data-min-width="468"] {
  min-width: 468px;
}
[data-max-width="468"] {
  max-width: 468px;
}
[data-width="469"] {
  width: 469px;
}
[data-min-width="469"] {
  min-width: 469px;
}
[data-max-width="469"] {
  max-width: 469px;
}
[data-width="470"] {
  width: 470px;
}
[data-min-width="470"] {
  min-width: 470px;
}
[data-max-width="470"] {
  max-width: 470px;
}
[data-width="471"] {
  width: 471px;
}
[data-min-width="471"] {
  min-width: 471px;
}
[data-max-width="471"] {
  max-width: 471px;
}
[data-width="472"] {
  width: 472px;
}
[data-min-width="472"] {
  min-width: 472px;
}
[data-max-width="472"] {
  max-width: 472px;
}
[data-width="473"] {
  width: 473px;
}
[data-min-width="473"] {
  min-width: 473px;
}
[data-max-width="473"] {
  max-width: 473px;
}
[data-width="474"] {
  width: 474px;
}
[data-min-width="474"] {
  min-width: 474px;
}
[data-max-width="474"] {
  max-width: 474px;
}
[data-width="475"] {
  width: 475px;
}
[data-min-width="475"] {
  min-width: 475px;
}
[data-max-width="475"] {
  max-width: 475px;
}
[data-width="476"] {
  width: 476px;
}
[data-min-width="476"] {
  min-width: 476px;
}
[data-max-width="476"] {
  max-width: 476px;
}
[data-width="477"] {
  width: 477px;
}
[data-min-width="477"] {
  min-width: 477px;
}
[data-max-width="477"] {
  max-width: 477px;
}
[data-width="478"] {
  width: 478px;
}
[data-min-width="478"] {
  min-width: 478px;
}
[data-max-width="478"] {
  max-width: 478px;
}
[data-width="479"] {
  width: 479px;
}
[data-min-width="479"] {
  min-width: 479px;
}
[data-max-width="479"] {
  max-width: 479px;
}
[data-width="480"] {
  width: 480px;
}
[data-min-width="480"] {
  min-width: 480px;
}
[data-max-width="480"] {
  max-width: 480px;
}
[data-width="481"] {
  width: 481px;
}
[data-min-width="481"] {
  min-width: 481px;
}
[data-max-width="481"] {
  max-width: 481px;
}
[data-width="482"] {
  width: 482px;
}
[data-min-width="482"] {
  min-width: 482px;
}
[data-max-width="482"] {
  max-width: 482px;
}
[data-width="483"] {
  width: 483px;
}
[data-min-width="483"] {
  min-width: 483px;
}
[data-max-width="483"] {
  max-width: 483px;
}
[data-width="484"] {
  width: 484px;
}
[data-min-width="484"] {
  min-width: 484px;
}
[data-max-width="484"] {
  max-width: 484px;
}
[data-width="485"] {
  width: 485px;
}
[data-min-width="485"] {
  min-width: 485px;
}
[data-max-width="485"] {
  max-width: 485px;
}
[data-width="486"] {
  width: 486px;
}
[data-min-width="486"] {
  min-width: 486px;
}
[data-max-width="486"] {
  max-width: 486px;
}
[data-width="487"] {
  width: 487px;
}
[data-min-width="487"] {
  min-width: 487px;
}
[data-max-width="487"] {
  max-width: 487px;
}
[data-width="488"] {
  width: 488px;
}
[data-min-width="488"] {
  min-width: 488px;
}
[data-max-width="488"] {
  max-width: 488px;
}
[data-width="489"] {
  width: 489px;
}
[data-min-width="489"] {
  min-width: 489px;
}
[data-max-width="489"] {
  max-width: 489px;
}
[data-width="490"] {
  width: 490px;
}
[data-min-width="490"] {
  min-width: 490px;
}
[data-max-width="490"] {
  max-width: 490px;
}
[data-width="491"] {
  width: 491px;
}
[data-min-width="491"] {
  min-width: 491px;
}
[data-max-width="491"] {
  max-width: 491px;
}
[data-width="492"] {
  width: 492px;
}
[data-min-width="492"] {
  min-width: 492px;
}
[data-max-width="492"] {
  max-width: 492px;
}
[data-width="493"] {
  width: 493px;
}
[data-min-width="493"] {
  min-width: 493px;
}
[data-max-width="493"] {
  max-width: 493px;
}
[data-width="494"] {
  width: 494px;
}
[data-min-width="494"] {
  min-width: 494px;
}
[data-max-width="494"] {
  max-width: 494px;
}
[data-width="495"] {
  width: 495px;
}
[data-min-width="495"] {
  min-width: 495px;
}
[data-max-width="495"] {
  max-width: 495px;
}
[data-width="496"] {
  width: 496px;
}
[data-min-width="496"] {
  min-width: 496px;
}
[data-max-width="496"] {
  max-width: 496px;
}
[data-width="497"] {
  width: 497px;
}
[data-min-width="497"] {
  min-width: 497px;
}
[data-max-width="497"] {
  max-width: 497px;
}
[data-width="498"] {
  width: 498px;
}
[data-min-width="498"] {
  min-width: 498px;
}
[data-max-width="498"] {
  max-width: 498px;
}
[data-width="499"] {
  width: 499px;
}
[data-min-width="499"] {
  min-width: 499px;
}
[data-max-width="499"] {
  max-width: 499px;
}
[data-width="500"] {
  width: 500px;
}
[data-min-width="500"] {
  min-width: 500px;
}
[data-max-width="500"] {
  max-width: 500px;
}
[data-width="501"] {
  width: 501px;
}
[data-min-width="501"] {
  min-width: 501px;
}
[data-max-width="501"] {
  max-width: 501px;
}
[data-width="502"] {
  width: 502px;
}
[data-min-width="502"] {
  min-width: 502px;
}
[data-max-width="502"] {
  max-width: 502px;
}
[data-width="503"] {
  width: 503px;
}
[data-min-width="503"] {
  min-width: 503px;
}
[data-max-width="503"] {
  max-width: 503px;
}
[data-width="504"] {
  width: 504px;
}
[data-min-width="504"] {
  min-width: 504px;
}
[data-max-width="504"] {
  max-width: 504px;
}
[data-width="505"] {
  width: 505px;
}
[data-min-width="505"] {
  min-width: 505px;
}
[data-max-width="505"] {
  max-width: 505px;
}
[data-width="506"] {
  width: 506px;
}
[data-min-width="506"] {
  min-width: 506px;
}
[data-max-width="506"] {
  max-width: 506px;
}
[data-width="507"] {
  width: 507px;
}
[data-min-width="507"] {
  min-width: 507px;
}
[data-max-width="507"] {
  max-width: 507px;
}
[data-width="508"] {
  width: 508px;
}
[data-min-width="508"] {
  min-width: 508px;
}
[data-max-width="508"] {
  max-width: 508px;
}
[data-width="509"] {
  width: 509px;
}
[data-min-width="509"] {
  min-width: 509px;
}
[data-max-width="509"] {
  max-width: 509px;
}
[data-width="510"] {
  width: 510px;
}
[data-min-width="510"] {
  min-width: 510px;
}
[data-max-width="510"] {
  max-width: 510px;
}
[data-width="511"] {
  width: 511px;
}
[data-min-width="511"] {
  min-width: 511px;
}
[data-max-width="511"] {
  max-width: 511px;
}
[data-width="512"] {
  width: 512px;
}
[data-min-width="512"] {
  min-width: 512px;
}
[data-max-width="512"] {
  max-width: 512px;
}
[data-width="513"] {
  width: 513px;
}
[data-min-width="513"] {
  min-width: 513px;
}
[data-max-width="513"] {
  max-width: 513px;
}
[data-width="514"] {
  width: 514px;
}
[data-min-width="514"] {
  min-width: 514px;
}
[data-max-width="514"] {
  max-width: 514px;
}
[data-width="515"] {
  width: 515px;
}
[data-min-width="515"] {
  min-width: 515px;
}
[data-max-width="515"] {
  max-width: 515px;
}
[data-width="516"] {
  width: 516px;
}
[data-min-width="516"] {
  min-width: 516px;
}
[data-max-width="516"] {
  max-width: 516px;
}
[data-width="517"] {
  width: 517px;
}
[data-min-width="517"] {
  min-width: 517px;
}
[data-max-width="517"] {
  max-width: 517px;
}
[data-width="518"] {
  width: 518px;
}
[data-min-width="518"] {
  min-width: 518px;
}
[data-max-width="518"] {
  max-width: 518px;
}
[data-width="519"] {
  width: 519px;
}
[data-min-width="519"] {
  min-width: 519px;
}
[data-max-width="519"] {
  max-width: 519px;
}
[data-width="520"] {
  width: 520px;
}
[data-min-width="520"] {
  min-width: 520px;
}
[data-max-width="520"] {
  max-width: 520px;
}
[data-width="521"] {
  width: 521px;
}
[data-min-width="521"] {
  min-width: 521px;
}
[data-max-width="521"] {
  max-width: 521px;
}
[data-width="522"] {
  width: 522px;
}
[data-min-width="522"] {
  min-width: 522px;
}
[data-max-width="522"] {
  max-width: 522px;
}
[data-width="523"] {
  width: 523px;
}
[data-min-width="523"] {
  min-width: 523px;
}
[data-max-width="523"] {
  max-width: 523px;
}
[data-width="524"] {
  width: 524px;
}
[data-min-width="524"] {
  min-width: 524px;
}
[data-max-width="524"] {
  max-width: 524px;
}
[data-width="525"] {
  width: 525px;
}
[data-min-width="525"] {
  min-width: 525px;
}
[data-max-width="525"] {
  max-width: 525px;
}
[data-width="526"] {
  width: 526px;
}
[data-min-width="526"] {
  min-width: 526px;
}
[data-max-width="526"] {
  max-width: 526px;
}
[data-width="527"] {
  width: 527px;
}
[data-min-width="527"] {
  min-width: 527px;
}
[data-max-width="527"] {
  max-width: 527px;
}
[data-width="528"] {
  width: 528px;
}
[data-min-width="528"] {
  min-width: 528px;
}
[data-max-width="528"] {
  max-width: 528px;
}
[data-width="529"] {
  width: 529px;
}
[data-min-width="529"] {
  min-width: 529px;
}
[data-max-width="529"] {
  max-width: 529px;
}
[data-width="530"] {
  width: 530px;
}
[data-min-width="530"] {
  min-width: 530px;
}
[data-max-width="530"] {
  max-width: 530px;
}
[data-width="531"] {
  width: 531px;
}
[data-min-width="531"] {
  min-width: 531px;
}
[data-max-width="531"] {
  max-width: 531px;
}
[data-width="532"] {
  width: 532px;
}
[data-min-width="532"] {
  min-width: 532px;
}
[data-max-width="532"] {
  max-width: 532px;
}
[data-width="533"] {
  width: 533px;
}
[data-min-width="533"] {
  min-width: 533px;
}
[data-max-width="533"] {
  max-width: 533px;
}
[data-width="534"] {
  width: 534px;
}
[data-min-width="534"] {
  min-width: 534px;
}
[data-max-width="534"] {
  max-width: 534px;
}
[data-width="535"] {
  width: 535px;
}
[data-min-width="535"] {
  min-width: 535px;
}
[data-max-width="535"] {
  max-width: 535px;
}
[data-width="536"] {
  width: 536px;
}
[data-min-width="536"] {
  min-width: 536px;
}
[data-max-width="536"] {
  max-width: 536px;
}
[data-width="537"] {
  width: 537px;
}
[data-min-width="537"] {
  min-width: 537px;
}
[data-max-width="537"] {
  max-width: 537px;
}
[data-width="538"] {
  width: 538px;
}
[data-min-width="538"] {
  min-width: 538px;
}
[data-max-width="538"] {
  max-width: 538px;
}
[data-width="539"] {
  width: 539px;
}
[data-min-width="539"] {
  min-width: 539px;
}
[data-max-width="539"] {
  max-width: 539px;
}
[data-width="540"] {
  width: 540px;
}
[data-min-width="540"] {
  min-width: 540px;
}
[data-max-width="540"] {
  max-width: 540px;
}
[data-width="541"] {
  width: 541px;
}
[data-min-width="541"] {
  min-width: 541px;
}
[data-max-width="541"] {
  max-width: 541px;
}
[data-width="542"] {
  width: 542px;
}
[data-min-width="542"] {
  min-width: 542px;
}
[data-max-width="542"] {
  max-width: 542px;
}
[data-width="543"] {
  width: 543px;
}
[data-min-width="543"] {
  min-width: 543px;
}
[data-max-width="543"] {
  max-width: 543px;
}
[data-width="544"] {
  width: 544px;
}
[data-min-width="544"] {
  min-width: 544px;
}
[data-max-width="544"] {
  max-width: 544px;
}
[data-width="545"] {
  width: 545px;
}
[data-min-width="545"] {
  min-width: 545px;
}
[data-max-width="545"] {
  max-width: 545px;
}
[data-width="546"] {
  width: 546px;
}
[data-min-width="546"] {
  min-width: 546px;
}
[data-max-width="546"] {
  max-width: 546px;
}
[data-width="547"] {
  width: 547px;
}
[data-min-width="547"] {
  min-width: 547px;
}
[data-max-width="547"] {
  max-width: 547px;
}
[data-width="548"] {
  width: 548px;
}
[data-min-width="548"] {
  min-width: 548px;
}
[data-max-width="548"] {
  max-width: 548px;
}
[data-width="549"] {
  width: 549px;
}
[data-min-width="549"] {
  min-width: 549px;
}
[data-max-width="549"] {
  max-width: 549px;
}
[data-width="550"] {
  width: 550px;
}
[data-min-width="550"] {
  min-width: 550px;
}
[data-max-width="550"] {
  max-width: 550px;
}
[data-width="551"] {
  width: 551px;
}
[data-min-width="551"] {
  min-width: 551px;
}
[data-max-width="551"] {
  max-width: 551px;
}
[data-width="552"] {
  width: 552px;
}
[data-min-width="552"] {
  min-width: 552px;
}
[data-max-width="552"] {
  max-width: 552px;
}
[data-width="553"] {
  width: 553px;
}
[data-min-width="553"] {
  min-width: 553px;
}
[data-max-width="553"] {
  max-width: 553px;
}
[data-width="554"] {
  width: 554px;
}
[data-min-width="554"] {
  min-width: 554px;
}
[data-max-width="554"] {
  max-width: 554px;
}
[data-width="555"] {
  width: 555px;
}
[data-min-width="555"] {
  min-width: 555px;
}
[data-max-width="555"] {
  max-width: 555px;
}
[data-width="556"] {
  width: 556px;
}
[data-min-width="556"] {
  min-width: 556px;
}
[data-max-width="556"] {
  max-width: 556px;
}
[data-width="557"] {
  width: 557px;
}
[data-min-width="557"] {
  min-width: 557px;
}
[data-max-width="557"] {
  max-width: 557px;
}
[data-width="558"] {
  width: 558px;
}
[data-min-width="558"] {
  min-width: 558px;
}
[data-max-width="558"] {
  max-width: 558px;
}
[data-width="559"] {
  width: 559px;
}
[data-min-width="559"] {
  min-width: 559px;
}
[data-max-width="559"] {
  max-width: 559px;
}
[data-width="560"] {
  width: 560px;
}
[data-min-width="560"] {
  min-width: 560px;
}
[data-max-width="560"] {
  max-width: 560px;
}
[data-width="561"] {
  width: 561px;
}
[data-min-width="561"] {
  min-width: 561px;
}
[data-max-width="561"] {
  max-width: 561px;
}
[data-width="562"] {
  width: 562px;
}
[data-min-width="562"] {
  min-width: 562px;
}
[data-max-width="562"] {
  max-width: 562px;
}
[data-width="563"] {
  width: 563px;
}
[data-min-width="563"] {
  min-width: 563px;
}
[data-max-width="563"] {
  max-width: 563px;
}
[data-width="564"] {
  width: 564px;
}
[data-min-width="564"] {
  min-width: 564px;
}
[data-max-width="564"] {
  max-width: 564px;
}
[data-width="565"] {
  width: 565px;
}
[data-min-width="565"] {
  min-width: 565px;
}
[data-max-width="565"] {
  max-width: 565px;
}
[data-width="566"] {
  width: 566px;
}
[data-min-width="566"] {
  min-width: 566px;
}
[data-max-width="566"] {
  max-width: 566px;
}
[data-width="567"] {
  width: 567px;
}
[data-min-width="567"] {
  min-width: 567px;
}
[data-max-width="567"] {
  max-width: 567px;
}
[data-width="568"] {
  width: 568px;
}
[data-min-width="568"] {
  min-width: 568px;
}
[data-max-width="568"] {
  max-width: 568px;
}
[data-width="569"] {
  width: 569px;
}
[data-min-width="569"] {
  min-width: 569px;
}
[data-max-width="569"] {
  max-width: 569px;
}
[data-width="570"] {
  width: 570px;
}
[data-min-width="570"] {
  min-width: 570px;
}
[data-max-width="570"] {
  max-width: 570px;
}
[data-width="571"] {
  width: 571px;
}
[data-min-width="571"] {
  min-width: 571px;
}
[data-max-width="571"] {
  max-width: 571px;
}
[data-width="572"] {
  width: 572px;
}
[data-min-width="572"] {
  min-width: 572px;
}
[data-max-width="572"] {
  max-width: 572px;
}
[data-width="573"] {
  width: 573px;
}
[data-min-width="573"] {
  min-width: 573px;
}
[data-max-width="573"] {
  max-width: 573px;
}
[data-width="574"] {
  width: 574px;
}
[data-min-width="574"] {
  min-width: 574px;
}
[data-max-width="574"] {
  max-width: 574px;
}
[data-width="575"] {
  width: 575px;
}
[data-min-width="575"] {
  min-width: 575px;
}
[data-max-width="575"] {
  max-width: 575px;
}
[data-width="576"] {
  width: 576px;
}
[data-min-width="576"] {
  min-width: 576px;
}
[data-max-width="576"] {
  max-width: 576px;
}
[data-width="577"] {
  width: 577px;
}
[data-min-width="577"] {
  min-width: 577px;
}
[data-max-width="577"] {
  max-width: 577px;
}
[data-width="578"] {
  width: 578px;
}
[data-min-width="578"] {
  min-width: 578px;
}
[data-max-width="578"] {
  max-width: 578px;
}
[data-width="579"] {
  width: 579px;
}
[data-min-width="579"] {
  min-width: 579px;
}
[data-max-width="579"] {
  max-width: 579px;
}
[data-width="580"] {
  width: 580px;
}
[data-min-width="580"] {
  min-width: 580px;
}
[data-max-width="580"] {
  max-width: 580px;
}
[data-width="581"] {
  width: 581px;
}
[data-min-width="581"] {
  min-width: 581px;
}
[data-max-width="581"] {
  max-width: 581px;
}
[data-width="582"] {
  width: 582px;
}
[data-min-width="582"] {
  min-width: 582px;
}
[data-max-width="582"] {
  max-width: 582px;
}
[data-width="583"] {
  width: 583px;
}
[data-min-width="583"] {
  min-width: 583px;
}
[data-max-width="583"] {
  max-width: 583px;
}
[data-width="584"] {
  width: 584px;
}
[data-min-width="584"] {
  min-width: 584px;
}
[data-max-width="584"] {
  max-width: 584px;
}
[data-width="585"] {
  width: 585px;
}
[data-min-width="585"] {
  min-width: 585px;
}
[data-max-width="585"] {
  max-width: 585px;
}
[data-width="586"] {
  width: 586px;
}
[data-min-width="586"] {
  min-width: 586px;
}
[data-max-width="586"] {
  max-width: 586px;
}
[data-width="587"] {
  width: 587px;
}
[data-min-width="587"] {
  min-width: 587px;
}
[data-max-width="587"] {
  max-width: 587px;
}
[data-width="588"] {
  width: 588px;
}
[data-min-width="588"] {
  min-width: 588px;
}
[data-max-width="588"] {
  max-width: 588px;
}
[data-width="589"] {
  width: 589px;
}
[data-min-width="589"] {
  min-width: 589px;
}
[data-max-width="589"] {
  max-width: 589px;
}
[data-width="590"] {
  width: 590px;
}
[data-min-width="590"] {
  min-width: 590px;
}
[data-max-width="590"] {
  max-width: 590px;
}
[data-width="591"] {
  width: 591px;
}
[data-min-width="591"] {
  min-width: 591px;
}
[data-max-width="591"] {
  max-width: 591px;
}
[data-width="592"] {
  width: 592px;
}
[data-min-width="592"] {
  min-width: 592px;
}
[data-max-width="592"] {
  max-width: 592px;
}
[data-width="593"] {
  width: 593px;
}
[data-min-width="593"] {
  min-width: 593px;
}
[data-max-width="593"] {
  max-width: 593px;
}
[data-width="594"] {
  width: 594px;
}
[data-min-width="594"] {
  min-width: 594px;
}
[data-max-width="594"] {
  max-width: 594px;
}
[data-width="595"] {
  width: 595px;
}
[data-min-width="595"] {
  min-width: 595px;
}
[data-max-width="595"] {
  max-width: 595px;
}
[data-width="596"] {
  width: 596px;
}
[data-min-width="596"] {
  min-width: 596px;
}
[data-max-width="596"] {
  max-width: 596px;
}
[data-width="597"] {
  width: 597px;
}
[data-min-width="597"] {
  min-width: 597px;
}
[data-max-width="597"] {
  max-width: 597px;
}
[data-width="598"] {
  width: 598px;
}
[data-min-width="598"] {
  min-width: 598px;
}
[data-max-width="598"] {
  max-width: 598px;
}
[data-width="599"] {
  width: 599px;
}
[data-min-width="599"] {
  min-width: 599px;
}
[data-max-width="599"] {
  max-width: 599px;
}
[data-width="600"] {
  width: 600px;
}
[data-min-width="600"] {
  min-width: 600px;
}
[data-max-width="600"] {
  max-width: 600px;
}
[data-width="601"] {
  width: 601px;
}
[data-min-width="601"] {
  min-width: 601px;
}
[data-max-width="601"] {
  max-width: 601px;
}
[data-width="602"] {
  width: 602px;
}
[data-min-width="602"] {
  min-width: 602px;
}
[data-max-width="602"] {
  max-width: 602px;
}
[data-width="603"] {
  width: 603px;
}
[data-min-width="603"] {
  min-width: 603px;
}
[data-max-width="603"] {
  max-width: 603px;
}
[data-width="604"] {
  width: 604px;
}
[data-min-width="604"] {
  min-width: 604px;
}
[data-max-width="604"] {
  max-width: 604px;
}
[data-width="605"] {
  width: 605px;
}
[data-min-width="605"] {
  min-width: 605px;
}
[data-max-width="605"] {
  max-width: 605px;
}
[data-width="606"] {
  width: 606px;
}
[data-min-width="606"] {
  min-width: 606px;
}
[data-max-width="606"] {
  max-width: 606px;
}
[data-width="607"] {
  width: 607px;
}
[data-min-width="607"] {
  min-width: 607px;
}
[data-max-width="607"] {
  max-width: 607px;
}
[data-width="608"] {
  width: 608px;
}
[data-min-width="608"] {
  min-width: 608px;
}
[data-max-width="608"] {
  max-width: 608px;
}
[data-width="609"] {
  width: 609px;
}
[data-min-width="609"] {
  min-width: 609px;
}
[data-max-width="609"] {
  max-width: 609px;
}
[data-width="610"] {
  width: 610px;
}
[data-min-width="610"] {
  min-width: 610px;
}
[data-max-width="610"] {
  max-width: 610px;
}
[data-width="611"] {
  width: 611px;
}
[data-min-width="611"] {
  min-width: 611px;
}
[data-max-width="611"] {
  max-width: 611px;
}
[data-width="612"] {
  width: 612px;
}
[data-min-width="612"] {
  min-width: 612px;
}
[data-max-width="612"] {
  max-width: 612px;
}
[data-width="613"] {
  width: 613px;
}
[data-min-width="613"] {
  min-width: 613px;
}
[data-max-width="613"] {
  max-width: 613px;
}
[data-width="614"] {
  width: 614px;
}
[data-min-width="614"] {
  min-width: 614px;
}
[data-max-width="614"] {
  max-width: 614px;
}
[data-width="615"] {
  width: 615px;
}
[data-min-width="615"] {
  min-width: 615px;
}
[data-max-width="615"] {
  max-width: 615px;
}
[data-width="616"] {
  width: 616px;
}
[data-min-width="616"] {
  min-width: 616px;
}
[data-max-width="616"] {
  max-width: 616px;
}
[data-width="617"] {
  width: 617px;
}
[data-min-width="617"] {
  min-width: 617px;
}
[data-max-width="617"] {
  max-width: 617px;
}
[data-width="618"] {
  width: 618px;
}
[data-min-width="618"] {
  min-width: 618px;
}
[data-max-width="618"] {
  max-width: 618px;
}
[data-width="619"] {
  width: 619px;
}
[data-min-width="619"] {
  min-width: 619px;
}
[data-max-width="619"] {
  max-width: 619px;
}
[data-width="620"] {
  width: 620px;
}
[data-min-width="620"] {
  min-width: 620px;
}
[data-max-width="620"] {
  max-width: 620px;
}
[data-width="621"] {
  width: 621px;
}
[data-min-width="621"] {
  min-width: 621px;
}
[data-max-width="621"] {
  max-width: 621px;
}
[data-width="622"] {
  width: 622px;
}
[data-min-width="622"] {
  min-width: 622px;
}
[data-max-width="622"] {
  max-width: 622px;
}
[data-width="623"] {
  width: 623px;
}
[data-min-width="623"] {
  min-width: 623px;
}
[data-max-width="623"] {
  max-width: 623px;
}
[data-width="624"] {
  width: 624px;
}
[data-min-width="624"] {
  min-width: 624px;
}
[data-max-width="624"] {
  max-width: 624px;
}
[data-width="625"] {
  width: 625px;
}
[data-min-width="625"] {
  min-width: 625px;
}
[data-max-width="625"] {
  max-width: 625px;
}
[data-width="626"] {
  width: 626px;
}
[data-min-width="626"] {
  min-width: 626px;
}
[data-max-width="626"] {
  max-width: 626px;
}
[data-width="627"] {
  width: 627px;
}
[data-min-width="627"] {
  min-width: 627px;
}
[data-max-width="627"] {
  max-width: 627px;
}
[data-width="628"] {
  width: 628px;
}
[data-min-width="628"] {
  min-width: 628px;
}
[data-max-width="628"] {
  max-width: 628px;
}
[data-width="629"] {
  width: 629px;
}
[data-min-width="629"] {
  min-width: 629px;
}
[data-max-width="629"] {
  max-width: 629px;
}
[data-width="630"] {
  width: 630px;
}
[data-min-width="630"] {
  min-width: 630px;
}
[data-max-width="630"] {
  max-width: 630px;
}
[data-width="631"] {
  width: 631px;
}
[data-min-width="631"] {
  min-width: 631px;
}
[data-max-width="631"] {
  max-width: 631px;
}
[data-width="632"] {
  width: 632px;
}
[data-min-width="632"] {
  min-width: 632px;
}
[data-max-width="632"] {
  max-width: 632px;
}
[data-width="633"] {
  width: 633px;
}
[data-min-width="633"] {
  min-width: 633px;
}
[data-max-width="633"] {
  max-width: 633px;
}
[data-width="634"] {
  width: 634px;
}
[data-min-width="634"] {
  min-width: 634px;
}
[data-max-width="634"] {
  max-width: 634px;
}
[data-width="635"] {
  width: 635px;
}
[data-min-width="635"] {
  min-width: 635px;
}
[data-max-width="635"] {
  max-width: 635px;
}
[data-width="636"] {
  width: 636px;
}
[data-min-width="636"] {
  min-width: 636px;
}
[data-max-width="636"] {
  max-width: 636px;
}
[data-width="637"] {
  width: 637px;
}
[data-min-width="637"] {
  min-width: 637px;
}
[data-max-width="637"] {
  max-width: 637px;
}
[data-width="638"] {
  width: 638px;
}
[data-min-width="638"] {
  min-width: 638px;
}
[data-max-width="638"] {
  max-width: 638px;
}
[data-width="639"] {
  width: 639px;
}
[data-min-width="639"] {
  min-width: 639px;
}
[data-max-width="639"] {
  max-width: 639px;
}
[data-width="640"] {
  width: 640px;
}
[data-min-width="640"] {
  min-width: 640px;
}
[data-max-width="640"] {
  max-width: 640px;
}
[data-width="641"] {
  width: 641px;
}
[data-min-width="641"] {
  min-width: 641px;
}
[data-max-width="641"] {
  max-width: 641px;
}
[data-width="642"] {
  width: 642px;
}
[data-min-width="642"] {
  min-width: 642px;
}
[data-max-width="642"] {
  max-width: 642px;
}
[data-width="643"] {
  width: 643px;
}
[data-min-width="643"] {
  min-width: 643px;
}
[data-max-width="643"] {
  max-width: 643px;
}
[data-width="644"] {
  width: 644px;
}
[data-min-width="644"] {
  min-width: 644px;
}
[data-max-width="644"] {
  max-width: 644px;
}
[data-width="645"] {
  width: 645px;
}
[data-min-width="645"] {
  min-width: 645px;
}
[data-max-width="645"] {
  max-width: 645px;
}
[data-width="646"] {
  width: 646px;
}
[data-min-width="646"] {
  min-width: 646px;
}
[data-max-width="646"] {
  max-width: 646px;
}
[data-width="647"] {
  width: 647px;
}
[data-min-width="647"] {
  min-width: 647px;
}
[data-max-width="647"] {
  max-width: 647px;
}
[data-width="648"] {
  width: 648px;
}
[data-min-width="648"] {
  min-width: 648px;
}
[data-max-width="648"] {
  max-width: 648px;
}
[data-width="649"] {
  width: 649px;
}
[data-min-width="649"] {
  min-width: 649px;
}
[data-max-width="649"] {
  max-width: 649px;
}
[data-width="650"] {
  width: 650px;
}
[data-min-width="650"] {
  min-width: 650px;
}
[data-max-width="650"] {
  max-width: 650px;
}
[data-width="651"] {
  width: 651px;
}
[data-min-width="651"] {
  min-width: 651px;
}
[data-max-width="651"] {
  max-width: 651px;
}
[data-width="652"] {
  width: 652px;
}
[data-min-width="652"] {
  min-width: 652px;
}
[data-max-width="652"] {
  max-width: 652px;
}
[data-width="653"] {
  width: 653px;
}
[data-min-width="653"] {
  min-width: 653px;
}
[data-max-width="653"] {
  max-width: 653px;
}
[data-width="654"] {
  width: 654px;
}
[data-min-width="654"] {
  min-width: 654px;
}
[data-max-width="654"] {
  max-width: 654px;
}
[data-width="655"] {
  width: 655px;
}
[data-min-width="655"] {
  min-width: 655px;
}
[data-max-width="655"] {
  max-width: 655px;
}
[data-width="656"] {
  width: 656px;
}
[data-min-width="656"] {
  min-width: 656px;
}
[data-max-width="656"] {
  max-width: 656px;
}
[data-width="657"] {
  width: 657px;
}
[data-min-width="657"] {
  min-width: 657px;
}
[data-max-width="657"] {
  max-width: 657px;
}
[data-width="658"] {
  width: 658px;
}
[data-min-width="658"] {
  min-width: 658px;
}
[data-max-width="658"] {
  max-width: 658px;
}
[data-width="659"] {
  width: 659px;
}
[data-min-width="659"] {
  min-width: 659px;
}
[data-max-width="659"] {
  max-width: 659px;
}
[data-width="660"] {
  width: 660px;
}
[data-min-width="660"] {
  min-width: 660px;
}
[data-max-width="660"] {
  max-width: 660px;
}
[data-width="661"] {
  width: 661px;
}
[data-min-width="661"] {
  min-width: 661px;
}
[data-max-width="661"] {
  max-width: 661px;
}
[data-width="662"] {
  width: 662px;
}
[data-min-width="662"] {
  min-width: 662px;
}
[data-max-width="662"] {
  max-width: 662px;
}
[data-width="663"] {
  width: 663px;
}
[data-min-width="663"] {
  min-width: 663px;
}
[data-max-width="663"] {
  max-width: 663px;
}
[data-width="664"] {
  width: 664px;
}
[data-min-width="664"] {
  min-width: 664px;
}
[data-max-width="664"] {
  max-width: 664px;
}
[data-width="665"] {
  width: 665px;
}
[data-min-width="665"] {
  min-width: 665px;
}
[data-max-width="665"] {
  max-width: 665px;
}
[data-width="666"] {
  width: 666px;
}
[data-min-width="666"] {
  min-width: 666px;
}
[data-max-width="666"] {
  max-width: 666px;
}
[data-width="667"] {
  width: 667px;
}
[data-min-width="667"] {
  min-width: 667px;
}
[data-max-width="667"] {
  max-width: 667px;
}
[data-width="668"] {
  width: 668px;
}
[data-min-width="668"] {
  min-width: 668px;
}
[data-max-width="668"] {
  max-width: 668px;
}
[data-width="669"] {
  width: 669px;
}
[data-min-width="669"] {
  min-width: 669px;
}
[data-max-width="669"] {
  max-width: 669px;
}
[data-width="670"] {
  width: 670px;
}
[data-min-width="670"] {
  min-width: 670px;
}
[data-max-width="670"] {
  max-width: 670px;
}
[data-width="671"] {
  width: 671px;
}
[data-min-width="671"] {
  min-width: 671px;
}
[data-max-width="671"] {
  max-width: 671px;
}
[data-width="672"] {
  width: 672px;
}
[data-min-width="672"] {
  min-width: 672px;
}
[data-max-width="672"] {
  max-width: 672px;
}
[data-width="673"] {
  width: 673px;
}
[data-min-width="673"] {
  min-width: 673px;
}
[data-max-width="673"] {
  max-width: 673px;
}
[data-width="674"] {
  width: 674px;
}
[data-min-width="674"] {
  min-width: 674px;
}
[data-max-width="674"] {
  max-width: 674px;
}
[data-width="675"] {
  width: 675px;
}
[data-min-width="675"] {
  min-width: 675px;
}
[data-max-width="675"] {
  max-width: 675px;
}
[data-width="676"] {
  width: 676px;
}
[data-min-width="676"] {
  min-width: 676px;
}
[data-max-width="676"] {
  max-width: 676px;
}
[data-width="677"] {
  width: 677px;
}
[data-min-width="677"] {
  min-width: 677px;
}
[data-max-width="677"] {
  max-width: 677px;
}
[data-width="678"] {
  width: 678px;
}
[data-min-width="678"] {
  min-width: 678px;
}
[data-max-width="678"] {
  max-width: 678px;
}
[data-width="679"] {
  width: 679px;
}
[data-min-width="679"] {
  min-width: 679px;
}
[data-max-width="679"] {
  max-width: 679px;
}
[data-width="680"] {
  width: 680px;
}
[data-min-width="680"] {
  min-width: 680px;
}
[data-max-width="680"] {
  max-width: 680px;
}
[data-width="681"] {
  width: 681px;
}
[data-min-width="681"] {
  min-width: 681px;
}
[data-max-width="681"] {
  max-width: 681px;
}
[data-width="682"] {
  width: 682px;
}
[data-min-width="682"] {
  min-width: 682px;
}
[data-max-width="682"] {
  max-width: 682px;
}
[data-width="683"] {
  width: 683px;
}
[data-min-width="683"] {
  min-width: 683px;
}
[data-max-width="683"] {
  max-width: 683px;
}
[data-width="684"] {
  width: 684px;
}
[data-min-width="684"] {
  min-width: 684px;
}
[data-max-width="684"] {
  max-width: 684px;
}
[data-width="685"] {
  width: 685px;
}
[data-min-width="685"] {
  min-width: 685px;
}
[data-max-width="685"] {
  max-width: 685px;
}
[data-width="686"] {
  width: 686px;
}
[data-min-width="686"] {
  min-width: 686px;
}
[data-max-width="686"] {
  max-width: 686px;
}
[data-width="687"] {
  width: 687px;
}
[data-min-width="687"] {
  min-width: 687px;
}
[data-max-width="687"] {
  max-width: 687px;
}
[data-width="688"] {
  width: 688px;
}
[data-min-width="688"] {
  min-width: 688px;
}
[data-max-width="688"] {
  max-width: 688px;
}
[data-width="689"] {
  width: 689px;
}
[data-min-width="689"] {
  min-width: 689px;
}
[data-max-width="689"] {
  max-width: 689px;
}
[data-width="690"] {
  width: 690px;
}
[data-min-width="690"] {
  min-width: 690px;
}
[data-max-width="690"] {
  max-width: 690px;
}
[data-width="691"] {
  width: 691px;
}
[data-min-width="691"] {
  min-width: 691px;
}
[data-max-width="691"] {
  max-width: 691px;
}
[data-width="692"] {
  width: 692px;
}
[data-min-width="692"] {
  min-width: 692px;
}
[data-max-width="692"] {
  max-width: 692px;
}
[data-width="693"] {
  width: 693px;
}
[data-min-width="693"] {
  min-width: 693px;
}
[data-max-width="693"] {
  max-width: 693px;
}
[data-width="694"] {
  width: 694px;
}
[data-min-width="694"] {
  min-width: 694px;
}
[data-max-width="694"] {
  max-width: 694px;
}
[data-width="695"] {
  width: 695px;
}
[data-min-width="695"] {
  min-width: 695px;
}
[data-max-width="695"] {
  max-width: 695px;
}
[data-width="696"] {
  width: 696px;
}
[data-min-width="696"] {
  min-width: 696px;
}
[data-max-width="696"] {
  max-width: 696px;
}
[data-width="697"] {
  width: 697px;
}
[data-min-width="697"] {
  min-width: 697px;
}
[data-max-width="697"] {
  max-width: 697px;
}
[data-width="698"] {
  width: 698px;
}
[data-min-width="698"] {
  min-width: 698px;
}
[data-max-width="698"] {
  max-width: 698px;
}
[data-width="699"] {
  width: 699px;
}
[data-min-width="699"] {
  min-width: 699px;
}
[data-max-width="699"] {
  max-width: 699px;
}
[data-width="700"] {
  width: 700px;
}
[data-min-width="700"] {
  min-width: 700px;
}
[data-max-width="700"] {
  max-width: 700px;
}
[data-width="701"] {
  width: 701px;
}
[data-min-width="701"] {
  min-width: 701px;
}
[data-max-width="701"] {
  max-width: 701px;
}
[data-width="702"] {
  width: 702px;
}
[data-min-width="702"] {
  min-width: 702px;
}
[data-max-width="702"] {
  max-width: 702px;
}
[data-width="703"] {
  width: 703px;
}
[data-min-width="703"] {
  min-width: 703px;
}
[data-max-width="703"] {
  max-width: 703px;
}
[data-width="704"] {
  width: 704px;
}
[data-min-width="704"] {
  min-width: 704px;
}
[data-max-width="704"] {
  max-width: 704px;
}
[data-width="705"] {
  width: 705px;
}
[data-min-width="705"] {
  min-width: 705px;
}
[data-max-width="705"] {
  max-width: 705px;
}
[data-width="706"] {
  width: 706px;
}
[data-min-width="706"] {
  min-width: 706px;
}
[data-max-width="706"] {
  max-width: 706px;
}
[data-width="707"] {
  width: 707px;
}
[data-min-width="707"] {
  min-width: 707px;
}
[data-max-width="707"] {
  max-width: 707px;
}
[data-width="708"] {
  width: 708px;
}
[data-min-width="708"] {
  min-width: 708px;
}
[data-max-width="708"] {
  max-width: 708px;
}
[data-width="709"] {
  width: 709px;
}
[data-min-width="709"] {
  min-width: 709px;
}
[data-max-width="709"] {
  max-width: 709px;
}
[data-width="710"] {
  width: 710px;
}
[data-min-width="710"] {
  min-width: 710px;
}
[data-max-width="710"] {
  max-width: 710px;
}
[data-width="711"] {
  width: 711px;
}
[data-min-width="711"] {
  min-width: 711px;
}
[data-max-width="711"] {
  max-width: 711px;
}
[data-width="712"] {
  width: 712px;
}
[data-min-width="712"] {
  min-width: 712px;
}
[data-max-width="712"] {
  max-width: 712px;
}
[data-width="713"] {
  width: 713px;
}
[data-min-width="713"] {
  min-width: 713px;
}
[data-max-width="713"] {
  max-width: 713px;
}
[data-width="714"] {
  width: 714px;
}
[data-min-width="714"] {
  min-width: 714px;
}
[data-max-width="714"] {
  max-width: 714px;
}
[data-width="715"] {
  width: 715px;
}
[data-min-width="715"] {
  min-width: 715px;
}
[data-max-width="715"] {
  max-width: 715px;
}
[data-width="716"] {
  width: 716px;
}
[data-min-width="716"] {
  min-width: 716px;
}
[data-max-width="716"] {
  max-width: 716px;
}
[data-width="717"] {
  width: 717px;
}
[data-min-width="717"] {
  min-width: 717px;
}
[data-max-width="717"] {
  max-width: 717px;
}
[data-width="718"] {
  width: 718px;
}
[data-min-width="718"] {
  min-width: 718px;
}
[data-max-width="718"] {
  max-width: 718px;
}
[data-width="719"] {
  width: 719px;
}
[data-min-width="719"] {
  min-width: 719px;
}
[data-max-width="719"] {
  max-width: 719px;
}
[data-width="720"] {
  width: 720px;
}
[data-min-width="720"] {
  min-width: 720px;
}
[data-max-width="720"] {
  max-width: 720px;
}
[data-width="721"] {
  width: 721px;
}
[data-min-width="721"] {
  min-width: 721px;
}
[data-max-width="721"] {
  max-width: 721px;
}
[data-width="722"] {
  width: 722px;
}
[data-min-width="722"] {
  min-width: 722px;
}
[data-max-width="722"] {
  max-width: 722px;
}
[data-width="723"] {
  width: 723px;
}
[data-min-width="723"] {
  min-width: 723px;
}
[data-max-width="723"] {
  max-width: 723px;
}
[data-width="724"] {
  width: 724px;
}
[data-min-width="724"] {
  min-width: 724px;
}
[data-max-width="724"] {
  max-width: 724px;
}
[data-width="725"] {
  width: 725px;
}
[data-min-width="725"] {
  min-width: 725px;
}
[data-max-width="725"] {
  max-width: 725px;
}
[data-width="726"] {
  width: 726px;
}
[data-min-width="726"] {
  min-width: 726px;
}
[data-max-width="726"] {
  max-width: 726px;
}
[data-width="727"] {
  width: 727px;
}
[data-min-width="727"] {
  min-width: 727px;
}
[data-max-width="727"] {
  max-width: 727px;
}
[data-width="728"] {
  width: 728px;
}
[data-min-width="728"] {
  min-width: 728px;
}
[data-max-width="728"] {
  max-width: 728px;
}
[data-width="729"] {
  width: 729px;
}
[data-min-width="729"] {
  min-width: 729px;
}
[data-max-width="729"] {
  max-width: 729px;
}
[data-width="730"] {
  width: 730px;
}
[data-min-width="730"] {
  min-width: 730px;
}
[data-max-width="730"] {
  max-width: 730px;
}
[data-width="731"] {
  width: 731px;
}
[data-min-width="731"] {
  min-width: 731px;
}
[data-max-width="731"] {
  max-width: 731px;
}
[data-width="732"] {
  width: 732px;
}
[data-min-width="732"] {
  min-width: 732px;
}
[data-max-width="732"] {
  max-width: 732px;
}
[data-width="733"] {
  width: 733px;
}
[data-min-width="733"] {
  min-width: 733px;
}
[data-max-width="733"] {
  max-width: 733px;
}
[data-width="734"] {
  width: 734px;
}
[data-min-width="734"] {
  min-width: 734px;
}
[data-max-width="734"] {
  max-width: 734px;
}
[data-width="735"] {
  width: 735px;
}
[data-min-width="735"] {
  min-width: 735px;
}
[data-max-width="735"] {
  max-width: 735px;
}
[data-width="736"] {
  width: 736px;
}
[data-min-width="736"] {
  min-width: 736px;
}
[data-max-width="736"] {
  max-width: 736px;
}
[data-width="737"] {
  width: 737px;
}
[data-min-width="737"] {
  min-width: 737px;
}
[data-max-width="737"] {
  max-width: 737px;
}
[data-width="738"] {
  width: 738px;
}
[data-min-width="738"] {
  min-width: 738px;
}
[data-max-width="738"] {
  max-width: 738px;
}
[data-width="739"] {
  width: 739px;
}
[data-min-width="739"] {
  min-width: 739px;
}
[data-max-width="739"] {
  max-width: 739px;
}
[data-width="740"] {
  width: 740px;
}
[data-min-width="740"] {
  min-width: 740px;
}
[data-max-width="740"] {
  max-width: 740px;
}
[data-width="741"] {
  width: 741px;
}
[data-min-width="741"] {
  min-width: 741px;
}
[data-max-width="741"] {
  max-width: 741px;
}
[data-width="742"] {
  width: 742px;
}
[data-min-width="742"] {
  min-width: 742px;
}
[data-max-width="742"] {
  max-width: 742px;
}
[data-width="743"] {
  width: 743px;
}
[data-min-width="743"] {
  min-width: 743px;
}
[data-max-width="743"] {
  max-width: 743px;
}
[data-width="744"] {
  width: 744px;
}
[data-min-width="744"] {
  min-width: 744px;
}
[data-max-width="744"] {
  max-width: 744px;
}
[data-width="745"] {
  width: 745px;
}
[data-min-width="745"] {
  min-width: 745px;
}
[data-max-width="745"] {
  max-width: 745px;
}
[data-width="746"] {
  width: 746px;
}
[data-min-width="746"] {
  min-width: 746px;
}
[data-max-width="746"] {
  max-width: 746px;
}
[data-width="747"] {
  width: 747px;
}
[data-min-width="747"] {
  min-width: 747px;
}
[data-max-width="747"] {
  max-width: 747px;
}
[data-width="748"] {
  width: 748px;
}
[data-min-width="748"] {
  min-width: 748px;
}
[data-max-width="748"] {
  max-width: 748px;
}
[data-width="749"] {
  width: 749px;
}
[data-min-width="749"] {
  min-width: 749px;
}
[data-max-width="749"] {
  max-width: 749px;
}
[data-width="750"] {
  width: 750px;
}
[data-min-width="750"] {
  min-width: 750px;
}
[data-max-width="750"] {
  max-width: 750px;
}
[data-width="751"] {
  width: 751px;
}
[data-min-width="751"] {
  min-width: 751px;
}
[data-max-width="751"] {
  max-width: 751px;
}
[data-width="752"] {
  width: 752px;
}
[data-min-width="752"] {
  min-width: 752px;
}
[data-max-width="752"] {
  max-width: 752px;
}
[data-width="753"] {
  width: 753px;
}
[data-min-width="753"] {
  min-width: 753px;
}
[data-max-width="753"] {
  max-width: 753px;
}
[data-width="754"] {
  width: 754px;
}
[data-min-width="754"] {
  min-width: 754px;
}
[data-max-width="754"] {
  max-width: 754px;
}
[data-width="755"] {
  width: 755px;
}
[data-min-width="755"] {
  min-width: 755px;
}
[data-max-width="755"] {
  max-width: 755px;
}
[data-width="756"] {
  width: 756px;
}
[data-min-width="756"] {
  min-width: 756px;
}
[data-max-width="756"] {
  max-width: 756px;
}
[data-width="757"] {
  width: 757px;
}
[data-min-width="757"] {
  min-width: 757px;
}
[data-max-width="757"] {
  max-width: 757px;
}
[data-width="758"] {
  width: 758px;
}
[data-min-width="758"] {
  min-width: 758px;
}
[data-max-width="758"] {
  max-width: 758px;
}
[data-width="759"] {
  width: 759px;
}
[data-min-width="759"] {
  min-width: 759px;
}
[data-max-width="759"] {
  max-width: 759px;
}
[data-width="760"] {
  width: 760px;
}
[data-min-width="760"] {
  min-width: 760px;
}
[data-max-width="760"] {
  max-width: 760px;
}
[data-width="761"] {
  width: 761px;
}
[data-min-width="761"] {
  min-width: 761px;
}
[data-max-width="761"] {
  max-width: 761px;
}
[data-width="762"] {
  width: 762px;
}
[data-min-width="762"] {
  min-width: 762px;
}
[data-max-width="762"] {
  max-width: 762px;
}
[data-width="763"] {
  width: 763px;
}
[data-min-width="763"] {
  min-width: 763px;
}
[data-max-width="763"] {
  max-width: 763px;
}
[data-width="764"] {
  width: 764px;
}
[data-min-width="764"] {
  min-width: 764px;
}
[data-max-width="764"] {
  max-width: 764px;
}
[data-width="765"] {
  width: 765px;
}
[data-min-width="765"] {
  min-width: 765px;
}
[data-max-width="765"] {
  max-width: 765px;
}
[data-width="766"] {
  width: 766px;
}
[data-min-width="766"] {
  min-width: 766px;
}
[data-max-width="766"] {
  max-width: 766px;
}
[data-width="767"] {
  width: 767px;
}
[data-min-width="767"] {
  min-width: 767px;
}
[data-max-width="767"] {
  max-width: 767px;
}
[data-width="768"] {
  width: 768px;
}
[data-min-width="768"] {
  min-width: 768px;
}
[data-max-width="768"] {
  max-width: 768px;
}
[data-width="769"] {
  width: 769px;
}
[data-min-width="769"] {
  min-width: 769px;
}
[data-max-width="769"] {
  max-width: 769px;
}
[data-width="770"] {
  width: 770px;
}
[data-min-width="770"] {
  min-width: 770px;
}
[data-max-width="770"] {
  max-width: 770px;
}
[data-width="771"] {
  width: 771px;
}
[data-min-width="771"] {
  min-width: 771px;
}
[data-max-width="771"] {
  max-width: 771px;
}
[data-width="772"] {
  width: 772px;
}
[data-min-width="772"] {
  min-width: 772px;
}
[data-max-width="772"] {
  max-width: 772px;
}
[data-width="773"] {
  width: 773px;
}
[data-min-width="773"] {
  min-width: 773px;
}
[data-max-width="773"] {
  max-width: 773px;
}
[data-width="774"] {
  width: 774px;
}
[data-min-width="774"] {
  min-width: 774px;
}
[data-max-width="774"] {
  max-width: 774px;
}
[data-width="775"] {
  width: 775px;
}
[data-min-width="775"] {
  min-width: 775px;
}
[data-max-width="775"] {
  max-width: 775px;
}
[data-width="776"] {
  width: 776px;
}
[data-min-width="776"] {
  min-width: 776px;
}
[data-max-width="776"] {
  max-width: 776px;
}
[data-width="777"] {
  width: 777px;
}
[data-min-width="777"] {
  min-width: 777px;
}
[data-max-width="777"] {
  max-width: 777px;
}
[data-width="778"] {
  width: 778px;
}
[data-min-width="778"] {
  min-width: 778px;
}
[data-max-width="778"] {
  max-width: 778px;
}
[data-width="779"] {
  width: 779px;
}
[data-min-width="779"] {
  min-width: 779px;
}
[data-max-width="779"] {
  max-width: 779px;
}
[data-width="780"] {
  width: 780px;
}
[data-min-width="780"] {
  min-width: 780px;
}
[data-max-width="780"] {
  max-width: 780px;
}
[data-width="781"] {
  width: 781px;
}
[data-min-width="781"] {
  min-width: 781px;
}
[data-max-width="781"] {
  max-width: 781px;
}
[data-width="782"] {
  width: 782px;
}
[data-min-width="782"] {
  min-width: 782px;
}
[data-max-width="782"] {
  max-width: 782px;
}
[data-width="783"] {
  width: 783px;
}
[data-min-width="783"] {
  min-width: 783px;
}
[data-max-width="783"] {
  max-width: 783px;
}
[data-width="784"] {
  width: 784px;
}
[data-min-width="784"] {
  min-width: 784px;
}
[data-max-width="784"] {
  max-width: 784px;
}
[data-width="785"] {
  width: 785px;
}
[data-min-width="785"] {
  min-width: 785px;
}
[data-max-width="785"] {
  max-width: 785px;
}
[data-width="786"] {
  width: 786px;
}
[data-min-width="786"] {
  min-width: 786px;
}
[data-max-width="786"] {
  max-width: 786px;
}
[data-width="787"] {
  width: 787px;
}
[data-min-width="787"] {
  min-width: 787px;
}
[data-max-width="787"] {
  max-width: 787px;
}
[data-width="788"] {
  width: 788px;
}
[data-min-width="788"] {
  min-width: 788px;
}
[data-max-width="788"] {
  max-width: 788px;
}
[data-width="789"] {
  width: 789px;
}
[data-min-width="789"] {
  min-width: 789px;
}
[data-max-width="789"] {
  max-width: 789px;
}
[data-width="790"] {
  width: 790px;
}
[data-min-width="790"] {
  min-width: 790px;
}
[data-max-width="790"] {
  max-width: 790px;
}
[data-width="791"] {
  width: 791px;
}
[data-min-width="791"] {
  min-width: 791px;
}
[data-max-width="791"] {
  max-width: 791px;
}
[data-width="792"] {
  width: 792px;
}
[data-min-width="792"] {
  min-width: 792px;
}
[data-max-width="792"] {
  max-width: 792px;
}
[data-width="793"] {
  width: 793px;
}
[data-min-width="793"] {
  min-width: 793px;
}
[data-max-width="793"] {
  max-width: 793px;
}
[data-width="794"] {
  width: 794px;
}
[data-min-width="794"] {
  min-width: 794px;
}
[data-max-width="794"] {
  max-width: 794px;
}
[data-width="795"] {
  width: 795px;
}
[data-min-width="795"] {
  min-width: 795px;
}
[data-max-width="795"] {
  max-width: 795px;
}
[data-width="796"] {
  width: 796px;
}
[data-min-width="796"] {
  min-width: 796px;
}
[data-max-width="796"] {
  max-width: 796px;
}
[data-width="797"] {
  width: 797px;
}
[data-min-width="797"] {
  min-width: 797px;
}
[data-max-width="797"] {
  max-width: 797px;
}
[data-width="798"] {
  width: 798px;
}
[data-min-width="798"] {
  min-width: 798px;
}
[data-max-width="798"] {
  max-width: 798px;
}
[data-width="799"] {
  width: 799px;
}
[data-min-width="799"] {
  min-width: 799px;
}
[data-max-width="799"] {
  max-width: 799px;
}
[data-width="800"] {
  width: 800px;
}
[data-min-width="800"] {
  min-width: 800px;
}
[data-max-width="800"] {
  max-width: 800px;
}
[data-width="801"] {
  width: 801px;
}
[data-min-width="801"] {
  min-width: 801px;
}
[data-max-width="801"] {
  max-width: 801px;
}
[data-width="802"] {
  width: 802px;
}
[data-min-width="802"] {
  min-width: 802px;
}
[data-max-width="802"] {
  max-width: 802px;
}
[data-width="803"] {
  width: 803px;
}
[data-min-width="803"] {
  min-width: 803px;
}
[data-max-width="803"] {
  max-width: 803px;
}
[data-width="804"] {
  width: 804px;
}
[data-min-width="804"] {
  min-width: 804px;
}
[data-max-width="804"] {
  max-width: 804px;
}
[data-width="805"] {
  width: 805px;
}
[data-min-width="805"] {
  min-width: 805px;
}
[data-max-width="805"] {
  max-width: 805px;
}
[data-width="806"] {
  width: 806px;
}
[data-min-width="806"] {
  min-width: 806px;
}
[data-max-width="806"] {
  max-width: 806px;
}
[data-width="807"] {
  width: 807px;
}
[data-min-width="807"] {
  min-width: 807px;
}
[data-max-width="807"] {
  max-width: 807px;
}
[data-width="808"] {
  width: 808px;
}
[data-min-width="808"] {
  min-width: 808px;
}
[data-max-width="808"] {
  max-width: 808px;
}
[data-width="809"] {
  width: 809px;
}
[data-min-width="809"] {
  min-width: 809px;
}
[data-max-width="809"] {
  max-width: 809px;
}
[data-width="810"] {
  width: 810px;
}
[data-min-width="810"] {
  min-width: 810px;
}
[data-max-width="810"] {
  max-width: 810px;
}
[data-width="811"] {
  width: 811px;
}
[data-min-width="811"] {
  min-width: 811px;
}
[data-max-width="811"] {
  max-width: 811px;
}
[data-width="812"] {
  width: 812px;
}
[data-min-width="812"] {
  min-width: 812px;
}
[data-max-width="812"] {
  max-width: 812px;
}
[data-width="813"] {
  width: 813px;
}
[data-min-width="813"] {
  min-width: 813px;
}
[data-max-width="813"] {
  max-width: 813px;
}
[data-width="814"] {
  width: 814px;
}
[data-min-width="814"] {
  min-width: 814px;
}
[data-max-width="814"] {
  max-width: 814px;
}
[data-width="815"] {
  width: 815px;
}
[data-min-width="815"] {
  min-width: 815px;
}
[data-max-width="815"] {
  max-width: 815px;
}
[data-width="816"] {
  width: 816px;
}
[data-min-width="816"] {
  min-width: 816px;
}
[data-max-width="816"] {
  max-width: 816px;
}
[data-width="817"] {
  width: 817px;
}
[data-min-width="817"] {
  min-width: 817px;
}
[data-max-width="817"] {
  max-width: 817px;
}
[data-width="818"] {
  width: 818px;
}
[data-min-width="818"] {
  min-width: 818px;
}
[data-max-width="818"] {
  max-width: 818px;
}
[data-width="819"] {
  width: 819px;
}
[data-min-width="819"] {
  min-width: 819px;
}
[data-max-width="819"] {
  max-width: 819px;
}
[data-width="820"] {
  width: 820px;
}
[data-min-width="820"] {
  min-width: 820px;
}
[data-max-width="820"] {
  max-width: 820px;
}
[data-width="821"] {
  width: 821px;
}
[data-min-width="821"] {
  min-width: 821px;
}
[data-max-width="821"] {
  max-width: 821px;
}
[data-width="822"] {
  width: 822px;
}
[data-min-width="822"] {
  min-width: 822px;
}
[data-max-width="822"] {
  max-width: 822px;
}
[data-width="823"] {
  width: 823px;
}
[data-min-width="823"] {
  min-width: 823px;
}
[data-max-width="823"] {
  max-width: 823px;
}
[data-width="824"] {
  width: 824px;
}
[data-min-width="824"] {
  min-width: 824px;
}
[data-max-width="824"] {
  max-width: 824px;
}
[data-width="825"] {
  width: 825px;
}
[data-min-width="825"] {
  min-width: 825px;
}
[data-max-width="825"] {
  max-width: 825px;
}
[data-width="826"] {
  width: 826px;
}
[data-min-width="826"] {
  min-width: 826px;
}
[data-max-width="826"] {
  max-width: 826px;
}
[data-width="827"] {
  width: 827px;
}
[data-min-width="827"] {
  min-width: 827px;
}
[data-max-width="827"] {
  max-width: 827px;
}
[data-width="828"] {
  width: 828px;
}
[data-min-width="828"] {
  min-width: 828px;
}
[data-max-width="828"] {
  max-width: 828px;
}
[data-width="829"] {
  width: 829px;
}
[data-min-width="829"] {
  min-width: 829px;
}
[data-max-width="829"] {
  max-width: 829px;
}
[data-width="830"] {
  width: 830px;
}
[data-min-width="830"] {
  min-width: 830px;
}
[data-max-width="830"] {
  max-width: 830px;
}
[data-width="831"] {
  width: 831px;
}
[data-min-width="831"] {
  min-width: 831px;
}
[data-max-width="831"] {
  max-width: 831px;
}
[data-width="832"] {
  width: 832px;
}
[data-min-width="832"] {
  min-width: 832px;
}
[data-max-width="832"] {
  max-width: 832px;
}
[data-width="833"] {
  width: 833px;
}
[data-min-width="833"] {
  min-width: 833px;
}
[data-max-width="833"] {
  max-width: 833px;
}
[data-width="834"] {
  width: 834px;
}
[data-min-width="834"] {
  min-width: 834px;
}
[data-max-width="834"] {
  max-width: 834px;
}
[data-width="835"] {
  width: 835px;
}
[data-min-width="835"] {
  min-width: 835px;
}
[data-max-width="835"] {
  max-width: 835px;
}
[data-width="836"] {
  width: 836px;
}
[data-min-width="836"] {
  min-width: 836px;
}
[data-max-width="836"] {
  max-width: 836px;
}
[data-width="837"] {
  width: 837px;
}
[data-min-width="837"] {
  min-width: 837px;
}
[data-max-width="837"] {
  max-width: 837px;
}
[data-width="838"] {
  width: 838px;
}
[data-min-width="838"] {
  min-width: 838px;
}
[data-max-width="838"] {
  max-width: 838px;
}
[data-width="839"] {
  width: 839px;
}
[data-min-width="839"] {
  min-width: 839px;
}
[data-max-width="839"] {
  max-width: 839px;
}
[data-width="840"] {
  width: 840px;
}
[data-min-width="840"] {
  min-width: 840px;
}
[data-max-width="840"] {
  max-width: 840px;
}
[data-width="841"] {
  width: 841px;
}
[data-min-width="841"] {
  min-width: 841px;
}
[data-max-width="841"] {
  max-width: 841px;
}
[data-width="842"] {
  width: 842px;
}
[data-min-width="842"] {
  min-width: 842px;
}
[data-max-width="842"] {
  max-width: 842px;
}
[data-width="843"] {
  width: 843px;
}
[data-min-width="843"] {
  min-width: 843px;
}
[data-max-width="843"] {
  max-width: 843px;
}
[data-width="844"] {
  width: 844px;
}
[data-min-width="844"] {
  min-width: 844px;
}
[data-max-width="844"] {
  max-width: 844px;
}
[data-width="845"] {
  width: 845px;
}
[data-min-width="845"] {
  min-width: 845px;
}
[data-max-width="845"] {
  max-width: 845px;
}
[data-width="846"] {
  width: 846px;
}
[data-min-width="846"] {
  min-width: 846px;
}
[data-max-width="846"] {
  max-width: 846px;
}
[data-width="847"] {
  width: 847px;
}
[data-min-width="847"] {
  min-width: 847px;
}
[data-max-width="847"] {
  max-width: 847px;
}
[data-width="848"] {
  width: 848px;
}
[data-min-width="848"] {
  min-width: 848px;
}
[data-max-width="848"] {
  max-width: 848px;
}
[data-width="849"] {
  width: 849px;
}
[data-min-width="849"] {
  min-width: 849px;
}
[data-max-width="849"] {
  max-width: 849px;
}
[data-width="850"] {
  width: 850px;
}
[data-min-width="850"] {
  min-width: 850px;
}
[data-max-width="850"] {
  max-width: 850px;
}
[data-width="851"] {
  width: 851px;
}
[data-min-width="851"] {
  min-width: 851px;
}
[data-max-width="851"] {
  max-width: 851px;
}
[data-width="852"] {
  width: 852px;
}
[data-min-width="852"] {
  min-width: 852px;
}
[data-max-width="852"] {
  max-width: 852px;
}
[data-width="853"] {
  width: 853px;
}
[data-min-width="853"] {
  min-width: 853px;
}
[data-max-width="853"] {
  max-width: 853px;
}
[data-width="854"] {
  width: 854px;
}
[data-min-width="854"] {
  min-width: 854px;
}
[data-max-width="854"] {
  max-width: 854px;
}
[data-width="855"] {
  width: 855px;
}
[data-min-width="855"] {
  min-width: 855px;
}
[data-max-width="855"] {
  max-width: 855px;
}
[data-width="856"] {
  width: 856px;
}
[data-min-width="856"] {
  min-width: 856px;
}
[data-max-width="856"] {
  max-width: 856px;
}
[data-width="857"] {
  width: 857px;
}
[data-min-width="857"] {
  min-width: 857px;
}
[data-max-width="857"] {
  max-width: 857px;
}
[data-width="858"] {
  width: 858px;
}
[data-min-width="858"] {
  min-width: 858px;
}
[data-max-width="858"] {
  max-width: 858px;
}
[data-width="859"] {
  width: 859px;
}
[data-min-width="859"] {
  min-width: 859px;
}
[data-max-width="859"] {
  max-width: 859px;
}
[data-width="860"] {
  width: 860px;
}
[data-min-width="860"] {
  min-width: 860px;
}
[data-max-width="860"] {
  max-width: 860px;
}
[data-width="861"] {
  width: 861px;
}
[data-min-width="861"] {
  min-width: 861px;
}
[data-max-width="861"] {
  max-width: 861px;
}
[data-width="862"] {
  width: 862px;
}
[data-min-width="862"] {
  min-width: 862px;
}
[data-max-width="862"] {
  max-width: 862px;
}
[data-width="863"] {
  width: 863px;
}
[data-min-width="863"] {
  min-width: 863px;
}
[data-max-width="863"] {
  max-width: 863px;
}
[data-width="864"] {
  width: 864px;
}
[data-min-width="864"] {
  min-width: 864px;
}
[data-max-width="864"] {
  max-width: 864px;
}
[data-width="865"] {
  width: 865px;
}
[data-min-width="865"] {
  min-width: 865px;
}
[data-max-width="865"] {
  max-width: 865px;
}
[data-width="866"] {
  width: 866px;
}
[data-min-width="866"] {
  min-width: 866px;
}
[data-max-width="866"] {
  max-width: 866px;
}
[data-width="867"] {
  width: 867px;
}
[data-min-width="867"] {
  min-width: 867px;
}
[data-max-width="867"] {
  max-width: 867px;
}
[data-width="868"] {
  width: 868px;
}
[data-min-width="868"] {
  min-width: 868px;
}
[data-max-width="868"] {
  max-width: 868px;
}
[data-width="869"] {
  width: 869px;
}
[data-min-width="869"] {
  min-width: 869px;
}
[data-max-width="869"] {
  max-width: 869px;
}
[data-width="870"] {
  width: 870px;
}
[data-min-width="870"] {
  min-width: 870px;
}
[data-max-width="870"] {
  max-width: 870px;
}
[data-width="871"] {
  width: 871px;
}
[data-min-width="871"] {
  min-width: 871px;
}
[data-max-width="871"] {
  max-width: 871px;
}
[data-width="872"] {
  width: 872px;
}
[data-min-width="872"] {
  min-width: 872px;
}
[data-max-width="872"] {
  max-width: 872px;
}
[data-width="873"] {
  width: 873px;
}
[data-min-width="873"] {
  min-width: 873px;
}
[data-max-width="873"] {
  max-width: 873px;
}
[data-width="874"] {
  width: 874px;
}
[data-min-width="874"] {
  min-width: 874px;
}
[data-max-width="874"] {
  max-width: 874px;
}
[data-width="875"] {
  width: 875px;
}
[data-min-width="875"] {
  min-width: 875px;
}
[data-max-width="875"] {
  max-width: 875px;
}
[data-width="876"] {
  width: 876px;
}
[data-min-width="876"] {
  min-width: 876px;
}
[data-max-width="876"] {
  max-width: 876px;
}
[data-width="877"] {
  width: 877px;
}
[data-min-width="877"] {
  min-width: 877px;
}
[data-max-width="877"] {
  max-width: 877px;
}
[data-width="878"] {
  width: 878px;
}
[data-min-width="878"] {
  min-width: 878px;
}
[data-max-width="878"] {
  max-width: 878px;
}
[data-width="879"] {
  width: 879px;
}
[data-min-width="879"] {
  min-width: 879px;
}
[data-max-width="879"] {
  max-width: 879px;
}
[data-width="880"] {
  width: 880px;
}
[data-min-width="880"] {
  min-width: 880px;
}
[data-max-width="880"] {
  max-width: 880px;
}
[data-width="881"] {
  width: 881px;
}
[data-min-width="881"] {
  min-width: 881px;
}
[data-max-width="881"] {
  max-width: 881px;
}
[data-width="882"] {
  width: 882px;
}
[data-min-width="882"] {
  min-width: 882px;
}
[data-max-width="882"] {
  max-width: 882px;
}
[data-width="883"] {
  width: 883px;
}
[data-min-width="883"] {
  min-width: 883px;
}
[data-max-width="883"] {
  max-width: 883px;
}
[data-width="884"] {
  width: 884px;
}
[data-min-width="884"] {
  min-width: 884px;
}
[data-max-width="884"] {
  max-width: 884px;
}
[data-width="885"] {
  width: 885px;
}
[data-min-width="885"] {
  min-width: 885px;
}
[data-max-width="885"] {
  max-width: 885px;
}
[data-width="886"] {
  width: 886px;
}
[data-min-width="886"] {
  min-width: 886px;
}
[data-max-width="886"] {
  max-width: 886px;
}
[data-width="887"] {
  width: 887px;
}
[data-min-width="887"] {
  min-width: 887px;
}
[data-max-width="887"] {
  max-width: 887px;
}
[data-width="888"] {
  width: 888px;
}
[data-min-width="888"] {
  min-width: 888px;
}
[data-max-width="888"] {
  max-width: 888px;
}
[data-width="889"] {
  width: 889px;
}
[data-min-width="889"] {
  min-width: 889px;
}
[data-max-width="889"] {
  max-width: 889px;
}
[data-width="890"] {
  width: 890px;
}
[data-min-width="890"] {
  min-width: 890px;
}
[data-max-width="890"] {
  max-width: 890px;
}
[data-width="891"] {
  width: 891px;
}
[data-min-width="891"] {
  min-width: 891px;
}
[data-max-width="891"] {
  max-width: 891px;
}
[data-width="892"] {
  width: 892px;
}
[data-min-width="892"] {
  min-width: 892px;
}
[data-max-width="892"] {
  max-width: 892px;
}
[data-width="893"] {
  width: 893px;
}
[data-min-width="893"] {
  min-width: 893px;
}
[data-max-width="893"] {
  max-width: 893px;
}
[data-width="894"] {
  width: 894px;
}
[data-min-width="894"] {
  min-width: 894px;
}
[data-max-width="894"] {
  max-width: 894px;
}
[data-width="895"] {
  width: 895px;
}
[data-min-width="895"] {
  min-width: 895px;
}
[data-max-width="895"] {
  max-width: 895px;
}
[data-width="896"] {
  width: 896px;
}
[data-min-width="896"] {
  min-width: 896px;
}
[data-max-width="896"] {
  max-width: 896px;
}
[data-width="897"] {
  width: 897px;
}
[data-min-width="897"] {
  min-width: 897px;
}
[data-max-width="897"] {
  max-width: 897px;
}
[data-width="898"] {
  width: 898px;
}
[data-min-width="898"] {
  min-width: 898px;
}
[data-max-width="898"] {
  max-width: 898px;
}
[data-width="899"] {
  width: 899px;
}
[data-min-width="899"] {
  min-width: 899px;
}
[data-max-width="899"] {
  max-width: 899px;
}
[data-width="900"] {
  width: 900px;
}
[data-min-width="900"] {
  min-width: 900px;
}
[data-max-width="900"] {
  max-width: 900px;
}
[data-width="901"] {
  width: 901px;
}
[data-min-width="901"] {
  min-width: 901px;
}
[data-max-width="901"] {
  max-width: 901px;
}
[data-width="902"] {
  width: 902px;
}
[data-min-width="902"] {
  min-width: 902px;
}
[data-max-width="902"] {
  max-width: 902px;
}
[data-width="903"] {
  width: 903px;
}
[data-min-width="903"] {
  min-width: 903px;
}
[data-max-width="903"] {
  max-width: 903px;
}
[data-width="904"] {
  width: 904px;
}
[data-min-width="904"] {
  min-width: 904px;
}
[data-max-width="904"] {
  max-width: 904px;
}
[data-width="905"] {
  width: 905px;
}
[data-min-width="905"] {
  min-width: 905px;
}
[data-max-width="905"] {
  max-width: 905px;
}
[data-width="906"] {
  width: 906px;
}
[data-min-width="906"] {
  min-width: 906px;
}
[data-max-width="906"] {
  max-width: 906px;
}
[data-width="907"] {
  width: 907px;
}
[data-min-width="907"] {
  min-width: 907px;
}
[data-max-width="907"] {
  max-width: 907px;
}
[data-width="908"] {
  width: 908px;
}
[data-min-width="908"] {
  min-width: 908px;
}
[data-max-width="908"] {
  max-width: 908px;
}
[data-width="909"] {
  width: 909px;
}
[data-min-width="909"] {
  min-width: 909px;
}
[data-max-width="909"] {
  max-width: 909px;
}
[data-width="910"] {
  width: 910px;
}
[data-min-width="910"] {
  min-width: 910px;
}
[data-max-width="910"] {
  max-width: 910px;
}
[data-width="911"] {
  width: 911px;
}
[data-min-width="911"] {
  min-width: 911px;
}
[data-max-width="911"] {
  max-width: 911px;
}
[data-width="912"] {
  width: 912px;
}
[data-min-width="912"] {
  min-width: 912px;
}
[data-max-width="912"] {
  max-width: 912px;
}
[data-width="913"] {
  width: 913px;
}
[data-min-width="913"] {
  min-width: 913px;
}
[data-max-width="913"] {
  max-width: 913px;
}
[data-width="914"] {
  width: 914px;
}
[data-min-width="914"] {
  min-width: 914px;
}
[data-max-width="914"] {
  max-width: 914px;
}
[data-width="915"] {
  width: 915px;
}
[data-min-width="915"] {
  min-width: 915px;
}
[data-max-width="915"] {
  max-width: 915px;
}
[data-width="916"] {
  width: 916px;
}
[data-min-width="916"] {
  min-width: 916px;
}
[data-max-width="916"] {
  max-width: 916px;
}
[data-width="917"] {
  width: 917px;
}
[data-min-width="917"] {
  min-width: 917px;
}
[data-max-width="917"] {
  max-width: 917px;
}
[data-width="918"] {
  width: 918px;
}
[data-min-width="918"] {
  min-width: 918px;
}
[data-max-width="918"] {
  max-width: 918px;
}
[data-width="919"] {
  width: 919px;
}
[data-min-width="919"] {
  min-width: 919px;
}
[data-max-width="919"] {
  max-width: 919px;
}
[data-width="920"] {
  width: 920px;
}
[data-min-width="920"] {
  min-width: 920px;
}
[data-max-width="920"] {
  max-width: 920px;
}
[data-width="921"] {
  width: 921px;
}
[data-min-width="921"] {
  min-width: 921px;
}
[data-max-width="921"] {
  max-width: 921px;
}
[data-width="922"] {
  width: 922px;
}
[data-min-width="922"] {
  min-width: 922px;
}
[data-max-width="922"] {
  max-width: 922px;
}
[data-width="923"] {
  width: 923px;
}
[data-min-width="923"] {
  min-width: 923px;
}
[data-max-width="923"] {
  max-width: 923px;
}
[data-width="924"] {
  width: 924px;
}
[data-min-width="924"] {
  min-width: 924px;
}
[data-max-width="924"] {
  max-width: 924px;
}
[data-width="925"] {
  width: 925px;
}
[data-min-width="925"] {
  min-width: 925px;
}
[data-max-width="925"] {
  max-width: 925px;
}
[data-width="926"] {
  width: 926px;
}
[data-min-width="926"] {
  min-width: 926px;
}
[data-max-width="926"] {
  max-width: 926px;
}
[data-width="927"] {
  width: 927px;
}
[data-min-width="927"] {
  min-width: 927px;
}
[data-max-width="927"] {
  max-width: 927px;
}
[data-width="928"] {
  width: 928px;
}
[data-min-width="928"] {
  min-width: 928px;
}
[data-max-width="928"] {
  max-width: 928px;
}
[data-width="929"] {
  width: 929px;
}
[data-min-width="929"] {
  min-width: 929px;
}
[data-max-width="929"] {
  max-width: 929px;
}
[data-width="930"] {
  width: 930px;
}
[data-min-width="930"] {
  min-width: 930px;
}
[data-max-width="930"] {
  max-width: 930px;
}
[data-width="931"] {
  width: 931px;
}
[data-min-width="931"] {
  min-width: 931px;
}
[data-max-width="931"] {
  max-width: 931px;
}
[data-width="932"] {
  width: 932px;
}
[data-min-width="932"] {
  min-width: 932px;
}
[data-max-width="932"] {
  max-width: 932px;
}
[data-width="933"] {
  width: 933px;
}
[data-min-width="933"] {
  min-width: 933px;
}
[data-max-width="933"] {
  max-width: 933px;
}
[data-width="934"] {
  width: 934px;
}
[data-min-width="934"] {
  min-width: 934px;
}
[data-max-width="934"] {
  max-width: 934px;
}
[data-width="935"] {
  width: 935px;
}
[data-min-width="935"] {
  min-width: 935px;
}
[data-max-width="935"] {
  max-width: 935px;
}
[data-width="936"] {
  width: 936px;
}
[data-min-width="936"] {
  min-width: 936px;
}
[data-max-width="936"] {
  max-width: 936px;
}
[data-width="937"] {
  width: 937px;
}
[data-min-width="937"] {
  min-width: 937px;
}
[data-max-width="937"] {
  max-width: 937px;
}
[data-width="938"] {
  width: 938px;
}
[data-min-width="938"] {
  min-width: 938px;
}
[data-max-width="938"] {
  max-width: 938px;
}
[data-width="939"] {
  width: 939px;
}
[data-min-width="939"] {
  min-width: 939px;
}
[data-max-width="939"] {
  max-width: 939px;
}
[data-width="940"] {
  width: 940px;
}
[data-min-width="940"] {
  min-width: 940px;
}
[data-max-width="940"] {
  max-width: 940px;
}
[data-width="941"] {
  width: 941px;
}
[data-min-width="941"] {
  min-width: 941px;
}
[data-max-width="941"] {
  max-width: 941px;
}
[data-width="942"] {
  width: 942px;
}
[data-min-width="942"] {
  min-width: 942px;
}
[data-max-width="942"] {
  max-width: 942px;
}
[data-width="943"] {
  width: 943px;
}
[data-min-width="943"] {
  min-width: 943px;
}
[data-max-width="943"] {
  max-width: 943px;
}
[data-width="944"] {
  width: 944px;
}
[data-min-width="944"] {
  min-width: 944px;
}
[data-max-width="944"] {
  max-width: 944px;
}
[data-width="945"] {
  width: 945px;
}
[data-min-width="945"] {
  min-width: 945px;
}
[data-max-width="945"] {
  max-width: 945px;
}
[data-width="946"] {
  width: 946px;
}
[data-min-width="946"] {
  min-width: 946px;
}
[data-max-width="946"] {
  max-width: 946px;
}
[data-width="947"] {
  width: 947px;
}
[data-min-width="947"] {
  min-width: 947px;
}
[data-max-width="947"] {
  max-width: 947px;
}
[data-width="948"] {
  width: 948px;
}
[data-min-width="948"] {
  min-width: 948px;
}
[data-max-width="948"] {
  max-width: 948px;
}
[data-width="949"] {
  width: 949px;
}
[data-min-width="949"] {
  min-width: 949px;
}
[data-max-width="949"] {
  max-width: 949px;
}
[data-width="950"] {
  width: 950px;
}
[data-min-width="950"] {
  min-width: 950px;
}
[data-max-width="950"] {
  max-width: 950px;
}
[data-width="951"] {
  width: 951px;
}
[data-min-width="951"] {
  min-width: 951px;
}
[data-max-width="951"] {
  max-width: 951px;
}
[data-width="952"] {
  width: 952px;
}
[data-min-width="952"] {
  min-width: 952px;
}
[data-max-width="952"] {
  max-width: 952px;
}
[data-width="953"] {
  width: 953px;
}
[data-min-width="953"] {
  min-width: 953px;
}
[data-max-width="953"] {
  max-width: 953px;
}
[data-width="954"] {
  width: 954px;
}
[data-min-width="954"] {
  min-width: 954px;
}
[data-max-width="954"] {
  max-width: 954px;
}
[data-width="955"] {
  width: 955px;
}
[data-min-width="955"] {
  min-width: 955px;
}
[data-max-width="955"] {
  max-width: 955px;
}
[data-width="956"] {
  width: 956px;
}
[data-min-width="956"] {
  min-width: 956px;
}
[data-max-width="956"] {
  max-width: 956px;
}
[data-width="957"] {
  width: 957px;
}
[data-min-width="957"] {
  min-width: 957px;
}
[data-max-width="957"] {
  max-width: 957px;
}
[data-width="958"] {
  width: 958px;
}
[data-min-width="958"] {
  min-width: 958px;
}
[data-max-width="958"] {
  max-width: 958px;
}
[data-width="959"] {
  width: 959px;
}
[data-min-width="959"] {
  min-width: 959px;
}
[data-max-width="959"] {
  max-width: 959px;
}
[data-width="960"] {
  width: 960px;
}
[data-min-width="960"] {
  min-width: 960px;
}
[data-max-width="960"] {
  max-width: 960px;
}
[data-width="961"] {
  width: 961px;
}
[data-min-width="961"] {
  min-width: 961px;
}
[data-max-width="961"] {
  max-width: 961px;
}
[data-width="962"] {
  width: 962px;
}
[data-min-width="962"] {
  min-width: 962px;
}
[data-max-width="962"] {
  max-width: 962px;
}
[data-width="963"] {
  width: 963px;
}
[data-min-width="963"] {
  min-width: 963px;
}
[data-max-width="963"] {
  max-width: 963px;
}
[data-width="964"] {
  width: 964px;
}
[data-min-width="964"] {
  min-width: 964px;
}
[data-max-width="964"] {
  max-width: 964px;
}
[data-width="965"] {
  width: 965px;
}
[data-min-width="965"] {
  min-width: 965px;
}
[data-max-width="965"] {
  max-width: 965px;
}
[data-width="966"] {
  width: 966px;
}
[data-min-width="966"] {
  min-width: 966px;
}
[data-max-width="966"] {
  max-width: 966px;
}
[data-width="967"] {
  width: 967px;
}
[data-min-width="967"] {
  min-width: 967px;
}
[data-max-width="967"] {
  max-width: 967px;
}
[data-width="968"] {
  width: 968px;
}
[data-min-width="968"] {
  min-width: 968px;
}
[data-max-width="968"] {
  max-width: 968px;
}
[data-width="969"] {
  width: 969px;
}
[data-min-width="969"] {
  min-width: 969px;
}
[data-max-width="969"] {
  max-width: 969px;
}
[data-width="970"] {
  width: 970px;
}
[data-min-width="970"] {
  min-width: 970px;
}
[data-max-width="970"] {
  max-width: 970px;
}
[data-width="971"] {
  width: 971px;
}
[data-min-width="971"] {
  min-width: 971px;
}
[data-max-width="971"] {
  max-width: 971px;
}
[data-width="972"] {
  width: 972px;
}
[data-min-width="972"] {
  min-width: 972px;
}
[data-max-width="972"] {
  max-width: 972px;
}
[data-width="973"] {
  width: 973px;
}
[data-min-width="973"] {
  min-width: 973px;
}
[data-max-width="973"] {
  max-width: 973px;
}
[data-width="974"] {
  width: 974px;
}
[data-min-width="974"] {
  min-width: 974px;
}
[data-max-width="974"] {
  max-width: 974px;
}
[data-width="975"] {
  width: 975px;
}
[data-min-width="975"] {
  min-width: 975px;
}
[data-max-width="975"] {
  max-width: 975px;
}
[data-width="976"] {
  width: 976px;
}
[data-min-width="976"] {
  min-width: 976px;
}
[data-max-width="976"] {
  max-width: 976px;
}
[data-width="977"] {
  width: 977px;
}
[data-min-width="977"] {
  min-width: 977px;
}
[data-max-width="977"] {
  max-width: 977px;
}
[data-width="978"] {
  width: 978px;
}
[data-min-width="978"] {
  min-width: 978px;
}
[data-max-width="978"] {
  max-width: 978px;
}
[data-width="979"] {
  width: 979px;
}
[data-min-width="979"] {
  min-width: 979px;
}
[data-max-width="979"] {
  max-width: 979px;
}
[data-width="980"] {
  width: 980px;
}
[data-min-width="980"] {
  min-width: 980px;
}
[data-max-width="980"] {
  max-width: 980px;
}
[data-width="981"] {
  width: 981px;
}
[data-min-width="981"] {
  min-width: 981px;
}
[data-max-width="981"] {
  max-width: 981px;
}
[data-width="982"] {
  width: 982px;
}
[data-min-width="982"] {
  min-width: 982px;
}
[data-max-width="982"] {
  max-width: 982px;
}
[data-width="983"] {
  width: 983px;
}
[data-min-width="983"] {
  min-width: 983px;
}
[data-max-width="983"] {
  max-width: 983px;
}
[data-width="984"] {
  width: 984px;
}
[data-min-width="984"] {
  min-width: 984px;
}
[data-max-width="984"] {
  max-width: 984px;
}
[data-width="985"] {
  width: 985px;
}
[data-min-width="985"] {
  min-width: 985px;
}
[data-max-width="985"] {
  max-width: 985px;
}
[data-width="986"] {
  width: 986px;
}
[data-min-width="986"] {
  min-width: 986px;
}
[data-max-width="986"] {
  max-width: 986px;
}
[data-width="987"] {
  width: 987px;
}
[data-min-width="987"] {
  min-width: 987px;
}
[data-max-width="987"] {
  max-width: 987px;
}
[data-width="988"] {
  width: 988px;
}
[data-min-width="988"] {
  min-width: 988px;
}
[data-max-width="988"] {
  max-width: 988px;
}
[data-width="989"] {
  width: 989px;
}
[data-min-width="989"] {
  min-width: 989px;
}
[data-max-width="989"] {
  max-width: 989px;
}
[data-width="990"] {
  width: 990px;
}
[data-min-width="990"] {
  min-width: 990px;
}
[data-max-width="990"] {
  max-width: 990px;
}
[data-width="991"] {
  width: 991px;
}
[data-min-width="991"] {
  min-width: 991px;
}
[data-max-width="991"] {
  max-width: 991px;
}
[data-width="992"] {
  width: 992px;
}
[data-min-width="992"] {
  min-width: 992px;
}
[data-max-width="992"] {
  max-width: 992px;
}
[data-width="993"] {
  width: 993px;
}
[data-min-width="993"] {
  min-width: 993px;
}
[data-max-width="993"] {
  max-width: 993px;
}
[data-width="994"] {
  width: 994px;
}
[data-min-width="994"] {
  min-width: 994px;
}
[data-max-width="994"] {
  max-width: 994px;
}
[data-width="995"] {
  width: 995px;
}
[data-min-width="995"] {
  min-width: 995px;
}
[data-max-width="995"] {
  max-width: 995px;
}
[data-width="996"] {
  width: 996px;
}
[data-min-width="996"] {
  min-width: 996px;
}
[data-max-width="996"] {
  max-width: 996px;
}
[data-width="997"] {
  width: 997px;
}
[data-min-width="997"] {
  min-width: 997px;
}
[data-max-width="997"] {
  max-width: 997px;
}
[data-width="998"] {
  width: 998px;
}
[data-min-width="998"] {
  min-width: 998px;
}
[data-max-width="998"] {
  max-width: 998px;
}
[data-width="999"] {
  width: 999px;
}
[data-min-width="999"] {
  min-width: 999px;
}
[data-max-width="999"] {
  max-width: 999px;
}
[data-width="1000"] {
  width: 1000px;
}
[data-min-width="1000"] {
  min-width: 1000px;
}
[data-max-width="1000"] {
  max-width: 1000px;
}
[data-width="1001"] {
  width: 1001px;
}
[data-min-width="1001"] {
  min-width: 1001px;
}
[data-max-width="1001"] {
  max-width: 1001px;
}
[data-width="1002"] {
  width: 1002px;
}
[data-min-width="1002"] {
  min-width: 1002px;
}
[data-max-width="1002"] {
  max-width: 1002px;
}
[data-width="1003"] {
  width: 1003px;
}
[data-min-width="1003"] {
  min-width: 1003px;
}
[data-max-width="1003"] {
  max-width: 1003px;
}
[data-width="1004"] {
  width: 1004px;
}
[data-min-width="1004"] {
  min-width: 1004px;
}
[data-max-width="1004"] {
  max-width: 1004px;
}
[data-width="1005"] {
  width: 1005px;
}
[data-min-width="1005"] {
  min-width: 1005px;
}
[data-max-width="1005"] {
  max-width: 1005px;
}
[data-width="1006"] {
  width: 1006px;
}
[data-min-width="1006"] {
  min-width: 1006px;
}
[data-max-width="1006"] {
  max-width: 1006px;
}
[data-width="1007"] {
  width: 1007px;
}
[data-min-width="1007"] {
  min-width: 1007px;
}
[data-max-width="1007"] {
  max-width: 1007px;
}
[data-width="1008"] {
  width: 1008px;
}
[data-min-width="1008"] {
  min-width: 1008px;
}
[data-max-width="1008"] {
  max-width: 1008px;
}
[data-width="1009"] {
  width: 1009px;
}
[data-min-width="1009"] {
  min-width: 1009px;
}
[data-max-width="1009"] {
  max-width: 1009px;
}
[data-width="1010"] {
  width: 1010px;
}
[data-min-width="1010"] {
  min-width: 1010px;
}
[data-max-width="1010"] {
  max-width: 1010px;
}
[data-width="1011"] {
  width: 1011px;
}
[data-min-width="1011"] {
  min-width: 1011px;
}
[data-max-width="1011"] {
  max-width: 1011px;
}
[data-width="1012"] {
  width: 1012px;
}
[data-min-width="1012"] {
  min-width: 1012px;
}
[data-max-width="1012"] {
  max-width: 1012px;
}
[data-width="1013"] {
  width: 1013px;
}
[data-min-width="1013"] {
  min-width: 1013px;
}
[data-max-width="1013"] {
  max-width: 1013px;
}
[data-width="1014"] {
  width: 1014px;
}
[data-min-width="1014"] {
  min-width: 1014px;
}
[data-max-width="1014"] {
  max-width: 1014px;
}
[data-width="1015"] {
  width: 1015px;
}
[data-min-width="1015"] {
  min-width: 1015px;
}
[data-max-width="1015"] {
  max-width: 1015px;
}
[data-width="1016"] {
  width: 1016px;
}
[data-min-width="1016"] {
  min-width: 1016px;
}
[data-max-width="1016"] {
  max-width: 1016px;
}
[data-width="1017"] {
  width: 1017px;
}
[data-min-width="1017"] {
  min-width: 1017px;
}
[data-max-width="1017"] {
  max-width: 1017px;
}
[data-width="1018"] {
  width: 1018px;
}
[data-min-width="1018"] {
  min-width: 1018px;
}
[data-max-width="1018"] {
  max-width: 1018px;
}
[data-width="1019"] {
  width: 1019px;
}
[data-min-width="1019"] {
  min-width: 1019px;
}
[data-max-width="1019"] {
  max-width: 1019px;
}
[data-width="1020"] {
  width: 1020px;
}
[data-min-width="1020"] {
  min-width: 1020px;
}
[data-max-width="1020"] {
  max-width: 1020px;
}
[data-width="1021"] {
  width: 1021px;
}
[data-min-width="1021"] {
  min-width: 1021px;
}
[data-max-width="1021"] {
  max-width: 1021px;
}
[data-width="1022"] {
  width: 1022px;
}
[data-min-width="1022"] {
  min-width: 1022px;
}
[data-max-width="1022"] {
  max-width: 1022px;
}
[data-width="1023"] {
  width: 1023px;
}
[data-min-width="1023"] {
  min-width: 1023px;
}
[data-max-width="1023"] {
  max-width: 1023px;
}
[data-width="1024"] {
  width: 1024px;
}
[data-min-width="1024"] {
  min-width: 1024px;
}
[data-max-width="1024"] {
  max-width: 1024px;
}
[data-width="1025"] {
  width: 1025px;
}
[data-min-width="1025"] {
  min-width: 1025px;
}
[data-max-width="1025"] {
  max-width: 1025px;
}
[data-width="1026"] {
  width: 1026px;
}
[data-min-width="1026"] {
  min-width: 1026px;
}
[data-max-width="1026"] {
  max-width: 1026px;
}
[data-width="1027"] {
  width: 1027px;
}
[data-min-width="1027"] {
  min-width: 1027px;
}
[data-max-width="1027"] {
  max-width: 1027px;
}
[data-width="1028"] {
  width: 1028px;
}
[data-min-width="1028"] {
  min-width: 1028px;
}
[data-max-width="1028"] {
  max-width: 1028px;
}
[data-width="1029"] {
  width: 1029px;
}
[data-min-width="1029"] {
  min-width: 1029px;
}
[data-max-width="1029"] {
  max-width: 1029px;
}
[data-width="1030"] {
  width: 1030px;
}
[data-min-width="1030"] {
  min-width: 1030px;
}
[data-max-width="1030"] {
  max-width: 1030px;
}
[data-width="1031"] {
  width: 1031px;
}
[data-min-width="1031"] {
  min-width: 1031px;
}
[data-max-width="1031"] {
  max-width: 1031px;
}
[data-width="1032"] {
  width: 1032px;
}
[data-min-width="1032"] {
  min-width: 1032px;
}
[data-max-width="1032"] {
  max-width: 1032px;
}
[data-width="1033"] {
  width: 1033px;
}
[data-min-width="1033"] {
  min-width: 1033px;
}
[data-max-width="1033"] {
  max-width: 1033px;
}
[data-width="1034"] {
  width: 1034px;
}
[data-min-width="1034"] {
  min-width: 1034px;
}
[data-max-width="1034"] {
  max-width: 1034px;
}
[data-width="1035"] {
  width: 1035px;
}
[data-min-width="1035"] {
  min-width: 1035px;
}
[data-max-width="1035"] {
  max-width: 1035px;
}
[data-width="1036"] {
  width: 1036px;
}
[data-min-width="1036"] {
  min-width: 1036px;
}
[data-max-width="1036"] {
  max-width: 1036px;
}
[data-width="1037"] {
  width: 1037px;
}
[data-min-width="1037"] {
  min-width: 1037px;
}
[data-max-width="1037"] {
  max-width: 1037px;
}
[data-width="1038"] {
  width: 1038px;
}
[data-min-width="1038"] {
  min-width: 1038px;
}
[data-max-width="1038"] {
  max-width: 1038px;
}
[data-width="1039"] {
  width: 1039px;
}
[data-min-width="1039"] {
  min-width: 1039px;
}
[data-max-width="1039"] {
  max-width: 1039px;
}
[data-width="1040"] {
  width: 1040px;
}
[data-min-width="1040"] {
  min-width: 1040px;
}
[data-max-width="1040"] {
  max-width: 1040px;
}
[data-width="1041"] {
  width: 1041px;
}
[data-min-width="1041"] {
  min-width: 1041px;
}
[data-max-width="1041"] {
  max-width: 1041px;
}
[data-width="1042"] {
  width: 1042px;
}
[data-min-width="1042"] {
  min-width: 1042px;
}
[data-max-width="1042"] {
  max-width: 1042px;
}
[data-width="1043"] {
  width: 1043px;
}
[data-min-width="1043"] {
  min-width: 1043px;
}
[data-max-width="1043"] {
  max-width: 1043px;
}
[data-width="1044"] {
  width: 1044px;
}
[data-min-width="1044"] {
  min-width: 1044px;
}
[data-max-width="1044"] {
  max-width: 1044px;
}
[data-width="1045"] {
  width: 1045px;
}
[data-min-width="1045"] {
  min-width: 1045px;
}
[data-max-width="1045"] {
  max-width: 1045px;
}
[data-width="1046"] {
  width: 1046px;
}
[data-min-width="1046"] {
  min-width: 1046px;
}
[data-max-width="1046"] {
  max-width: 1046px;
}
[data-width="1047"] {
  width: 1047px;
}
[data-min-width="1047"] {
  min-width: 1047px;
}
[data-max-width="1047"] {
  max-width: 1047px;
}
[data-width="1048"] {
  width: 1048px;
}
[data-min-width="1048"] {
  min-width: 1048px;
}
[data-max-width="1048"] {
  max-width: 1048px;
}
[data-width="1049"] {
  width: 1049px;
}
[data-min-width="1049"] {
  min-width: 1049px;
}
[data-max-width="1049"] {
  max-width: 1049px;
}
[data-width="1050"] {
  width: 1050px;
}
[data-min-width="1050"] {
  min-width: 1050px;
}
[data-max-width="1050"] {
  max-width: 1050px;
}
[data-width="1051"] {
  width: 1051px;
}
[data-min-width="1051"] {
  min-width: 1051px;
}
[data-max-width="1051"] {
  max-width: 1051px;
}
[data-width="1052"] {
  width: 1052px;
}
[data-min-width="1052"] {
  min-width: 1052px;
}
[data-max-width="1052"] {
  max-width: 1052px;
}
[data-width="1053"] {
  width: 1053px;
}
[data-min-width="1053"] {
  min-width: 1053px;
}
[data-max-width="1053"] {
  max-width: 1053px;
}
[data-width="1054"] {
  width: 1054px;
}
[data-min-width="1054"] {
  min-width: 1054px;
}
[data-max-width="1054"] {
  max-width: 1054px;
}
[data-width="1055"] {
  width: 1055px;
}
[data-min-width="1055"] {
  min-width: 1055px;
}
[data-max-width="1055"] {
  max-width: 1055px;
}
[data-width="1056"] {
  width: 1056px;
}
[data-min-width="1056"] {
  min-width: 1056px;
}
[data-max-width="1056"] {
  max-width: 1056px;
}
[data-width="1057"] {
  width: 1057px;
}
[data-min-width="1057"] {
  min-width: 1057px;
}
[data-max-width="1057"] {
  max-width: 1057px;
}
[data-width="1058"] {
  width: 1058px;
}
[data-min-width="1058"] {
  min-width: 1058px;
}
[data-max-width="1058"] {
  max-width: 1058px;
}
[data-width="1059"] {
  width: 1059px;
}
[data-min-width="1059"] {
  min-width: 1059px;
}
[data-max-width="1059"] {
  max-width: 1059px;
}
[data-width="1060"] {
  width: 1060px;
}
[data-min-width="1060"] {
  min-width: 1060px;
}
[data-max-width="1060"] {
  max-width: 1060px;
}
[data-width="1061"] {
  width: 1061px;
}
[data-min-width="1061"] {
  min-width: 1061px;
}
[data-max-width="1061"] {
  max-width: 1061px;
}
[data-width="1062"] {
  width: 1062px;
}
[data-min-width="1062"] {
  min-width: 1062px;
}
[data-max-width="1062"] {
  max-width: 1062px;
}
[data-width="1063"] {
  width: 1063px;
}
[data-min-width="1063"] {
  min-width: 1063px;
}
[data-max-width="1063"] {
  max-width: 1063px;
}
[data-width="1064"] {
  width: 1064px;
}
[data-min-width="1064"] {
  min-width: 1064px;
}
[data-max-width="1064"] {
  max-width: 1064px;
}
[data-width="1065"] {
  width: 1065px;
}
[data-min-width="1065"] {
  min-width: 1065px;
}
[data-max-width="1065"] {
  max-width: 1065px;
}
[data-width="1066"] {
  width: 1066px;
}
[data-min-width="1066"] {
  min-width: 1066px;
}
[data-max-width="1066"] {
  max-width: 1066px;
}
[data-width="1067"] {
  width: 1067px;
}
[data-min-width="1067"] {
  min-width: 1067px;
}
[data-max-width="1067"] {
  max-width: 1067px;
}
[data-width="1068"] {
  width: 1068px;
}
[data-min-width="1068"] {
  min-width: 1068px;
}
[data-max-width="1068"] {
  max-width: 1068px;
}
[data-width="1069"] {
  width: 1069px;
}
[data-min-width="1069"] {
  min-width: 1069px;
}
[data-max-width="1069"] {
  max-width: 1069px;
}
[data-width="1070"] {
  width: 1070px;
}
[data-min-width="1070"] {
  min-width: 1070px;
}
[data-max-width="1070"] {
  max-width: 1070px;
}
[data-width="1071"] {
  width: 1071px;
}
[data-min-width="1071"] {
  min-width: 1071px;
}
[data-max-width="1071"] {
  max-width: 1071px;
}
[data-width="1072"] {
  width: 1072px;
}
[data-min-width="1072"] {
  min-width: 1072px;
}
[data-max-width="1072"] {
  max-width: 1072px;
}
[data-width="1073"] {
  width: 1073px;
}
[data-min-width="1073"] {
  min-width: 1073px;
}
[data-max-width="1073"] {
  max-width: 1073px;
}
[data-width="1074"] {
  width: 1074px;
}
[data-min-width="1074"] {
  min-width: 1074px;
}
[data-max-width="1074"] {
  max-width: 1074px;
}
[data-width="1075"] {
  width: 1075px;
}
[data-min-width="1075"] {
  min-width: 1075px;
}
[data-max-width="1075"] {
  max-width: 1075px;
}
[data-width="1076"] {
  width: 1076px;
}
[data-min-width="1076"] {
  min-width: 1076px;
}
[data-max-width="1076"] {
  max-width: 1076px;
}
[data-width="1077"] {
  width: 1077px;
}
[data-min-width="1077"] {
  min-width: 1077px;
}
[data-max-width="1077"] {
  max-width: 1077px;
}
[data-width="1078"] {
  width: 1078px;
}
[data-min-width="1078"] {
  min-width: 1078px;
}
[data-max-width="1078"] {
  max-width: 1078px;
}
[data-width="1079"] {
  width: 1079px;
}
[data-min-width="1079"] {
  min-width: 1079px;
}
[data-max-width="1079"] {
  max-width: 1079px;
}
[data-width="1080"] {
  width: 1080px;
}
[data-min-width="1080"] {
  min-width: 1080px;
}
[data-max-width="1080"] {
  max-width: 1080px;
}
[data-width="1081"] {
  width: 1081px;
}
[data-min-width="1081"] {
  min-width: 1081px;
}
[data-max-width="1081"] {
  max-width: 1081px;
}
[data-width="1082"] {
  width: 1082px;
}
[data-min-width="1082"] {
  min-width: 1082px;
}
[data-max-width="1082"] {
  max-width: 1082px;
}
[data-width="1083"] {
  width: 1083px;
}
[data-min-width="1083"] {
  min-width: 1083px;
}
[data-max-width="1083"] {
  max-width: 1083px;
}
[data-width="1084"] {
  width: 1084px;
}
[data-min-width="1084"] {
  min-width: 1084px;
}
[data-max-width="1084"] {
  max-width: 1084px;
}
[data-width="1085"] {
  width: 1085px;
}
[data-min-width="1085"] {
  min-width: 1085px;
}
[data-max-width="1085"] {
  max-width: 1085px;
}
[data-width="1086"] {
  width: 1086px;
}
[data-min-width="1086"] {
  min-width: 1086px;
}
[data-max-width="1086"] {
  max-width: 1086px;
}
[data-width="1087"] {
  width: 1087px;
}
[data-min-width="1087"] {
  min-width: 1087px;
}
[data-max-width="1087"] {
  max-width: 1087px;
}
[data-width="1088"] {
  width: 1088px;
}
[data-min-width="1088"] {
  min-width: 1088px;
}
[data-max-width="1088"] {
  max-width: 1088px;
}
[data-width="1089"] {
  width: 1089px;
}
[data-min-width="1089"] {
  min-width: 1089px;
}
[data-max-width="1089"] {
  max-width: 1089px;
}
[data-width="1090"] {
  width: 1090px;
}
[data-min-width="1090"] {
  min-width: 1090px;
}
[data-max-width="1090"] {
  max-width: 1090px;
}
[data-width="1091"] {
  width: 1091px;
}
[data-min-width="1091"] {
  min-width: 1091px;
}
[data-max-width="1091"] {
  max-width: 1091px;
}
[data-width="1092"] {
  width: 1092px;
}
[data-min-width="1092"] {
  min-width: 1092px;
}
[data-max-width="1092"] {
  max-width: 1092px;
}
[data-width="1093"] {
  width: 1093px;
}
[data-min-width="1093"] {
  min-width: 1093px;
}
[data-max-width="1093"] {
  max-width: 1093px;
}
[data-width="1094"] {
  width: 1094px;
}
[data-min-width="1094"] {
  min-width: 1094px;
}
[data-max-width="1094"] {
  max-width: 1094px;
}
[data-width="1095"] {
  width: 1095px;
}
[data-min-width="1095"] {
  min-width: 1095px;
}
[data-max-width="1095"] {
  max-width: 1095px;
}
[data-width="1096"] {
  width: 1096px;
}
[data-min-width="1096"] {
  min-width: 1096px;
}
[data-max-width="1096"] {
  max-width: 1096px;
}
[data-width="1097"] {
  width: 1097px;
}
[data-min-width="1097"] {
  min-width: 1097px;
}
[data-max-width="1097"] {
  max-width: 1097px;
}
[data-width="1098"] {
  width: 1098px;
}
[data-min-width="1098"] {
  min-width: 1098px;
}
[data-max-width="1098"] {
  max-width: 1098px;
}
[data-width="1099"] {
  width: 1099px;
}
[data-min-width="1099"] {
  min-width: 1099px;
}
[data-max-width="1099"] {
  max-width: 1099px;
}
[data-width="1100"] {
  width: 1100px;
}
[data-min-width="1100"] {
  min-width: 1100px;
}
[data-max-width="1100"] {
  max-width: 1100px;
}
[data-width="1101"] {
  width: 1101px;
}
[data-min-width="1101"] {
  min-width: 1101px;
}
[data-max-width="1101"] {
  max-width: 1101px;
}
[data-width="1102"] {
  width: 1102px;
}
[data-min-width="1102"] {
  min-width: 1102px;
}
[data-max-width="1102"] {
  max-width: 1102px;
}
[data-width="1103"] {
  width: 1103px;
}
[data-min-width="1103"] {
  min-width: 1103px;
}
[data-max-width="1103"] {
  max-width: 1103px;
}
[data-width="1104"] {
  width: 1104px;
}
[data-min-width="1104"] {
  min-width: 1104px;
}
[data-max-width="1104"] {
  max-width: 1104px;
}
[data-width="1105"] {
  width: 1105px;
}
[data-min-width="1105"] {
  min-width: 1105px;
}
[data-max-width="1105"] {
  max-width: 1105px;
}
[data-width="1106"] {
  width: 1106px;
}
[data-min-width="1106"] {
  min-width: 1106px;
}
[data-max-width="1106"] {
  max-width: 1106px;
}
[data-width="1107"] {
  width: 1107px;
}
[data-min-width="1107"] {
  min-width: 1107px;
}
[data-max-width="1107"] {
  max-width: 1107px;
}
[data-width="1108"] {
  width: 1108px;
}
[data-min-width="1108"] {
  min-width: 1108px;
}
[data-max-width="1108"] {
  max-width: 1108px;
}
[data-width="1109"] {
  width: 1109px;
}
[data-min-width="1109"] {
  min-width: 1109px;
}
[data-max-width="1109"] {
  max-width: 1109px;
}
[data-width="1110"] {
  width: 1110px;
}
[data-min-width="1110"] {
  min-width: 1110px;
}
[data-max-width="1110"] {
  max-width: 1110px;
}
[data-width="1111"] {
  width: 1111px;
}
[data-min-width="1111"] {
  min-width: 1111px;
}
[data-max-width="1111"] {
  max-width: 1111px;
}
[data-width="1112"] {
  width: 1112px;
}
[data-min-width="1112"] {
  min-width: 1112px;
}
[data-max-width="1112"] {
  max-width: 1112px;
}
[data-width="1113"] {
  width: 1113px;
}
[data-min-width="1113"] {
  min-width: 1113px;
}
[data-max-width="1113"] {
  max-width: 1113px;
}
[data-width="1114"] {
  width: 1114px;
}
[data-min-width="1114"] {
  min-width: 1114px;
}
[data-max-width="1114"] {
  max-width: 1114px;
}
[data-width="1115"] {
  width: 1115px;
}
[data-min-width="1115"] {
  min-width: 1115px;
}
[data-max-width="1115"] {
  max-width: 1115px;
}
[data-width="1116"] {
  width: 1116px;
}
[data-min-width="1116"] {
  min-width: 1116px;
}
[data-max-width="1116"] {
  max-width: 1116px;
}
[data-width="1117"] {
  width: 1117px;
}
[data-min-width="1117"] {
  min-width: 1117px;
}
[data-max-width="1117"] {
  max-width: 1117px;
}
[data-width="1118"] {
  width: 1118px;
}
[data-min-width="1118"] {
  min-width: 1118px;
}
[data-max-width="1118"] {
  max-width: 1118px;
}
[data-width="1119"] {
  width: 1119px;
}
[data-min-width="1119"] {
  min-width: 1119px;
}
[data-max-width="1119"] {
  max-width: 1119px;
}
[data-width="1120"] {
  width: 1120px;
}
[data-min-width="1120"] {
  min-width: 1120px;
}
[data-max-width="1120"] {
  max-width: 1120px;
}
[data-width="1121"] {
  width: 1121px;
}
[data-min-width="1121"] {
  min-width: 1121px;
}
[data-max-width="1121"] {
  max-width: 1121px;
}
[data-width="1122"] {
  width: 1122px;
}
[data-min-width="1122"] {
  min-width: 1122px;
}
[data-max-width="1122"] {
  max-width: 1122px;
}
[data-width="1123"] {
  width: 1123px;
}
[data-min-width="1123"] {
  min-width: 1123px;
}
[data-max-width="1123"] {
  max-width: 1123px;
}
[data-width="1124"] {
  width: 1124px;
}
[data-min-width="1124"] {
  min-width: 1124px;
}
[data-max-width="1124"] {
  max-width: 1124px;
}
[data-width="1125"] {
  width: 1125px;
}
[data-min-width="1125"] {
  min-width: 1125px;
}
[data-max-width="1125"] {
  max-width: 1125px;
}
[data-width="1126"] {
  width: 1126px;
}
[data-min-width="1126"] {
  min-width: 1126px;
}
[data-max-width="1126"] {
  max-width: 1126px;
}
[data-width="1127"] {
  width: 1127px;
}
[data-min-width="1127"] {
  min-width: 1127px;
}
[data-max-width="1127"] {
  max-width: 1127px;
}
[data-width="1128"] {
  width: 1128px;
}
[data-min-width="1128"] {
  min-width: 1128px;
}
[data-max-width="1128"] {
  max-width: 1128px;
}
[data-width="1129"] {
  width: 1129px;
}
[data-min-width="1129"] {
  min-width: 1129px;
}
[data-max-width="1129"] {
  max-width: 1129px;
}
[data-width="1130"] {
  width: 1130px;
}
[data-min-width="1130"] {
  min-width: 1130px;
}
[data-max-width="1130"] {
  max-width: 1130px;
}
[data-width="1131"] {
  width: 1131px;
}
[data-min-width="1131"] {
  min-width: 1131px;
}
[data-max-width="1131"] {
  max-width: 1131px;
}
[data-width="1132"] {
  width: 1132px;
}
[data-min-width="1132"] {
  min-width: 1132px;
}
[data-max-width="1132"] {
  max-width: 1132px;
}
[data-width="1133"] {
  width: 1133px;
}
[data-min-width="1133"] {
  min-width: 1133px;
}
[data-max-width="1133"] {
  max-width: 1133px;
}
[data-width="1134"] {
  width: 1134px;
}
[data-min-width="1134"] {
  min-width: 1134px;
}
[data-max-width="1134"] {
  max-width: 1134px;
}
[data-width="1135"] {
  width: 1135px;
}
[data-min-width="1135"] {
  min-width: 1135px;
}
[data-max-width="1135"] {
  max-width: 1135px;
}
[data-width="1136"] {
  width: 1136px;
}
[data-min-width="1136"] {
  min-width: 1136px;
}
[data-max-width="1136"] {
  max-width: 1136px;
}
[data-width="1137"] {
  width: 1137px;
}
[data-min-width="1137"] {
  min-width: 1137px;
}
[data-max-width="1137"] {
  max-width: 1137px;
}
[data-width="1138"] {
  width: 1138px;
}
[data-min-width="1138"] {
  min-width: 1138px;
}
[data-max-width="1138"] {
  max-width: 1138px;
}
[data-width="1139"] {
  width: 1139px;
}
[data-min-width="1139"] {
  min-width: 1139px;
}
[data-max-width="1139"] {
  max-width: 1139px;
}
[data-width="1140"] {
  width: 1140px;
}
[data-min-width="1140"] {
  min-width: 1140px;
}
[data-max-width="1140"] {
  max-width: 1140px;
}
[data-width="1141"] {
  width: 1141px;
}
[data-min-width="1141"] {
  min-width: 1141px;
}
[data-max-width="1141"] {
  max-width: 1141px;
}
[data-width="1142"] {
  width: 1142px;
}
[data-min-width="1142"] {
  min-width: 1142px;
}
[data-max-width="1142"] {
  max-width: 1142px;
}
[data-width="1143"] {
  width: 1143px;
}
[data-min-width="1143"] {
  min-width: 1143px;
}
[data-max-width="1143"] {
  max-width: 1143px;
}
[data-width="1144"] {
  width: 1144px;
}
[data-min-width="1144"] {
  min-width: 1144px;
}
[data-max-width="1144"] {
  max-width: 1144px;
}
[data-width="1145"] {
  width: 1145px;
}
[data-min-width="1145"] {
  min-width: 1145px;
}
[data-max-width="1145"] {
  max-width: 1145px;
}
[data-width="1146"] {
  width: 1146px;
}
[data-min-width="1146"] {
  min-width: 1146px;
}
[data-max-width="1146"] {
  max-width: 1146px;
}
[data-width="1147"] {
  width: 1147px;
}
[data-min-width="1147"] {
  min-width: 1147px;
}
[data-max-width="1147"] {
  max-width: 1147px;
}
[data-width="1148"] {
  width: 1148px;
}
[data-min-width="1148"] {
  min-width: 1148px;
}
[data-max-width="1148"] {
  max-width: 1148px;
}
[data-width="1149"] {
  width: 1149px;
}
[data-min-width="1149"] {
  min-width: 1149px;
}
[data-max-width="1149"] {
  max-width: 1149px;
}
[data-width="1150"] {
  width: 1150px;
}
[data-min-width="1150"] {
  min-width: 1150px;
}
[data-max-width="1150"] {
  max-width: 1150px;
}
[data-width="1151"] {
  width: 1151px;
}
[data-min-width="1151"] {
  min-width: 1151px;
}
[data-max-width="1151"] {
  max-width: 1151px;
}
[data-width="1152"] {
  width: 1152px;
}
[data-min-width="1152"] {
  min-width: 1152px;
}
[data-max-width="1152"] {
  max-width: 1152px;
}
[data-width="1153"] {
  width: 1153px;
}
[data-min-width="1153"] {
  min-width: 1153px;
}
[data-max-width="1153"] {
  max-width: 1153px;
}
[data-width="1154"] {
  width: 1154px;
}
[data-min-width="1154"] {
  min-width: 1154px;
}
[data-max-width="1154"] {
  max-width: 1154px;
}
[data-width="1155"] {
  width: 1155px;
}
[data-min-width="1155"] {
  min-width: 1155px;
}
[data-max-width="1155"] {
  max-width: 1155px;
}
[data-width="1156"] {
  width: 1156px;
}
[data-min-width="1156"] {
  min-width: 1156px;
}
[data-max-width="1156"] {
  max-width: 1156px;
}
[data-width="1157"] {
  width: 1157px;
}
[data-min-width="1157"] {
  min-width: 1157px;
}
[data-max-width="1157"] {
  max-width: 1157px;
}
[data-width="1158"] {
  width: 1158px;
}
[data-min-width="1158"] {
  min-width: 1158px;
}
[data-max-width="1158"] {
  max-width: 1158px;
}
[data-width="1159"] {
  width: 1159px;
}
[data-min-width="1159"] {
  min-width: 1159px;
}
[data-max-width="1159"] {
  max-width: 1159px;
}
[data-width="1160"] {
  width: 1160px;
}
[data-min-width="1160"] {
  min-width: 1160px;
}
[data-max-width="1160"] {
  max-width: 1160px;
}
[data-width="1161"] {
  width: 1161px;
}
[data-min-width="1161"] {
  min-width: 1161px;
}
[data-max-width="1161"] {
  max-width: 1161px;
}
[data-width="1162"] {
  width: 1162px;
}
[data-min-width="1162"] {
  min-width: 1162px;
}
[data-max-width="1162"] {
  max-width: 1162px;
}
[data-width="1163"] {
  width: 1163px;
}
[data-min-width="1163"] {
  min-width: 1163px;
}
[data-max-width="1163"] {
  max-width: 1163px;
}
[data-width="1164"] {
  width: 1164px;
}
[data-min-width="1164"] {
  min-width: 1164px;
}
[data-max-width="1164"] {
  max-width: 1164px;
}
[data-width="1165"] {
  width: 1165px;
}
[data-min-width="1165"] {
  min-width: 1165px;
}
[data-max-width="1165"] {
  max-width: 1165px;
}
[data-width="1166"] {
  width: 1166px;
}
[data-min-width="1166"] {
  min-width: 1166px;
}
[data-max-width="1166"] {
  max-width: 1166px;
}
[data-width="1167"] {
  width: 1167px;
}
[data-min-width="1167"] {
  min-width: 1167px;
}
[data-max-width="1167"] {
  max-width: 1167px;
}
[data-width="1168"] {
  width: 1168px;
}
[data-min-width="1168"] {
  min-width: 1168px;
}
[data-max-width="1168"] {
  max-width: 1168px;
}
[data-width="1169"] {
  width: 1169px;
}
[data-min-width="1169"] {
  min-width: 1169px;
}
[data-max-width="1169"] {
  max-width: 1169px;
}
[data-width="1170"] {
  width: 1170px;
}
[data-min-width="1170"] {
  min-width: 1170px;
}
[data-max-width="1170"] {
  max-width: 1170px;
}
[data-width="1171"] {
  width: 1171px;
}
[data-min-width="1171"] {
  min-width: 1171px;
}
[data-max-width="1171"] {
  max-width: 1171px;
}
[data-width="1172"] {
  width: 1172px;
}
[data-min-width="1172"] {
  min-width: 1172px;
}
[data-max-width="1172"] {
  max-width: 1172px;
}
[data-width="1173"] {
  width: 1173px;
}
[data-min-width="1173"] {
  min-width: 1173px;
}
[data-max-width="1173"] {
  max-width: 1173px;
}
[data-width="1174"] {
  width: 1174px;
}
[data-min-width="1174"] {
  min-width: 1174px;
}
[data-max-width="1174"] {
  max-width: 1174px;
}
[data-width="1175"] {
  width: 1175px;
}
[data-min-width="1175"] {
  min-width: 1175px;
}
[data-max-width="1175"] {
  max-width: 1175px;
}
[data-width="1176"] {
  width: 1176px;
}
[data-min-width="1176"] {
  min-width: 1176px;
}
[data-max-width="1176"] {
  max-width: 1176px;
}
[data-width="1177"] {
  width: 1177px;
}
[data-min-width="1177"] {
  min-width: 1177px;
}
[data-max-width="1177"] {
  max-width: 1177px;
}
[data-width="1178"] {
  width: 1178px;
}
[data-min-width="1178"] {
  min-width: 1178px;
}
[data-max-width="1178"] {
  max-width: 1178px;
}
[data-width="1179"] {
  width: 1179px;
}
[data-min-width="1179"] {
  min-width: 1179px;
}
[data-max-width="1179"] {
  max-width: 1179px;
}
[data-width="1180"] {
  width: 1180px;
}
[data-min-width="1180"] {
  min-width: 1180px;
}
[data-max-width="1180"] {
  max-width: 1180px;
}
[data-width="1181"] {
  width: 1181px;
}
[data-min-width="1181"] {
  min-width: 1181px;
}
[data-max-width="1181"] {
  max-width: 1181px;
}
[data-width="1182"] {
  width: 1182px;
}
[data-min-width="1182"] {
  min-width: 1182px;
}
[data-max-width="1182"] {
  max-width: 1182px;
}
[data-width="1183"] {
  width: 1183px;
}
[data-min-width="1183"] {
  min-width: 1183px;
}
[data-max-width="1183"] {
  max-width: 1183px;
}
[data-width="1184"] {
  width: 1184px;
}
[data-min-width="1184"] {
  min-width: 1184px;
}
[data-max-width="1184"] {
  max-width: 1184px;
}
[data-width="1185"] {
  width: 1185px;
}
[data-min-width="1185"] {
  min-width: 1185px;
}
[data-max-width="1185"] {
  max-width: 1185px;
}
[data-width="1186"] {
  width: 1186px;
}
[data-min-width="1186"] {
  min-width: 1186px;
}
[data-max-width="1186"] {
  max-width: 1186px;
}
[data-width="1187"] {
  width: 1187px;
}
[data-min-width="1187"] {
  min-width: 1187px;
}
[data-max-width="1187"] {
  max-width: 1187px;
}
[data-width="1188"] {
  width: 1188px;
}
[data-min-width="1188"] {
  min-width: 1188px;
}
[data-max-width="1188"] {
  max-width: 1188px;
}
[data-width="1189"] {
  width: 1189px;
}
[data-min-width="1189"] {
  min-width: 1189px;
}
[data-max-width="1189"] {
  max-width: 1189px;
}
[data-width="1190"] {
  width: 1190px;
}
[data-min-width="1190"] {
  min-width: 1190px;
}
[data-max-width="1190"] {
  max-width: 1190px;
}
[data-width="1191"] {
  width: 1191px;
}
[data-min-width="1191"] {
  min-width: 1191px;
}
[data-max-width="1191"] {
  max-width: 1191px;
}
[data-width="1192"] {
  width: 1192px;
}
[data-min-width="1192"] {
  min-width: 1192px;
}
[data-max-width="1192"] {
  max-width: 1192px;
}
[data-width="1193"] {
  width: 1193px;
}
[data-min-width="1193"] {
  min-width: 1193px;
}
[data-max-width="1193"] {
  max-width: 1193px;
}
[data-width="1194"] {
  width: 1194px;
}
[data-min-width="1194"] {
  min-width: 1194px;
}
[data-max-width="1194"] {
  max-width: 1194px;
}
[data-width="1195"] {
  width: 1195px;
}
[data-min-width="1195"] {
  min-width: 1195px;
}
[data-max-width="1195"] {
  max-width: 1195px;
}
[data-width="1196"] {
  width: 1196px;
}
[data-min-width="1196"] {
  min-width: 1196px;
}
[data-max-width="1196"] {
  max-width: 1196px;
}
[data-width="1197"] {
  width: 1197px;
}
[data-min-width="1197"] {
  min-width: 1197px;
}
[data-max-width="1197"] {
  max-width: 1197px;
}
[data-width="1198"] {
  width: 1198px;
}
[data-min-width="1198"] {
  min-width: 1198px;
}
[data-max-width="1198"] {
  max-width: 1198px;
}
[data-width="1199"] {
  width: 1199px;
}
[data-min-width="1199"] {
  min-width: 1199px;
}
[data-max-width="1199"] {
  max-width: 1199px;
}
[data-width="1200"] {
  width: 1200px;
}
[data-min-width="1200"] {
  min-width: 1200px;
}
[data-max-width="1200"] {
  max-width: 1200px;
}
[data-width="1201"] {
  width: 1201px;
}
[data-min-width="1201"] {
  min-width: 1201px;
}
[data-max-width="1201"] {
  max-width: 1201px;
}
[data-width="1202"] {
  width: 1202px;
}
[data-min-width="1202"] {
  min-width: 1202px;
}
[data-max-width="1202"] {
  max-width: 1202px;
}
[data-width="1203"] {
  width: 1203px;
}
[data-min-width="1203"] {
  min-width: 1203px;
}
[data-max-width="1203"] {
  max-width: 1203px;
}
[data-width="1204"] {
  width: 1204px;
}
[data-min-width="1204"] {
  min-width: 1204px;
}
[data-max-width="1204"] {
  max-width: 1204px;
}
[data-width="1205"] {
  width: 1205px;
}
[data-min-width="1205"] {
  min-width: 1205px;
}
[data-max-width="1205"] {
  max-width: 1205px;
}
[data-width="1206"] {
  width: 1206px;
}
[data-min-width="1206"] {
  min-width: 1206px;
}
[data-max-width="1206"] {
  max-width: 1206px;
}
[data-width="1207"] {
  width: 1207px;
}
[data-min-width="1207"] {
  min-width: 1207px;
}
[data-max-width="1207"] {
  max-width: 1207px;
}
[data-width="1208"] {
  width: 1208px;
}
[data-min-width="1208"] {
  min-width: 1208px;
}
[data-max-width="1208"] {
  max-width: 1208px;
}
[data-width="1209"] {
  width: 1209px;
}
[data-min-width="1209"] {
  min-width: 1209px;
}
[data-max-width="1209"] {
  max-width: 1209px;
}
[data-width="1210"] {
  width: 1210px;
}
[data-min-width="1210"] {
  min-width: 1210px;
}
[data-max-width="1210"] {
  max-width: 1210px;
}
[data-width="1211"] {
  width: 1211px;
}
[data-min-width="1211"] {
  min-width: 1211px;
}
[data-max-width="1211"] {
  max-width: 1211px;
}
[data-width="1212"] {
  width: 1212px;
}
[data-min-width="1212"] {
  min-width: 1212px;
}
[data-max-width="1212"] {
  max-width: 1212px;
}
[data-width="1213"] {
  width: 1213px;
}
[data-min-width="1213"] {
  min-width: 1213px;
}
[data-max-width="1213"] {
  max-width: 1213px;
}
[data-width="1214"] {
  width: 1214px;
}
[data-min-width="1214"] {
  min-width: 1214px;
}
[data-max-width="1214"] {
  max-width: 1214px;
}
[data-width="1215"] {
  width: 1215px;
}
[data-min-width="1215"] {
  min-width: 1215px;
}
[data-max-width="1215"] {
  max-width: 1215px;
}
[data-width="1216"] {
  width: 1216px;
}
[data-min-width="1216"] {
  min-width: 1216px;
}
[data-max-width="1216"] {
  max-width: 1216px;
}
[data-width="1217"] {
  width: 1217px;
}
[data-min-width="1217"] {
  min-width: 1217px;
}
[data-max-width="1217"] {
  max-width: 1217px;
}
[data-width="1218"] {
  width: 1218px;
}
[data-min-width="1218"] {
  min-width: 1218px;
}
[data-max-width="1218"] {
  max-width: 1218px;
}
[data-width="1219"] {
  width: 1219px;
}
[data-min-width="1219"] {
  min-width: 1219px;
}
[data-max-width="1219"] {
  max-width: 1219px;
}
[data-width="1220"] {
  width: 1220px;
}
[data-min-width="1220"] {
  min-width: 1220px;
}
[data-max-width="1220"] {
  max-width: 1220px;
}
[data-width="1221"] {
  width: 1221px;
}
[data-min-width="1221"] {
  min-width: 1221px;
}
[data-max-width="1221"] {
  max-width: 1221px;
}
[data-width="1222"] {
  width: 1222px;
}
[data-min-width="1222"] {
  min-width: 1222px;
}
[data-max-width="1222"] {
  max-width: 1222px;
}
[data-width="1223"] {
  width: 1223px;
}
[data-min-width="1223"] {
  min-width: 1223px;
}
[data-max-width="1223"] {
  max-width: 1223px;
}
[data-width="1224"] {
  width: 1224px;
}
[data-min-width="1224"] {
  min-width: 1224px;
}
[data-max-width="1224"] {
  max-width: 1224px;
}
[data-width="1225"] {
  width: 1225px;
}
[data-min-width="1225"] {
  min-width: 1225px;
}
[data-max-width="1225"] {
  max-width: 1225px;
}
[data-width="1226"] {
  width: 1226px;
}
[data-min-width="1226"] {
  min-width: 1226px;
}
[data-max-width="1226"] {
  max-width: 1226px;
}
[data-width="1227"] {
  width: 1227px;
}
[data-min-width="1227"] {
  min-width: 1227px;
}
[data-max-width="1227"] {
  max-width: 1227px;
}
[data-width="1228"] {
  width: 1228px;
}
[data-min-width="1228"] {
  min-width: 1228px;
}
[data-max-width="1228"] {
  max-width: 1228px;
}
[data-width="1229"] {
  width: 1229px;
}
[data-min-width="1229"] {
  min-width: 1229px;
}
[data-max-width="1229"] {
  max-width: 1229px;
}
[data-width="1230"] {
  width: 1230px;
}
[data-min-width="1230"] {
  min-width: 1230px;
}
[data-max-width="1230"] {
  max-width: 1230px;
}
[data-width="1231"] {
  width: 1231px;
}
[data-min-width="1231"] {
  min-width: 1231px;
}
[data-max-width="1231"] {
  max-width: 1231px;
}
[data-width="1232"] {
  width: 1232px;
}
[data-min-width="1232"] {
  min-width: 1232px;
}
[data-max-width="1232"] {
  max-width: 1232px;
}
[data-width="1233"] {
  width: 1233px;
}
[data-min-width="1233"] {
  min-width: 1233px;
}
[data-max-width="1233"] {
  max-width: 1233px;
}
[data-width="1234"] {
  width: 1234px;
}
[data-min-width="1234"] {
  min-width: 1234px;
}
[data-max-width="1234"] {
  max-width: 1234px;
}
[data-width="1235"] {
  width: 1235px;
}
[data-min-width="1235"] {
  min-width: 1235px;
}
[data-max-width="1235"] {
  max-width: 1235px;
}
[data-width="1236"] {
  width: 1236px;
}
[data-min-width="1236"] {
  min-width: 1236px;
}
[data-max-width="1236"] {
  max-width: 1236px;
}
[data-width="1237"] {
  width: 1237px;
}
[data-min-width="1237"] {
  min-width: 1237px;
}
[data-max-width="1237"] {
  max-width: 1237px;
}
[data-width="1238"] {
  width: 1238px;
}
[data-min-width="1238"] {
  min-width: 1238px;
}
[data-max-width="1238"] {
  max-width: 1238px;
}
[data-width="1239"] {
  width: 1239px;
}
[data-min-width="1239"] {
  min-width: 1239px;
}
[data-max-width="1239"] {
  max-width: 1239px;
}
[data-width="1240"] {
  width: 1240px;
}
[data-min-width="1240"] {
  min-width: 1240px;
}
[data-max-width="1240"] {
  max-width: 1240px;
}
[data-width="1241"] {
  width: 1241px;
}
[data-min-width="1241"] {
  min-width: 1241px;
}
[data-max-width="1241"] {
  max-width: 1241px;
}
[data-width="1242"] {
  width: 1242px;
}
[data-min-width="1242"] {
  min-width: 1242px;
}
[data-max-width="1242"] {
  max-width: 1242px;
}
[data-width="1243"] {
  width: 1243px;
}
[data-min-width="1243"] {
  min-width: 1243px;
}
[data-max-width="1243"] {
  max-width: 1243px;
}
[data-width="1244"] {
  width: 1244px;
}
[data-min-width="1244"] {
  min-width: 1244px;
}
[data-max-width="1244"] {
  max-width: 1244px;
}
[data-width="1245"] {
  width: 1245px;
}
[data-min-width="1245"] {
  min-width: 1245px;
}
[data-max-width="1245"] {
  max-width: 1245px;
}
[data-width="1246"] {
  width: 1246px;
}
[data-min-width="1246"] {
  min-width: 1246px;
}
[data-max-width="1246"] {
  max-width: 1246px;
}
[data-width="1247"] {
  width: 1247px;
}
[data-min-width="1247"] {
  min-width: 1247px;
}
[data-max-width="1247"] {
  max-width: 1247px;
}
[data-width="1248"] {
  width: 1248px;
}
[data-min-width="1248"] {
  min-width: 1248px;
}
[data-max-width="1248"] {
  max-width: 1248px;
}
[data-width="1249"] {
  width: 1249px;
}
[data-min-width="1249"] {
  min-width: 1249px;
}
[data-max-width="1249"] {
  max-width: 1249px;
}
[data-width="1250"] {
  width: 1250px;
}
[data-min-width="1250"] {
  min-width: 1250px;
}
[data-max-width="1250"] {
  max-width: 1250px;
}
[data-width="1251"] {
  width: 1251px;
}
[data-min-width="1251"] {
  min-width: 1251px;
}
[data-max-width="1251"] {
  max-width: 1251px;
}
[data-width="1252"] {
  width: 1252px;
}
[data-min-width="1252"] {
  min-width: 1252px;
}
[data-max-width="1252"] {
  max-width: 1252px;
}
[data-width="1253"] {
  width: 1253px;
}
[data-min-width="1253"] {
  min-width: 1253px;
}
[data-max-width="1253"] {
  max-width: 1253px;
}
[data-width="1254"] {
  width: 1254px;
}
[data-min-width="1254"] {
  min-width: 1254px;
}
[data-max-width="1254"] {
  max-width: 1254px;
}
[data-width="1255"] {
  width: 1255px;
}
[data-min-width="1255"] {
  min-width: 1255px;
}
[data-max-width="1255"] {
  max-width: 1255px;
}
[data-width="1256"] {
  width: 1256px;
}
[data-min-width="1256"] {
  min-width: 1256px;
}
[data-max-width="1256"] {
  max-width: 1256px;
}
[data-width="1257"] {
  width: 1257px;
}
[data-min-width="1257"] {
  min-width: 1257px;
}
[data-max-width="1257"] {
  max-width: 1257px;
}
[data-width="1258"] {
  width: 1258px;
}
[data-min-width="1258"] {
  min-width: 1258px;
}
[data-max-width="1258"] {
  max-width: 1258px;
}
[data-width="1259"] {
  width: 1259px;
}
[data-min-width="1259"] {
  min-width: 1259px;
}
[data-max-width="1259"] {
  max-width: 1259px;
}
[data-width="1260"] {
  width: 1260px;
}
[data-min-width="1260"] {
  min-width: 1260px;
}
[data-max-width="1260"] {
  max-width: 1260px;
}
[data-width="1261"] {
  width: 1261px;
}
[data-min-width="1261"] {
  min-width: 1261px;
}
[data-max-width="1261"] {
  max-width: 1261px;
}
[data-width="1262"] {
  width: 1262px;
}
[data-min-width="1262"] {
  min-width: 1262px;
}
[data-max-width="1262"] {
  max-width: 1262px;
}
[data-width="1263"] {
  width: 1263px;
}
[data-min-width="1263"] {
  min-width: 1263px;
}
[data-max-width="1263"] {
  max-width: 1263px;
}
[data-width="1264"] {
  width: 1264px;
}
[data-min-width="1264"] {
  min-width: 1264px;
}
[data-max-width="1264"] {
  max-width: 1264px;
}
[data-width="1265"] {
  width: 1265px;
}
[data-min-width="1265"] {
  min-width: 1265px;
}
[data-max-width="1265"] {
  max-width: 1265px;
}
[data-width="1266"] {
  width: 1266px;
}
[data-min-width="1266"] {
  min-width: 1266px;
}
[data-max-width="1266"] {
  max-width: 1266px;
}
[data-width="1267"] {
  width: 1267px;
}
[data-min-width="1267"] {
  min-width: 1267px;
}
[data-max-width="1267"] {
  max-width: 1267px;
}
[data-width="1268"] {
  width: 1268px;
}
[data-min-width="1268"] {
  min-width: 1268px;
}
[data-max-width="1268"] {
  max-width: 1268px;
}
[data-width="1269"] {
  width: 1269px;
}
[data-min-width="1269"] {
  min-width: 1269px;
}
[data-max-width="1269"] {
  max-width: 1269px;
}
[data-width="1270"] {
  width: 1270px;
}
[data-min-width="1270"] {
  min-width: 1270px;
}
[data-max-width="1270"] {
  max-width: 1270px;
}
[data-width="1271"] {
  width: 1271px;
}
[data-min-width="1271"] {
  min-width: 1271px;
}
[data-max-width="1271"] {
  max-width: 1271px;
}
[data-width="1272"] {
  width: 1272px;
}
[data-min-width="1272"] {
  min-width: 1272px;
}
[data-max-width="1272"] {
  max-width: 1272px;
}
[data-width="1273"] {
  width: 1273px;
}
[data-min-width="1273"] {
  min-width: 1273px;
}
[data-max-width="1273"] {
  max-width: 1273px;
}
[data-width="1274"] {
  width: 1274px;
}
[data-min-width="1274"] {
  min-width: 1274px;
}
[data-max-width="1274"] {
  max-width: 1274px;
}
[data-width="1275"] {
  width: 1275px;
}
[data-min-width="1275"] {
  min-width: 1275px;
}
[data-max-width="1275"] {
  max-width: 1275px;
}
[data-width="1276"] {
  width: 1276px;
}
[data-min-width="1276"] {
  min-width: 1276px;
}
[data-max-width="1276"] {
  max-width: 1276px;
}
[data-width="1277"] {
  width: 1277px;
}
[data-min-width="1277"] {
  min-width: 1277px;
}
[data-max-width="1277"] {
  max-width: 1277px;
}
[data-width="1278"] {
  width: 1278px;
}
[data-min-width="1278"] {
  min-width: 1278px;
}
[data-max-width="1278"] {
  max-width: 1278px;
}
[data-width="1279"] {
  width: 1279px;
}
[data-min-width="1279"] {
  min-width: 1279px;
}
[data-max-width="1279"] {
  max-width: 1279px;
}
[data-width="1280"] {
  width: 1280px;
}
[data-min-width="1280"] {
  min-width: 1280px;
}
[data-max-width="1280"] {
  max-width: 1280px;
}
[data-width="1281"] {
  width: 1281px;
}
[data-min-width="1281"] {
  min-width: 1281px;
}
[data-max-width="1281"] {
  max-width: 1281px;
}
[data-width="1282"] {
  width: 1282px;
}
[data-min-width="1282"] {
  min-width: 1282px;
}
[data-max-width="1282"] {
  max-width: 1282px;
}
[data-width="1283"] {
  width: 1283px;
}
[data-min-width="1283"] {
  min-width: 1283px;
}
[data-max-width="1283"] {
  max-width: 1283px;
}
[data-width="1284"] {
  width: 1284px;
}
[data-min-width="1284"] {
  min-width: 1284px;
}
[data-max-width="1284"] {
  max-width: 1284px;
}
[data-width="1285"] {
  width: 1285px;
}
[data-min-width="1285"] {
  min-width: 1285px;
}
[data-max-width="1285"] {
  max-width: 1285px;
}
[data-width="1286"] {
  width: 1286px;
}
[data-min-width="1286"] {
  min-width: 1286px;
}
[data-max-width="1286"] {
  max-width: 1286px;
}
[data-width="1287"] {
  width: 1287px;
}
[data-min-width="1287"] {
  min-width: 1287px;
}
[data-max-width="1287"] {
  max-width: 1287px;
}
[data-width="1288"] {
  width: 1288px;
}
[data-min-width="1288"] {
  min-width: 1288px;
}
[data-max-width="1288"] {
  max-width: 1288px;
}
[data-width="1289"] {
  width: 1289px;
}
[data-min-width="1289"] {
  min-width: 1289px;
}
[data-max-width="1289"] {
  max-width: 1289px;
}
[data-width="1290"] {
  width: 1290px;
}
[data-min-width="1290"] {
  min-width: 1290px;
}
[data-max-width="1290"] {
  max-width: 1290px;
}
[data-width="1291"] {
  width: 1291px;
}
[data-min-width="1291"] {
  min-width: 1291px;
}
[data-max-width="1291"] {
  max-width: 1291px;
}
[data-width="1292"] {
  width: 1292px;
}
[data-min-width="1292"] {
  min-width: 1292px;
}
[data-max-width="1292"] {
  max-width: 1292px;
}
[data-width="1293"] {
  width: 1293px;
}
[data-min-width="1293"] {
  min-width: 1293px;
}
[data-max-width="1293"] {
  max-width: 1293px;
}
[data-width="1294"] {
  width: 1294px;
}
[data-min-width="1294"] {
  min-width: 1294px;
}
[data-max-width="1294"] {
  max-width: 1294px;
}
[data-width="1295"] {
  width: 1295px;
}
[data-min-width="1295"] {
  min-width: 1295px;
}
[data-max-width="1295"] {
  max-width: 1295px;
}
[data-width="1296"] {
  width: 1296px;
}
[data-min-width="1296"] {
  min-width: 1296px;
}
[data-max-width="1296"] {
  max-width: 1296px;
}
[data-width="1297"] {
  width: 1297px;
}
[data-min-width="1297"] {
  min-width: 1297px;
}
[data-max-width="1297"] {
  max-width: 1297px;
}
[data-width="1298"] {
  width: 1298px;
}
[data-min-width="1298"] {
  min-width: 1298px;
}
[data-max-width="1298"] {
  max-width: 1298px;
}
[data-width="1299"] {
  width: 1299px;
}
[data-min-width="1299"] {
  min-width: 1299px;
}
[data-max-width="1299"] {
  max-width: 1299px;
}
[data-width="1300"] {
  width: 1300px;
}
[data-min-width="1300"] {
  min-width: 1300px;
}
[data-max-width="1300"] {
  max-width: 1300px;
}
[data-width="1301"] {
  width: 1301px;
}
[data-min-width="1301"] {
  min-width: 1301px;
}
[data-max-width="1301"] {
  max-width: 1301px;
}
[data-width="1302"] {
  width: 1302px;
}
[data-min-width="1302"] {
  min-width: 1302px;
}
[data-max-width="1302"] {
  max-width: 1302px;
}
[data-width="1303"] {
  width: 1303px;
}
[data-min-width="1303"] {
  min-width: 1303px;
}
[data-max-width="1303"] {
  max-width: 1303px;
}
[data-width="1304"] {
  width: 1304px;
}
[data-min-width="1304"] {
  min-width: 1304px;
}
[data-max-width="1304"] {
  max-width: 1304px;
}
[data-width="1305"] {
  width: 1305px;
}
[data-min-width="1305"] {
  min-width: 1305px;
}
[data-max-width="1305"] {
  max-width: 1305px;
}
[data-width="1306"] {
  width: 1306px;
}
[data-min-width="1306"] {
  min-width: 1306px;
}
[data-max-width="1306"] {
  max-width: 1306px;
}
[data-width="1307"] {
  width: 1307px;
}
[data-min-width="1307"] {
  min-width: 1307px;
}
[data-max-width="1307"] {
  max-width: 1307px;
}
[data-width="1308"] {
  width: 1308px;
}
[data-min-width="1308"] {
  min-width: 1308px;
}
[data-max-width="1308"] {
  max-width: 1308px;
}
[data-width="1309"] {
  width: 1309px;
}
[data-min-width="1309"] {
  min-width: 1309px;
}
[data-max-width="1309"] {
  max-width: 1309px;
}
[data-width="1310"] {
  width: 1310px;
}
[data-min-width="1310"] {
  min-width: 1310px;
}
[data-max-width="1310"] {
  max-width: 1310px;
}
[data-width="1311"] {
  width: 1311px;
}
[data-min-width="1311"] {
  min-width: 1311px;
}
[data-max-width="1311"] {
  max-width: 1311px;
}
[data-width="1312"] {
  width: 1312px;
}
[data-min-width="1312"] {
  min-width: 1312px;
}
[data-max-width="1312"] {
  max-width: 1312px;
}
[data-width="1313"] {
  width: 1313px;
}
[data-min-width="1313"] {
  min-width: 1313px;
}
[data-max-width="1313"] {
  max-width: 1313px;
}
[data-width="1314"] {
  width: 1314px;
}
[data-min-width="1314"] {
  min-width: 1314px;
}
[data-max-width="1314"] {
  max-width: 1314px;
}
[data-width="1315"] {
  width: 1315px;
}
[data-min-width="1315"] {
  min-width: 1315px;
}
[data-max-width="1315"] {
  max-width: 1315px;
}
[data-width="1316"] {
  width: 1316px;
}
[data-min-width="1316"] {
  min-width: 1316px;
}
[data-max-width="1316"] {
  max-width: 1316px;
}
[data-width="1317"] {
  width: 1317px;
}
[data-min-width="1317"] {
  min-width: 1317px;
}
[data-max-width="1317"] {
  max-width: 1317px;
}
[data-width="1318"] {
  width: 1318px;
}
[data-min-width="1318"] {
  min-width: 1318px;
}
[data-max-width="1318"] {
  max-width: 1318px;
}
[data-width="1319"] {
  width: 1319px;
}
[data-min-width="1319"] {
  min-width: 1319px;
}
[data-max-width="1319"] {
  max-width: 1319px;
}
[data-width="1320"] {
  width: 1320px;
}
[data-min-width="1320"] {
  min-width: 1320px;
}
[data-max-width="1320"] {
  max-width: 1320px;
}
[data-width="1321"] {
  width: 1321px;
}
[data-min-width="1321"] {
  min-width: 1321px;
}
[data-max-width="1321"] {
  max-width: 1321px;
}
[data-width="1322"] {
  width: 1322px;
}
[data-min-width="1322"] {
  min-width: 1322px;
}
[data-max-width="1322"] {
  max-width: 1322px;
}
[data-width="1323"] {
  width: 1323px;
}
[data-min-width="1323"] {
  min-width: 1323px;
}
[data-max-width="1323"] {
  max-width: 1323px;
}
[data-width="1324"] {
  width: 1324px;
}
[data-min-width="1324"] {
  min-width: 1324px;
}
[data-max-width="1324"] {
  max-width: 1324px;
}
[data-width="1325"] {
  width: 1325px;
}
[data-min-width="1325"] {
  min-width: 1325px;
}
[data-max-width="1325"] {
  max-width: 1325px;
}
[data-width="1326"] {
  width: 1326px;
}
[data-min-width="1326"] {
  min-width: 1326px;
}
[data-max-width="1326"] {
  max-width: 1326px;
}
[data-width="1327"] {
  width: 1327px;
}
[data-min-width="1327"] {
  min-width: 1327px;
}
[data-max-width="1327"] {
  max-width: 1327px;
}
[data-width="1328"] {
  width: 1328px;
}
[data-min-width="1328"] {
  min-width: 1328px;
}
[data-max-width="1328"] {
  max-width: 1328px;
}
[data-width="1329"] {
  width: 1329px;
}
[data-min-width="1329"] {
  min-width: 1329px;
}
[data-max-width="1329"] {
  max-width: 1329px;
}
[data-width="1330"] {
  width: 1330px;
}
[data-min-width="1330"] {
  min-width: 1330px;
}
[data-max-width="1330"] {
  max-width: 1330px;
}
[data-width="1331"] {
  width: 1331px;
}
[data-min-width="1331"] {
  min-width: 1331px;
}
[data-max-width="1331"] {
  max-width: 1331px;
}
[data-width="1332"] {
  width: 1332px;
}
[data-min-width="1332"] {
  min-width: 1332px;
}
[data-max-width="1332"] {
  max-width: 1332px;
}
[data-width="1333"] {
  width: 1333px;
}
[data-min-width="1333"] {
  min-width: 1333px;
}
[data-max-width="1333"] {
  max-width: 1333px;
}
[data-width="1334"] {
  width: 1334px;
}
[data-min-width="1334"] {
  min-width: 1334px;
}
[data-max-width="1334"] {
  max-width: 1334px;
}
[data-width="1335"] {
  width: 1335px;
}
[data-min-width="1335"] {
  min-width: 1335px;
}
[data-max-width="1335"] {
  max-width: 1335px;
}
[data-width="1336"] {
  width: 1336px;
}
[data-min-width="1336"] {
  min-width: 1336px;
}
[data-max-width="1336"] {
  max-width: 1336px;
}
[data-width="1337"] {
  width: 1337px;
}
[data-min-width="1337"] {
  min-width: 1337px;
}
[data-max-width="1337"] {
  max-width: 1337px;
}
[data-width="1338"] {
  width: 1338px;
}
[data-min-width="1338"] {
  min-width: 1338px;
}
[data-max-width="1338"] {
  max-width: 1338px;
}
[data-width="1339"] {
  width: 1339px;
}
[data-min-width="1339"] {
  min-width: 1339px;
}
[data-max-width="1339"] {
  max-width: 1339px;
}
[data-width="1340"] {
  width: 1340px;
}
[data-min-width="1340"] {
  min-width: 1340px;
}
[data-max-width="1340"] {
  max-width: 1340px;
}
[data-width="1341"] {
  width: 1341px;
}
[data-min-width="1341"] {
  min-width: 1341px;
}
[data-max-width="1341"] {
  max-width: 1341px;
}
[data-width="1342"] {
  width: 1342px;
}
[data-min-width="1342"] {
  min-width: 1342px;
}
[data-max-width="1342"] {
  max-width: 1342px;
}
[data-width="1343"] {
  width: 1343px;
}
[data-min-width="1343"] {
  min-width: 1343px;
}
[data-max-width="1343"] {
  max-width: 1343px;
}
[data-width="1344"] {
  width: 1344px;
}
[data-min-width="1344"] {
  min-width: 1344px;
}
[data-max-width="1344"] {
  max-width: 1344px;
}
[data-width="1345"] {
  width: 1345px;
}
[data-min-width="1345"] {
  min-width: 1345px;
}
[data-max-width="1345"] {
  max-width: 1345px;
}
[data-width="1346"] {
  width: 1346px;
}
[data-min-width="1346"] {
  min-width: 1346px;
}
[data-max-width="1346"] {
  max-width: 1346px;
}
[data-width="1347"] {
  width: 1347px;
}
[data-min-width="1347"] {
  min-width: 1347px;
}
[data-max-width="1347"] {
  max-width: 1347px;
}
[data-width="1348"] {
  width: 1348px;
}
[data-min-width="1348"] {
  min-width: 1348px;
}
[data-max-width="1348"] {
  max-width: 1348px;
}
[data-width="1349"] {
  width: 1349px;
}
[data-min-width="1349"] {
  min-width: 1349px;
}
[data-max-width="1349"] {
  max-width: 1349px;
}
[data-width="1350"] {
  width: 1350px;
}
[data-min-width="1350"] {
  min-width: 1350px;
}
[data-max-width="1350"] {
  max-width: 1350px;
}
[data-width="1351"] {
  width: 1351px;
}
[data-min-width="1351"] {
  min-width: 1351px;
}
[data-max-width="1351"] {
  max-width: 1351px;
}
[data-width="1352"] {
  width: 1352px;
}
[data-min-width="1352"] {
  min-width: 1352px;
}
[data-max-width="1352"] {
  max-width: 1352px;
}
[data-width="1353"] {
  width: 1353px;
}
[data-min-width="1353"] {
  min-width: 1353px;
}
[data-max-width="1353"] {
  max-width: 1353px;
}
[data-width="1354"] {
  width: 1354px;
}
[data-min-width="1354"] {
  min-width: 1354px;
}
[data-max-width="1354"] {
  max-width: 1354px;
}
[data-width="1355"] {
  width: 1355px;
}
[data-min-width="1355"] {
  min-width: 1355px;
}
[data-max-width="1355"] {
  max-width: 1355px;
}
[data-width="1356"] {
  width: 1356px;
}
[data-min-width="1356"] {
  min-width: 1356px;
}
[data-max-width="1356"] {
  max-width: 1356px;
}
[data-width="1357"] {
  width: 1357px;
}
[data-min-width="1357"] {
  min-width: 1357px;
}
[data-max-width="1357"] {
  max-width: 1357px;
}
[data-width="1358"] {
  width: 1358px;
}
[data-min-width="1358"] {
  min-width: 1358px;
}
[data-max-width="1358"] {
  max-width: 1358px;
}
[data-width="1359"] {
  width: 1359px;
}
[data-min-width="1359"] {
  min-width: 1359px;
}
[data-max-width="1359"] {
  max-width: 1359px;
}
[data-width="1360"] {
  width: 1360px;
}
[data-min-width="1360"] {
  min-width: 1360px;
}
[data-max-width="1360"] {
  max-width: 1360px;
}
[data-width="1361"] {
  width: 1361px;
}
[data-min-width="1361"] {
  min-width: 1361px;
}
[data-max-width="1361"] {
  max-width: 1361px;
}
[data-width="1362"] {
  width: 1362px;
}
[data-min-width="1362"] {
  min-width: 1362px;
}
[data-max-width="1362"] {
  max-width: 1362px;
}
[data-width="1363"] {
  width: 1363px;
}
[data-min-width="1363"] {
  min-width: 1363px;
}
[data-max-width="1363"] {
  max-width: 1363px;
}
[data-width="1364"] {
  width: 1364px;
}
[data-min-width="1364"] {
  min-width: 1364px;
}
[data-max-width="1364"] {
  max-width: 1364px;
}
[data-width="1365"] {
  width: 1365px;
}
[data-min-width="1365"] {
  min-width: 1365px;
}
[data-max-width="1365"] {
  max-width: 1365px;
}
[data-width="1366"] {
  width: 1366px;
}
[data-min-width="1366"] {
  min-width: 1366px;
}
[data-max-width="1366"] {
  max-width: 1366px;
}
[data-width="1367"] {
  width: 1367px;
}
[data-min-width="1367"] {
  min-width: 1367px;
}
[data-max-width="1367"] {
  max-width: 1367px;
}
[data-width="1368"] {
  width: 1368px;
}
[data-min-width="1368"] {
  min-width: 1368px;
}
[data-max-width="1368"] {
  max-width: 1368px;
}
[data-width="1369"] {
  width: 1369px;
}
[data-min-width="1369"] {
  min-width: 1369px;
}
[data-max-width="1369"] {
  max-width: 1369px;
}
[data-width="1370"] {
  width: 1370px;
}
[data-min-width="1370"] {
  min-width: 1370px;
}
[data-max-width="1370"] {
  max-width: 1370px;
}
[data-width="1371"] {
  width: 1371px;
}
[data-min-width="1371"] {
  min-width: 1371px;
}
[data-max-width="1371"] {
  max-width: 1371px;
}
[data-width="1372"] {
  width: 1372px;
}
[data-min-width="1372"] {
  min-width: 1372px;
}
[data-max-width="1372"] {
  max-width: 1372px;
}
[data-width="1373"] {
  width: 1373px;
}
[data-min-width="1373"] {
  min-width: 1373px;
}
[data-max-width="1373"] {
  max-width: 1373px;
}
[data-width="1374"] {
  width: 1374px;
}
[data-min-width="1374"] {
  min-width: 1374px;
}
[data-max-width="1374"] {
  max-width: 1374px;
}
[data-width="1375"] {
  width: 1375px;
}
[data-min-width="1375"] {
  min-width: 1375px;
}
[data-max-width="1375"] {
  max-width: 1375px;
}
[data-width="1376"] {
  width: 1376px;
}
[data-min-width="1376"] {
  min-width: 1376px;
}
[data-max-width="1376"] {
  max-width: 1376px;
}
[data-width="1377"] {
  width: 1377px;
}
[data-min-width="1377"] {
  min-width: 1377px;
}
[data-max-width="1377"] {
  max-width: 1377px;
}
[data-width="1378"] {
  width: 1378px;
}
[data-min-width="1378"] {
  min-width: 1378px;
}
[data-max-width="1378"] {
  max-width: 1378px;
}
[data-width="1379"] {
  width: 1379px;
}
[data-min-width="1379"] {
  min-width: 1379px;
}
[data-max-width="1379"] {
  max-width: 1379px;
}
[data-width="1380"] {
  width: 1380px;
}
[data-min-width="1380"] {
  min-width: 1380px;
}
[data-max-width="1380"] {
  max-width: 1380px;
}
[data-width="1381"] {
  width: 1381px;
}
[data-min-width="1381"] {
  min-width: 1381px;
}
[data-max-width="1381"] {
  max-width: 1381px;
}
[data-width="1382"] {
  width: 1382px;
}
[data-min-width="1382"] {
  min-width: 1382px;
}
[data-max-width="1382"] {
  max-width: 1382px;
}
[data-width="1383"] {
  width: 1383px;
}
[data-min-width="1383"] {
  min-width: 1383px;
}
[data-max-width="1383"] {
  max-width: 1383px;
}
[data-width="1384"] {
  width: 1384px;
}
[data-min-width="1384"] {
  min-width: 1384px;
}
[data-max-width="1384"] {
  max-width: 1384px;
}
[data-width="1385"] {
  width: 1385px;
}
[data-min-width="1385"] {
  min-width: 1385px;
}
[data-max-width="1385"] {
  max-width: 1385px;
}
[data-width="1386"] {
  width: 1386px;
}
[data-min-width="1386"] {
  min-width: 1386px;
}
[data-max-width="1386"] {
  max-width: 1386px;
}
[data-width="1387"] {
  width: 1387px;
}
[data-min-width="1387"] {
  min-width: 1387px;
}
[data-max-width="1387"] {
  max-width: 1387px;
}
[data-width="1388"] {
  width: 1388px;
}
[data-min-width="1388"] {
  min-width: 1388px;
}
[data-max-width="1388"] {
  max-width: 1388px;
}
[data-width="1389"] {
  width: 1389px;
}
[data-min-width="1389"] {
  min-width: 1389px;
}
[data-max-width="1389"] {
  max-width: 1389px;
}
[data-width="1390"] {
  width: 1390px;
}
[data-min-width="1390"] {
  min-width: 1390px;
}
[data-max-width="1390"] {
  max-width: 1390px;
}
[data-width="1391"] {
  width: 1391px;
}
[data-min-width="1391"] {
  min-width: 1391px;
}
[data-max-width="1391"] {
  max-width: 1391px;
}
[data-width="1392"] {
  width: 1392px;
}
[data-min-width="1392"] {
  min-width: 1392px;
}
[data-max-width="1392"] {
  max-width: 1392px;
}
[data-width="1393"] {
  width: 1393px;
}
[data-min-width="1393"] {
  min-width: 1393px;
}
[data-max-width="1393"] {
  max-width: 1393px;
}
[data-width="1394"] {
  width: 1394px;
}
[data-min-width="1394"] {
  min-width: 1394px;
}
[data-max-width="1394"] {
  max-width: 1394px;
}
[data-width="1395"] {
  width: 1395px;
}
[data-min-width="1395"] {
  min-width: 1395px;
}
[data-max-width="1395"] {
  max-width: 1395px;
}
[data-width="1396"] {
  width: 1396px;
}
[data-min-width="1396"] {
  min-width: 1396px;
}
[data-max-width="1396"] {
  max-width: 1396px;
}
[data-width="1397"] {
  width: 1397px;
}
[data-min-width="1397"] {
  min-width: 1397px;
}
[data-max-width="1397"] {
  max-width: 1397px;
}
[data-width="1398"] {
  width: 1398px;
}
[data-min-width="1398"] {
  min-width: 1398px;
}
[data-max-width="1398"] {
  max-width: 1398px;
}
[data-width="1399"] {
  width: 1399px;
}
[data-min-width="1399"] {
  min-width: 1399px;
}
[data-max-width="1399"] {
  max-width: 1399px;
}
[data-width="1400"] {
  width: 1400px;
}
[data-min-width="1400"] {
  min-width: 1400px;
}
[data-max-width="1400"] {
  max-width: 1400px;
}
[data-width="1401"] {
  width: 1401px;
}
[data-min-width="1401"] {
  min-width: 1401px;
}
[data-max-width="1401"] {
  max-width: 1401px;
}
[data-width="1402"] {
  width: 1402px;
}
[data-min-width="1402"] {
  min-width: 1402px;
}
[data-max-width="1402"] {
  max-width: 1402px;
}
[data-width="1403"] {
  width: 1403px;
}
[data-min-width="1403"] {
  min-width: 1403px;
}
[data-max-width="1403"] {
  max-width: 1403px;
}
[data-width="1404"] {
  width: 1404px;
}
[data-min-width="1404"] {
  min-width: 1404px;
}
[data-max-width="1404"] {
  max-width: 1404px;
}
[data-width="1405"] {
  width: 1405px;
}
[data-min-width="1405"] {
  min-width: 1405px;
}
[data-max-width="1405"] {
  max-width: 1405px;
}
[data-width="1406"] {
  width: 1406px;
}
[data-min-width="1406"] {
  min-width: 1406px;
}
[data-max-width="1406"] {
  max-width: 1406px;
}
[data-width="1407"] {
  width: 1407px;
}
[data-min-width="1407"] {
  min-width: 1407px;
}
[data-max-width="1407"] {
  max-width: 1407px;
}
[data-width="1408"] {
  width: 1408px;
}
[data-min-width="1408"] {
  min-width: 1408px;
}
[data-max-width="1408"] {
  max-width: 1408px;
}
[data-width="1409"] {
  width: 1409px;
}
[data-min-width="1409"] {
  min-width: 1409px;
}
[data-max-width="1409"] {
  max-width: 1409px;
}
[data-width="1410"] {
  width: 1410px;
}
[data-min-width="1410"] {
  min-width: 1410px;
}
[data-max-width="1410"] {
  max-width: 1410px;
}
[data-width="1411"] {
  width: 1411px;
}
[data-min-width="1411"] {
  min-width: 1411px;
}
[data-max-width="1411"] {
  max-width: 1411px;
}
[data-width="1412"] {
  width: 1412px;
}
[data-min-width="1412"] {
  min-width: 1412px;
}
[data-max-width="1412"] {
  max-width: 1412px;
}
[data-width="1413"] {
  width: 1413px;
}
[data-min-width="1413"] {
  min-width: 1413px;
}
[data-max-width="1413"] {
  max-width: 1413px;
}
[data-width="1414"] {
  width: 1414px;
}
[data-min-width="1414"] {
  min-width: 1414px;
}
[data-max-width="1414"] {
  max-width: 1414px;
}
[data-width="1415"] {
  width: 1415px;
}
[data-min-width="1415"] {
  min-width: 1415px;
}
[data-max-width="1415"] {
  max-width: 1415px;
}
[data-width="1416"] {
  width: 1416px;
}
[data-min-width="1416"] {
  min-width: 1416px;
}
[data-max-width="1416"] {
  max-width: 1416px;
}
[data-width="1417"] {
  width: 1417px;
}
[data-min-width="1417"] {
  min-width: 1417px;
}
[data-max-width="1417"] {
  max-width: 1417px;
}
[data-width="1418"] {
  width: 1418px;
}
[data-min-width="1418"] {
  min-width: 1418px;
}
[data-max-width="1418"] {
  max-width: 1418px;
}
[data-width="1419"] {
  width: 1419px;
}
[data-min-width="1419"] {
  min-width: 1419px;
}
[data-max-width="1419"] {
  max-width: 1419px;
}
[data-width="1420"] {
  width: 1420px;
}
[data-min-width="1420"] {
  min-width: 1420px;
}
[data-max-width="1420"] {
  max-width: 1420px;
}
[data-width="1421"] {
  width: 1421px;
}
[data-min-width="1421"] {
  min-width: 1421px;
}
[data-max-width="1421"] {
  max-width: 1421px;
}
[data-width="1422"] {
  width: 1422px;
}
[data-min-width="1422"] {
  min-width: 1422px;
}
[data-max-width="1422"] {
  max-width: 1422px;
}
[data-width="1423"] {
  width: 1423px;
}
[data-min-width="1423"] {
  min-width: 1423px;
}
[data-max-width="1423"] {
  max-width: 1423px;
}
[data-width="1424"] {
  width: 1424px;
}
[data-min-width="1424"] {
  min-width: 1424px;
}
[data-max-width="1424"] {
  max-width: 1424px;
}
[data-width="1425"] {
  width: 1425px;
}
[data-min-width="1425"] {
  min-width: 1425px;
}
[data-max-width="1425"] {
  max-width: 1425px;
}
[data-width="1426"] {
  width: 1426px;
}
[data-min-width="1426"] {
  min-width: 1426px;
}
[data-max-width="1426"] {
  max-width: 1426px;
}
[data-width="1427"] {
  width: 1427px;
}
[data-min-width="1427"] {
  min-width: 1427px;
}
[data-max-width="1427"] {
  max-width: 1427px;
}
[data-width="1428"] {
  width: 1428px;
}
[data-min-width="1428"] {
  min-width: 1428px;
}
[data-max-width="1428"] {
  max-width: 1428px;
}
[data-width="1429"] {
  width: 1429px;
}
[data-min-width="1429"] {
  min-width: 1429px;
}
[data-max-width="1429"] {
  max-width: 1429px;
}
[data-width="1430"] {
  width: 1430px;
}
[data-min-width="1430"] {
  min-width: 1430px;
}
[data-max-width="1430"] {
  max-width: 1430px;
}
[data-width="1431"] {
  width: 1431px;
}
[data-min-width="1431"] {
  min-width: 1431px;
}
[data-max-width="1431"] {
  max-width: 1431px;
}
[data-width="1432"] {
  width: 1432px;
}
[data-min-width="1432"] {
  min-width: 1432px;
}
[data-max-width="1432"] {
  max-width: 1432px;
}
[data-width="1433"] {
  width: 1433px;
}
[data-min-width="1433"] {
  min-width: 1433px;
}
[data-max-width="1433"] {
  max-width: 1433px;
}
[data-width="1434"] {
  width: 1434px;
}
[data-min-width="1434"] {
  min-width: 1434px;
}
[data-max-width="1434"] {
  max-width: 1434px;
}
[data-width="1435"] {
  width: 1435px;
}
[data-min-width="1435"] {
  min-width: 1435px;
}
[data-max-width="1435"] {
  max-width: 1435px;
}
[data-width="1436"] {
  width: 1436px;
}
[data-min-width="1436"] {
  min-width: 1436px;
}
[data-max-width="1436"] {
  max-width: 1436px;
}
[data-width="1437"] {
  width: 1437px;
}
[data-min-width="1437"] {
  min-width: 1437px;
}
[data-max-width="1437"] {
  max-width: 1437px;
}
[data-width="1438"] {
  width: 1438px;
}
[data-min-width="1438"] {
  min-width: 1438px;
}
[data-max-width="1438"] {
  max-width: 1438px;
}
[data-width="1439"] {
  width: 1439px;
}
[data-min-width="1439"] {
  min-width: 1439px;
}
[data-max-width="1439"] {
  max-width: 1439px;
}
[data-width="1440"] {
  width: 1440px;
}
[data-min-width="1440"] {
  min-width: 1440px;
}
[data-max-width="1440"] {
  max-width: 1440px;
}
[data-width="1441"] {
  width: 1441px;
}
[data-min-width="1441"] {
  min-width: 1441px;
}
[data-max-width="1441"] {
  max-width: 1441px;
}
[data-width="1442"] {
  width: 1442px;
}
[data-min-width="1442"] {
  min-width: 1442px;
}
[data-max-width="1442"] {
  max-width: 1442px;
}
[data-width="1443"] {
  width: 1443px;
}
[data-min-width="1443"] {
  min-width: 1443px;
}
[data-max-width="1443"] {
  max-width: 1443px;
}
[data-width="1444"] {
  width: 1444px;
}
[data-min-width="1444"] {
  min-width: 1444px;
}
[data-max-width="1444"] {
  max-width: 1444px;
}
[data-width="1445"] {
  width: 1445px;
}
[data-min-width="1445"] {
  min-width: 1445px;
}
[data-max-width="1445"] {
  max-width: 1445px;
}
[data-width="1446"] {
  width: 1446px;
}
[data-min-width="1446"] {
  min-width: 1446px;
}
[data-max-width="1446"] {
  max-width: 1446px;
}
[data-width="1447"] {
  width: 1447px;
}
[data-min-width="1447"] {
  min-width: 1447px;
}
[data-max-width="1447"] {
  max-width: 1447px;
}
[data-width="1448"] {
  width: 1448px;
}
[data-min-width="1448"] {
  min-width: 1448px;
}
[data-max-width="1448"] {
  max-width: 1448px;
}
[data-width="1449"] {
  width: 1449px;
}
[data-min-width="1449"] {
  min-width: 1449px;
}
[data-max-width="1449"] {
  max-width: 1449px;
}
[data-width="1450"] {
  width: 1450px;
}
[data-min-width="1450"] {
  min-width: 1450px;
}
[data-max-width="1450"] {
  max-width: 1450px;
}
[data-width="1451"] {
  width: 1451px;
}
[data-min-width="1451"] {
  min-width: 1451px;
}
[data-max-width="1451"] {
  max-width: 1451px;
}
[data-width="1452"] {
  width: 1452px;
}
[data-min-width="1452"] {
  min-width: 1452px;
}
[data-max-width="1452"] {
  max-width: 1452px;
}
[data-width="1453"] {
  width: 1453px;
}
[data-min-width="1453"] {
  min-width: 1453px;
}
[data-max-width="1453"] {
  max-width: 1453px;
}
[data-width="1454"] {
  width: 1454px;
}
[data-min-width="1454"] {
  min-width: 1454px;
}
[data-max-width="1454"] {
  max-width: 1454px;
}
[data-width="1455"] {
  width: 1455px;
}
[data-min-width="1455"] {
  min-width: 1455px;
}
[data-max-width="1455"] {
  max-width: 1455px;
}
[data-width="1456"] {
  width: 1456px;
}
[data-min-width="1456"] {
  min-width: 1456px;
}
[data-max-width="1456"] {
  max-width: 1456px;
}
[data-width="1457"] {
  width: 1457px;
}
[data-min-width="1457"] {
  min-width: 1457px;
}
[data-max-width="1457"] {
  max-width: 1457px;
}
[data-width="1458"] {
  width: 1458px;
}
[data-min-width="1458"] {
  min-width: 1458px;
}
[data-max-width="1458"] {
  max-width: 1458px;
}
[data-width="1459"] {
  width: 1459px;
}
[data-min-width="1459"] {
  min-width: 1459px;
}
[data-max-width="1459"] {
  max-width: 1459px;
}
[data-width="1460"] {
  width: 1460px;
}
[data-min-width="1460"] {
  min-width: 1460px;
}
[data-max-width="1460"] {
  max-width: 1460px;
}
[data-width="1461"] {
  width: 1461px;
}
[data-min-width="1461"] {
  min-width: 1461px;
}
[data-max-width="1461"] {
  max-width: 1461px;
}
[data-width="1462"] {
  width: 1462px;
}
[data-min-width="1462"] {
  min-width: 1462px;
}
[data-max-width="1462"] {
  max-width: 1462px;
}
[data-width="1463"] {
  width: 1463px;
}
[data-min-width="1463"] {
  min-width: 1463px;
}
[data-max-width="1463"] {
  max-width: 1463px;
}
[data-width="1464"] {
  width: 1464px;
}
[data-min-width="1464"] {
  min-width: 1464px;
}
[data-max-width="1464"] {
  max-width: 1464px;
}
[data-width="1465"] {
  width: 1465px;
}
[data-min-width="1465"] {
  min-width: 1465px;
}
[data-max-width="1465"] {
  max-width: 1465px;
}
[data-width="1466"] {
  width: 1466px;
}
[data-min-width="1466"] {
  min-width: 1466px;
}
[data-max-width="1466"] {
  max-width: 1466px;
}
[data-width="1467"] {
  width: 1467px;
}
[data-min-width="1467"] {
  min-width: 1467px;
}
[data-max-width="1467"] {
  max-width: 1467px;
}
[data-width="1468"] {
  width: 1468px;
}
[data-min-width="1468"] {
  min-width: 1468px;
}
[data-max-width="1468"] {
  max-width: 1468px;
}
[data-width="1469"] {
  width: 1469px;
}
[data-min-width="1469"] {
  min-width: 1469px;
}
[data-max-width="1469"] {
  max-width: 1469px;
}
[data-width="1470"] {
  width: 1470px;
}
[data-min-width="1470"] {
  min-width: 1470px;
}
[data-max-width="1470"] {
  max-width: 1470px;
}
[data-width="1471"] {
  width: 1471px;
}
[data-min-width="1471"] {
  min-width: 1471px;
}
[data-max-width="1471"] {
  max-width: 1471px;
}
[data-width="1472"] {
  width: 1472px;
}
[data-min-width="1472"] {
  min-width: 1472px;
}
[data-max-width="1472"] {
  max-width: 1472px;
}
[data-width="1473"] {
  width: 1473px;
}
[data-min-width="1473"] {
  min-width: 1473px;
}
[data-max-width="1473"] {
  max-width: 1473px;
}
[data-width="1474"] {
  width: 1474px;
}
[data-min-width="1474"] {
  min-width: 1474px;
}
[data-max-width="1474"] {
  max-width: 1474px;
}
[data-width="1475"] {
  width: 1475px;
}
[data-min-width="1475"] {
  min-width: 1475px;
}
[data-max-width="1475"] {
  max-width: 1475px;
}
[data-width="1476"] {
  width: 1476px;
}
[data-min-width="1476"] {
  min-width: 1476px;
}
[data-max-width="1476"] {
  max-width: 1476px;
}
[data-width="1477"] {
  width: 1477px;
}
[data-min-width="1477"] {
  min-width: 1477px;
}
[data-max-width="1477"] {
  max-width: 1477px;
}
[data-width="1478"] {
  width: 1478px;
}
[data-min-width="1478"] {
  min-width: 1478px;
}
[data-max-width="1478"] {
  max-width: 1478px;
}
[data-width="1479"] {
  width: 1479px;
}
[data-min-width="1479"] {
  min-width: 1479px;
}
[data-max-width="1479"] {
  max-width: 1479px;
}
[data-width="1480"] {
  width: 1480px;
}
[data-min-width="1480"] {
  min-width: 1480px;
}
[data-max-width="1480"] {
  max-width: 1480px;
}
[data-width="1481"] {
  width: 1481px;
}
[data-min-width="1481"] {
  min-width: 1481px;
}
[data-max-width="1481"] {
  max-width: 1481px;
}
[data-width="1482"] {
  width: 1482px;
}
[data-min-width="1482"] {
  min-width: 1482px;
}
[data-max-width="1482"] {
  max-width: 1482px;
}
[data-width="1483"] {
  width: 1483px;
}
[data-min-width="1483"] {
  min-width: 1483px;
}
[data-max-width="1483"] {
  max-width: 1483px;
}
[data-width="1484"] {
  width: 1484px;
}
[data-min-width="1484"] {
  min-width: 1484px;
}
[data-max-width="1484"] {
  max-width: 1484px;
}
[data-width="1485"] {
  width: 1485px;
}
[data-min-width="1485"] {
  min-width: 1485px;
}
[data-max-width="1485"] {
  max-width: 1485px;
}
[data-width="1486"] {
  width: 1486px;
}
[data-min-width="1486"] {
  min-width: 1486px;
}
[data-max-width="1486"] {
  max-width: 1486px;
}
[data-width="1487"] {
  width: 1487px;
}
[data-min-width="1487"] {
  min-width: 1487px;
}
[data-max-width="1487"] {
  max-width: 1487px;
}
[data-width="1488"] {
  width: 1488px;
}
[data-min-width="1488"] {
  min-width: 1488px;
}
[data-max-width="1488"] {
  max-width: 1488px;
}
[data-width="1489"] {
  width: 1489px;
}
[data-min-width="1489"] {
  min-width: 1489px;
}
[data-max-width="1489"] {
  max-width: 1489px;
}
[data-width="1490"] {
  width: 1490px;
}
[data-min-width="1490"] {
  min-width: 1490px;
}
[data-max-width="1490"] {
  max-width: 1490px;
}
[data-width="1491"] {
  width: 1491px;
}
[data-min-width="1491"] {
  min-width: 1491px;
}
[data-max-width="1491"] {
  max-width: 1491px;
}
[data-width="1492"] {
  width: 1492px;
}
[data-min-width="1492"] {
  min-width: 1492px;
}
[data-max-width="1492"] {
  max-width: 1492px;
}
[data-width="1493"] {
  width: 1493px;
}
[data-min-width="1493"] {
  min-width: 1493px;
}
[data-max-width="1493"] {
  max-width: 1493px;
}
[data-width="1494"] {
  width: 1494px;
}
[data-min-width="1494"] {
  min-width: 1494px;
}
[data-max-width="1494"] {
  max-width: 1494px;
}
[data-width="1495"] {
  width: 1495px;
}
[data-min-width="1495"] {
  min-width: 1495px;
}
[data-max-width="1495"] {
  max-width: 1495px;
}
[data-width="1496"] {
  width: 1496px;
}
[data-min-width="1496"] {
  min-width: 1496px;
}
[data-max-width="1496"] {
  max-width: 1496px;
}
[data-width="1497"] {
  width: 1497px;
}
[data-min-width="1497"] {
  min-width: 1497px;
}
[data-max-width="1497"] {
  max-width: 1497px;
}
[data-width="1498"] {
  width: 1498px;
}
[data-min-width="1498"] {
  min-width: 1498px;
}
[data-max-width="1498"] {
  max-width: 1498px;
}
[data-width="1499"] {
  width: 1499px;
}
[data-min-width="1499"] {
  min-width: 1499px;
}
[data-max-width="1499"] {
  max-width: 1499px;
}

/* responsive */
@media only screen and (min-width: 1601px) and (max-width: 1850px) {
  .live-news-update-area-wrapper.style-01 .title {
    width: 220px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-area.index-01 .image-blog-style-01 .background-img {
    height: 720px;
  }
  .image-blog-style-01 .content .title {
    font-size: 32px;
    line-height: 42px;
  }
  .blog-list-style-01 .content .title {
    font-size: 28px;
    line-height: 38px;
  }
  .blog-grid-style-01 .content .title {
    font-size: 24px;
    line-height: 32px;
  }
  .font-size-22 {
    font-size: 21px !important;
    line-height: 28px !important;
  }
  .blog-grid-style-02 .content .title {
    font-size: 30px;
    line-height: 38px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .background-img {
    height: 740px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .content
    .title {
    font-size: 46px;
    line-height: 60px;
  }
  .whats-new-area-wrapper.index-03 .blog-grid-style-01.v-02 .content .title {
    font-size: 30px;
    line-height: 42px;
  }
  .stories-of-the-week-area-wrapper.index-03
    .blog-list-style-01.v-02
    .content
    .title {
    font-size: 30px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-meta .post-meta-list .post-meta-item {
    line-height: 32px;
  }
  .monthly-highlights.index-03 .image-blog-style-01.v-02.small .title.v-02 {
    font-size: 37px;
    line-height: 54px;
  }
  .live-news-update-area-wrapper.style-02 .title-box .title {
    width: 272px !important;
  }
  .popular-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title,
  .recent-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-meta .post-meta-list.style-02 .post-meta-item::after {
    top: 7px;
  }
  .feature-news-area-wrapper.index-04
    .blog-grid-style-03.medium
    .content
    .title {
    font-size: 28px;
    line-height: 40px;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 220px;
  }
  .header-area-wrapper.index-05 .image-blog-large.three.index-05-one .title {
    margin-bottom: 15px;
    font-size: 34px !important;
    line-height: 50px !important;
  }
  .recent-post-index-05-wrapper
    .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 5px;
  }
  .index-05-heading-sidebar .image-blog-large.three.index-05-two .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .image-blog-large.three.index-05-two .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .recent-post.style-01
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .latest-videos-area-wrapper-index-05 .image-blog-large.three.main .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 38px !important;
    line-height: 55px !important;
  }
  .latest-videos-area-wrapper-index-05 .background-img {
    height: 482px;
  }
  .sports-update-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 36px;
    line-height: 52px;
    margin-top: 5px;
  }
  .top-and-trendy-stories-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin: 0 1px;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .background-img {
    height: 355px;
  }
  .image-blog-large.three.index-05-two .img-box .background-img {
    height: 260px;
  }
  .mixed-area-wrapper-01.index-05
    .image-blog-large.three.main
    .img-box
    .background-img {
    height: 560px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1399px) {
  .header-area.index-01 .image-blog-style-01 .background-img {
    height: 700px;
  }
  .image-blog-style-01 .content .title {
    font-size: 32px;
    line-height: 42px;
  }
  .image-blog-style-01 .content {
    padding: 0 20px 30px;
  }
  .blog-list-style-01 .content .title {
    font-size: 27px;
    line-height: 36px;
  }
  .blog-grid-style-01 .content .title {
    font-size: 24px;
    line-height: 32px;
  }
  .font-size-22 {
    font-size: 21px !important;
    line-height: 28px !important;
  }
  .blog-grid-style-02 .content .title {
    font-size: 29px;
    line-height: 36px;
  }
  .post-meta .post-meta-list .post-meta-item {
    margin-right: 15px;
  }
  .widget-area-wrapper
    .widget
    .newsletter.style-01
    .top-content
    .text-box
    .info {
    font-size: 27px;
    line-height: 41px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .background-img {
    height: 740px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .content
    .title {
    font-size: 46px;
    line-height: 60px;
  }
  .whats-new-area-wrapper.index-03 .blog-grid-style-01.v-02 .content .title {
    font-size: 25px;
    line-height: 38px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-stories-area-wrapper.index-03
    .blog-grid-style-01.v-02
    .content
    .title.v-02 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .stories-of-the-week-area-wrapper.index-03
    .blog-list-style-01.v-02
    .content
    .title {
    font-size: 30px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-meta .post-meta-list .post-meta-item {
    line-height: 32px;
  }
  .monthly-highlights.index-03 .image-blog-style-01.v-02.small .title.v-02 {
    font-size: 37px;
    line-height: 54px;
  }
  .latest-videos-area-wrapper.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 20px;
    line-height: 28px;
  }
  .monthly-highlights.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 20px;
    line-height: 30px;
  }
  .stories-of-the-week-area-wrapper.index-03 .blog-list-style-01 .img-box {
    width: 50%;
  }
  .header-area.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .live-news-update-area-wrapper.style-02 .title-box .title {
    width: 272px !important;
  }
  .popular-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title,
  .recent-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-meta .post-meta-list.style-02 .post-meta-item::after {
    top: 7px;
  }
  .feature-news-area-wrapper.index-04
    .blog-grid-style-03.medium
    .content
    .title {
    font-size: 28px;
    line-height: 40px;
  }
  .header-area.index-04
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .header-area.index-04 .blog-grid-style-03.large .background-img {
    height: 480px;
  }
  .mixed-area-wrapper-0.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .mixed-area-wrapper.index-04 .news-headline-list .news-heading-item .title {
    font-size: 18px;
    line-height: 26px;
  }
  .header-area.index-04 .blog-grid-style-03.large .content .title {
    font-size: 40px;
    line-height: 56px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 40px;
    line-height: 56px;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 220px;
  }
  .header-area-wrapper.index-05 .image-blog-large.three.index-05-one .title {
    margin-bottom: 15px;
    font-size: 34px !important;
    line-height: 50px !important;
  }
  .recent-post-index-05-wrapper
    .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 5px;
  }
  .index-05-heading-sidebar .image-blog-large.three.index-05-two .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .image-blog-large.three.index-05-two .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .recent-post.style-01
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .latest-videos-area-wrapper-index-05 .image-blog-large.three.main .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 38px !important;
    line-height: 55px !important;
  }
  .latest-videos-area-wrapper-index-05 .background-img {
    height: 482px;
  }
  .sports-update-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 36px;
    line-height: 52px;
    margin-top: 5px;
  }
  .top-and-trendy-stories-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin: 0 1px;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .background-img {
    height: 355px;
  }
  .header-area.index-04 .img-box.video-blog .background-img {
    height: 320px;
  }
  .image-blog-large.three.index-05-two .img-box .background-img {
    height: 260px;
  }
  .mixed-area-wrapper-01.index-05
    .image-blog-large.three.main
    .img-box
    .background-img {
    height: 560px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .header-area.index-01 .image-blog-style-01 .background-img {
    height: 650px;
  }
  .image-blog-style-01 .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .image-blog-style-01 .content {
    padding: 0 20px 30px;
  }
  .blog-list-style-01 .content .title {
    font-size: 27px;
    line-height: 36px;
  }
  .blog-grid-style-01 .content .title {
    font-size: 24px;
    line-height: 32px;
  }
  .font-size-22 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .blog-grid-style-02 .content .title {
    font-size: 28px;
    line-height: 35px;
  }
  .post-meta .post-meta-list .post-meta-item {
    margin-right: 15px;
  }
  .widget-area-wrapper
    .widget
    .newsletter.style-01
    .top-content
    .text-box
    .info {
    font-size: 27px;
    line-height: 41px;
  }
  .footer-area.style-01
    .footer-top
    .footer-widget
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .recent-stories-area-wrapper.index-01 .blog-list-style-01 .img-box img {
    max-width: 390px;
  }
  .blog-list-style-01 .content .info {
    margin: 16px 0 17px;
  }
  .recent-stories-area-wrapper.index-01
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03
    .widget-social-link-list
    .single-item {
    width: 172px;
  }
  .play-icon img.max-wh-160 {
    max-width: 125px !important;
    max-height: 125px !important;
  }
  .widget-area-wrapper
    .widget
    .category.style-03
    .widget-category-list
    .single-item:nth-child(1) {
    margin-bottom: 20px;
  }
  .top-and-trendy-stories-area-wrapper.index-01
    .top-stories-and-trendy-stories-list
    .single-blog-post-item
    .content
    .title {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .header-area.index-02 .image-blog-style-01 .content .title {
    font-size: 35px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-02
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
  .latest-vieos-area-wrapper.index-02 .image-blog-style-01 .content .title {
    font-size: 35px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-grid-style-01 .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .top-and-trendy-stories-area-wrapper.index-02
    .blog-grid-style-02
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .top-and-trendy-stories-area-wrapper.index-02
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .weekly-highlights-area-wrapper.index-02
    .image-blog-style-01
    .content
    .title {
    font-size: 35px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .weekly-highlights-area-wrapper.index-02
    .image-blog-style-01
    .background-img {
    height: 565px;
  }
  .widget-area-wrapper
    .widget
    .category.style-02.v-02
    .widget-category-list
    .single-item {
    width: 50%;
  }
  .latest-vieos-area-wrapper.index-02 .background-img {
    height: 565px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .background-img {
    height: 632px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .content
    .title {
    font-size: 44px;
    line-height: 56px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .whats-new-area-wrapper.index-03 .blog-grid-style-01.v-02 .content .title {
    font-size: 25px;
    line-height: 38px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-stories-area-wrapper.index-03
    .blog-grid-style-01.v-02
    .content
    .title.v-02 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .stories-of-the-week-area-wrapper.index-03
    .blog-list-style-01.v-02
    .content
    .title {
    font-size: 30px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-meta .post-meta-list .post-meta-item {
    line-height: 32px;
  }
  .monthly-highlights.index-03 .image-blog-style-01.v-02.small .title.v-02 {
    font-size: 37px;
    line-height: 54px;
  }
  .latest-videos-area-wrapper.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .monthly-highlights.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .title {
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-02
    .widget-social-link-list
    .single-item {
    width: 175px;
  }
  .stories-of-the-week-area-wrapper.index-03 .blog-list-style-01 .img-box {
    width: 50%;
  }
  .header-area.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .live-news-update-area-wrapper.style-02 .title-box .title {
    width: 272px !important;
  }
  .popular-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title,
  .recent-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-meta .post-meta-list.style-02 .post-meta-item::after {
    top: 7px;
  }
  .feature-news-area-wrapper.index-04
    .blog-grid-style-03.medium
    .content
    .title {
    font-size: 28px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-04
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .header-area.index-04 .blog-grid-style-03.large .background-img {
    height: 480px;
  }
  .mixed-area-wrapper-0.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px !important;
    line-height: 26px !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper.index-04 .news-headline-list .news-heading-item .title {
    font-size: 18px;
    line-height: 26px;
  }
  .header-area.index-04 .blog-grid-style-03.large .content .title {
    font-size: 38px;
    line-height: 52px;
    margin-top: 15px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 38px;
    line-height: 52px;
    margin-top: 15px;
  }
  .post-meta .post-meta-list.style-02 .post-meta-item {
    padding-right: 17px;
    margin-right: 15px;
  }
  .live-news-update-area-wrapper .title-box .title {
    font-size: 14px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03
    .img-box
    .background-img {
    height: 500px;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 220px;
  }
  .header-area-wrapper.index-05 .image-blog-large.three.index-05-one .title {
    margin-bottom: 15px;
    font-size: 34px !important;
    line-height: 50px !important;
  }
  .recent-post-index-05-wrapper
    .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 5px;
  }
  .index-05-heading-sidebar .image-blog-large.three.index-05-two .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0;
  }
  .image-blog-large.three.index-05-two .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0;
  }
  .header-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .recent-post.style-01
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .latest-videos-area-wrapper-index-05 .image-blog-large.three.main .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 38px !important;
    line-height: 55px !important;
  }
  .latest-videos-area-wrapper-index-05 .background-img {
    height: 482px;
  }
  .sports-update-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 36px;
    line-height: 52px;
    margin-top: 5px;
  }
  .top-and-trendy-stories-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin: 0 1px;
  }
  .recent-post-index-05-wrapper
    .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
  }
  .popular-news-area-wrapper.index-05 .background-img {
    height: 420px;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin-bottom: 10px;
  }
  .footer-area.style-01.v-02
    .footer-top
    .search-form
    .newsletter-footer
    .btn-wrapper
    button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
    padding: 10px 18px 11px;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .background-img {
    height: 301px;
  }
  .header-area.index-04 .img-box.video-blog .background-img {
    height: 300px;
  }
  .image-blog-large.three.index-05-two .img-box .background-img {
    height: 260px;
  }
  .mixed-area-wrapper-01.index-05
    .image-blog-large.three.main
    .img-box
    .background-img {
    height: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.index-01 .image-blog-style-01 .background-img {
    height: 600px;
  }
  .image-blog-style-01 .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .image-blog-style-01 .content {
    padding: 0 20px 30px;
  }
  .blog-list-style-01 .content .title {
    font-size: 27px;
    line-height: 36px;
  }
  .blog-grid-style-01 .content .title {
    font-size: 24px;
    line-height: 32px;
  }
  .font-size-22 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .blog-grid-style-02 .content .title {
    font-size: 28px;
    line-height: 35px;
  }
  .post-meta .post-meta-list .post-meta-item {
    margin-right: 15px;
  }
  .widget-area-wrapper
    .widget
    .newsletter.style-01
    .top-content
    .text-box
    .info {
    font-size: 27px;
    line-height: 41px;
  }
  .footer-area.style-01
    .footer-top
    .footer-widget
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .recent-stories-area-wrapper.index-01 .blog-list-style-01 .img-box img {
    max-width: 390px;
  }
  .blog-list-style-01 .content .info {
    margin: 16px 0 17px;
  }
  .recent-stories-area-wrapper.index-01
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .top-and-trendy-stories-area-wrapper.index-01
    .top-stories-and-trendy-stories-list
    .single-blog-post-item
    .content
    .title {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03
    .widget-social-link-list
    .single-item {
    width: 172px;
  }
  .play-icon img.max-wh-160 {
    max-width: 125px !important;
    max-height: 125px !important;
  }
  .widget-area-wrapper
    .widget
    .category.style-03
    .widget-category-list
    .single-item:nth-child(1) {
    margin-bottom: 20px;
  }
  .weekly-highlights-area-wrapper.index-01 .background-img {
    height: 500px;
  }
  .header-area.index-02 .image-blog-style-01 .content .title {
    font-size: 35px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-02
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
  .latest-vieos-area-wrapper.index-02 .image-blog-style-01 .content .title {
    font-size: 35px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-grid-style-01 .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .top-and-trendy-stories-area-wrapper.index-02
    .blog-grid-style-02
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .top-and-trendy-stories-area-wrapper.index-02
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .weekly-highlights-area-wrapper.index-02
    .image-blog-style-01
    .content
    .title {
    font-size: 35px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .weekly-highlights-area-wrapper.index-02
    .image-blog-style-01
    .background-img {
    height: 565px;
  }
  .widget-area-wrapper
    .widget
    .category.style-02.v-02
    .widget-category-list
    .single-item {
    width: 49%;
  }
  .latest-vieos-area-wrapper.index-02 .background-img {
    height: 565px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .background-img {
    height: 632px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .content
    .title {
    font-size: 44px;
    line-height: 56px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .whats-new-area-wrapper.index-03 .blog-grid-style-01.v-02 .content .title {
    font-size: 25px;
    line-height: 38px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-stories-area-wrapper.index-03
    .blog-grid-style-01.v-02
    .content
    .title.v-02 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .stories-of-the-week-area-wrapper.index-03
    .blog-list-style-01.v-02
    .content
    .title {
    font-size: 30px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-meta .post-meta-list .post-meta-item {
    line-height: 32px;
  }
  .monthly-highlights.index-03 .image-blog-style-01.v-02.small .title.v-02 {
    font-size: 37px;
    line-height: 54px;
  }
  .latest-videos-area-wrapper.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .monthly-highlights.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .title {
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-02
    .widget-social-link-list
    .single-item {
    width: 175px;
  }
  .stories-of-the-week-area-wrapper.index-03 .blog-list-style-01 .img-box {
    width: 50%;
  }
  .latest-videos-area-wrapper.index-03 .image-blog-style-01 .content .title {
    font-size: 32px;
    line-height: 44px;
  }
  .stories-of-the-week-area-wrapper.index-03
    .blog-list-style-01.v-02
    .content
    .info {
    margin: 17px 0 17px;
  }
  .header-area.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .live-news-update-area-wrapper.style-02 .title-box .title {
    width: 272px !important;
  }
  .popular-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title,
  .recent-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-meta .post-meta-list.style-02 .post-meta-item::after {
    top: 7px;
  }
  .feature-news-area-wrapper.index-04
    .blog-grid-style-03.medium
    .content
    .title {
    font-size: 28px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-04
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .header-area.index-04 .blog-grid-style-03.large .background-img {
    height: 480px;
  }
  .mixed-area-wrapper-0.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px !important;
    line-height: 26px !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper.index-04 .news-headline-list .news-heading-item .title {
    font-size: 18px;
    line-height: 26px;
  }
  .header-area.index-04 .blog-grid-style-03.large .content .title {
    font-size: 36px;
    line-height: 50px;
    margin-top: 15px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 36px;
    line-height: 50px;
    margin-top: 15px;
  }
  .post-meta .post-meta-list.style-02 .post-meta-item {
    padding-right: 17px;
    margin-right: 15px;
  }
  .live-news-update-area-wrapper .title-box .title {
    font-size: 14px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03
    .img-box
    .background-img {
    height: 500px;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 220px;
  }
  .header-area-wrapper.index-05 .image-blog-large.three.index-05-one .title {
    margin-bottom: 15px;
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .recent-post-index-05-wrapper
    .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 5px;
  }
  .index-05-heading-sidebar .image-blog-large.three.index-05-two .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0;
  }
  .image-blog-large.three.index-05-two .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0;
  }
  .header-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .recent-post.style-01
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .latest-videos-area-wrapper-index-05 .image-blog-large.three.main .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .latest-videos-area-wrapper-index-05 .background-img {
    height: 482px;
  }
  .sports-update-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 32px;
    line-height: 48px;
    margin-top: 5px;
  }
  .top-and-trendy-stories-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin: 0 1px;
  }
  .recent-post-index-05-wrapper
    .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
  }
  .popular-news-area-wrapper.index-05 .background-img {
    height: 420px;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin-bottom: 10px;
  }
  .footer-area.style-01.v-02
    .footer-top
    .search-form
    .newsletter-footer
    .btn-wrapper
    button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
    padding: 10px 18px 11px;
  }
  .header-area-wrapper.index-05 .background-img {
    height: 500px;
  }
  .top-and-trendy-stories-area-wrapper.index-05
    .widget-area-wrapper
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .background-img {
    height: 301px;
  }
  .latest-videos-area-wrapper.index-03 .img-box.video-blog .background-img {
    height: 622px;
  }
  .header-area.index-04 .img-box.video-blog .background-img {
    height: 300px;
  }
  .latest-videos-area-wrapper-index-05
    .latest-video-short
    .img-box
    .background-img {
    height: 250px;
  }
  .mixed-area-wrapper-01.index-05
    .image-blog-large.three.main
    .img-box
    .background-img {
    height: 540px;
  }
  .recent-blog-post-style-02 .single-blog-post-item .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area.custom-style-01.v-02
    .nav-container
    .navbar-nav
    .menu-item-has-children {
    padding-right: 18px;
  }
  .navbar-area.custom-style-01
    .nav-right-content.v-02
    .support-bar-search-box
    .form-group {
    width: 310px;
  }
  .navbar-area .hamburger-menu-wrapper.right-side {
    margin-left: 10px;
  }
  .header-area.index-01 .image-blog-style-01 .background-img {
    height: 550px;
  }
  .image-blog-style-01 .content {
    padding: 0 18px 25px;
  }
  .recent-stories-area-wrapper.index-01 .widget-area-wrapper {
    margin-top: 95px;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03
    .widget-social-link-list
    .single-item {
    width: 180px;
  }
  .latest-vieos-area-wrapper.index-01 .image-blog-style-01 .background-img {
    height: 585px;
  }
  .latest-vieos-area-wrapper.index-01 .videos-blog-list.style-01 {
    margin-top: 70px;
  }
  .blog-grid-style-02 .content .title {
    font-size: 26px;
    line-height: 32px;
  }
  .section-title-style-01 .title {
    font-size: 30px;
    line-height: 42px;
  }
  .weekly-highlights-area-wrapper.index-01 .background-img {
    height: 550px;
  }
  .footer-area.style-01 .footer-top .container .row {
    flex-direction: column;
  }
  .footer-area.style-01 .footer-top .container .row > div {
    margin-bottom: 50px;
  }
  .footer-area.style-01 .footer-top .container .row > div:last-child {
    margin-bottom: 0;
  }
  .row.reverse {
    flex-direction: column-reverse;
  }
  .header-area.index-02 .background-img {
    height: 650px;
  }
  .header-area.index-02 .widget-area-wrapper {
    margin-top: 60px;
  }
  .latest-vieos-area-wrapper.index-02 .widget-area-wrapper {
    margin-top: 60px;
  }
  .editors-choice-area-wrapper.index-02 .row .col-lg-6 {
    margin-top: 40px;
  }
  .editors-choice-area-wrapper.index-02 .row .col-lg-6:nth-child(1),
  .editors-choice-area-wrapper.index-02 .row .col-lg-6:nth-child(2) {
    margin-top: 0;
  }
  .blog-grid-style-01 .img-box {
    display: inline-block;
  }
  .mixed-area-wrapper.index-02 .widget-area-wrapper {
    padding-bottom: 100px;
  }
  .latest-vieos-area-wrapper.index-02 .background-img {
    height: 670px;
  }
  .editors-choice-area-wrapper.index-02 .blog-grid-style-01 .content .title {
    font-size: 26px;
    line-height: 32px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .background-img {
    height: 565px;
  }
  .hamburger-menu-wrapper {
    display: none;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .content
    .title {
    font-size: 36px;
    line-height: 46px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .title {
    font-size: 22px;
    line-height: 31px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;
  }
  .header-area.index-03 .image-blog-post-small.index-03.one {
    display: flex;
    margin-top: 30px;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small {
    margin-bottom: 0;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small:first-child {
    margin-right: 30px;
  }
  .latest-videos-area-wrapper.index-03 .videos-blog-list.style-01 {
    margin-top: 60px;
  }
  .mixed-area-wrapper.index-03
    .widget-area-wrapper
    .widget
    .social-link.style-02
    .widget-social-link-list
    .single-item {
    width: 190px;
  }
  .live-news-update-area-wrapper.style-02 .title-box .title {
    width: 350px !important;
  }
  .support-bar-search-box.style-02 form .form-group {
    width: 332px;
    border-radius: 25px;
    overflow: hidden;
  }
  .header-area.index-04 .blog-grid-style-03.large .background-img {
    height: 360px;
  }
  .mixed-area-wrapper-0.index-04
    .widget-area-wrapper
    .widget
    .social-link.style-01
    .widget-social-link-list
    .single-item
    .left-content
    .followers-numb {
    display: inline-block;
    margin-left: 3px;
    font-size: 14px;
  }
  .mixed-area-wrapper-0.index-04
    .widget-area-wrapper
    .widget
    .social-link.style-01
    .widget-social-link-list
    .single-item
    .left-content
    .followers-numb
    .count {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-right: 2px;
    vertical-align: -2px;
  }
  .mixed-area-wrapper.index-04 .news-headline-list .news-heading-item .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-04 .blog-grid-style-03.large .content .title {
    font-size: 34px;
    line-height: 46px;
    margin-top: 15px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 34px;
    line-height: 46px;
    margin-top: 15px;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 300px;
  }
  .header-area-wrapper.index-05 .background-img {
    height: 482px;
  }
  .latest-videos-area-wrapper-index-05 .background-img {
    height: 540px;
  }
  .top-and-trendy-stories-area-wrapper.index-05 .widget-area-wrapper {
    padding-top: 80px;
  }
  .popular-news-area-wrapper.index-05 .widget-area-wrapper {
    margin-top: 90px;
  }
  .header-area-wrapper.index-05 .order-lg-3.col-lg-12.col-xl-3 {
    margin-top: 40px;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin-bottom: 0;
  }
  .sports-update-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    margin-bottom: 10px;
  }
  .blog-list-wrapper.sports-blog-list-wrapper
    .blog-list-style-02
    .content
    .title {
    font-size: 24px;
    line-height: 34px;
  }
  .blog-grid-wrapper.three-column .blog-grid-style-01 .content .title {
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .blog-details-area-wrapper .blog-details-inner-area .quote.v-02 .quote-text {
    font-size: 30px;
    line-height: 42px;
  }
  .blog-details-area-wrapper
    .blog-details-inner-area
    .main-img-box
    .img-bg.v-02 {
    height: 600px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg.v-02 {
    height: 600px;
  }
  .about-ceo-wrapper .content .title {
    font-size: 38px;
    line-height: 58px;
  }
  .about-ceo-wrapper .content .title {
    margin-bottom: 28px;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small {
    width: 50%;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .background-img {
    height: 380px;
  }
  .popular-stories-area-wrapper.index-03 .blog-grid-style-01.v-02 .img-box {
    width: 100%;
  }
  .header-area.index-04 .img-box.video-blog .background-img {
    height: 190px;
  }
  .latest-videos-area-wrapper-index-05
    .latest-video-short
    .img-box
    .background-img {
    height: 250px;
  }
  .recent-blog-post-style-02 .single-blog-post-item .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-grid-wrapper .img-box {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    padding: 10px 15px;
  }
  .nav-main-wrap-for-custom-style-01-v-02 {
    position: relative;
    min-height: 95px;
  }
  .navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01.custom-style-01.v-02 {
    position: absolute;
    width: 100%;
    z-index: 9;
  }
  .navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01.custom-style-01.dark-bg-01.v-02
    .responsive-mobile-menu {
    width: auto;
  }
  .hamburger-menu-wrapper {
    display: none;
  }
  .navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01.custom-style-01.v-02
    .container.nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01.custom-style-01.dark-bg-01.v-02
    .nav-right-content.v-02 {
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 2;
  }
  .navbar-area.custom-style-01.v-02 .nav-container .navbar-nav > li::after {
    background-color: transparent;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-area.index-01 .col-lg-4 {
    margin-bottom: 40px;
  }
  .header-area.index-01 .col-lg-4:last-child {
    margin-bottom: 0;
  }
  .recent-stories-area-wrapper.index-01 .blog-list-style-01 .img-box {
    max-width: 50%;
  }
  .blog-list-style-01 .content .title {
    font-size: 28px;
    line-height: 34px;
  }
  .blog-list-style-01 .content .info {
    margin: 20px 0 19px;
  }
  .recent-stories-area-wrapper.index-01 .widget-area-wrapper {
    margin-top: 50px;
  }
  .latest-vieos-area-wrapper.index-01 .background-img {
    height: 500px;
  }
  .image-blog-style-01 .content .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 22px;
  }
  .play-icon img.max-wh-160 {
    max-width: 90px !important;
    max-height: 90px !important;
  }
  .latest-vieos-area-wrapper.index-01 .videos-blog-list.style-01 {
    margin-top: 60px;
  }
  .blog-grid-style-02 .img-box {
    position: relative;
    display: inline-block;
  }
  .editors-choice-area-wrapper.index-01 .col-lg-4 {
    margin-bottom: 40px;
  }
  .editors-choice-area-wrapper.index-01 .col-lg-4:last-child {
    margin-bottom: 0;
  }
  .top-and-trendy-stories-area-wrapper.index-01 > .row > .col-lg-6 {
    margin-bottom: 60px;
  }
  .top-and-trendy-stories-area-wrapper.index-01 > .row > .col-lg-6:last-child {
    margin-bottom: 0;
  }
  .weekly-highlights-area-wrapper.index-01 .background-img {
    height: 500px;
  }
  .footer-area.style-01 .footer-top .container .row {
    flex-direction: column;
  }
  .footer-area.style-01 .footer-top .container .row > div {
    margin-bottom: 50px;
  }
  .footer-area.style-01 .footer-top .container .row > div:last-child {
    margin-bottom: 0;
  }
  .topbar-area .topbar-inner .right-content .social-icon {
    display: none;
  }
  .topbar-area .topbar-inner .left-content .extra-menu {
    display: none;
  }
  .topbar-area .topbar-inner .left-content .topbar-item.d-none {
    display: block !important;
  }
  .topbar-area .topbar-inner .left-content .topbar-item {
    margin-right: 0;
  }
  .blog-list-style-01 {
    flex-direction: column;
    display: block;
  }
  .blog-list-style-01 .content {
    padding-left: 0;
    margin-top: 30px;
  }
  .recent-stories-area-wrapper.index-01 .blog-list-style-01 .img-box {
    max-width: initial;
  }
  .recent-stories-area-wrapper.index-01 .single-recent-stories-wrap {
    margin-bottom: 50px;
  }
  .widget-area-wrapper
    .widget
    .category.style-03
    .widget-category-list
    .single-item {
    width: 170px;
  }
  .widget-area-wrapper
    .widget
    .newsletter.style-01
    .top-content
    .text-box
    .info {
    font-size: 21px;
    line-height: 36px;
  }
  .footer-area.style-01
    .footer-top
    .footer-widget
    .recent-blog-post-style-01
    .single-blog-post-item
    .content
    .title {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 6px;
  }
  .image-blog-style-01 .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .post-meta .post-meta-list .post-meta-item {
    line-height: 36px;
  }
  .row.reverse {
    flex-direction: column-reverse;
  }
  .navbar-area.custom-style-01.v-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li
    a {
    padding: 15px 0;
  }
  .navbar-area.custom-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li {
    margin-left: 0;
  }
  .navbar-area.custom-style-01.v-02
    .nav-container
    .navbar-nav
    .menu-item-has-children.current-menu-item
    a {
    color: var(--main-color-one);
  }
  .navbar-area.custom-style-01.v-02
    .nav-container
    .navbar-nav
    .menu-item-has-children:hover
    a {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01.custom-style-01.v-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a:hover {
    background-color: transparent;
    color: var(--main-color-one);
  }
  .nav-main-wrap-for-custom-style-02 {
    position: relative;
    min-height: 110px;
  }
  .navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01.custom-style-02 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-main-wrap-for-custom-style-02 .nav-right-content.v-02 {
    position: absolute;
    z-index: 10;
    top: 28px;
    right: 80px;
  }
  .navbar-area.custom-style-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li.current-menu-item
    a {
    background-color: transparent !important;
  }
  .navbar-area.custom-style-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover
    a {
    color: var(--main-color-one);
    background-color: transparent !important;
  }
  .navbar-area.custom-style-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li
    a {
    padding: 0;
  }
  .nav-main-wrap-for-custom-style-02 .navbar-nav .sub-menu li a:hover {
    color: var(--main-color-one) !important;
  }
  .navbar-area.custom-style-02 .nav-right-content .search .search-bar {
    width: 390px;
  }
  .header-area.index-02 .background-img {
    height: 600px;
  }
  .header-area.index-02 .widget-area-wrapper {
    margin-top: 60px;
  }
  .latest-vieos-area-wrapper.index-02 .widget-area-wrapper {
    margin-top: 60px;
  }
  .editors-choice-area-wrapper.index-02 .row .col-lg-6 {
    margin-top: 40px;
  }
  .editors-choice-area-wrapper.index-02 .row .col-lg-6:nth-child(1),
  .editors-choice-area-wrapper.index-02 .row .col-lg-6:nth-child(2) {
    margin-top: 0;
  }
  .blog-grid-style-01 .img-box {
    display: inline-block;
  }
  .mixed-area-wrapper.index-02 .widget-area-wrapper {
    padding-bottom: 100px;
  }
  .latest-vieos-area-wrapper.index-02 .background-img {
    height: 670px;
  }
  .editors-choice-area-wrapper.index-02 .blog-grid-style-01 .content .title {
    font-size: 26px;
    line-height: 32px;
  }
  .blog-grid-style-01 .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .recent-blog-post-style-01 .single-blog-post-item .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
  }
  .latest-vieos-area-wrapper.index-02 .background-img {
    height: 550px;
  }
  .weekly-highlights-area-wrapper.index-02 .background-img {
    height: 550px;
  }
  .top-and-trendy-stories-area-wrapper.index-02 .col-lg-6 {
    margin-bottom: 60px;
  }
  .top-and-trendy-stories-area-wrapper.index-02 .col-lg-6:last-child {
    margin-bottom: 0;
  }
  .nav-main-wrap-for-custom-style-02-v-02 {
    min-height: 110px;
    position: relative;
  }
  .nav-main-wrap-for-custom-style-02-v-02
    nav.navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01.custom-style-02.v-02 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .background-img {
    height: 565px;
  }
  .hamburger-menu-wrapper {
    display: none;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .content
    .title {
    font-size: 36px;
    line-height: 46px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .title {
    font-size: 22px;
    line-height: 31px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;
  }
  .header-area.index-03 .image-blog-post-small.index-03.one {
    display: flex;
    margin-top: 30px;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small {
    margin-bottom: 0;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small:first-child {
    margin-right: 30px;
  }
  .latest-videos-area-wrapper.index-03 .videos-blog-list.style-01 {
    margin-top: 60px;
  }
  .nav-main-wrap-for-custom-style-02-v-02 .nav-right-content.v-02 {
    position: absolute;
    right: 70px;
    top: 28px;
  }
  .navbar-area.custom-style-02.v-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li.current-menu-item.menu-item-has-children::after {
    display: none !important;
  }
  .navbar-area.custom-style-02.v-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li::after {
    display: none;
  }
  .navbar-area.custom-style-02.v-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li
    > a {
    padding-right: 38px;
    padding-left: 0;
  }
  .navbar-area.custom-style-02.v-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li
    > .sub-menu
    li
    a:hover {
    color: var(--main-color-one);
  }
  .whats-new-area-wrapper.index-03 .blog-grid-style-01.v-02 .content .title {
    font-size: 28px;
    line-height: 40px;
  }
  .latest-videos-area-wrapper.index-03
    .image-blog-style-01
    .img-box
    .background-img {
    height: 550px !important;
  }
  .latest-videos-area-wrapper.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 20px;
    line-height: 30px;
  }
  .mixed-area-wrapper.index-03
    .widget-area-wrapper
    .widget
    .social-link.style-02
    .widget-social-link-list
    .single-item {
    width: 165px;
  }
  .mixed-area-wrapper.index-03
    .widget-area-wrapper
    .widget
    .category.style-02.v-02
    .widget-category-list
    .single-item {
    width: 50%;
  }
  .mixed-area-wrapper.index-03
    .widget-area-wrapper
    .widget
    .category.style-02.v-02
    .widget-category-list
    .single-item
    .wrap
    .right-content {
    margin-left: 8px;
  }
  .popular-stories-area-wrapper.index-03 .blog-grid-style-01 .content {
    padding-top: 5px;
  }
  .blog-list-style-01 .img-box {
    display: inline-block;
  }
  .monthly-highlights.index-03 .recent-blog-post-style-01.v-02 {
    margin-top: 60px;
  }
  .widget-area-wrapper .widget .newsletter.style-02 .text-box .info {
    font-size: 30px;
    line-height: 40px;
  }
  .supportbar-area-wrapper.index-04 .content {
    margin-top: 15px;
  }
  .live-news-update-area-wrapper.style-02 .title-box .title {
    width: 390px !important;
  }
  .live-news-update-area-wrapper .title-box .title {
    font-size: 12px;
  }
  .support-bar-search-box.style-02 form .form-group {
    width: 332px;
    border-radius: 25px;
    overflow: hidden;
  }
  .mixed-area-wrapper-0.index-04
    .widget-area-wrapper
    .widget
    .social-link.style-01
    .widget-social-link-list
    .single-item
    .left-content
    .followers-numb {
    display: inline-block;
    margin-left: 3px;
    font-size: 14px;
  }
  .mixed-area-wrapper-0.index-04
    .widget-area-wrapper
    .widget
    .social-link.style-01
    .widget-social-link-list
    .single-item
    .left-content
    .followers-numb
    .count {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-right: 2px;
    vertical-align: -2px;
  }
  .mixed-area-wrapper.index-04 .news-headline-list .news-heading-item .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-04 .blog-grid-style-03.large .content .title {
    font-size: 34px;
    line-height: 46px;
    margin-top: 15px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 34px;
    line-height: 46px;
    margin-top: 15px;
  }
  .header-area.index-04 .image-blog-style-01 .img-box {
    display: inline-block;
  }
  .header-area.index-04 .row .col-lg-6 {
    margin: 40px 0;
  }
  .post-meta .post-meta-list.style-02 .post-meta-item::after {
    top: 10px;
  }
  .header-area.index-04 .blog-grid-style-03.large .background-img {
    height: 480px;
  }
  .popular-news-area-wrapper.index-04
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03
    .img-box
    .background-img {
    height: 500px;
  }
  .feature-news-area-wrapper.index-04
    .blog-grid-style-03.medium
    .content
    .title {
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
  }
  .feature-news-area-wrapper.index-04 {
    padding-top: 100px;
  }
  .recent-news-area-wrapper.index-04
    .recent-news-inner-area.three-column
    .col-lg-4:nth-child(3) {
    margin-top: 50px;
  }
  .recent-news-area-wrapper.index-04 .blog-grid-style-03.small .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .navbar-area .date-and-time {
    margin-top: 9px;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 300px;
  }
  .header-area-wrapper.index-05 .background-img {
    height: 482px;
  }
  .latest-videos-area-wrapper-index-05 .background-img {
    height: 450px;
  }
  .top-and-trendy-stories-area-wrapper.index-05 .widget-area-wrapper {
    padding-top: 80px;
  }
  .popular-news-area-wrapper.index-05 .widget-area-wrapper {
    margin-top: 90px;
  }
  .header-area-wrapper.index-05 .index-05-heading-sidebar {
    margin-top: 40px;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin-bottom: 0;
  }
  .sports-update-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    margin-bottom: 10px;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item {
    display: block;
  }
  .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content {
    padding-left: 0;
    margin-top: 15px;
  }
  .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    margin-top: 5px;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 345px;
  }
  .header-area-wrapper.index-05 .image-blog-large.three.index-05-one .img-box {
    display: block;
  }
  .header-area.index-04 .image-blog-style-01 .img-box {
    display: block;
  }
  .header-area.index-04 .image-blog-style-01 .img-box img {
    width: 100%;
  }
  .header-area-wrapper.index-05 .image-blog-large.index-05-two {
    margin-top: 0;
  }
  .header-area-wrapper.index-05 .background-img {
    height: 570px;
  }
  .header-area-wrapper.index-05 .index-05-heading-sidebar {
    margin-top: 0;
  }
  .mixed-area-wrapper-01.index-05
    .feature-news-area-wrapper
    .image-blog-style-01
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .latest-videos-area-wrapper-index-05 .background-img {
    height: 500px;
  }
  .latest-videos-area-wrapper-index-05 .image-blog-style-01 .content .title {
    font-size: 34px;
    line-height: 46px;
  }
  .sports-update-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-news-area-wrapper.index-05 .background-img {
    height: 480px;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 36px;
    line-height: 52px;
  }
  .popular-news-area-wrapper.index-05 .news-headline-wrapper.one.v-02 {
    margin-top: 60px;
  }
  .top-and-trendy-stories-area-wrapper.index-05
    .row
    > .col-lg-12
    > .row
    > .col-lg-6:first-child {
    margin-bottom: 40px;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.small
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
  }
  .latest-videos-area-wrapper-index-05
    .image-blog-large.three.main
    .image-blog-style-01.v-02
    .title {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  .latest-videos-area-wrapper-index-05
    .image-blog-style-01.v-02.video-blog
    .img-box
    img {
    width: 100%;
  }
  .feature-news-area-wrapper .image-blog-style-01.v-02 .img-box img {
    width: 100%;
  }
  .supportbar-area-wrapper.index-05 .content {
    margin-top: 15px;
  }
  .nav-main-wrap-for-custom-style-01.index-05 {
    position: relative;
    min-height: 90px;
  }
  .nav-main-wrap-for-custom-style-01.index-05 .navbar-area.custom-style-01 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .nav-main-wrap-for-custom-style-01.index-05
    .navbar-area.custom-style-01
    .nav-right-content {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .nav-main-wrap-for-custom-style-01.index-05
    .navbar-area.custom-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li {
    background-color: transparent;
  }
  .nav-main-wrap-for-custom-style-01.index-05
    .navbar-area.custom-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    .menu-item-has-children.current-menu-item
    > a {
    color: var(--main-color-one);
  }
  .nav-main-wrap-for-custom-style-01.index-05
    .navbar-area.custom-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    > li
    a {
    padding-left: 0;
  }
  .nav-main-wrap-for-custom-style-01.index-05
    .navbar-area.custom-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    .menu-item-has-children
    .sub-menu {
    padding-left: 15px;
  }
  .nav-main-wrap-for-custom-style-01.index-05
    .navbar-area.custom-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    .menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
  }
  .nav-main-wrap-for-custom-style-01.index-05
    .navbar-area.custom-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    .menu-item-has-children
    .sub-menu
    li:hover
    a {
    background-color: transparent;
    color: var(--main-color-one);
  }
  .navbar-area .date-and-time {
    font-size: 16px;
  }
  .blog-grid-wrapper.three-column.blog-grid-fashion .col-lg-4:nth-child(3) {
    margin-top: 50px;
  }
  .blog-area-wrapper.Political-blog-grid-wrapper .widget-area-wrapper {
    padding-top: 100px;
  }
  .blog-list-wrapper.sports-blog-list-wrapper
    .blog-list-style-02
    .content
    .title {
    font-size: 24px;
    line-height: 34px;
  }
  .blog-list-wrapper.sports-blog-list-wrapper .widget-area-wrapper {
    padding-top: 100px;
  }
  .blog-list-wrapper.blog-standard-wrapper .widget-area-wrapper {
    padding-top: 100px;
  }
  .blog-grid-wrapper.three-column .blog-grid-style-01 .content .title {
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .blog-grid-wrapper.three-column .col-lg-4:nth-child(3) {
    margin-top: 40px;
  }
  .blog-details-area-wrapper .widget-area-wrapper {
    padding-top: 100px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .main-title {
    font-size: 38px;
    line-height: 56px;
  }
  .blog-details-area-wrapper .related-post-area .row .col-lg-6 {
    margin-bottom: 40px;
  }
  .blog-details-area-wrapper .related-post-area .row .col-lg-6:last-child {
    margin-bottom: 0;
  }
  .blog-details-area-wrapper .blog-details-inner-area .quote.v-02 .quote-text {
    font-size: 30px;
    line-height: 42px;
  }
  .blog-details-area-wrapper
    .blog-details-inner-area
    .main-img-box
    .img-bg.v-02 {
    height: 500px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg.v-02 {
    height: 500px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .quote.v-02 {
    padding: 15px 18px 18px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .quote.v-02 .quote-text {
    font-size: 24px;
    line-height: 36px;
  }
  .blog-details-area-wrapper.v-02 .image-and-text {
    display: block;
  }
  .blog-details-area-wrapper.v-02 .image-and-text .img-box {
    width: auto;
  }
  .blog-details-area-wrapper.v-02 .image-and-text .content {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
  }
  .blog-details-area-wrapper.v-02 .video-blog .play-icon.icon-style-01 {
    color: #fff;
    font-size: 18px;
    max-width: 100px;
  }
  .blog-details-area-wrapper.v-02 .related-post-area > .row .col-md-6 {
    margin-bottom: 40px;
  }
  .blog-details-area-wrapper.v-02
    .related-post-area
    > .row
    .col-md-6:last-child {
    margin-bottom: 0;
  }
  .blog-details-area-wrapper.v-02
    .related-post-area
    .blog-grid-style-03.small-02
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .author-area-wrapper.three-column .col-lg-4:nth-child(3) {
    margin-top: 40px;
  }
  .author-profile-area-wrapper .author-profile .content {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .author-post-area-wrapper .col-lg-4:nth-child(3) {
    margin-top: 40px;
  }
  .about-ceo-wrapper .img-box .ceo-bg {
    height: 480px;
  }
  .about-ceo-wrapper .content {
    margin-top: 40px;
  }
  .faq-area-wrapper .col-lg-6:first-child {
    margin-bottom: 30px;
  }
  .blog-grid-wrapper.video .widget-area-wrapper {
    margin-top: 100px;
  }
  .widget-area-wrapper .widget .border-round {
    padding: 26px 22px 40px;
  }
  .address-wrapper .address-list {
    padding: 30px 30px 30px;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small {
    width: 50%;
  }
  .popular-stories-area-wrapper.index-03 .blog-grid-style-01.v-02 .img-box {
    width: 100%;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-02
    .widget-social-link-list
    .single-item {
    width: 168px;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .background-img {
    height: 320px;
  }
  .header-area.index-04 .index-04-heading-sidebar .ads-banner-box {
    text-align: left;
  }
  .header-area.index-04
    .news-headline-wrapper.one.index-04.left
    .background-img {
    height: 480px;
  }
  .recent-blog-post-style-02 .single-blog-post-item .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .authors-feedback
    .authors-feedback-slider
    .single-author-feedback
    .content
    .quote {
    font-size: 35px;
  }
  .authors-feedback
    .authors-feedback-slider
    .single-author-feedback
    .content
    .info {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .blog-grid-wrapper .img-box {
    width: 100%;
  }
  .breadcrumb-area .breadcrumb-inner .content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .breadcrumb-area .breadcrumb-inner .content .title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03
    .widget-social-link-list
    .single-item {
    width: 170px;
  }
  .topbar-area .topbar-inner {
    justify-content: center;
  }
  .topbar-area .topbar-inner .right-content .topbar-item:nth-child(2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-grid-style-02 .content .title {
    font-size: 30px;
    line-height: 38px;
  }
  .supportbar-area-wrapper .content {
    height: 100%;
    align-items: center;
  }
  .row.reverse {
    flex-direction: column-reverse;
  }
  .image-blog-style-01 .content .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .latest-vieos-area-wrapper.index-02 .background-img {
    height: 500px;
  }
  .play-icon img.max-wh-120 {
    max-width: 100px !important;
    max-height: 100px !important;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03
    .widget-social-link-list
    .single-item {
    width: 195px;
  }
  .header-area.index-02 .background-img {
    height: 550px;
  }
  .editors-choice-area-wrapper.index-02 .blog-grid-style-01 .content .title {
    font-size: 24px;
  }
  .weekly-highlights-area-wrapper.index-02 .background-img {
    height: 500px;
  }
  .whats-new-area-wrapper.index-03 .blog-grid-style-01.v-02 .content .title {
    font-size: 24px;
    line-height: 34px;
  }
  .stories-of-the-week-area-wrapper.index-03
    .blog-list-style-01.v-02
    .content
    .info {
    margin: 15px 0;
  }
  .latest-videos-area-wrapper.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px;
    line-height: 26px;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .content {
    padding: 0 18px 18px;
  }
  .section-title-style-02 .title {
    font-size: 32px;
    line-height: 42px;
  }
  .live-news-update-area-wrapper.style-02 .title-box .title {
    width: 607px !important;
  }
  .live-news-update-area-wrapper .news-box .news-box-list .single-news-item a {
    display: block;
    white-space: nowrap;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 32px;
    line-height: 46px;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 490px;
  }
  .blog-grid-wrapper.three-column.blog-grid-fashion .col-lg-4:nth-child(2) {
    margin-top: 40px;
  }
  .blog-area-wrapper.Political-blog-grid-wrapper .blog-grid-style-03 .img-box {
    display: inline-block;
  }
  .blog-area-wrapper.Political-blog-grid-wrapper
    .two-column
    .row
    .col-lg-6:nth-child(2) {
    margin-top: 40px;
  }
  .blog-list-wrapper.sports-blog-list-wrapper .blog-list-style-02 {
    display: block;
  }
  .blog-list-wrapper.sports-blog-list-wrapper .content {
    padding-left: 0;
    margin-top: 15px;
  }
  .blog-list-wrapper.blog-standard-wrapper
    .blog-grid-style-01.v-02
    .content
    .title {
    font-size: 28px;
    line-height: 42px;
  }
  .blog-grid-wrapper.three-column .col-lg-4:nth-child(2) {
    margin-top: 40px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .quote {
    padding: 15px 18px 18px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .image-and-text {
    display: block;
  }
  .blog-details-area-wrapper .blog-details-inner-area .image-and-text .img-box {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .image-and-text .content {
    width: 100%;
    margin-left: 0;
  }
  .blog-details-area-wrapper .blog-details-inner-area .main-title.v-02 {
    font-size: 36px;
    line-height: 50px;
  }
  .blog-details-area-wrapper
    .blog-details-inner-area
    .main-img-box
    .img-bg.v-02 {
    height: 450px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg.v-02 {
    height: 450px;
  }
  .blog-details-area-wrapper.v-02 .social-link-wrap {
    margin-bottom: 15px;
  }
  .blog-details-area-wrapper.v-02
    .blog-details-inner-area
    .tag-and-social-link
    .social-link-wrap
    .social-icon
    .widget-social-link-list
    .name,
  .blog-details-area-wrapper.v-02
    .blog-details-inner-area
    .tag-and-social-link
    .tag-wrap.v-02
    .name {
    font-size: 20px;
    line-height: 36px;
  }
  .author-post-area-wrapper .col-lg-4:nth-child(2) {
    margin-top: 40px;
  }
  .authors-feedback .authors-feedback-slider .single-author-feedback {
    display: block;
  }
  .authors-feedback .authors-feedback-slider .single-author-feedback .content {
    padding-left: 0;
    margin-top: 20px;
  }
  .about-ceo-wrapper .content .title {
    font-size: 38px;
    line-height: 56px;
  }
  .author-post-title {
    font-size: 38px;
    line-height: 56px;
  }
  .blog-grid-wrapper.video .video-grid-single-item {
    display: inline-block;
  }
  .blog-grid-wrapper.video .col-lg-6:nth-child(2) {
    margin-top: 40px;
  }
  .blog-grid-wrapper.video .video-grid-single-item {
    text-align: left;
  }
  .header-area-wrapper.index-05 .index-05-heading-sidebar {
    margin-top: 40px;
  }
  .supportbar-area-wrapper.index-05 .content {
    display: block;
  }
  .supportbar-area-wrapper.index-05 .content .add-box {
    margin-top: 15px;
  }
  .latest-vieos-area-wrapper.index-02 .background-img {
    height: 500px;
  }
  .whats-new-area-wrapper.index-03 .category-btn-list {
    margin-bottom: 40px;
    text-align: left;
    margin-top: 0;
  }
  .whats-new-area-wrapper.index-03 .section-title-style-02 {
    margin-bottom: 25px;
  }
  .image-blog-large.three.index-05-one {
    margin-top: 60px;
  }
  .latest-videos-area-wrapper-index-05
    .latest-video-short
    .img-box
    .background-img {
    height: 330px;
  }
  .contact-us-area-wrapper .get-in-touch-wrapper {
    margin-top: 60px;
  }
  .blog-grid-wrapper.video .video-grid-single-item {
    width: 100%;
  }
  .widget-area-wrapper .widget .social-link.style-03 .widget-social-link-list {
    flex-direction: column;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03
    .widget-social-link-list
    .single-item:nth-child(2) {
    margin-top: 20px;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03.v-02
    .widget-social-link-list
    .single-item:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .whats-new-area-wrapper.index-03 .blog-grid-style-01.v-02 .content .title {
    font-size: 22px;
    line-height: 32px;
  }
  .stories-of-the-week-area-wrapper.index-03 .blog-list-style-01.v-02 .title {
    font-size: 28px;
    line-height: 38px;
  }
  .monthly-highlights.index-03
    .recent-blog-post-style-01.v-02
    .single-blog-post-item
    .content
    .title {
    font-size: 20px;
    line-height: 30px;
  }
  .monthly-highlights.index-03 .image-blog-large.three .title.v-02 {
    font-size: 32px;
    line-height: 44px;
  }
  .latest-videos-area-wrapper.index-03
    .image-blog-style-01
    .img-box
    .background-img {
    height: 500px !important;
  }
  .supportbar-area-wrapper.index-04 .content {
    display: block;
  }
  .supportbar-area-wrapper.index-04 .content .add-box {
    margin-top: 15px;
  }
  .top-and-trendy-stories-area-wrapper.index-05 .widget-area-wrapper .title {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-top: 5px;
  }
  .popular-news-area-wrapper.index-05 .background-img {
    height: 450px;
  }
  .mixed-area-wrapper-01.index-05
    .widget-area-wrapper
    .widget
    .social-link.style-04
    .widget-social-link-list
    .single-item {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .header-area-wrapper.index-05 .row.internal {
    flex-direction: column;
  }
  .header-area-wrapper.index-05
    .row.internal
    .col-sm-6.col-md-6.col-lg-6.col-xl-6 {
    max-width: 100%;
  }
  .header-area-wrapper.index-05 .row .col-sm-6.col-md-6.col-lg-4.col-xl-3.ex {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.internal .col-sm-6.col-md-6.col-lg-6.col-xl-6 {
    margin-top: 0;
  }
  .header-area-wrapper.index-05 .image-blog-large.three.index-05-one {
    margin-bottom: 40px;
  }
  .play-icon img.max-wh-132 {
    max-width: 90px !important;
    max-height: 90px !important;
  }
  .latest-videos-area-wrapper-index-05
    .image-blog-large.three.index-05-two
    a.play-icon.icon-style-01.magnific-inst.mfp-iframe {
    max-width: 45px;
  }
  .latest-videos-area-wrapper-index-05 .background-img {
    height: 450px;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 28px;
    line-height: 42px;
  }
  .popular-news-area-wrapper.index-05 {
    padding-bottom: 60px !important;
  }
  .blog-details-area-wrapper .blog-details-inner-area .main-title {
    font-size: 36px;
    line-height: 52px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-details-area-wrapper .blog-details-inner-area  {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popular-stories-area-wrapper.index-03
    .blog-grid-style-01.v-02
    .img-box
    .background-img {
    height: 250px;
  }
  .header-area.index-03
    .image-blog-style-01.v-02.small
    .img-box
    .background-img {
    height: 250px;
  }
  .live-news-update-area-wrapper.style-02 {
    display: none;
  }
  .index-05-heading-sidebar .ads-banner-box {
    text-align: left;
  }
  .dynamic-page-content-wrap h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .supportbar-area-wrapper.style-02 .add-box {
    margin-top: 20px;
  }
  .navbar-area.custom-style-01
    .nav-right-content.v-02
    .support-bar-search-box
    .form-group {
    width: 285px;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03
    .widget-social-link-list
    .single-item {
    width: 200px;
  }
  .header-area.index-01 .background-img {
    height: 600px;
  }
  .latest-vieos-area-wrapper.index-01 .image-blog-style-01 .content .title {
    font-size: 30px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .weekly-highlights-area-wrapper.index-01
    .image-blog-style-01
    .content
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .widget-area-wrapper
    .widget
    .category.style-03
    .widget-category-list
    .single-item {
    width: 150px;
  }
  .widget-area-wrapper .widget .category.style-03 .widget-category-list {
    flex-direction: column;
  }
  .widget-area-wrapper
    .widget
    .category.style-03
    .widget-category-list
    .single-item:nth-child(2) {
    margin-top: 20px;
  }
  .blog-grid-style-02 .content .title {
    font-size: 26px;
    line-height: 34px;
  }
  .footer-area.style-01 .footer-bottom .copyright-area .copyright-area-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .copyright-area .single-copyright-item {
    margin-bottom: 10px;
  }
  .copyright-area .single-copyright-item:last-child {
    margin-bottom: 0;
  }
  .navbar-area .nav-container {
    margin: 0;
  }
  .editors-choice-area-wrapper.index-02 .row .col-lg-6:nth-child(2) {
    margin-top: 40px;
  }
  .widget-area-wrapper .widget .category.style-02.v-02 .widget-category-list {
    flex-direction: column;
  }
  .widget-area-wrapper
    .widget
    .category.style-02.v-02
    .widget-category-list
    .single-item:nth-child(2),
  .widget-area-wrapper
    .widget
    .social-link.style-03.v-02
    .widget-social-link-list
    .single-item:nth-child(2) {
    margin-top: 20px;
  }
  .widget-area-wrapper
    .widget
    .category.style-02.v-02
    .widget-category-list
    .single-item {
    width: auto;
  }
  .weekly-highlights-area-wrapper.index-02 .background-img {
    height: 450px;
  }
  .header-area.index-02 .background-img {
    height: 500px;
  }
  .image-blog-style-01 .content {
    padding: 0 30px 40px;
  }
  .navbar-area.custom-style-02 .nav-right-content .search .search-bar {
    width: 300px;
  }
  .navbar-area.custom-style-02
    .nav-right-content
    .search
    .search-bar
    .menu-search-form
    button {
    padding: 0 15px;
  }
  .mixed-area-wrapper.index-03 .category-btn-list {
    text-align: left;
  }
  .whats-new-area-wrapper.index-03 .category-btn-wrapper {
    margin-bottom: 40px;
  }
  .what-new-index-03-wrap.two-column .col-lg-6:nth-child(2) {
    margin-top: 40px;
  }
  .mixed-area-wrapper.index-03
    .widget-area-wrapper
    .widget
    .social-link.style-02
    .widget-social-link-list {
    flex-direction: column;
  }
  .mixed-area-wrapper.index-03
    .widget-area-wrapper
    .widget
    .social-link.style-02
    .widget-social-link-list
    .single-item:nth-child(2) {
    margin-top: 20px;
  }
  .header-area.index-03 .image-blog-post-small.index-03.one {
    flex-direction: column;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small:first-child {
    margin-right: 0;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small
    .img-box {
    display: inline-block;
    margin-top: 30px;
  }
  .header-area.index-03 .image-blog-post-small.index-03.one {
    margin-top: 0;
  }
  .section-title-style-02 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .monthly-highlights.index-03 .image-blog-style-01.v-02.small .background-img {
    height: 500px;
  }
  .live-news-update-area-wrapper.style-02 .title-box .title {
    width: 807px !important;
  }
  .header-area.index-04
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .header-area.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px;
    line-height: 28px;
  }
  .header-area.index-04 .blog-grid-style-03.large .content .title {
    font-size: 32px;
    line-height: 44px;
    margin-top: 15px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 32px;
    line-height: 44px;
    margin-top: 15px;
  }
  .latest-videos-area-wrapper-index-05
    .latest-video-short
    .row
    .col-sm-6.col-md-6:first-child {
    margin-bottom: 40px;
  }
  .live-news-update-area-wrapper.style-01 .title {
    width: 689px;
  }
  .header-area-wrapper.index-05 .image-blog-large.three.index-05-one .title {
    font-size: 34px !important;
    line-height: 44px !important;
  }
  .header-area-wrapper.index-05 .background-img {
    height: 500px;
  }
  .latest-videos-area-wrapper-index-05
    .image-blog-large.three.main
    .image-blog-style-01.v-02
    .title {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .header-area.index-04
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .author-area-wrapper .col-lg-4:nth-child(2) {
    margin-top: 40px;
  }
  .author-area-wrapper .single-author-item {
    display: inline-block;
  }
  .author-area-wrapper {
    text-align: center;
  }
  .latest-videos-area-wrapper-index-05
    .latest-video-short
    .col-sm-6.col-md-6.col-lg-12:last-child {
    margin-bottom: 40px;
  }
  .header-area.index-03
    .image-blog-style-01.v-02.small
    .img-box
    .background-img {
    height: 370px;
  }
  .header-area.index-03 .image-blog-style-01.v-02.small .img-box {
    width: 100%;
  }
  .header-area.index-03
    .image-blog-post-small.index-03.one
    .image-blog-style-01.v-02.small {
    width: 100%;
  }
  .widget-area-wrapper .widget .social-link.style-02 .widget-social-link-list {
    flex-direction: column;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-02
    .widget-social-link-list
    .single-item:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .navbar-area.custom-style-01
    .nav-right-content.v-02
    .support-bar-search-box
    .form-group {
    width: 245px;
  }
  .header-area.index-01 .image-blog-style-01 .content {
    padding: 0 25px 40px;
  }
  .header-area.index-01 .image-blog-style-01 .background-img {
    height: 550px;
  }
  .section-title-style-01 .title {
    font-size: 28px;
    line-height: 38px;
  }
  .blog-list-style-01 .content .title {
    font-size: 26px;
    line-height: 34px;
  }
  .recent-blog-post-style-01 .single-blog-post-item .content .title {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .widget-area-wrapper
    .widget
    .social-link.style-03
    .widget-social-link-list
    .single-item:nth-child(2) {
    margin-top: 20px;
  }
  .latest-vieos-area-wrapper.index-01 .image-blog-style-01 .content .title {
    -webkit-line-clamp: 2;
  }
  .weekly-highlights-area-wrapper.index-01
    .image-blog-style-01
    .content
    .title {
    -webkit-line-clamp: 2;
  }
  .latest-vieos-area-wrapper.index-01
    .recent-blog-post-style-01
    .single-blog-post-item {
    display: block;
  }
  .latest-vieos-area-wrapper.index-01
    .recent-blog-post-style-01
    .single-blog-post-item
    .content {
    margin-top: 15px;
    padding-left: 0;
  }
  .latest-vieos-area-wrapper.index-01
    .recent-blog-post-style-01
    .single-blog-post-item
    .thumb.video-blog {
    display: inline-block;
  }
  .nav-main-wrap-for-custom-style-01-v-02 .support-bar-search-box.style-02 {
    display: none;
  }
  .container.nav-container.custom-container-01 {
    margin-left: 0;
  }
  .top-stories-and-trendy-stories-list
    .recent-blog-post-style-01
    .single-blog-post-item {
    flex-direction: column;
  }
  .top-stories-and-trendy-stories-list
    .recent-blog-post-style-01
    .single-blog-post-item
    .content {
    padding-left: 0;
    margin-top: 15px;
  }
  .recent-blog-post-style-01.index-02.one .single-blog-post-item {
    flex-direction: column;
  }
  .recent-blog-post-style-01.index-02.one .single-blog-post-item .content {
    margin-top: 15px;
    padding-left: 0;
  }
  .footer-top .single-blog-post-item {
    flex-direction: column;
    display: block;
  }
  .footer-top .single-blog-post-item .content {
    padding-left: 0;
    padding-top: 15px;
  }
  .navbar .search {
    display: none;
  }
  .monthly-highlights.index-03 .single-blog-post-item {
    display: block;
  }
  .monthly-highlights.index-03
    .recent-blog-post-style-01
    .single-blog-post-item
    .content {
    padding-left: 0;
    margin-top: 20px;
  }
  .latest-videos-area-wrapper.index-03
    .recent-blog-post-style-01
    .single-blog-post-item {
    display: block;
  }
  .latest-videos-area-wrapper.index-03
    .recent-blog-post-style-01
    .single-blog-post-item
    .thumb {
    display: inline-block;
  }
  .latest-videos-area-wrapper.index-03
    .recent-blog-post-style-01
    .single-blog-post-item
    .content {
    padding-left: 0;
    margin-top: 20px;
  }
  .mixed-area-wrapper.index-03
    .widget-area-wrapper
    .widget
    .category.style-02.v-02
    .widget-category-list
    .single-item {
    width: auto;
  }
  .live-news-update-area-wrapper {
    display: none;
  }
  .header-area.index-04 .blog-grid-style-03.large .content .title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 15px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 15px;
  }
  .play-icon img.max-wh-132 {
    max-width: 100px !important;
    max-height: 100px !important;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03
    .img-box
    .background-img {
    height: 450px;
  }
  .mixed-area-wrapper.index-04 .news-headline-list .news-heading-item .title {
    font-size: 18px;
    line-height: 28px;
  }
  .top-stories-and-trendy-stories-list.ex .single-blog-post-item {
    display: block;
  }
  .top-stories-and-trendy-stories-list.ex .single-blog-post-item .content {
    padding-left: 0;
    margin-top: 15px;
  }
  .top-stories-and-trendy-stories-list.ex
    .single-blog-post-item
    .content
    .title {
    margin-top: 5px;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 26px;
    line-height: 40px;
  }
  .blog-details-area-wrapper
    .blog-details-inner-area
    .comment-area-full-wrapper
    .user-comment-area
    .comment-list
    > li
    .single-comment-wrap {
    display: block;
  }
  .blog-details-area-wrapper
    .blog-details-inner-area
    .comment-area-full-wrapper
    .user-comment-area
    .comment-list
    > li
    .single-comment-wrap
    .content {
    margin-left: 0;
    margin-top: 20px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg.v-02 {
    height: 400px;
  }
  .blog-details-area-wrapper
    .blog-details-inner-area
    .main-img-box
    .img-bg.v-02 {
    height: 400px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .quote.v-02 .quote-text {
    font-size: 22px;
    line-height: 32px;
  }
  .blog-details-area-wrapper.v-02
    .related-post-area
    .blog-grid-style-03.small-02
    .content
    .title {
    font-size: 20px !important;
  }
  .author-profile .content .title {
    font-size: 30px;
  }
  .author-post-title {
    font-size: 34px;
    line-height: 40px;
  }
  .search-box-area-wrapper .form {
    display: block;
    text-align: center;
  }
  .supportbar-area-wrapper.index-05 .support-bar-search-box.style-01 {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .image-blog-style-01 .content .title {
    font-size: 29px;
    line-height: 40px;
  }
  .section-title-style-01 .title {
    font-size: 24px;
    line-height: 38px;
  }
  .image-blog-style-01 .content {
    padding: 0 20px 40px;
  }
  .widget-area-wrapper .widget .newsletter.style-01 .form-box form .form-group {
    flex-direction: column;
  }
  .widget-area-wrapper
    .widget
    .newsletter.style-01
    .form-box
    form
    .form-group
    input {
    margin-bottom: 20px;
  }
  .widget-area-wrapper .widget .newsletter.style-01 .form-box form .form-group {
    background-color: transparent;
  }
  .widget-area-wrapper
    .widget
    .newsletter.style-01
    .form-box
    form
    .form-group
    input {
    background-color: #fc5179;
    border-radius: 25px;
  }
  .widget-area-wrapper .widget .newsletter.style-01 .top-content {
    flex-direction: column;
  }
  .widget-area-wrapper .widget .newsletter.style-01 .top-content .text-box {
    margin-left: 0;
    margin-top: 10px;
  }
  .section-title-style-01 .title {
    font-size: 26px;
    line-height: 38px;
    padding: 3px 0 8px 15px;
  }
  .post-meta .post-meta-list .post-meta-item {
    line-height: 30px;
  }
  .nav-main-wrap-for-custom-style-01-v-02 .support-bar-search-box.style-02 {
    display: none;
  }
  .recent-blog-post-style-01.index-02.one .single-blog-post-item {
    flex-direction: column;
  }
  .recent-blog-post-style-01.index-02.one .single-blog-post-item .content {
    padding-left: 0;
    margin-top: 18px;
  }
  .play-icon img.max-wh-120 {
    max-width: 90px !important;
    max-height: 90px !important;
  }
  .blog-grid-style-02 .content .title {
    font-size: 24px;
    line-height: 32px;
  }
  .image-blog-style-01 .content .title {
    font-size: 28px;
    line-height: 35px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .background-img {
    height: 500px;
  }
  .header-area.index-03
    .image-blog-large.three
    .image-blog-style-01.v-02
    .content
    .title {
    font-size: 28px;
    line-height: 38px;
  }
  .section-title-style-02 {
    display: block;
  }
  .section-title-style-02 .view-more {
    margin-top: 15px;
  }
  .stories-of-the-week-area-wrapper.index-03 .blog-list-style-01.v-02 .title {
    font-size: 26px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .header-area.index-04 .recent-blog-post-style-02 .single-blog-post-item {
    display: block;
  }
  .header-area.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content {
    padding-left: 0;
    margin-top: 15px;
  }
  .header-area.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    margin-top: 5px;
  }
  .mixed-area-wrapper-0.index-04
    .recent-blog-post-style-02
    .single-blog-post-item {
    display: block;
  }
  .mixed-area-wrapper-0.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content {
    padding-left: 0;
    margin-top: 15px;
  }
  .mixed-area-wrapper-0.index-04
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    margin-top: 5px;
  }
  .header-past-recent-post-index-05
    .recent-blog-post-style-02
    .single-blog-post-item
    .content
    .title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .blog-list-wrapper.blog-standard-wrapper
    .blog-grid-style-01.v-02
    .content
    .title {
    font-size: 26px;
    line-height: 40px;
  }
  .about-ceo-wrapper .content .title {
    font-size: 34px;
    line-height: 45px;
  }
  .about-ceo-wrapper .img-box .ceo-bg {
    height: 370px;
  }
  .error-area-wrapper .title {
    font-size: 32px;
    line-height: 48px;
  }
  .get-in-touch-wrapper .title {
    font-size: 38px;
    line-height: 56px;
  }
  .authors-feedback
    .authors-feedback-slider
    .single-author-feedback
    .img-box
    .bg-img {
    width: 200px;
    min-height: 200px;
  }
  .breadcrumb-area .breadcrumb-inner .content .title {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 1px;
  }
  .breadcrumb-area .breadcrumb-inner .content .page-list .list-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .topbar-area .topbar-inner .right-content .topbar-item {
    margin-left: 15px;
  }
  .image-blog-style-01 .content .title {
    font-size: 27px;
    line-height: 38px;
  }
  .latest-vieos-area-wrapper.index-01 .background-img {
    height: 430px;
  }
  .latest-vieos-area-wrapper.index-01 .image-blog-style-01 .content .title {
    -webkit-line-clamp: 2;
  }
  .play-icon img.max-wh-160 {
    max-width: 60px !important;
    max-height: 60px !important;
  }
  .supportbar-area-wrapper.index-04 .support-bar-search-box.style-02 {
    display: none;
  }
  .play-icon img.max-wh-132 {
    max-width: 90px !important;
    max-height: 90px !important;
  }
  .blog-area-wrapper.Political-blog-grid-wrapper
    .blog-grid-style-03.small-02
    .content
    .title {
    font-size: 22px;
    line-height: 36px;
  }
  .blog-area-wrapper.Political-blog-grid-wrapper
    .news-headline-list
    .news-heading-item
    .title {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-list-wrapper.sports-blog-list-wrapper
    .blog-list-style-02
    .content
    .title {
    font-size: 22px;
    line-height: 32px;
  }
  .blog-grid-wrapper.three-column .blog-grid-style-01 .content .title {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .news-headline-list .news-heading-item .title {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-details-area-wrapper .blog-details-inner-area .main-title {
    font-size: 34px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-details-area-wrapper .blog-details-inner-area {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .author-post-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 360px) {
  .image-blog-style-01 .content .title {
    font-size: 25px;
    line-height: 38px;
  }
  .section-title-style-01 {
    padding-right: 0;
  }
  .section-title-style-01 .title {
    font-size: 26px;
  }
  .navbar-collapse {
    width: 100%;
  }
  .topbar-area .topbar-inner .left-content .social-icon {
    display: none !important;
  }
  .topbar-area .topbar-inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 340px) {
  .weekly-highlights-area-wrapper.index-01 .background-img {
    height: 450px;
  }
  .header-area.index-02 .background-img {
    height: 460px;
  }
  .section-title-style-01 .view-more,
  .section-title-style-02 .view-more,
  .section-title-style-03 .view-more,
  .section-title-style-04 .view-more {
    font-size: 13px;
  }
  .widget-area-wrapper .widget .newsletter.style-02 .text-box .info {
    font-size: 26px;
    line-height: 34px;
  }
  .monthly-highlights.index-03 .image-blog-style-01.v-02.small .background-img {
    height: 400px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03
    .img-box
    .background-img {
    height: 400px;
  }
  .popular-videos-area-wrapper.index-04
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 15px;
  }
  .header-area.index-04 .blog-grid-style-03.large .content .title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 15px;
  }
  .popular-news-area-wrapper.index-05
    .news-headline-wrapper.one
    .news-headline-list
    .news-heading-item
    .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .post-meta .post-meta-list.style-02 .post-meta-item::after {
    top: 7px;
  }
  .header-area-wrapper.index-05 .image-blog-large.three.index-05-one .title {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .header-area-wrapper.index-05 .background-img {
    height: 450px;
  }
  .latest-videos-area-wrapper-index-05
    .image-blog-large.three.main
    .image-blog-style-01.v-02
    .title {
    font-size: 28px !important;
    line-height: 43px !important;
  }
  .popular-news-area-wrapper.index-05 .background-img {
    height: 400px;
  }
  .popular-news-area-wrapper.index-05
    .blog-grid-style-03.large
    .content
    .title {
    font-size: 24px;
    line-height: 38px;
  }
  .blog-grid-wrapper.three-column.blog-grid-fashion
    .blog-grid-style-01
    .content
    .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 8px;
  }
  .blog-area-wrapper.Political-blog-grid-wrapper
    .blog-grid-style-03.small-02
    .content
    .title {
    font-size: 20px;
    line-height: 34px;
  }
  .navbar-area .date-and-time {
    font-size: 14px;
    margin-top: 13px;
  }
  .blog-details-area-wrapper
    .blog-details-inner-area
    .tag-and-social-link
    .social-link-wrap
    .social-icon
    .widget-social-link-list
    .single-item {
    margin: 0 3px;
  }
  .about-ceo-wrapper .img-box .ceo-bg {
    height: 350px;
  }
}
