@charset "UTF-8";
/* bootstrap as base */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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: 1300px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

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, 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 {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.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-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1300px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  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 .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

.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 > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.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 > th,
.table-success > td {
  background-color: #c3e6cb;
}

.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 > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.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 > th,
.table-light > td {
  background-color: #fdfdfe;
}

.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 > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.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 > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

.col-form-label {
  padding-top: calc(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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  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 {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    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;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -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 .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    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: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropleft .dropdown-toggle::after {
  display: none;
}

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

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #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:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -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="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

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

.custom-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::before {
  background-color: #007bff;
}

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

.custom-radio .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(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

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

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-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-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  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:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -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:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -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:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    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 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    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 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    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: 1299.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1300px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  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:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
  border-top: 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;
}

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  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 {
  display: inline-block;
  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: -webkit-box;
  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: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 1;
  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;
}

.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;
}

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

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

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

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

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

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

.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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  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;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  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:hover, .list-group-item-secondary.list-group-item-action:focus {
  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:hover, .list-group-item-success.list-group-item-action:focus {
  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:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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:hover, .list-group-item-light.list-group-item-action:focus {
  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:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: 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, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #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, 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::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

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

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

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

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  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: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -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: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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 {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -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 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -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 {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -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: 1300px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -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: 1300px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

.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-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-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-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-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: 1300px) {
  .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-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     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: 1300px) {
  .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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

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

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

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

.text-success {
  color: #28a745 !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html, body {
  width: auto !important;
}

body {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

a,
a:link,
a:active,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

/* animatecss -danden */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

/* variables */
/*primary colors*/
/*grey colors*/
/*primary color*/
/*gradient colors*/
/*font-families*/
/*body*/
/*header*/
/*header__inner*/
/*logo*/
/*navigation*/
/*navigation link(a element, also true for span element)*/
/*title hero*/
/*containers*/
/*----------------------------------*    spacings variables
\*----------------------------------*/
/************    header
\************/
/*************  breakpoints
\*************/
/* default */
/* xs2 */
/* xs */
/* sm */
/* md */
/* lg */
/* lg2 */
/******************  @media variables
\******************/
/* 0 px */
/* 320 px */
/* 480 px */
/* 768 px */
/* 970 px */
/* 1220 px */
/* 1440 px */
/* only  */
/*----------------------------------*    spacing variables
\*----------------------------------*/
/* sizes of padding and margin */
/* prefixes */
/* responsive spacings */
.pt5 {
  padding-top: 5px;
}

@media only screen and (max-width: 991px) {
  .pt5-sm {
    padding-top: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt5-md {
    padding-top: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt5-xs {
    padding-top: 5px !important;
  }
}

.pt10 {
  padding-top: 10px;
}

@media only screen and (max-width: 991px) {
  .pt10-sm {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt10-md {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt10-xs {
    padding-top: 10px !important;
  }
}

.pt15 {
  padding-top: 15px;
}

@media only screen and (max-width: 991px) {
  .pt15-sm {
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt15-md {
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt15-xs {
    padding-top: 15px !important;
  }
}

.pt20 {
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .pt20-sm {
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt20-md {
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt20-xs {
    padding-top: 20px !important;
  }
}

.pt25 {
  padding-top: 25px;
}

@media only screen and (max-width: 991px) {
  .pt25-sm {
    padding-top: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt25-md {
    padding-top: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt25-xs {
    padding-top: 25px !important;
  }
}

.pt30 {
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .pt30-sm {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt30-md {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt30-xs {
    padding-top: 30px !important;
  }
}

.pt35 {
  padding-top: 35px;
}

@media only screen and (max-width: 991px) {
  .pt35-sm {
    padding-top: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt35-md {
    padding-top: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt35-xs {
    padding-top: 35px !important;
  }
}

.pt40 {
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .pt40-sm {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt40-md {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt40-xs {
    padding-top: 40px !important;
  }
}

.pt45 {
  padding-top: 45px;
}

@media only screen and (max-width: 991px) {
  .pt45-sm {
    padding-top: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt45-md {
    padding-top: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt45-xs {
    padding-top: 45px !important;
  }
}

.pt50 {
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .pt50-sm {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt50-md {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt50-xs {
    padding-top: 50px !important;
  }
}

.pt55 {
  padding-top: 55px;
}

@media only screen and (max-width: 991px) {
  .pt55-sm {
    padding-top: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt55-md {
    padding-top: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt55-xs {
    padding-top: 55px !important;
  }
}

.pt60 {
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  .pt60-sm {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt60-md {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt60-xs {
    padding-top: 60px !important;
  }
}

.pt65 {
  padding-top: 65px;
}

@media only screen and (max-width: 991px) {
  .pt65-sm {
    padding-top: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt65-md {
    padding-top: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt65-xs {
    padding-top: 65px !important;
  }
}

.pt70 {
  padding-top: 70px;
}

@media only screen and (max-width: 991px) {
  .pt70-sm {
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt70-md {
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt70-xs {
    padding-top: 70px !important;
  }
}

.pt75 {
  padding-top: 75px;
}

@media only screen and (max-width: 991px) {
  .pt75-sm {
    padding-top: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt75-md {
    padding-top: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt75-xs {
    padding-top: 75px !important;
  }
}

.pt80 {
  padding-top: 80px;
}

@media only screen and (max-width: 991px) {
  .pt80-sm {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt80-md {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt80-xs {
    padding-top: 80px !important;
  }
}

.pt85 {
  padding-top: 85px;
}

@media only screen and (max-width: 991px) {
  .pt85-sm {
    padding-top: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt85-md {
    padding-top: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt85-xs {
    padding-top: 85px !important;
  }
}

.pt90 {
  padding-top: 90px;
}

@media only screen and (max-width: 991px) {
  .pt90-sm {
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt90-md {
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt90-xs {
    padding-top: 90px !important;
  }
}

.pt95 {
  padding-top: 95px;
}

@media only screen and (max-width: 991px) {
  .pt95-sm {
    padding-top: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt95-md {
    padding-top: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt95-xs {
    padding-top: 95px !important;
  }
}

.pt100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt100-sm {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt100-md {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt100-xs {
    padding-top: 100px !important;
  }
}

.pt105 {
  padding-top: 105px;
}

@media only screen and (max-width: 991px) {
  .pt105-sm {
    padding-top: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt105-md {
    padding-top: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt105-xs {
    padding-top: 105px !important;
  }
}

.pt110 {
  padding-top: 110px;
}

@media only screen and (max-width: 991px) {
  .pt110-sm {
    padding-top: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt110-md {
    padding-top: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt110-xs {
    padding-top: 110px !important;
  }
}

.pt115 {
  padding-top: 115px;
}

@media only screen and (max-width: 991px) {
  .pt115-sm {
    padding-top: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt115-md {
    padding-top: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt115-xs {
    padding-top: 115px !important;
  }
}

.pt120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt120-sm {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt120-md {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt120-xs {
    padding-top: 120px !important;
  }
}

.pt125 {
  padding-top: 125px;
}

@media only screen and (max-width: 991px) {
  .pt125-sm {
    padding-top: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt125-md {
    padding-top: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt125-xs {
    padding-top: 125px !important;
  }
}

.pt130 {
  padding-top: 130px;
}

@media only screen and (max-width: 991px) {
  .pt130-sm {
    padding-top: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt130-md {
    padding-top: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt130-xs {
    padding-top: 130px !important;
  }
}

.pt135 {
  padding-top: 135px;
}

@media only screen and (max-width: 991px) {
  .pt135-sm {
    padding-top: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt135-md {
    padding-top: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt135-xs {
    padding-top: 135px !important;
  }
}

.pt140 {
  padding-top: 140px;
}

@media only screen and (max-width: 991px) {
  .pt140-sm {
    padding-top: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt140-md {
    padding-top: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt140-xs {
    padding-top: 140px !important;
  }
}

.pt145 {
  padding-top: 145px;
}

@media only screen and (max-width: 991px) {
  .pt145-sm {
    padding-top: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt145-md {
    padding-top: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt145-xs {
    padding-top: 145px !important;
  }
}

.pt150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pt150-sm {
    padding-top: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt150-md {
    padding-top: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt150-xs {
    padding-top: 150px !important;
  }
}

.pt155 {
  padding-top: 155px;
}

@media only screen and (max-width: 991px) {
  .pt155-sm {
    padding-top: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt155-md {
    padding-top: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt155-xs {
    padding-top: 155px !important;
  }
}

.pt160 {
  padding-top: 160px;
}

@media only screen and (max-width: 991px) {
  .pt160-sm {
    padding-top: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt160-md {
    padding-top: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt160-xs {
    padding-top: 160px !important;
  }
}

.pt165 {
  padding-top: 165px;
}

@media only screen and (max-width: 991px) {
  .pt165-sm {
    padding-top: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt165-md {
    padding-top: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt165-xs {
    padding-top: 165px !important;
  }
}

.pt170 {
  padding-top: 170px;
}

@media only screen and (max-width: 991px) {
  .pt170-sm {
    padding-top: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt170-md {
    padding-top: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt170-xs {
    padding-top: 170px !important;
  }
}

.pt175 {
  padding-top: 175px;
}

@media only screen and (max-width: 991px) {
  .pt175-sm {
    padding-top: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt175-md {
    padding-top: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt175-xs {
    padding-top: 175px !important;
  }
}

.pt180 {
  padding-top: 180px;
}

@media only screen and (max-width: 991px) {
  .pt180-sm {
    padding-top: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt180-md {
    padding-top: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt180-xs {
    padding-top: 180px !important;
  }
}

.pt185 {
  padding-top: 185px;
}

@media only screen and (max-width: 991px) {
  .pt185-sm {
    padding-top: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt185-md {
    padding-top: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt185-xs {
    padding-top: 185px !important;
  }
}

.pt190 {
  padding-top: 190px;
}

@media only screen and (max-width: 991px) {
  .pt190-sm {
    padding-top: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt190-md {
    padding-top: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt190-xs {
    padding-top: 190px !important;
  }
}

.pt195 {
  padding-top: 195px;
}

@media only screen and (max-width: 991px) {
  .pt195-sm {
    padding-top: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt195-md {
    padding-top: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt195-xs {
    padding-top: 195px !important;
  }
}

.pt200 {
  padding-top: 200px;
}

@media only screen and (max-width: 991px) {
  .pt200-sm {
    padding-top: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt200-md {
    padding-top: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt200-xs {
    padding-top: 200px !important;
  }
}

.pt205 {
  padding-top: 205px;
}

@media only screen and (max-width: 991px) {
  .pt205-sm {
    padding-top: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt205-md {
    padding-top: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt205-xs {
    padding-top: 205px !important;
  }
}

.pt210 {
  padding-top: 210px;
}

@media only screen and (max-width: 991px) {
  .pt210-sm {
    padding-top: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt210-md {
    padding-top: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt210-xs {
    padding-top: 210px !important;
  }
}

.pt215 {
  padding-top: 215px;
}

@media only screen and (max-width: 991px) {
  .pt215-sm {
    padding-top: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt215-md {
    padding-top: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt215-xs {
    padding-top: 215px !important;
  }
}

.pt220 {
  padding-top: 220px;
}

@media only screen and (max-width: 991px) {
  .pt220-sm {
    padding-top: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt220-md {
    padding-top: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt220-xs {
    padding-top: 220px !important;
  }
}

.pt225 {
  padding-top: 225px;
}

@media only screen and (max-width: 991px) {
  .pt225-sm {
    padding-top: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt225-md {
    padding-top: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt225-xs {
    padding-top: 225px !important;
  }
}

.pt230 {
  padding-top: 230px;
}

@media only screen and (max-width: 991px) {
  .pt230-sm {
    padding-top: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt230-md {
    padding-top: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt230-xs {
    padding-top: 230px !important;
  }
}

.pt235 {
  padding-top: 235px;
}

@media only screen and (max-width: 991px) {
  .pt235-sm {
    padding-top: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt235-md {
    padding-top: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt235-xs {
    padding-top: 235px !important;
  }
}

.pt240 {
  padding-top: 240px;
}

@media only screen and (max-width: 991px) {
  .pt240-sm {
    padding-top: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt240-md {
    padding-top: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt240-xs {
    padding-top: 240px !important;
  }
}

.pt245 {
  padding-top: 245px;
}

@media only screen and (max-width: 991px) {
  .pt245-sm {
    padding-top: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt245-md {
    padding-top: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt245-xs {
    padding-top: 245px !important;
  }
}

.pt250 {
  padding-top: 250px;
}

@media only screen and (max-width: 991px) {
  .pt250-sm {
    padding-top: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt250-md {
    padding-top: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt250-xs {
    padding-top: 250px !important;
  }
}

.pt255 {
  padding-top: 255px;
}

@media only screen and (max-width: 991px) {
  .pt255-sm {
    padding-top: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt255-md {
    padding-top: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt255-xs {
    padding-top: 255px !important;
  }
}

.pt260 {
  padding-top: 260px;
}

@media only screen and (max-width: 991px) {
  .pt260-sm {
    padding-top: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt260-md {
    padding-top: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt260-xs {
    padding-top: 260px !important;
  }
}

.pt265 {
  padding-top: 265px;
}

@media only screen and (max-width: 991px) {
  .pt265-sm {
    padding-top: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt265-md {
    padding-top: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt265-xs {
    padding-top: 265px !important;
  }
}

.pt270 {
  padding-top: 270px;
}

@media only screen and (max-width: 991px) {
  .pt270-sm {
    padding-top: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt270-md {
    padding-top: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt270-xs {
    padding-top: 270px !important;
  }
}

.pt275 {
  padding-top: 275px;
}

@media only screen and (max-width: 991px) {
  .pt275-sm {
    padding-top: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt275-md {
    padding-top: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt275-xs {
    padding-top: 275px !important;
  }
}

.pt280 {
  padding-top: 280px;
}

@media only screen and (max-width: 991px) {
  .pt280-sm {
    padding-top: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt280-md {
    padding-top: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt280-xs {
    padding-top: 280px !important;
  }
}

.pt285 {
  padding-top: 285px;
}

@media only screen and (max-width: 991px) {
  .pt285-sm {
    padding-top: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt285-md {
    padding-top: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt285-xs {
    padding-top: 285px !important;
  }
}

.pt290 {
  padding-top: 290px;
}

@media only screen and (max-width: 991px) {
  .pt290-sm {
    padding-top: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt290-md {
    padding-top: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt290-xs {
    padding-top: 290px !important;
  }
}

.pt295 {
  padding-top: 295px;
}

@media only screen and (max-width: 991px) {
  .pt295-sm {
    padding-top: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt295-md {
    padding-top: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt295-xs {
    padding-top: 295px !important;
  }
}

.pt300 {
  padding-top: 300px;
}

@media only screen and (max-width: 991px) {
  .pt300-sm {
    padding-top: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt300-md {
    padding-top: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt300-xs {
    padding-top: 300px !important;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt0-sm {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt0-md {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt0-xs {
    padding-top: 0 !important;
  }
}

.pb5 {
  padding-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .pb5-sm {
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb5-md {
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb5-xs {
    padding-bottom: 5px !important;
  }
}

.pb10 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .pb10-sm {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb10-md {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb10-xs {
    padding-bottom: 10px !important;
  }
}

.pb15 {
  padding-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .pb15-sm {
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb15-md {
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb15-xs {
    padding-bottom: 15px !important;
  }
}

.pb20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .pb20-sm {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb20-md {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb20-xs {
    padding-bottom: 20px !important;
  }
}

.pb25 {
  padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .pb25-sm {
    padding-bottom: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb25-md {
    padding-bottom: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb25-xs {
    padding-bottom: 25px !important;
  }
}

.pb30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .pb30-sm {
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb30-md {
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb30-xs {
    padding-bottom: 30px !important;
  }
}

.pb35 {
  padding-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .pb35-sm {
    padding-bottom: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb35-md {
    padding-bottom: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb35-xs {
    padding-bottom: 35px !important;
  }
}

.pb40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .pb40-sm {
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb40-md {
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb40-xs {
    padding-bottom: 40px !important;
  }
}

.pb45 {
  padding-bottom: 45px;
}

@media only screen and (max-width: 991px) {
  .pb45-sm {
    padding-bottom: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb45-md {
    padding-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb45-xs {
    padding-bottom: 45px !important;
  }
}

.pb50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .pb50-sm {
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb50-md {
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb50-xs {
    padding-bottom: 50px !important;
  }
}

.pb55 {
  padding-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .pb55-sm {
    padding-bottom: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb55-md {
    padding-bottom: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb55-xs {
    padding-bottom: 55px !important;
  }
}

.pb60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .pb60-sm {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb60-md {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb60-xs {
    padding-bottom: 60px !important;
  }
}

.pb65 {
  padding-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .pb65-sm {
    padding-bottom: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb65-md {
    padding-bottom: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb65-xs {
    padding-bottom: 65px !important;
  }
}

.pb70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .pb70-sm {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb70-md {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb70-xs {
    padding-bottom: 70px !important;
  }
}

.pb75 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  .pb75-sm {
    padding-bottom: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb75-md {
    padding-bottom: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb75-xs {
    padding-bottom: 75px !important;
  }
}

.pb80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .pb80-sm {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb80-md {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb80-xs {
    padding-bottom: 80px !important;
  }
}

.pb85 {
  padding-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .pb85-sm {
    padding-bottom: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb85-md {
    padding-bottom: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb85-xs {
    padding-bottom: 85px !important;
  }
}

.pb90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .pb90-sm {
    padding-bottom: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb90-md {
    padding-bottom: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb90-xs {
    padding-bottom: 90px !important;
  }
}

.pb95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 991px) {
  .pb95-sm {
    padding-bottom: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb95-md {
    padding-bottom: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb95-xs {
    padding-bottom: 95px !important;
  }
}

.pb100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb100-sm {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb100-md {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb100-xs {
    padding-bottom: 100px !important;
  }
}

.pb105 {
  padding-bottom: 105px;
}

@media only screen and (max-width: 991px) {
  .pb105-sm {
    padding-bottom: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb105-md {
    padding-bottom: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb105-xs {
    padding-bottom: 105px !important;
  }
}

.pb110 {
  padding-bottom: 110px;
}

@media only screen and (max-width: 991px) {
  .pb110-sm {
    padding-bottom: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb110-md {
    padding-bottom: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb110-xs {
    padding-bottom: 110px !important;
  }
}

.pb115 {
  padding-bottom: 115px;
}

@media only screen and (max-width: 991px) {
  .pb115-sm {
    padding-bottom: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb115-md {
    padding-bottom: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb115-xs {
    padding-bottom: 115px !important;
  }
}

.pb120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb120-sm {
    padding-bottom: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb120-md {
    padding-bottom: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb120-xs {
    padding-bottom: 120px !important;
  }
}

.pb125 {
  padding-bottom: 125px;
}

@media only screen and (max-width: 991px) {
  .pb125-sm {
    padding-bottom: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb125-md {
    padding-bottom: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb125-xs {
    padding-bottom: 125px !important;
  }
}

.pb130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 991px) {
  .pb130-sm {
    padding-bottom: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb130-md {
    padding-bottom: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb130-xs {
    padding-bottom: 130px !important;
  }
}

.pb135 {
  padding-bottom: 135px;
}

@media only screen and (max-width: 991px) {
  .pb135-sm {
    padding-bottom: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb135-md {
    padding-bottom: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb135-xs {
    padding-bottom: 135px !important;
  }
}

.pb140 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 991px) {
  .pb140-sm {
    padding-bottom: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb140-md {
    padding-bottom: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb140-xs {
    padding-bottom: 140px !important;
  }
}

.pb145 {
  padding-bottom: 145px;
}

@media only screen and (max-width: 991px) {
  .pb145-sm {
    padding-bottom: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb145-md {
    padding-bottom: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb145-xs {
    padding-bottom: 145px !important;
  }
}

.pb150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .pb150-sm {
    padding-bottom: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb150-md {
    padding-bottom: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb150-xs {
    padding-bottom: 150px !important;
  }
}

.pb155 {
  padding-bottom: 155px;
}

@media only screen and (max-width: 991px) {
  .pb155-sm {
    padding-bottom: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb155-md {
    padding-bottom: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb155-xs {
    padding-bottom: 155px !important;
  }
}

.pb160 {
  padding-bottom: 160px;
}

@media only screen and (max-width: 991px) {
  .pb160-sm {
    padding-bottom: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb160-md {
    padding-bottom: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb160-xs {
    padding-bottom: 160px !important;
  }
}

.pb165 {
  padding-bottom: 165px;
}

@media only screen and (max-width: 991px) {
  .pb165-sm {
    padding-bottom: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb165-md {
    padding-bottom: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb165-xs {
    padding-bottom: 165px !important;
  }
}

.pb170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 991px) {
  .pb170-sm {
    padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb170-md {
    padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb170-xs {
    padding-bottom: 170px !important;
  }
}

.pb175 {
  padding-bottom: 175px;
}

@media only screen and (max-width: 991px) {
  .pb175-sm {
    padding-bottom: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb175-md {
    padding-bottom: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb175-xs {
    padding-bottom: 175px !important;
  }
}

.pb180 {
  padding-bottom: 180px;
}

@media only screen and (max-width: 991px) {
  .pb180-sm {
    padding-bottom: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb180-md {
    padding-bottom: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb180-xs {
    padding-bottom: 180px !important;
  }
}

.pb185 {
  padding-bottom: 185px;
}

@media only screen and (max-width: 991px) {
  .pb185-sm {
    padding-bottom: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb185-md {
    padding-bottom: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb185-xs {
    padding-bottom: 185px !important;
  }
}

.pb190 {
  padding-bottom: 190px;
}

@media only screen and (max-width: 991px) {
  .pb190-sm {
    padding-bottom: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb190-md {
    padding-bottom: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb190-xs {
    padding-bottom: 190px !important;
  }
}

.pb195 {
  padding-bottom: 195px;
}

@media only screen and (max-width: 991px) {
  .pb195-sm {
    padding-bottom: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb195-md {
    padding-bottom: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb195-xs {
    padding-bottom: 195px !important;
  }
}

.pb200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .pb200-sm {
    padding-bottom: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb200-md {
    padding-bottom: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb200-xs {
    padding-bottom: 200px !important;
  }
}

.pb205 {
  padding-bottom: 205px;
}

@media only screen and (max-width: 991px) {
  .pb205-sm {
    padding-bottom: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb205-md {
    padding-bottom: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb205-xs {
    padding-bottom: 205px !important;
  }
}

.pb210 {
  padding-bottom: 210px;
}

@media only screen and (max-width: 991px) {
  .pb210-sm {
    padding-bottom: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb210-md {
    padding-bottom: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb210-xs {
    padding-bottom: 210px !important;
  }
}

.pb215 {
  padding-bottom: 215px;
}

@media only screen and (max-width: 991px) {
  .pb215-sm {
    padding-bottom: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb215-md {
    padding-bottom: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb215-xs {
    padding-bottom: 215px !important;
  }
}

.pb220 {
  padding-bottom: 220px;
}

@media only screen and (max-width: 991px) {
  .pb220-sm {
    padding-bottom: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb220-md {
    padding-bottom: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb220-xs {
    padding-bottom: 220px !important;
  }
}

.pb225 {
  padding-bottom: 225px;
}

@media only screen and (max-width: 991px) {
  .pb225-sm {
    padding-bottom: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb225-md {
    padding-bottom: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb225-xs {
    padding-bottom: 225px !important;
  }
}

.pb230 {
  padding-bottom: 230px;
}

@media only screen and (max-width: 991px) {
  .pb230-sm {
    padding-bottom: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb230-md {
    padding-bottom: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb230-xs {
    padding-bottom: 230px !important;
  }
}

.pb235 {
  padding-bottom: 235px;
}

@media only screen and (max-width: 991px) {
  .pb235-sm {
    padding-bottom: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb235-md {
    padding-bottom: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb235-xs {
    padding-bottom: 235px !important;
  }
}

.pb240 {
  padding-bottom: 240px;
}

@media only screen and (max-width: 991px) {
  .pb240-sm {
    padding-bottom: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb240-md {
    padding-bottom: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb240-xs {
    padding-bottom: 240px !important;
  }
}

.pb245 {
  padding-bottom: 245px;
}

@media only screen and (max-width: 991px) {
  .pb245-sm {
    padding-bottom: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb245-md {
    padding-bottom: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb245-xs {
    padding-bottom: 245px !important;
  }
}

.pb250 {
  padding-bottom: 250px;
}

@media only screen and (max-width: 991px) {
  .pb250-sm {
    padding-bottom: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb250-md {
    padding-bottom: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb250-xs {
    padding-bottom: 250px !important;
  }
}

.pb255 {
  padding-bottom: 255px;
}

@media only screen and (max-width: 991px) {
  .pb255-sm {
    padding-bottom: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb255-md {
    padding-bottom: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb255-xs {
    padding-bottom: 255px !important;
  }
}

.pb260 {
  padding-bottom: 260px;
}

@media only screen and (max-width: 991px) {
  .pb260-sm {
    padding-bottom: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb260-md {
    padding-bottom: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb260-xs {
    padding-bottom: 260px !important;
  }
}

.pb265 {
  padding-bottom: 265px;
}

@media only screen and (max-width: 991px) {
  .pb265-sm {
    padding-bottom: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb265-md {
    padding-bottom: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb265-xs {
    padding-bottom: 265px !important;
  }
}

.pb270 {
  padding-bottom: 270px;
}

@media only screen and (max-width: 991px) {
  .pb270-sm {
    padding-bottom: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb270-md {
    padding-bottom: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb270-xs {
    padding-bottom: 270px !important;
  }
}

.pb275 {
  padding-bottom: 275px;
}

@media only screen and (max-width: 991px) {
  .pb275-sm {
    padding-bottom: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb275-md {
    padding-bottom: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb275-xs {
    padding-bottom: 275px !important;
  }
}

.pb280 {
  padding-bottom: 280px;
}

@media only screen and (max-width: 991px) {
  .pb280-sm {
    padding-bottom: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb280-md {
    padding-bottom: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb280-xs {
    padding-bottom: 280px !important;
  }
}

.pb285 {
  padding-bottom: 285px;
}

@media only screen and (max-width: 991px) {
  .pb285-sm {
    padding-bottom: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb285-md {
    padding-bottom: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb285-xs {
    padding-bottom: 285px !important;
  }
}

.pb290 {
  padding-bottom: 290px;
}

@media only screen and (max-width: 991px) {
  .pb290-sm {
    padding-bottom: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb290-md {
    padding-bottom: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb290-xs {
    padding-bottom: 290px !important;
  }
}

.pb295 {
  padding-bottom: 295px;
}

@media only screen and (max-width: 991px) {
  .pb295-sm {
    padding-bottom: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb295-md {
    padding-bottom: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb295-xs {
    padding-bottom: 295px !important;
  }
}

.pb300 {
  padding-bottom: 300px;
}

@media only screen and (max-width: 991px) {
  .pb300-sm {
    padding-bottom: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb300-md {
    padding-bottom: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb300-xs {
    padding-bottom: 300px !important;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb0-sm {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb0-md {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb0-xs {
    padding-bottom: 0 !important;
  }
}

.pr5 {
  padding-right: 5px;
}

@media only screen and (max-width: 991px) {
  .pr5-sm {
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr5-md {
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr5-xs {
    padding-right: 5px !important;
  }
}

.pr10 {
  padding-right: 10px;
}

@media only screen and (max-width: 991px) {
  .pr10-sm {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr10-md {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr10-xs {
    padding-right: 10px !important;
  }
}

.pr15 {
  padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  .pr15-sm {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr15-md {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr15-xs {
    padding-right: 15px !important;
  }
}

.pr20 {
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  .pr20-sm {
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr20-md {
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr20-xs {
    padding-right: 20px !important;
  }
}

.pr25 {
  padding-right: 25px;
}

@media only screen and (max-width: 991px) {
  .pr25-sm {
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr25-md {
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr25-xs {
    padding-right: 25px !important;
  }
}

.pr30 {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .pr30-sm {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr30-md {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr30-xs {
    padding-right: 30px !important;
  }
}

.pr35 {
  padding-right: 35px;
}

@media only screen and (max-width: 991px) {
  .pr35-sm {
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr35-md {
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr35-xs {
    padding-right: 35px !important;
  }
}

.pr40 {
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .pr40-sm {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr40-md {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr40-xs {
    padding-right: 40px !important;
  }
}

.pr45 {
  padding-right: 45px;
}

@media only screen and (max-width: 991px) {
  .pr45-sm {
    padding-right: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr45-md {
    padding-right: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr45-xs {
    padding-right: 45px !important;
  }
}

.pr50 {
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .pr50-sm {
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr50-md {
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr50-xs {
    padding-right: 50px !important;
  }
}

.pr55 {
  padding-right: 55px;
}

@media only screen and (max-width: 991px) {
  .pr55-sm {
    padding-right: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr55-md {
    padding-right: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr55-xs {
    padding-right: 55px !important;
  }
}

.pr60 {
  padding-right: 60px;
}

@media only screen and (max-width: 991px) {
  .pr60-sm {
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr60-md {
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr60-xs {
    padding-right: 60px !important;
  }
}

.pr65 {
  padding-right: 65px;
}

@media only screen and (max-width: 991px) {
  .pr65-sm {
    padding-right: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr65-md {
    padding-right: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr65-xs {
    padding-right: 65px !important;
  }
}

.pr70 {
  padding-right: 70px;
}

@media only screen and (max-width: 991px) {
  .pr70-sm {
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr70-md {
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr70-xs {
    padding-right: 70px !important;
  }
}

.pr75 {
  padding-right: 75px;
}

@media only screen and (max-width: 991px) {
  .pr75-sm {
    padding-right: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr75-md {
    padding-right: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr75-xs {
    padding-right: 75px !important;
  }
}

.pr80 {
  padding-right: 80px;
}

@media only screen and (max-width: 991px) {
  .pr80-sm {
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr80-md {
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr80-xs {
    padding-right: 80px !important;
  }
}

.pr85 {
  padding-right: 85px;
}

@media only screen and (max-width: 991px) {
  .pr85-sm {
    padding-right: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr85-md {
    padding-right: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr85-xs {
    padding-right: 85px !important;
  }
}

.pr90 {
  padding-right: 90px;
}

@media only screen and (max-width: 991px) {
  .pr90-sm {
    padding-right: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr90-md {
    padding-right: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr90-xs {
    padding-right: 90px !important;
  }
}

.pr95 {
  padding-right: 95px;
}

@media only screen and (max-width: 991px) {
  .pr95-sm {
    padding-right: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr95-md {
    padding-right: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr95-xs {
    padding-right: 95px !important;
  }
}

.pr100 {
  padding-right: 100px;
}

@media only screen and (max-width: 991px) {
  .pr100-sm {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr100-md {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr100-xs {
    padding-right: 100px !important;
  }
}

.pr105 {
  padding-right: 105px;
}

@media only screen and (max-width: 991px) {
  .pr105-sm {
    padding-right: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr105-md {
    padding-right: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr105-xs {
    padding-right: 105px !important;
  }
}

.pr110 {
  padding-right: 110px;
}

@media only screen and (max-width: 991px) {
  .pr110-sm {
    padding-right: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr110-md {
    padding-right: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr110-xs {
    padding-right: 110px !important;
  }
}

.pr115 {
  padding-right: 115px;
}

@media only screen and (max-width: 991px) {
  .pr115-sm {
    padding-right: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr115-md {
    padding-right: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr115-xs {
    padding-right: 115px !important;
  }
}

.pr120 {
  padding-right: 120px;
}

@media only screen and (max-width: 991px) {
  .pr120-sm {
    padding-right: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr120-md {
    padding-right: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr120-xs {
    padding-right: 120px !important;
  }
}

.pr125 {
  padding-right: 125px;
}

@media only screen and (max-width: 991px) {
  .pr125-sm {
    padding-right: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr125-md {
    padding-right: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr125-xs {
    padding-right: 125px !important;
  }
}

.pr130 {
  padding-right: 130px;
}

@media only screen and (max-width: 991px) {
  .pr130-sm {
    padding-right: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr130-md {
    padding-right: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr130-xs {
    padding-right: 130px !important;
  }
}

.pr135 {
  padding-right: 135px;
}

@media only screen and (max-width: 991px) {
  .pr135-sm {
    padding-right: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr135-md {
    padding-right: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr135-xs {
    padding-right: 135px !important;
  }
}

.pr140 {
  padding-right: 140px;
}

@media only screen and (max-width: 991px) {
  .pr140-sm {
    padding-right: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr140-md {
    padding-right: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr140-xs {
    padding-right: 140px !important;
  }
}

.pr145 {
  padding-right: 145px;
}

@media only screen and (max-width: 991px) {
  .pr145-sm {
    padding-right: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr145-md {
    padding-right: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr145-xs {
    padding-right: 145px !important;
  }
}

.pr150 {
  padding-right: 150px;
}

@media only screen and (max-width: 991px) {
  .pr150-sm {
    padding-right: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr150-md {
    padding-right: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr150-xs {
    padding-right: 150px !important;
  }
}

.pr155 {
  padding-right: 155px;
}

@media only screen and (max-width: 991px) {
  .pr155-sm {
    padding-right: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr155-md {
    padding-right: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr155-xs {
    padding-right: 155px !important;
  }
}

.pr160 {
  padding-right: 160px;
}

@media only screen and (max-width: 991px) {
  .pr160-sm {
    padding-right: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr160-md {
    padding-right: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr160-xs {
    padding-right: 160px !important;
  }
}

.pr165 {
  padding-right: 165px;
}

@media only screen and (max-width: 991px) {
  .pr165-sm {
    padding-right: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr165-md {
    padding-right: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr165-xs {
    padding-right: 165px !important;
  }
}

.pr170 {
  padding-right: 170px;
}

@media only screen and (max-width: 991px) {
  .pr170-sm {
    padding-right: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr170-md {
    padding-right: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr170-xs {
    padding-right: 170px !important;
  }
}

.pr175 {
  padding-right: 175px;
}

@media only screen and (max-width: 991px) {
  .pr175-sm {
    padding-right: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr175-md {
    padding-right: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr175-xs {
    padding-right: 175px !important;
  }
}

.pr180 {
  padding-right: 180px;
}

@media only screen and (max-width: 991px) {
  .pr180-sm {
    padding-right: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr180-md {
    padding-right: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr180-xs {
    padding-right: 180px !important;
  }
}

.pr185 {
  padding-right: 185px;
}

@media only screen and (max-width: 991px) {
  .pr185-sm {
    padding-right: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr185-md {
    padding-right: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr185-xs {
    padding-right: 185px !important;
  }
}

.pr190 {
  padding-right: 190px;
}

@media only screen and (max-width: 991px) {
  .pr190-sm {
    padding-right: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr190-md {
    padding-right: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr190-xs {
    padding-right: 190px !important;
  }
}

.pr195 {
  padding-right: 195px;
}

@media only screen and (max-width: 991px) {
  .pr195-sm {
    padding-right: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr195-md {
    padding-right: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr195-xs {
    padding-right: 195px !important;
  }
}

.pr200 {
  padding-right: 200px;
}

@media only screen and (max-width: 991px) {
  .pr200-sm {
    padding-right: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr200-md {
    padding-right: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr200-xs {
    padding-right: 200px !important;
  }
}

.pr205 {
  padding-right: 205px;
}

@media only screen and (max-width: 991px) {
  .pr205-sm {
    padding-right: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr205-md {
    padding-right: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr205-xs {
    padding-right: 205px !important;
  }
}

.pr210 {
  padding-right: 210px;
}

@media only screen and (max-width: 991px) {
  .pr210-sm {
    padding-right: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr210-md {
    padding-right: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr210-xs {
    padding-right: 210px !important;
  }
}

.pr215 {
  padding-right: 215px;
}

@media only screen and (max-width: 991px) {
  .pr215-sm {
    padding-right: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr215-md {
    padding-right: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr215-xs {
    padding-right: 215px !important;
  }
}

.pr220 {
  padding-right: 220px;
}

@media only screen and (max-width: 991px) {
  .pr220-sm {
    padding-right: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr220-md {
    padding-right: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr220-xs {
    padding-right: 220px !important;
  }
}

.pr225 {
  padding-right: 225px;
}

@media only screen and (max-width: 991px) {
  .pr225-sm {
    padding-right: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr225-md {
    padding-right: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr225-xs {
    padding-right: 225px !important;
  }
}

.pr230 {
  padding-right: 230px;
}

@media only screen and (max-width: 991px) {
  .pr230-sm {
    padding-right: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr230-md {
    padding-right: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr230-xs {
    padding-right: 230px !important;
  }
}

.pr235 {
  padding-right: 235px;
}

@media only screen and (max-width: 991px) {
  .pr235-sm {
    padding-right: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr235-md {
    padding-right: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr235-xs {
    padding-right: 235px !important;
  }
}

.pr240 {
  padding-right: 240px;
}

@media only screen and (max-width: 991px) {
  .pr240-sm {
    padding-right: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr240-md {
    padding-right: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr240-xs {
    padding-right: 240px !important;
  }
}

.pr245 {
  padding-right: 245px;
}

@media only screen and (max-width: 991px) {
  .pr245-sm {
    padding-right: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr245-md {
    padding-right: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr245-xs {
    padding-right: 245px !important;
  }
}

.pr250 {
  padding-right: 250px;
}

@media only screen and (max-width: 991px) {
  .pr250-sm {
    padding-right: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr250-md {
    padding-right: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr250-xs {
    padding-right: 250px !important;
  }
}

.pr255 {
  padding-right: 255px;
}

@media only screen and (max-width: 991px) {
  .pr255-sm {
    padding-right: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr255-md {
    padding-right: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr255-xs {
    padding-right: 255px !important;
  }
}

.pr260 {
  padding-right: 260px;
}

@media only screen and (max-width: 991px) {
  .pr260-sm {
    padding-right: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr260-md {
    padding-right: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr260-xs {
    padding-right: 260px !important;
  }
}

.pr265 {
  padding-right: 265px;
}

@media only screen and (max-width: 991px) {
  .pr265-sm {
    padding-right: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr265-md {
    padding-right: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr265-xs {
    padding-right: 265px !important;
  }
}

.pr270 {
  padding-right: 270px;
}

@media only screen and (max-width: 991px) {
  .pr270-sm {
    padding-right: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr270-md {
    padding-right: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr270-xs {
    padding-right: 270px !important;
  }
}

.pr275 {
  padding-right: 275px;
}

@media only screen and (max-width: 991px) {
  .pr275-sm {
    padding-right: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr275-md {
    padding-right: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr275-xs {
    padding-right: 275px !important;
  }
}

.pr280 {
  padding-right: 280px;
}

@media only screen and (max-width: 991px) {
  .pr280-sm {
    padding-right: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr280-md {
    padding-right: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr280-xs {
    padding-right: 280px !important;
  }
}

.pr285 {
  padding-right: 285px;
}

@media only screen and (max-width: 991px) {
  .pr285-sm {
    padding-right: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr285-md {
    padding-right: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr285-xs {
    padding-right: 285px !important;
  }
}

.pr290 {
  padding-right: 290px;
}

@media only screen and (max-width: 991px) {
  .pr290-sm {
    padding-right: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr290-md {
    padding-right: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr290-xs {
    padding-right: 290px !important;
  }
}

.pr295 {
  padding-right: 295px;
}

@media only screen and (max-width: 991px) {
  .pr295-sm {
    padding-right: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr295-md {
    padding-right: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr295-xs {
    padding-right: 295px !important;
  }
}

.pr300 {
  padding-right: 300px;
}

@media only screen and (max-width: 991px) {
  .pr300-sm {
    padding-right: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr300-md {
    padding-right: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr300-xs {
    padding-right: 300px !important;
  }
}

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

@media only screen and (max-width: 991px) {
  .pr0-sm {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr0-md {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr0-xs {
    padding-right: 0 !important;
  }
}

.pl5 {
  padding-left: 5px;
}

@media only screen and (max-width: 991px) {
  .pl5-sm {
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl5-md {
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl5-xs {
    padding-left: 5px !important;
  }
}

.pl10 {
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {
  .pl10-sm {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl10-md {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl10-xs {
    padding-left: 10px !important;
  }
}

.pl15 {
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  .pl15-sm {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl15-md {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl15-xs {
    padding-left: 15px !important;
  }
}

.pl20 {
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .pl20-sm {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl20-md {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl20-xs {
    padding-left: 20px !important;
  }
}

.pl25 {
  padding-left: 25px;
}

@media only screen and (max-width: 991px) {
  .pl25-sm {
    padding-left: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl25-md {
    padding-left: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl25-xs {
    padding-left: 25px !important;
  }
}

.pl30 {
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .pl30-sm {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl30-md {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl30-xs {
    padding-left: 30px !important;
  }
}

.pl35 {
  padding-left: 35px;
}

@media only screen and (max-width: 991px) {
  .pl35-sm {
    padding-left: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl35-md {
    padding-left: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl35-xs {
    padding-left: 35px !important;
  }
}

.pl40 {
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .pl40-sm {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl40-md {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl40-xs {
    padding-left: 40px !important;
  }
}

.pl45 {
  padding-left: 45px;
}

@media only screen and (max-width: 991px) {
  .pl45-sm {
    padding-left: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl45-md {
    padding-left: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl45-xs {
    padding-left: 45px !important;
  }
}

.pl50 {
  padding-left: 50px;
}

@media only screen and (max-width: 991px) {
  .pl50-sm {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl50-md {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl50-xs {
    padding-left: 50px !important;
  }
}

.pl55 {
  padding-left: 55px;
}

@media only screen and (max-width: 991px) {
  .pl55-sm {
    padding-left: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl55-md {
    padding-left: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl55-xs {
    padding-left: 55px !important;
  }
}

.pl60 {
  padding-left: 60px;
}

@media only screen and (max-width: 991px) {
  .pl60-sm {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl60-md {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl60-xs {
    padding-left: 60px !important;
  }
}

.pl65 {
  padding-left: 65px;
}

@media only screen and (max-width: 991px) {
  .pl65-sm {
    padding-left: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl65-md {
    padding-left: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl65-xs {
    padding-left: 65px !important;
  }
}

.pl70 {
  padding-left: 70px;
}

@media only screen and (max-width: 991px) {
  .pl70-sm {
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl70-md {
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl70-xs {
    padding-left: 70px !important;
  }
}

.pl75 {
  padding-left: 75px;
}

@media only screen and (max-width: 991px) {
  .pl75-sm {
    padding-left: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl75-md {
    padding-left: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl75-xs {
    padding-left: 75px !important;
  }
}

.pl80 {
  padding-left: 80px;
}

@media only screen and (max-width: 991px) {
  .pl80-sm {
    padding-left: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl80-md {
    padding-left: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl80-xs {
    padding-left: 80px !important;
  }
}

.pl85 {
  padding-left: 85px;
}

@media only screen and (max-width: 991px) {
  .pl85-sm {
    padding-left: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl85-md {
    padding-left: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl85-xs {
    padding-left: 85px !important;
  }
}

.pl90 {
  padding-left: 90px;
}

@media only screen and (max-width: 991px) {
  .pl90-sm {
    padding-left: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl90-md {
    padding-left: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl90-xs {
    padding-left: 90px !important;
  }
}

.pl95 {
  padding-left: 95px;
}

@media only screen and (max-width: 991px) {
  .pl95-sm {
    padding-left: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl95-md {
    padding-left: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl95-xs {
    padding-left: 95px !important;
  }
}

.pl100 {
  padding-left: 100px;
}

@media only screen and (max-width: 991px) {
  .pl100-sm {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl100-md {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl100-xs {
    padding-left: 100px !important;
  }
}

.pl105 {
  padding-left: 105px;
}

@media only screen and (max-width: 991px) {
  .pl105-sm {
    padding-left: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl105-md {
    padding-left: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl105-xs {
    padding-left: 105px !important;
  }
}

.pl110 {
  padding-left: 110px;
}

@media only screen and (max-width: 991px) {
  .pl110-sm {
    padding-left: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl110-md {
    padding-left: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl110-xs {
    padding-left: 110px !important;
  }
}

.pl115 {
  padding-left: 115px;
}

@media only screen and (max-width: 991px) {
  .pl115-sm {
    padding-left: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl115-md {
    padding-left: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl115-xs {
    padding-left: 115px !important;
  }
}

.pl120 {
  padding-left: 120px;
}

@media only screen and (max-width: 991px) {
  .pl120-sm {
    padding-left: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl120-md {
    padding-left: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl120-xs {
    padding-left: 120px !important;
  }
}

.pl125 {
  padding-left: 125px;
}

@media only screen and (max-width: 991px) {
  .pl125-sm {
    padding-left: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl125-md {
    padding-left: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl125-xs {
    padding-left: 125px !important;
  }
}

.pl130 {
  padding-left: 130px;
}

@media only screen and (max-width: 991px) {
  .pl130-sm {
    padding-left: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl130-md {
    padding-left: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl130-xs {
    padding-left: 130px !important;
  }
}

.pl135 {
  padding-left: 135px;
}

@media only screen and (max-width: 991px) {
  .pl135-sm {
    padding-left: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl135-md {
    padding-left: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl135-xs {
    padding-left: 135px !important;
  }
}

.pl140 {
  padding-left: 140px;
}

@media only screen and (max-width: 991px) {
  .pl140-sm {
    padding-left: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl140-md {
    padding-left: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl140-xs {
    padding-left: 140px !important;
  }
}

.pl145 {
  padding-left: 145px;
}

@media only screen and (max-width: 991px) {
  .pl145-sm {
    padding-left: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl145-md {
    padding-left: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl145-xs {
    padding-left: 145px !important;
  }
}

.pl150 {
  padding-left: 150px;
}

@media only screen and (max-width: 991px) {
  .pl150-sm {
    padding-left: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl150-md {
    padding-left: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl150-xs {
    padding-left: 150px !important;
  }
}

.pl155 {
  padding-left: 155px;
}

@media only screen and (max-width: 991px) {
  .pl155-sm {
    padding-left: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl155-md {
    padding-left: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl155-xs {
    padding-left: 155px !important;
  }
}

.pl160 {
  padding-left: 160px;
}

@media only screen and (max-width: 991px) {
  .pl160-sm {
    padding-left: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl160-md {
    padding-left: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl160-xs {
    padding-left: 160px !important;
  }
}

.pl165 {
  padding-left: 165px;
}

@media only screen and (max-width: 991px) {
  .pl165-sm {
    padding-left: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl165-md {
    padding-left: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl165-xs {
    padding-left: 165px !important;
  }
}

.pl170 {
  padding-left: 170px;
}

@media only screen and (max-width: 991px) {
  .pl170-sm {
    padding-left: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl170-md {
    padding-left: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl170-xs {
    padding-left: 170px !important;
  }
}

.pl175 {
  padding-left: 175px;
}

@media only screen and (max-width: 991px) {
  .pl175-sm {
    padding-left: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl175-md {
    padding-left: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl175-xs {
    padding-left: 175px !important;
  }
}

.pl180 {
  padding-left: 180px;
}

@media only screen and (max-width: 991px) {
  .pl180-sm {
    padding-left: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl180-md {
    padding-left: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl180-xs {
    padding-left: 180px !important;
  }
}

.pl185 {
  padding-left: 185px;
}

@media only screen and (max-width: 991px) {
  .pl185-sm {
    padding-left: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl185-md {
    padding-left: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl185-xs {
    padding-left: 185px !important;
  }
}

.pl190 {
  padding-left: 190px;
}

@media only screen and (max-width: 991px) {
  .pl190-sm {
    padding-left: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl190-md {
    padding-left: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl190-xs {
    padding-left: 190px !important;
  }
}

.pl195 {
  padding-left: 195px;
}

@media only screen and (max-width: 991px) {
  .pl195-sm {
    padding-left: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl195-md {
    padding-left: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl195-xs {
    padding-left: 195px !important;
  }
}

.pl200 {
  padding-left: 200px;
}

@media only screen and (max-width: 991px) {
  .pl200-sm {
    padding-left: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl200-md {
    padding-left: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl200-xs {
    padding-left: 200px !important;
  }
}

.pl205 {
  padding-left: 205px;
}

@media only screen and (max-width: 991px) {
  .pl205-sm {
    padding-left: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl205-md {
    padding-left: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl205-xs {
    padding-left: 205px !important;
  }
}

.pl210 {
  padding-left: 210px;
}

@media only screen and (max-width: 991px) {
  .pl210-sm {
    padding-left: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl210-md {
    padding-left: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl210-xs {
    padding-left: 210px !important;
  }
}

.pl215 {
  padding-left: 215px;
}

@media only screen and (max-width: 991px) {
  .pl215-sm {
    padding-left: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl215-md {
    padding-left: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl215-xs {
    padding-left: 215px !important;
  }
}

.pl220 {
  padding-left: 220px;
}

@media only screen and (max-width: 991px) {
  .pl220-sm {
    padding-left: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl220-md {
    padding-left: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl220-xs {
    padding-left: 220px !important;
  }
}

.pl225 {
  padding-left: 225px;
}

@media only screen and (max-width: 991px) {
  .pl225-sm {
    padding-left: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl225-md {
    padding-left: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl225-xs {
    padding-left: 225px !important;
  }
}

.pl230 {
  padding-left: 230px;
}

@media only screen and (max-width: 991px) {
  .pl230-sm {
    padding-left: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl230-md {
    padding-left: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl230-xs {
    padding-left: 230px !important;
  }
}

.pl235 {
  padding-left: 235px;
}

@media only screen and (max-width: 991px) {
  .pl235-sm {
    padding-left: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl235-md {
    padding-left: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl235-xs {
    padding-left: 235px !important;
  }
}

.pl240 {
  padding-left: 240px;
}

@media only screen and (max-width: 991px) {
  .pl240-sm {
    padding-left: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl240-md {
    padding-left: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl240-xs {
    padding-left: 240px !important;
  }
}

.pl245 {
  padding-left: 245px;
}

@media only screen and (max-width: 991px) {
  .pl245-sm {
    padding-left: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl245-md {
    padding-left: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl245-xs {
    padding-left: 245px !important;
  }
}

.pl250 {
  padding-left: 250px;
}

@media only screen and (max-width: 991px) {
  .pl250-sm {
    padding-left: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl250-md {
    padding-left: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl250-xs {
    padding-left: 250px !important;
  }
}

.pl255 {
  padding-left: 255px;
}

@media only screen and (max-width: 991px) {
  .pl255-sm {
    padding-left: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl255-md {
    padding-left: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl255-xs {
    padding-left: 255px !important;
  }
}

.pl260 {
  padding-left: 260px;
}

@media only screen and (max-width: 991px) {
  .pl260-sm {
    padding-left: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl260-md {
    padding-left: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl260-xs {
    padding-left: 260px !important;
  }
}

.pl265 {
  padding-left: 265px;
}

@media only screen and (max-width: 991px) {
  .pl265-sm {
    padding-left: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl265-md {
    padding-left: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl265-xs {
    padding-left: 265px !important;
  }
}

.pl270 {
  padding-left: 270px;
}

@media only screen and (max-width: 991px) {
  .pl270-sm {
    padding-left: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl270-md {
    padding-left: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl270-xs {
    padding-left: 270px !important;
  }
}

.pl275 {
  padding-left: 275px;
}

@media only screen and (max-width: 991px) {
  .pl275-sm {
    padding-left: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl275-md {
    padding-left: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl275-xs {
    padding-left: 275px !important;
  }
}

.pl280 {
  padding-left: 280px;
}

@media only screen and (max-width: 991px) {
  .pl280-sm {
    padding-left: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl280-md {
    padding-left: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl280-xs {
    padding-left: 280px !important;
  }
}

.pl285 {
  padding-left: 285px;
}

@media only screen and (max-width: 991px) {
  .pl285-sm {
    padding-left: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl285-md {
    padding-left: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl285-xs {
    padding-left: 285px !important;
  }
}

.pl290 {
  padding-left: 290px;
}

@media only screen and (max-width: 991px) {
  .pl290-sm {
    padding-left: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl290-md {
    padding-left: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl290-xs {
    padding-left: 290px !important;
  }
}

.pl295 {
  padding-left: 295px;
}

@media only screen and (max-width: 991px) {
  .pl295-sm {
    padding-left: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl295-md {
    padding-left: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl295-xs {
    padding-left: 295px !important;
  }
}

.pl300 {
  padding-left: 300px;
}

@media only screen and (max-width: 991px) {
  .pl300-sm {
    padding-left: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl300-md {
    padding-left: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl300-xs {
    padding-left: 300px !important;
  }
}

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

@media only screen and (max-width: 991px) {
  .pl0-sm {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl0-md {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl0-xs {
    padding-left: 0 !important;
  }
}

.mt5 {
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  .mt5-sm {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt5-md {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt5-xs {
    margin-top: 5px !important;
  }
}

.mt10 {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .mt10-sm {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt10-md {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt10-xs {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  .mt15-sm {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt15-md {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt15-xs {
    margin-top: 15px !important;
  }
}

.mt20 {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .mt20-sm {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt20-md {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt20-xs {
    margin-top: 20px !important;
  }
}

.mt25 {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .mt25-sm {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt25-md {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt25-xs {
    margin-top: 25px !important;
  }
}

.mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .mt30-sm {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt30-md {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt30-xs {
    margin-top: 30px !important;
  }
}

.mt35 {
  margin-top: 35px;
}

@media only screen and (max-width: 991px) {
  .mt35-sm {
    margin-top: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt35-md {
    margin-top: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt35-xs {
    margin-top: 35px !important;
  }
}

.mt40 {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .mt40-sm {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt40-md {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt40-xs {
    margin-top: 40px !important;
  }
}

.mt45 {
  margin-top: 45px;
}

@media only screen and (max-width: 991px) {
  .mt45-sm {
    margin-top: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt45-md {
    margin-top: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt45-xs {
    margin-top: 45px !important;
  }
}

.mt50 {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .mt50-sm {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt50-md {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt50-xs {
    margin-top: 50px !important;
  }
}

.mt55 {
  margin-top: 55px;
}

@media only screen and (max-width: 991px) {
  .mt55-sm {
    margin-top: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt55-md {
    margin-top: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt55-xs {
    margin-top: 55px !important;
  }
}

.mt60 {
  margin-top: 60px;
}

@media only screen and (max-width: 991px) {
  .mt60-sm {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt60-md {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt60-xs {
    margin-top: 60px !important;
  }
}

.mt65 {
  margin-top: 65px;
}

@media only screen and (max-width: 991px) {
  .mt65-sm {
    margin-top: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt65-md {
    margin-top: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt65-xs {
    margin-top: 65px !important;
  }
}

.mt70 {
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .mt70-sm {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt70-md {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt70-xs {
    margin-top: 70px !important;
  }
}

.mt75 {
  margin-top: 75px;
}

@media only screen and (max-width: 991px) {
  .mt75-sm {
    margin-top: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt75-md {
    margin-top: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt75-xs {
    margin-top: 75px !important;
  }
}

.mt80 {
  margin-top: 80px;
}

@media only screen and (max-width: 991px) {
  .mt80-sm {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt80-md {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt80-xs {
    margin-top: 80px !important;
  }
}

.mt85 {
  margin-top: 85px;
}

@media only screen and (max-width: 991px) {
  .mt85-sm {
    margin-top: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt85-md {
    margin-top: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt85-xs {
    margin-top: 85px !important;
  }
}

.mt90 {
  margin-top: 90px;
}

@media only screen and (max-width: 991px) {
  .mt90-sm {
    margin-top: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt90-md {
    margin-top: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt90-xs {
    margin-top: 90px !important;
  }
}

.mt95 {
  margin-top: 95px;
}

@media only screen and (max-width: 991px) {
  .mt95-sm {
    margin-top: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt95-md {
    margin-top: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt95-xs {
    margin-top: 95px !important;
  }
}

.mt100 {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .mt100-sm {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt100-md {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt100-xs {
    margin-top: 100px !important;
  }
}

.mt105 {
  margin-top: 105px;
}

@media only screen and (max-width: 991px) {
  .mt105-sm {
    margin-top: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt105-md {
    margin-top: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt105-xs {
    margin-top: 105px !important;
  }
}

.mt110 {
  margin-top: 110px;
}

@media only screen and (max-width: 991px) {
  .mt110-sm {
    margin-top: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt110-md {
    margin-top: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt110-xs {
    margin-top: 110px !important;
  }
}

.mt115 {
  margin-top: 115px;
}

@media only screen and (max-width: 991px) {
  .mt115-sm {
    margin-top: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt115-md {
    margin-top: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt115-xs {
    margin-top: 115px !important;
  }
}

.mt120 {
  margin-top: 120px;
}

@media only screen and (max-width: 991px) {
  .mt120-sm {
    margin-top: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt120-md {
    margin-top: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt120-xs {
    margin-top: 120px !important;
  }
}

.mt125 {
  margin-top: 125px;
}

@media only screen and (max-width: 991px) {
  .mt125-sm {
    margin-top: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt125-md {
    margin-top: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt125-xs {
    margin-top: 125px !important;
  }
}

.mt130 {
  margin-top: 130px;
}

@media only screen and (max-width: 991px) {
  .mt130-sm {
    margin-top: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt130-md {
    margin-top: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt130-xs {
    margin-top: 130px !important;
  }
}

.mt135 {
  margin-top: 135px;
}

@media only screen and (max-width: 991px) {
  .mt135-sm {
    margin-top: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt135-md {
    margin-top: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt135-xs {
    margin-top: 135px !important;
  }
}

.mt140 {
  margin-top: 140px;
}

@media only screen and (max-width: 991px) {
  .mt140-sm {
    margin-top: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt140-md {
    margin-top: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt140-xs {
    margin-top: 140px !important;
  }
}

.mt145 {
  margin-top: 145px;
}

@media only screen and (max-width: 991px) {
  .mt145-sm {
    margin-top: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt145-md {
    margin-top: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt145-xs {
    margin-top: 145px !important;
  }
}

.mt150 {
  margin-top: 150px;
}

@media only screen and (max-width: 991px) {
  .mt150-sm {
    margin-top: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt150-md {
    margin-top: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt150-xs {
    margin-top: 150px !important;
  }
}

.mt155 {
  margin-top: 155px;
}

@media only screen and (max-width: 991px) {
  .mt155-sm {
    margin-top: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt155-md {
    margin-top: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt155-xs {
    margin-top: 155px !important;
  }
}

.mt160 {
  margin-top: 160px;
}

@media only screen and (max-width: 991px) {
  .mt160-sm {
    margin-top: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt160-md {
    margin-top: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt160-xs {
    margin-top: 160px !important;
  }
}

.mt165 {
  margin-top: 165px;
}

@media only screen and (max-width: 991px) {
  .mt165-sm {
    margin-top: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt165-md {
    margin-top: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt165-xs {
    margin-top: 165px !important;
  }
}

.mt170 {
  margin-top: 170px;
}

@media only screen and (max-width: 991px) {
  .mt170-sm {
    margin-top: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt170-md {
    margin-top: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt170-xs {
    margin-top: 170px !important;
  }
}

.mt175 {
  margin-top: 175px;
}

@media only screen and (max-width: 991px) {
  .mt175-sm {
    margin-top: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt175-md {
    margin-top: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt175-xs {
    margin-top: 175px !important;
  }
}

.mt180 {
  margin-top: 180px;
}

@media only screen and (max-width: 991px) {
  .mt180-sm {
    margin-top: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt180-md {
    margin-top: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt180-xs {
    margin-top: 180px !important;
  }
}

.mt185 {
  margin-top: 185px;
}

@media only screen and (max-width: 991px) {
  .mt185-sm {
    margin-top: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt185-md {
    margin-top: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt185-xs {
    margin-top: 185px !important;
  }
}

.mt190 {
  margin-top: 190px;
}

@media only screen and (max-width: 991px) {
  .mt190-sm {
    margin-top: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt190-md {
    margin-top: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt190-xs {
    margin-top: 190px !important;
  }
}

.mt195 {
  margin-top: 195px;
}

@media only screen and (max-width: 991px) {
  .mt195-sm {
    margin-top: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt195-md {
    margin-top: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt195-xs {
    margin-top: 195px !important;
  }
}

.mt200 {
  margin-top: 200px;
}

@media only screen and (max-width: 991px) {
  .mt200-sm {
    margin-top: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt200-md {
    margin-top: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt200-xs {
    margin-top: 200px !important;
  }
}

.mt205 {
  margin-top: 205px;
}

@media only screen and (max-width: 991px) {
  .mt205-sm {
    margin-top: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt205-md {
    margin-top: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt205-xs {
    margin-top: 205px !important;
  }
}

.mt210 {
  margin-top: 210px;
}

@media only screen and (max-width: 991px) {
  .mt210-sm {
    margin-top: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt210-md {
    margin-top: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt210-xs {
    margin-top: 210px !important;
  }
}

.mt215 {
  margin-top: 215px;
}

@media only screen and (max-width: 991px) {
  .mt215-sm {
    margin-top: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt215-md {
    margin-top: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt215-xs {
    margin-top: 215px !important;
  }
}

.mt220 {
  margin-top: 220px;
}

@media only screen and (max-width: 991px) {
  .mt220-sm {
    margin-top: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt220-md {
    margin-top: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt220-xs {
    margin-top: 220px !important;
  }
}

.mt225 {
  margin-top: 225px;
}

@media only screen and (max-width: 991px) {
  .mt225-sm {
    margin-top: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt225-md {
    margin-top: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt225-xs {
    margin-top: 225px !important;
  }
}

.mt230 {
  margin-top: 230px;
}

@media only screen and (max-width: 991px) {
  .mt230-sm {
    margin-top: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt230-md {
    margin-top: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt230-xs {
    margin-top: 230px !important;
  }
}

.mt235 {
  margin-top: 235px;
}

@media only screen and (max-width: 991px) {
  .mt235-sm {
    margin-top: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt235-md {
    margin-top: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt235-xs {
    margin-top: 235px !important;
  }
}

.mt240 {
  margin-top: 240px;
}

@media only screen and (max-width: 991px) {
  .mt240-sm {
    margin-top: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt240-md {
    margin-top: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt240-xs {
    margin-top: 240px !important;
  }
}

.mt245 {
  margin-top: 245px;
}

@media only screen and (max-width: 991px) {
  .mt245-sm {
    margin-top: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt245-md {
    margin-top: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt245-xs {
    margin-top: 245px !important;
  }
}

.mt250 {
  margin-top: 250px;
}

@media only screen and (max-width: 991px) {
  .mt250-sm {
    margin-top: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt250-md {
    margin-top: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt250-xs {
    margin-top: 250px !important;
  }
}

.mt255 {
  margin-top: 255px;
}

@media only screen and (max-width: 991px) {
  .mt255-sm {
    margin-top: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt255-md {
    margin-top: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt255-xs {
    margin-top: 255px !important;
  }
}

.mt260 {
  margin-top: 260px;
}

@media only screen and (max-width: 991px) {
  .mt260-sm {
    margin-top: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt260-md {
    margin-top: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt260-xs {
    margin-top: 260px !important;
  }
}

.mt265 {
  margin-top: 265px;
}

@media only screen and (max-width: 991px) {
  .mt265-sm {
    margin-top: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt265-md {
    margin-top: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt265-xs {
    margin-top: 265px !important;
  }
}

.mt270 {
  margin-top: 270px;
}

@media only screen and (max-width: 991px) {
  .mt270-sm {
    margin-top: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt270-md {
    margin-top: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt270-xs {
    margin-top: 270px !important;
  }
}

.mt275 {
  margin-top: 275px;
}

@media only screen and (max-width: 991px) {
  .mt275-sm {
    margin-top: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt275-md {
    margin-top: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt275-xs {
    margin-top: 275px !important;
  }
}

.mt280 {
  margin-top: 280px;
}

@media only screen and (max-width: 991px) {
  .mt280-sm {
    margin-top: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt280-md {
    margin-top: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt280-xs {
    margin-top: 280px !important;
  }
}

.mt285 {
  margin-top: 285px;
}

@media only screen and (max-width: 991px) {
  .mt285-sm {
    margin-top: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt285-md {
    margin-top: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt285-xs {
    margin-top: 285px !important;
  }
}

.mt290 {
  margin-top: 290px;
}

@media only screen and (max-width: 991px) {
  .mt290-sm {
    margin-top: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt290-md {
    margin-top: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt290-xs {
    margin-top: 290px !important;
  }
}

.mt295 {
  margin-top: 295px;
}

@media only screen and (max-width: 991px) {
  .mt295-sm {
    margin-top: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt295-md {
    margin-top: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt295-xs {
    margin-top: 295px !important;
  }
}

.mt300 {
  margin-top: 300px;
}

@media only screen and (max-width: 991px) {
  .mt300-sm {
    margin-top: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt300-md {
    margin-top: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt300-xs {
    margin-top: 300px !important;
  }
}

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

@media only screen and (max-width: 991px) {
  .mt0-sm {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt0-md {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt0-xs {
    margin-top: 0 !important;
  }
}

.mb5 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .mb5-sm {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb5-md {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb5-xs {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .mb10-sm {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb10-md {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb10-xs {
    margin-bottom: 10px !important;
  }
}

.mb15 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .mb15-sm {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb15-md {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb15-xs {
    margin-bottom: 15px !important;
  }
}

.mb20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .mb20-sm {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb20-md {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb20-xs {
    margin-bottom: 20px !important;
  }
}

.mb25 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .mb25-sm {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb25-md {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb25-xs {
    margin-bottom: 25px !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .mb30-sm {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb30-md {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb30-xs {
    margin-bottom: 30px !important;
  }
}

.mb35 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .mb35-sm {
    margin-bottom: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb35-md {
    margin-bottom: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb35-xs {
    margin-bottom: 35px !important;
  }
}

.mb40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .mb40-sm {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb40-md {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb40-xs {
    margin-bottom: 40px !important;
  }
}

.mb45 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
  .mb45-sm {
    margin-bottom: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb45-md {
    margin-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb45-xs {
    margin-bottom: 45px !important;
  }
}

.mb50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .mb50-sm {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb50-md {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb50-xs {
    margin-bottom: 50px !important;
  }
}

.mb55 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .mb55-sm {
    margin-bottom: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb55-md {
    margin-bottom: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb55-xs {
    margin-bottom: 55px !important;
  }
}

.mb60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .mb60-sm {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb60-md {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb60-xs {
    margin-bottom: 60px !important;
  }
}

.mb65 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .mb65-sm {
    margin-bottom: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb65-md {
    margin-bottom: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb65-xs {
    margin-bottom: 65px !important;
  }
}

.mb70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .mb70-sm {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb70-md {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb70-xs {
    margin-bottom: 70px !important;
  }
}

.mb75 {
  margin-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  .mb75-sm {
    margin-bottom: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb75-md {
    margin-bottom: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb75-xs {
    margin-bottom: 75px !important;
  }
}

.mb80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .mb80-sm {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb80-md {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb80-xs {
    margin-bottom: 80px !important;
  }
}

.mb85 {
  margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .mb85-sm {
    margin-bottom: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb85-md {
    margin-bottom: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb85-xs {
    margin-bottom: 85px !important;
  }
}

.mb90 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .mb90-sm {
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb90-md {
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb90-xs {
    margin-bottom: 90px !important;
  }
}

.mb95 {
  margin-bottom: 95px;
}

@media only screen and (max-width: 991px) {
  .mb95-sm {
    margin-bottom: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb95-md {
    margin-bottom: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb95-xs {
    margin-bottom: 95px !important;
  }
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .mb100-sm {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb100-md {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb100-xs {
    margin-bottom: 100px !important;
  }
}

.mb105 {
  margin-bottom: 105px;
}

@media only screen and (max-width: 991px) {
  .mb105-sm {
    margin-bottom: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb105-md {
    margin-bottom: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb105-xs {
    margin-bottom: 105px !important;
  }
}

.mb110 {
  margin-bottom: 110px;
}

@media only screen and (max-width: 991px) {
  .mb110-sm {
    margin-bottom: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb110-md {
    margin-bottom: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb110-xs {
    margin-bottom: 110px !important;
  }
}

.mb115 {
  margin-bottom: 115px;
}

@media only screen and (max-width: 991px) {
  .mb115-sm {
    margin-bottom: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb115-md {
    margin-bottom: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb115-xs {
    margin-bottom: 115px !important;
  }
}

.mb120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .mb120-sm {
    margin-bottom: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb120-md {
    margin-bottom: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb120-xs {
    margin-bottom: 120px !important;
  }
}

.mb125 {
  margin-bottom: 125px;
}

@media only screen and (max-width: 991px) {
  .mb125-sm {
    margin-bottom: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb125-md {
    margin-bottom: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb125-xs {
    margin-bottom: 125px !important;
  }
}

.mb130 {
  margin-bottom: 130px;
}

@media only screen and (max-width: 991px) {
  .mb130-sm {
    margin-bottom: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb130-md {
    margin-bottom: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb130-xs {
    margin-bottom: 130px !important;
  }
}

.mb135 {
  margin-bottom: 135px;
}

@media only screen and (max-width: 991px) {
  .mb135-sm {
    margin-bottom: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb135-md {
    margin-bottom: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb135-xs {
    margin-bottom: 135px !important;
  }
}

.mb140 {
  margin-bottom: 140px;
}

@media only screen and (max-width: 991px) {
  .mb140-sm {
    margin-bottom: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb140-md {
    margin-bottom: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb140-xs {
    margin-bottom: 140px !important;
  }
}

.mb145 {
  margin-bottom: 145px;
}

@media only screen and (max-width: 991px) {
  .mb145-sm {
    margin-bottom: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb145-md {
    margin-bottom: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb145-xs {
    margin-bottom: 145px !important;
  }
}

.mb150 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .mb150-sm {
    margin-bottom: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb150-md {
    margin-bottom: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb150-xs {
    margin-bottom: 150px !important;
  }
}

.mb155 {
  margin-bottom: 155px;
}

@media only screen and (max-width: 991px) {
  .mb155-sm {
    margin-bottom: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb155-md {
    margin-bottom: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb155-xs {
    margin-bottom: 155px !important;
  }
}

.mb160 {
  margin-bottom: 160px;
}

@media only screen and (max-width: 991px) {
  .mb160-sm {
    margin-bottom: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb160-md {
    margin-bottom: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb160-xs {
    margin-bottom: 160px !important;
  }
}

.mb165 {
  margin-bottom: 165px;
}

@media only screen and (max-width: 991px) {
  .mb165-sm {
    margin-bottom: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb165-md {
    margin-bottom: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb165-xs {
    margin-bottom: 165px !important;
  }
}

.mb170 {
  margin-bottom: 170px;
}

@media only screen and (max-width: 991px) {
  .mb170-sm {
    margin-bottom: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb170-md {
    margin-bottom: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb170-xs {
    margin-bottom: 170px !important;
  }
}

.mb175 {
  margin-bottom: 175px;
}

@media only screen and (max-width: 991px) {
  .mb175-sm {
    margin-bottom: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb175-md {
    margin-bottom: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb175-xs {
    margin-bottom: 175px !important;
  }
}

.mb180 {
  margin-bottom: 180px;
}

@media only screen and (max-width: 991px) {
  .mb180-sm {
    margin-bottom: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb180-md {
    margin-bottom: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb180-xs {
    margin-bottom: 180px !important;
  }
}

.mb185 {
  margin-bottom: 185px;
}

@media only screen and (max-width: 991px) {
  .mb185-sm {
    margin-bottom: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb185-md {
    margin-bottom: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb185-xs {
    margin-bottom: 185px !important;
  }
}

.mb190 {
  margin-bottom: 190px;
}

@media only screen and (max-width: 991px) {
  .mb190-sm {
    margin-bottom: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb190-md {
    margin-bottom: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb190-xs {
    margin-bottom: 190px !important;
  }
}

.mb195 {
  margin-bottom: 195px;
}

@media only screen and (max-width: 991px) {
  .mb195-sm {
    margin-bottom: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb195-md {
    margin-bottom: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb195-xs {
    margin-bottom: 195px !important;
  }
}

.mb200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .mb200-sm {
    margin-bottom: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb200-md {
    margin-bottom: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb200-xs {
    margin-bottom: 200px !important;
  }
}

.mb205 {
  margin-bottom: 205px;
}

@media only screen and (max-width: 991px) {
  .mb205-sm {
    margin-bottom: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb205-md {
    margin-bottom: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb205-xs {
    margin-bottom: 205px !important;
  }
}

.mb210 {
  margin-bottom: 210px;
}

@media only screen and (max-width: 991px) {
  .mb210-sm {
    margin-bottom: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb210-md {
    margin-bottom: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb210-xs {
    margin-bottom: 210px !important;
  }
}

.mb215 {
  margin-bottom: 215px;
}

@media only screen and (max-width: 991px) {
  .mb215-sm {
    margin-bottom: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb215-md {
    margin-bottom: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb215-xs {
    margin-bottom: 215px !important;
  }
}

.mb220 {
  margin-bottom: 220px;
}

@media only screen and (max-width: 991px) {
  .mb220-sm {
    margin-bottom: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb220-md {
    margin-bottom: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb220-xs {
    margin-bottom: 220px !important;
  }
}

.mb225 {
  margin-bottom: 225px;
}

@media only screen and (max-width: 991px) {
  .mb225-sm {
    margin-bottom: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb225-md {
    margin-bottom: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb225-xs {
    margin-bottom: 225px !important;
  }
}

.mb230 {
  margin-bottom: 230px;
}

@media only screen and (max-width: 991px) {
  .mb230-sm {
    margin-bottom: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb230-md {
    margin-bottom: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb230-xs {
    margin-bottom: 230px !important;
  }
}

.mb235 {
  margin-bottom: 235px;
}

@media only screen and (max-width: 991px) {
  .mb235-sm {
    margin-bottom: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb235-md {
    margin-bottom: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb235-xs {
    margin-bottom: 235px !important;
  }
}

.mb240 {
  margin-bottom: 240px;
}

@media only screen and (max-width: 991px) {
  .mb240-sm {
    margin-bottom: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb240-md {
    margin-bottom: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb240-xs {
    margin-bottom: 240px !important;
  }
}

.mb245 {
  margin-bottom: 245px;
}

@media only screen and (max-width: 991px) {
  .mb245-sm {
    margin-bottom: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb245-md {
    margin-bottom: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb245-xs {
    margin-bottom: 245px !important;
  }
}

.mb250 {
  margin-bottom: 250px;
}

@media only screen and (max-width: 991px) {
  .mb250-sm {
    margin-bottom: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb250-md {
    margin-bottom: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb250-xs {
    margin-bottom: 250px !important;
  }
}

.mb255 {
  margin-bottom: 255px;
}

@media only screen and (max-width: 991px) {
  .mb255-sm {
    margin-bottom: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb255-md {
    margin-bottom: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb255-xs {
    margin-bottom: 255px !important;
  }
}

.mb260 {
  margin-bottom: 260px;
}

@media only screen and (max-width: 991px) {
  .mb260-sm {
    margin-bottom: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb260-md {
    margin-bottom: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb260-xs {
    margin-bottom: 260px !important;
  }
}

.mb265 {
  margin-bottom: 265px;
}

@media only screen and (max-width: 991px) {
  .mb265-sm {
    margin-bottom: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb265-md {
    margin-bottom: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb265-xs {
    margin-bottom: 265px !important;
  }
}

.mb270 {
  margin-bottom: 270px;
}

@media only screen and (max-width: 991px) {
  .mb270-sm {
    margin-bottom: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb270-md {
    margin-bottom: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb270-xs {
    margin-bottom: 270px !important;
  }
}

.mb275 {
  margin-bottom: 275px;
}

@media only screen and (max-width: 991px) {
  .mb275-sm {
    margin-bottom: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb275-md {
    margin-bottom: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb275-xs {
    margin-bottom: 275px !important;
  }
}

.mb280 {
  margin-bottom: 280px;
}

@media only screen and (max-width: 991px) {
  .mb280-sm {
    margin-bottom: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb280-md {
    margin-bottom: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb280-xs {
    margin-bottom: 280px !important;
  }
}

.mb285 {
  margin-bottom: 285px;
}

@media only screen and (max-width: 991px) {
  .mb285-sm {
    margin-bottom: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb285-md {
    margin-bottom: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb285-xs {
    margin-bottom: 285px !important;
  }
}

.mb290 {
  margin-bottom: 290px;
}

@media only screen and (max-width: 991px) {
  .mb290-sm {
    margin-bottom: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb290-md {
    margin-bottom: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb290-xs {
    margin-bottom: 290px !important;
  }
}

.mb295 {
  margin-bottom: 295px;
}

@media only screen and (max-width: 991px) {
  .mb295-sm {
    margin-bottom: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb295-md {
    margin-bottom: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb295-xs {
    margin-bottom: 295px !important;
  }
}

.mb300 {
  margin-bottom: 300px;
}

@media only screen and (max-width: 991px) {
  .mb300-sm {
    margin-bottom: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb300-md {
    margin-bottom: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb300-xs {
    margin-bottom: 300px !important;
  }
}

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

@media only screen and (max-width: 991px) {
  .mb0-sm {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mb0-md {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb0-xs {
    margin-bottom: 0 !important;
  }
}

.mr5 {
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  .mr5-sm {
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr5-md {
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr5-xs {
    margin-right: 5px !important;
  }
}

.mr10 {
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .mr10-sm {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr10-md {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr10-xs {
    margin-right: 10px !important;
  }
}

.mr15 {
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .mr15-sm {
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr15-md {
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr15-xs {
    margin-right: 15px !important;
  }
}

.mr20 {
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .mr20-sm {
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr20-md {
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr20-xs {
    margin-right: 20px !important;
  }
}

.mr25 {
  margin-right: 25px;
}

@media only screen and (max-width: 991px) {
  .mr25-sm {
    margin-right: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr25-md {
    margin-right: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr25-xs {
    margin-right: 25px !important;
  }
}

.mr30 {
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .mr30-sm {
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr30-md {
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr30-xs {
    margin-right: 30px !important;
  }
}

.mr35 {
  margin-right: 35px;
}

@media only screen and (max-width: 991px) {
  .mr35-sm {
    margin-right: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr35-md {
    margin-right: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr35-xs {
    margin-right: 35px !important;
  }
}

.mr40 {
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .mr40-sm {
    margin-right: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr40-md {
    margin-right: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr40-xs {
    margin-right: 40px !important;
  }
}

.mr45 {
  margin-right: 45px;
}

@media only screen and (max-width: 991px) {
  .mr45-sm {
    margin-right: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr45-md {
    margin-right: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr45-xs {
    margin-right: 45px !important;
  }
}

.mr50 {
  margin-right: 50px;
}

@media only screen and (max-width: 991px) {
  .mr50-sm {
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr50-md {
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr50-xs {
    margin-right: 50px !important;
  }
}

.mr55 {
  margin-right: 55px;
}

@media only screen and (max-width: 991px) {
  .mr55-sm {
    margin-right: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr55-md {
    margin-right: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr55-xs {
    margin-right: 55px !important;
  }
}

.mr60 {
  margin-right: 60px;
}

@media only screen and (max-width: 991px) {
  .mr60-sm {
    margin-right: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr60-md {
    margin-right: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr60-xs {
    margin-right: 60px !important;
  }
}

.mr65 {
  margin-right: 65px;
}

@media only screen and (max-width: 991px) {
  .mr65-sm {
    margin-right: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr65-md {
    margin-right: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr65-xs {
    margin-right: 65px !important;
  }
}

.mr70 {
  margin-right: 70px;
}

@media only screen and (max-width: 991px) {
  .mr70-sm {
    margin-right: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr70-md {
    margin-right: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr70-xs {
    margin-right: 70px !important;
  }
}

.mr75 {
  margin-right: 75px;
}

@media only screen and (max-width: 991px) {
  .mr75-sm {
    margin-right: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr75-md {
    margin-right: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr75-xs {
    margin-right: 75px !important;
  }
}

.mr80 {
  margin-right: 80px;
}

@media only screen and (max-width: 991px) {
  .mr80-sm {
    margin-right: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr80-md {
    margin-right: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr80-xs {
    margin-right: 80px !important;
  }
}

.mr85 {
  margin-right: 85px;
}

@media only screen and (max-width: 991px) {
  .mr85-sm {
    margin-right: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr85-md {
    margin-right: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr85-xs {
    margin-right: 85px !important;
  }
}

.mr90 {
  margin-right: 90px;
}

@media only screen and (max-width: 991px) {
  .mr90-sm {
    margin-right: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr90-md {
    margin-right: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr90-xs {
    margin-right: 90px !important;
  }
}

.mr95 {
  margin-right: 95px;
}

@media only screen and (max-width: 991px) {
  .mr95-sm {
    margin-right: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr95-md {
    margin-right: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr95-xs {
    margin-right: 95px !important;
  }
}

.mr100 {
  margin-right: 100px;
}

@media only screen and (max-width: 991px) {
  .mr100-sm {
    margin-right: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr100-md {
    margin-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr100-xs {
    margin-right: 100px !important;
  }
}

.mr105 {
  margin-right: 105px;
}

@media only screen and (max-width: 991px) {
  .mr105-sm {
    margin-right: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr105-md {
    margin-right: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr105-xs {
    margin-right: 105px !important;
  }
}

.mr110 {
  margin-right: 110px;
}

@media only screen and (max-width: 991px) {
  .mr110-sm {
    margin-right: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr110-md {
    margin-right: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr110-xs {
    margin-right: 110px !important;
  }
}

.mr115 {
  margin-right: 115px;
}

@media only screen and (max-width: 991px) {
  .mr115-sm {
    margin-right: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr115-md {
    margin-right: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr115-xs {
    margin-right: 115px !important;
  }
}

.mr120 {
  margin-right: 120px;
}

@media only screen and (max-width: 991px) {
  .mr120-sm {
    margin-right: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr120-md {
    margin-right: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr120-xs {
    margin-right: 120px !important;
  }
}

.mr125 {
  margin-right: 125px;
}

@media only screen and (max-width: 991px) {
  .mr125-sm {
    margin-right: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr125-md {
    margin-right: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr125-xs {
    margin-right: 125px !important;
  }
}

.mr130 {
  margin-right: 130px;
}

@media only screen and (max-width: 991px) {
  .mr130-sm {
    margin-right: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr130-md {
    margin-right: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr130-xs {
    margin-right: 130px !important;
  }
}

.mr135 {
  margin-right: 135px;
}

@media only screen and (max-width: 991px) {
  .mr135-sm {
    margin-right: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr135-md {
    margin-right: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr135-xs {
    margin-right: 135px !important;
  }
}

.mr140 {
  margin-right: 140px;
}

@media only screen and (max-width: 991px) {
  .mr140-sm {
    margin-right: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr140-md {
    margin-right: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr140-xs {
    margin-right: 140px !important;
  }
}

.mr145 {
  margin-right: 145px;
}

@media only screen and (max-width: 991px) {
  .mr145-sm {
    margin-right: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr145-md {
    margin-right: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr145-xs {
    margin-right: 145px !important;
  }
}

.mr150 {
  margin-right: 150px;
}

@media only screen and (max-width: 991px) {
  .mr150-sm {
    margin-right: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr150-md {
    margin-right: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr150-xs {
    margin-right: 150px !important;
  }
}

.mr155 {
  margin-right: 155px;
}

@media only screen and (max-width: 991px) {
  .mr155-sm {
    margin-right: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr155-md {
    margin-right: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr155-xs {
    margin-right: 155px !important;
  }
}

.mr160 {
  margin-right: 160px;
}

@media only screen and (max-width: 991px) {
  .mr160-sm {
    margin-right: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr160-md {
    margin-right: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr160-xs {
    margin-right: 160px !important;
  }
}

.mr165 {
  margin-right: 165px;
}

@media only screen and (max-width: 991px) {
  .mr165-sm {
    margin-right: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr165-md {
    margin-right: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr165-xs {
    margin-right: 165px !important;
  }
}

.mr170 {
  margin-right: 170px;
}

@media only screen and (max-width: 991px) {
  .mr170-sm {
    margin-right: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr170-md {
    margin-right: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr170-xs {
    margin-right: 170px !important;
  }
}

.mr175 {
  margin-right: 175px;
}

@media only screen and (max-width: 991px) {
  .mr175-sm {
    margin-right: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr175-md {
    margin-right: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr175-xs {
    margin-right: 175px !important;
  }
}

.mr180 {
  margin-right: 180px;
}

@media only screen and (max-width: 991px) {
  .mr180-sm {
    margin-right: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr180-md {
    margin-right: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr180-xs {
    margin-right: 180px !important;
  }
}

.mr185 {
  margin-right: 185px;
}

@media only screen and (max-width: 991px) {
  .mr185-sm {
    margin-right: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr185-md {
    margin-right: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr185-xs {
    margin-right: 185px !important;
  }
}

.mr190 {
  margin-right: 190px;
}

@media only screen and (max-width: 991px) {
  .mr190-sm {
    margin-right: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr190-md {
    margin-right: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr190-xs {
    margin-right: 190px !important;
  }
}

.mr195 {
  margin-right: 195px;
}

@media only screen and (max-width: 991px) {
  .mr195-sm {
    margin-right: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr195-md {
    margin-right: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr195-xs {
    margin-right: 195px !important;
  }
}

.mr200 {
  margin-right: 200px;
}

@media only screen and (max-width: 991px) {
  .mr200-sm {
    margin-right: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr200-md {
    margin-right: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr200-xs {
    margin-right: 200px !important;
  }
}

.mr205 {
  margin-right: 205px;
}

@media only screen and (max-width: 991px) {
  .mr205-sm {
    margin-right: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr205-md {
    margin-right: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr205-xs {
    margin-right: 205px !important;
  }
}

.mr210 {
  margin-right: 210px;
}

@media only screen and (max-width: 991px) {
  .mr210-sm {
    margin-right: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr210-md {
    margin-right: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr210-xs {
    margin-right: 210px !important;
  }
}

.mr215 {
  margin-right: 215px;
}

@media only screen and (max-width: 991px) {
  .mr215-sm {
    margin-right: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr215-md {
    margin-right: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr215-xs {
    margin-right: 215px !important;
  }
}

.mr220 {
  margin-right: 220px;
}

@media only screen and (max-width: 991px) {
  .mr220-sm {
    margin-right: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr220-md {
    margin-right: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr220-xs {
    margin-right: 220px !important;
  }
}

.mr225 {
  margin-right: 225px;
}

@media only screen and (max-width: 991px) {
  .mr225-sm {
    margin-right: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr225-md {
    margin-right: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr225-xs {
    margin-right: 225px !important;
  }
}

.mr230 {
  margin-right: 230px;
}

@media only screen and (max-width: 991px) {
  .mr230-sm {
    margin-right: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr230-md {
    margin-right: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr230-xs {
    margin-right: 230px !important;
  }
}

.mr235 {
  margin-right: 235px;
}

@media only screen and (max-width: 991px) {
  .mr235-sm {
    margin-right: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr235-md {
    margin-right: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr235-xs {
    margin-right: 235px !important;
  }
}

.mr240 {
  margin-right: 240px;
}

@media only screen and (max-width: 991px) {
  .mr240-sm {
    margin-right: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr240-md {
    margin-right: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr240-xs {
    margin-right: 240px !important;
  }
}

.mr245 {
  margin-right: 245px;
}

@media only screen and (max-width: 991px) {
  .mr245-sm {
    margin-right: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr245-md {
    margin-right: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr245-xs {
    margin-right: 245px !important;
  }
}

.mr250 {
  margin-right: 250px;
}

@media only screen and (max-width: 991px) {
  .mr250-sm {
    margin-right: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr250-md {
    margin-right: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr250-xs {
    margin-right: 250px !important;
  }
}

.mr255 {
  margin-right: 255px;
}

@media only screen and (max-width: 991px) {
  .mr255-sm {
    margin-right: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr255-md {
    margin-right: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr255-xs {
    margin-right: 255px !important;
  }
}

.mr260 {
  margin-right: 260px;
}

@media only screen and (max-width: 991px) {
  .mr260-sm {
    margin-right: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr260-md {
    margin-right: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr260-xs {
    margin-right: 260px !important;
  }
}

.mr265 {
  margin-right: 265px;
}

@media only screen and (max-width: 991px) {
  .mr265-sm {
    margin-right: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr265-md {
    margin-right: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr265-xs {
    margin-right: 265px !important;
  }
}

.mr270 {
  margin-right: 270px;
}

@media only screen and (max-width: 991px) {
  .mr270-sm {
    margin-right: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr270-md {
    margin-right: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr270-xs {
    margin-right: 270px !important;
  }
}

.mr275 {
  margin-right: 275px;
}

@media only screen and (max-width: 991px) {
  .mr275-sm {
    margin-right: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr275-md {
    margin-right: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr275-xs {
    margin-right: 275px !important;
  }
}

.mr280 {
  margin-right: 280px;
}

@media only screen and (max-width: 991px) {
  .mr280-sm {
    margin-right: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr280-md {
    margin-right: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr280-xs {
    margin-right: 280px !important;
  }
}

.mr285 {
  margin-right: 285px;
}

@media only screen and (max-width: 991px) {
  .mr285-sm {
    margin-right: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr285-md {
    margin-right: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr285-xs {
    margin-right: 285px !important;
  }
}

.mr290 {
  margin-right: 290px;
}

@media only screen and (max-width: 991px) {
  .mr290-sm {
    margin-right: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr290-md {
    margin-right: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr290-xs {
    margin-right: 290px !important;
  }
}

.mr295 {
  margin-right: 295px;
}

@media only screen and (max-width: 991px) {
  .mr295-sm {
    margin-right: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr295-md {
    margin-right: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr295-xs {
    margin-right: 295px !important;
  }
}

.mr300 {
  margin-right: 300px;
}

@media only screen and (max-width: 991px) {
  .mr300-sm {
    margin-right: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr300-md {
    margin-right: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr300-xs {
    margin-right: 300px !important;
  }
}

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

@media only screen and (max-width: 991px) {
  .mr0-sm {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mr0-md {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr0-xs {
    margin-right: 0 !important;
  }
}

.ml5 {
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  .ml5-sm {
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml5-md {
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml5-xs {
    margin-left: 5px !important;
  }
}

.ml10 {
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .ml10-sm {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml10-md {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml10-xs {
    margin-left: 10px !important;
  }
}

.ml15 {
  margin-left: 15px;
}

@media only screen and (max-width: 991px) {
  .ml15-sm {
    margin-left: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml15-md {
    margin-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml15-xs {
    margin-left: 15px !important;
  }
}

.ml20 {
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  .ml20-sm {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml20-md {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml20-xs {
    margin-left: 20px !important;
  }
}

.ml25 {
  margin-left: 25px;
}

@media only screen and (max-width: 991px) {
  .ml25-sm {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml25-md {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml25-xs {
    margin-left: 25px !important;
  }
}

.ml30 {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .ml30-sm {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml30-md {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml30-xs {
    margin-left: 30px !important;
  }
}

.ml35 {
  margin-left: 35px;
}

@media only screen and (max-width: 991px) {
  .ml35-sm {
    margin-left: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml35-md {
    margin-left: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml35-xs {
    margin-left: 35px !important;
  }
}

.ml40 {
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .ml40-sm {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml40-md {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml40-xs {
    margin-left: 40px !important;
  }
}

.ml45 {
  margin-left: 45px;
}

@media only screen and (max-width: 991px) {
  .ml45-sm {
    margin-left: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml45-md {
    margin-left: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml45-xs {
    margin-left: 45px !important;
  }
}

.ml50 {
  margin-left: 50px;
}

@media only screen and (max-width: 991px) {
  .ml50-sm {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml50-md {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml50-xs {
    margin-left: 50px !important;
  }
}

.ml55 {
  margin-left: 55px;
}

@media only screen and (max-width: 991px) {
  .ml55-sm {
    margin-left: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml55-md {
    margin-left: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml55-xs {
    margin-left: 55px !important;
  }
}

.ml60 {
  margin-left: 60px;
}

@media only screen and (max-width: 991px) {
  .ml60-sm {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml60-md {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml60-xs {
    margin-left: 60px !important;
  }
}

.ml65 {
  margin-left: 65px;
}

@media only screen and (max-width: 991px) {
  .ml65-sm {
    margin-left: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml65-md {
    margin-left: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml65-xs {
    margin-left: 65px !important;
  }
}

.ml70 {
  margin-left: 70px;
}

@media only screen and (max-width: 991px) {
  .ml70-sm {
    margin-left: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml70-md {
    margin-left: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml70-xs {
    margin-left: 70px !important;
  }
}

.ml75 {
  margin-left: 75px;
}

@media only screen and (max-width: 991px) {
  .ml75-sm {
    margin-left: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml75-md {
    margin-left: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml75-xs {
    margin-left: 75px !important;
  }
}

.ml80 {
  margin-left: 80px;
}

@media only screen and (max-width: 991px) {
  .ml80-sm {
    margin-left: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml80-md {
    margin-left: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml80-xs {
    margin-left: 80px !important;
  }
}

.ml85 {
  margin-left: 85px;
}

@media only screen and (max-width: 991px) {
  .ml85-sm {
    margin-left: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml85-md {
    margin-left: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml85-xs {
    margin-left: 85px !important;
  }
}

.ml90 {
  margin-left: 90px;
}

@media only screen and (max-width: 991px) {
  .ml90-sm {
    margin-left: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml90-md {
    margin-left: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml90-xs {
    margin-left: 90px !important;
  }
}

.ml95 {
  margin-left: 95px;
}

@media only screen and (max-width: 991px) {
  .ml95-sm {
    margin-left: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml95-md {
    margin-left: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml95-xs {
    margin-left: 95px !important;
  }
}

.ml100 {
  margin-left: 100px;
}

@media only screen and (max-width: 991px) {
  .ml100-sm {
    margin-left: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml100-md {
    margin-left: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml100-xs {
    margin-left: 100px !important;
  }
}

.ml105 {
  margin-left: 105px;
}

@media only screen and (max-width: 991px) {
  .ml105-sm {
    margin-left: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml105-md {
    margin-left: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml105-xs {
    margin-left: 105px !important;
  }
}

.ml110 {
  margin-left: 110px;
}

@media only screen and (max-width: 991px) {
  .ml110-sm {
    margin-left: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml110-md {
    margin-left: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml110-xs {
    margin-left: 110px !important;
  }
}

.ml115 {
  margin-left: 115px;
}

@media only screen and (max-width: 991px) {
  .ml115-sm {
    margin-left: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml115-md {
    margin-left: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml115-xs {
    margin-left: 115px !important;
  }
}

.ml120 {
  margin-left: 120px;
}

@media only screen and (max-width: 991px) {
  .ml120-sm {
    margin-left: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml120-md {
    margin-left: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml120-xs {
    margin-left: 120px !important;
  }
}

.ml125 {
  margin-left: 125px;
}

@media only screen and (max-width: 991px) {
  .ml125-sm {
    margin-left: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml125-md {
    margin-left: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml125-xs {
    margin-left: 125px !important;
  }
}

.ml130 {
  margin-left: 130px;
}

@media only screen and (max-width: 991px) {
  .ml130-sm {
    margin-left: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml130-md {
    margin-left: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml130-xs {
    margin-left: 130px !important;
  }
}

.ml135 {
  margin-left: 135px;
}

@media only screen and (max-width: 991px) {
  .ml135-sm {
    margin-left: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml135-md {
    margin-left: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml135-xs {
    margin-left: 135px !important;
  }
}

.ml140 {
  margin-left: 140px;
}

@media only screen and (max-width: 991px) {
  .ml140-sm {
    margin-left: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml140-md {
    margin-left: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml140-xs {
    margin-left: 140px !important;
  }
}

.ml145 {
  margin-left: 145px;
}

@media only screen and (max-width: 991px) {
  .ml145-sm {
    margin-left: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml145-md {
    margin-left: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml145-xs {
    margin-left: 145px !important;
  }
}

.ml150 {
  margin-left: 150px;
}

@media only screen and (max-width: 991px) {
  .ml150-sm {
    margin-left: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml150-md {
    margin-left: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml150-xs {
    margin-left: 150px !important;
  }
}

.ml155 {
  margin-left: 155px;
}

@media only screen and (max-width: 991px) {
  .ml155-sm {
    margin-left: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml155-md {
    margin-left: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml155-xs {
    margin-left: 155px !important;
  }
}

.ml160 {
  margin-left: 160px;
}

@media only screen and (max-width: 991px) {
  .ml160-sm {
    margin-left: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml160-md {
    margin-left: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml160-xs {
    margin-left: 160px !important;
  }
}

.ml165 {
  margin-left: 165px;
}

@media only screen and (max-width: 991px) {
  .ml165-sm {
    margin-left: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml165-md {
    margin-left: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml165-xs {
    margin-left: 165px !important;
  }
}

.ml170 {
  margin-left: 170px;
}

@media only screen and (max-width: 991px) {
  .ml170-sm {
    margin-left: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml170-md {
    margin-left: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml170-xs {
    margin-left: 170px !important;
  }
}

.ml175 {
  margin-left: 175px;
}

@media only screen and (max-width: 991px) {
  .ml175-sm {
    margin-left: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml175-md {
    margin-left: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml175-xs {
    margin-left: 175px !important;
  }
}

.ml180 {
  margin-left: 180px;
}

@media only screen and (max-width: 991px) {
  .ml180-sm {
    margin-left: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml180-md {
    margin-left: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml180-xs {
    margin-left: 180px !important;
  }
}

.ml185 {
  margin-left: 185px;
}

@media only screen and (max-width: 991px) {
  .ml185-sm {
    margin-left: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml185-md {
    margin-left: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml185-xs {
    margin-left: 185px !important;
  }
}

.ml190 {
  margin-left: 190px;
}

@media only screen and (max-width: 991px) {
  .ml190-sm {
    margin-left: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml190-md {
    margin-left: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml190-xs {
    margin-left: 190px !important;
  }
}

.ml195 {
  margin-left: 195px;
}

@media only screen and (max-width: 991px) {
  .ml195-sm {
    margin-left: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml195-md {
    margin-left: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml195-xs {
    margin-left: 195px !important;
  }
}

.ml200 {
  margin-left: 200px;
}

@media only screen and (max-width: 991px) {
  .ml200-sm {
    margin-left: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml200-md {
    margin-left: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml200-xs {
    margin-left: 200px !important;
  }
}

.ml205 {
  margin-left: 205px;
}

@media only screen and (max-width: 991px) {
  .ml205-sm {
    margin-left: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml205-md {
    margin-left: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml205-xs {
    margin-left: 205px !important;
  }
}

.ml210 {
  margin-left: 210px;
}

@media only screen and (max-width: 991px) {
  .ml210-sm {
    margin-left: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml210-md {
    margin-left: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml210-xs {
    margin-left: 210px !important;
  }
}

.ml215 {
  margin-left: 215px;
}

@media only screen and (max-width: 991px) {
  .ml215-sm {
    margin-left: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml215-md {
    margin-left: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml215-xs {
    margin-left: 215px !important;
  }
}

.ml220 {
  margin-left: 220px;
}

@media only screen and (max-width: 991px) {
  .ml220-sm {
    margin-left: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml220-md {
    margin-left: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml220-xs {
    margin-left: 220px !important;
  }
}

.ml225 {
  margin-left: 225px;
}

@media only screen and (max-width: 991px) {
  .ml225-sm {
    margin-left: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml225-md {
    margin-left: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml225-xs {
    margin-left: 225px !important;
  }
}

.ml230 {
  margin-left: 230px;
}

@media only screen and (max-width: 991px) {
  .ml230-sm {
    margin-left: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml230-md {
    margin-left: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml230-xs {
    margin-left: 230px !important;
  }
}

.ml235 {
  margin-left: 235px;
}

@media only screen and (max-width: 991px) {
  .ml235-sm {
    margin-left: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml235-md {
    margin-left: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml235-xs {
    margin-left: 235px !important;
  }
}

.ml240 {
  margin-left: 240px;
}

@media only screen and (max-width: 991px) {
  .ml240-sm {
    margin-left: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml240-md {
    margin-left: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml240-xs {
    margin-left: 240px !important;
  }
}

.ml245 {
  margin-left: 245px;
}

@media only screen and (max-width: 991px) {
  .ml245-sm {
    margin-left: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml245-md {
    margin-left: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml245-xs {
    margin-left: 245px !important;
  }
}

.ml250 {
  margin-left: 250px;
}

@media only screen and (max-width: 991px) {
  .ml250-sm {
    margin-left: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml250-md {
    margin-left: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml250-xs {
    margin-left: 250px !important;
  }
}

.ml255 {
  margin-left: 255px;
}

@media only screen and (max-width: 991px) {
  .ml255-sm {
    margin-left: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml255-md {
    margin-left: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml255-xs {
    margin-left: 255px !important;
  }
}

.ml260 {
  margin-left: 260px;
}

@media only screen and (max-width: 991px) {
  .ml260-sm {
    margin-left: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml260-md {
    margin-left: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml260-xs {
    margin-left: 260px !important;
  }
}

.ml265 {
  margin-left: 265px;
}

@media only screen and (max-width: 991px) {
  .ml265-sm {
    margin-left: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml265-md {
    margin-left: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml265-xs {
    margin-left: 265px !important;
  }
}

.ml270 {
  margin-left: 270px;
}

@media only screen and (max-width: 991px) {
  .ml270-sm {
    margin-left: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml270-md {
    margin-left: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml270-xs {
    margin-left: 270px !important;
  }
}

.ml275 {
  margin-left: 275px;
}

@media only screen and (max-width: 991px) {
  .ml275-sm {
    margin-left: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml275-md {
    margin-left: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml275-xs {
    margin-left: 275px !important;
  }
}

.ml280 {
  margin-left: 280px;
}

@media only screen and (max-width: 991px) {
  .ml280-sm {
    margin-left: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml280-md {
    margin-left: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml280-xs {
    margin-left: 280px !important;
  }
}

.ml285 {
  margin-left: 285px;
}

@media only screen and (max-width: 991px) {
  .ml285-sm {
    margin-left: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml285-md {
    margin-left: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml285-xs {
    margin-left: 285px !important;
  }
}

.ml290 {
  margin-left: 290px;
}

@media only screen and (max-width: 991px) {
  .ml290-sm {
    margin-left: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml290-md {
    margin-left: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml290-xs {
    margin-left: 290px !important;
  }
}

.ml295 {
  margin-left: 295px;
}

@media only screen and (max-width: 991px) {
  .ml295-sm {
    margin-left: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml295-md {
    margin-left: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml295-xs {
    margin-left: 295px !important;
  }
}

.ml300 {
  margin-left: 300px;
}

@media only screen and (max-width: 991px) {
  .ml300-sm {
    margin-left: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml300-md {
    margin-left: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml300-xs {
    margin-left: 300px !important;
  }
}

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

@media only screen and (max-width: 991px) {
  .ml0-sm {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .ml0-md {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml0-xs {
    margin-left: 0 !important;
  }
}

.br5 {
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .br5-sm {
    border-radius: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br5-md {
    border-radius: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br5-xs {
    border-radius: 5px !important;
  }
}

.br10 {
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .br10-sm {
    border-radius: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br10-md {
    border-radius: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br10-xs {
    border-radius: 10px !important;
  }
}

.br15 {
  border-radius: 15px;
}

@media only screen and (max-width: 991px) {
  .br15-sm {
    border-radius: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br15-md {
    border-radius: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br15-xs {
    border-radius: 15px !important;
  }
}

.br20 {
  border-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .br20-sm {
    border-radius: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br20-md {
    border-radius: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br20-xs {
    border-radius: 20px !important;
  }
}

.br25 {
  border-radius: 25px;
}

@media only screen and (max-width: 991px) {
  .br25-sm {
    border-radius: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br25-md {
    border-radius: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br25-xs {
    border-radius: 25px !important;
  }
}

.br30 {
  border-radius: 30px;
}

@media only screen and (max-width: 991px) {
  .br30-sm {
    border-radius: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br30-md {
    border-radius: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br30-xs {
    border-radius: 30px !important;
  }
}

.br35 {
  border-radius: 35px;
}

@media only screen and (max-width: 991px) {
  .br35-sm {
    border-radius: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br35-md {
    border-radius: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br35-xs {
    border-radius: 35px !important;
  }
}

.br40 {
  border-radius: 40px;
}

@media only screen and (max-width: 991px) {
  .br40-sm {
    border-radius: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br40-md {
    border-radius: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br40-xs {
    border-radius: 40px !important;
  }
}

.br45 {
  border-radius: 45px;
}

@media only screen and (max-width: 991px) {
  .br45-sm {
    border-radius: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br45-md {
    border-radius: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br45-xs {
    border-radius: 45px !important;
  }
}

.br50 {
  border-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .br50-sm {
    border-radius: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br50-md {
    border-radius: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br50-xs {
    border-radius: 50px !important;
  }
}

.br55 {
  border-radius: 55px;
}

@media only screen and (max-width: 991px) {
  .br55-sm {
    border-radius: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br55-md {
    border-radius: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br55-xs {
    border-radius: 55px !important;
  }
}

.br60 {
  border-radius: 60px;
}

@media only screen and (max-width: 991px) {
  .br60-sm {
    border-radius: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br60-md {
    border-radius: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br60-xs {
    border-radius: 60px !important;
  }
}

.br65 {
  border-radius: 65px;
}

@media only screen and (max-width: 991px) {
  .br65-sm {
    border-radius: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br65-md {
    border-radius: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br65-xs {
    border-radius: 65px !important;
  }
}

.br70 {
  border-radius: 70px;
}

@media only screen and (max-width: 991px) {
  .br70-sm {
    border-radius: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br70-md {
    border-radius: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br70-xs {
    border-radius: 70px !important;
  }
}

.br75 {
  border-radius: 75px;
}

@media only screen and (max-width: 991px) {
  .br75-sm {
    border-radius: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br75-md {
    border-radius: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br75-xs {
    border-radius: 75px !important;
  }
}

.br80 {
  border-radius: 80px;
}

@media only screen and (max-width: 991px) {
  .br80-sm {
    border-radius: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br80-md {
    border-radius: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br80-xs {
    border-radius: 80px !important;
  }
}

.br85 {
  border-radius: 85px;
}

@media only screen and (max-width: 991px) {
  .br85-sm {
    border-radius: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br85-md {
    border-radius: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br85-xs {
    border-radius: 85px !important;
  }
}

.br90 {
  border-radius: 90px;
}

@media only screen and (max-width: 991px) {
  .br90-sm {
    border-radius: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br90-md {
    border-radius: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br90-xs {
    border-radius: 90px !important;
  }
}

.br95 {
  border-radius: 95px;
}

@media only screen and (max-width: 991px) {
  .br95-sm {
    border-radius: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br95-md {
    border-radius: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br95-xs {
    border-radius: 95px !important;
  }
}

.br100 {
  border-radius: 100px;
}

@media only screen and (max-width: 991px) {
  .br100-sm {
    border-radius: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br100-md {
    border-radius: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br100-xs {
    border-radius: 100px !important;
  }
}

.br105 {
  border-radius: 105px;
}

@media only screen and (max-width: 991px) {
  .br105-sm {
    border-radius: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br105-md {
    border-radius: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br105-xs {
    border-radius: 105px !important;
  }
}

.br110 {
  border-radius: 110px;
}

@media only screen and (max-width: 991px) {
  .br110-sm {
    border-radius: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br110-md {
    border-radius: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br110-xs {
    border-radius: 110px !important;
  }
}

.br115 {
  border-radius: 115px;
}

@media only screen and (max-width: 991px) {
  .br115-sm {
    border-radius: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br115-md {
    border-radius: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br115-xs {
    border-radius: 115px !important;
  }
}

.br120 {
  border-radius: 120px;
}

@media only screen and (max-width: 991px) {
  .br120-sm {
    border-radius: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br120-md {
    border-radius: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br120-xs {
    border-radius: 120px !important;
  }
}

.br125 {
  border-radius: 125px;
}

@media only screen and (max-width: 991px) {
  .br125-sm {
    border-radius: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br125-md {
    border-radius: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br125-xs {
    border-radius: 125px !important;
  }
}

.br130 {
  border-radius: 130px;
}

@media only screen and (max-width: 991px) {
  .br130-sm {
    border-radius: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br130-md {
    border-radius: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br130-xs {
    border-radius: 130px !important;
  }
}

.br135 {
  border-radius: 135px;
}

@media only screen and (max-width: 991px) {
  .br135-sm {
    border-radius: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br135-md {
    border-radius: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br135-xs {
    border-radius: 135px !important;
  }
}

.br140 {
  border-radius: 140px;
}

@media only screen and (max-width: 991px) {
  .br140-sm {
    border-radius: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br140-md {
    border-radius: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br140-xs {
    border-radius: 140px !important;
  }
}

.br145 {
  border-radius: 145px;
}

@media only screen and (max-width: 991px) {
  .br145-sm {
    border-radius: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br145-md {
    border-radius: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br145-xs {
    border-radius: 145px !important;
  }
}

.br150 {
  border-radius: 150px;
}

@media only screen and (max-width: 991px) {
  .br150-sm {
    border-radius: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br150-md {
    border-radius: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br150-xs {
    border-radius: 150px !important;
  }
}

.br155 {
  border-radius: 155px;
}

@media only screen and (max-width: 991px) {
  .br155-sm {
    border-radius: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br155-md {
    border-radius: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br155-xs {
    border-radius: 155px !important;
  }
}

.br160 {
  border-radius: 160px;
}

@media only screen and (max-width: 991px) {
  .br160-sm {
    border-radius: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br160-md {
    border-radius: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br160-xs {
    border-radius: 160px !important;
  }
}

.br165 {
  border-radius: 165px;
}

@media only screen and (max-width: 991px) {
  .br165-sm {
    border-radius: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br165-md {
    border-radius: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br165-xs {
    border-radius: 165px !important;
  }
}

.br170 {
  border-radius: 170px;
}

@media only screen and (max-width: 991px) {
  .br170-sm {
    border-radius: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br170-md {
    border-radius: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br170-xs {
    border-radius: 170px !important;
  }
}

.br175 {
  border-radius: 175px;
}

@media only screen and (max-width: 991px) {
  .br175-sm {
    border-radius: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br175-md {
    border-radius: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br175-xs {
    border-radius: 175px !important;
  }
}

.br180 {
  border-radius: 180px;
}

@media only screen and (max-width: 991px) {
  .br180-sm {
    border-radius: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br180-md {
    border-radius: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br180-xs {
    border-radius: 180px !important;
  }
}

.br185 {
  border-radius: 185px;
}

@media only screen and (max-width: 991px) {
  .br185-sm {
    border-radius: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br185-md {
    border-radius: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br185-xs {
    border-radius: 185px !important;
  }
}

.br190 {
  border-radius: 190px;
}

@media only screen and (max-width: 991px) {
  .br190-sm {
    border-radius: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br190-md {
    border-radius: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br190-xs {
    border-radius: 190px !important;
  }
}

.br195 {
  border-radius: 195px;
}

@media only screen and (max-width: 991px) {
  .br195-sm {
    border-radius: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br195-md {
    border-radius: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br195-xs {
    border-radius: 195px !important;
  }
}

.br200 {
  border-radius: 200px;
}

@media only screen and (max-width: 991px) {
  .br200-sm {
    border-radius: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br200-md {
    border-radius: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br200-xs {
    border-radius: 200px !important;
  }
}

.br205 {
  border-radius: 205px;
}

@media only screen and (max-width: 991px) {
  .br205-sm {
    border-radius: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br205-md {
    border-radius: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br205-xs {
    border-radius: 205px !important;
  }
}

.br210 {
  border-radius: 210px;
}

@media only screen and (max-width: 991px) {
  .br210-sm {
    border-radius: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br210-md {
    border-radius: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br210-xs {
    border-radius: 210px !important;
  }
}

.br215 {
  border-radius: 215px;
}

@media only screen and (max-width: 991px) {
  .br215-sm {
    border-radius: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br215-md {
    border-radius: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br215-xs {
    border-radius: 215px !important;
  }
}

.br220 {
  border-radius: 220px;
}

@media only screen and (max-width: 991px) {
  .br220-sm {
    border-radius: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br220-md {
    border-radius: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br220-xs {
    border-radius: 220px !important;
  }
}

.br225 {
  border-radius: 225px;
}

@media only screen and (max-width: 991px) {
  .br225-sm {
    border-radius: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br225-md {
    border-radius: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br225-xs {
    border-radius: 225px !important;
  }
}

.br230 {
  border-radius: 230px;
}

@media only screen and (max-width: 991px) {
  .br230-sm {
    border-radius: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br230-md {
    border-radius: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br230-xs {
    border-radius: 230px !important;
  }
}

.br235 {
  border-radius: 235px;
}

@media only screen and (max-width: 991px) {
  .br235-sm {
    border-radius: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br235-md {
    border-radius: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br235-xs {
    border-radius: 235px !important;
  }
}

.br240 {
  border-radius: 240px;
}

@media only screen and (max-width: 991px) {
  .br240-sm {
    border-radius: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br240-md {
    border-radius: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br240-xs {
    border-radius: 240px !important;
  }
}

.br245 {
  border-radius: 245px;
}

@media only screen and (max-width: 991px) {
  .br245-sm {
    border-radius: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br245-md {
    border-radius: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br245-xs {
    border-radius: 245px !important;
  }
}

.br250 {
  border-radius: 250px;
}

@media only screen and (max-width: 991px) {
  .br250-sm {
    border-radius: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br250-md {
    border-radius: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br250-xs {
    border-radius: 250px !important;
  }
}

.br255 {
  border-radius: 255px;
}

@media only screen and (max-width: 991px) {
  .br255-sm {
    border-radius: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br255-md {
    border-radius: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br255-xs {
    border-radius: 255px !important;
  }
}

.br260 {
  border-radius: 260px;
}

@media only screen and (max-width: 991px) {
  .br260-sm {
    border-radius: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br260-md {
    border-radius: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br260-xs {
    border-radius: 260px !important;
  }
}

.br265 {
  border-radius: 265px;
}

@media only screen and (max-width: 991px) {
  .br265-sm {
    border-radius: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br265-md {
    border-radius: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br265-xs {
    border-radius: 265px !important;
  }
}

.br270 {
  border-radius: 270px;
}

@media only screen and (max-width: 991px) {
  .br270-sm {
    border-radius: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br270-md {
    border-radius: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br270-xs {
    border-radius: 270px !important;
  }
}

.br275 {
  border-radius: 275px;
}

@media only screen and (max-width: 991px) {
  .br275-sm {
    border-radius: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br275-md {
    border-radius: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br275-xs {
    border-radius: 275px !important;
  }
}

.br280 {
  border-radius: 280px;
}

@media only screen and (max-width: 991px) {
  .br280-sm {
    border-radius: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br280-md {
    border-radius: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br280-xs {
    border-radius: 280px !important;
  }
}

.br285 {
  border-radius: 285px;
}

@media only screen and (max-width: 991px) {
  .br285-sm {
    border-radius: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br285-md {
    border-radius: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br285-xs {
    border-radius: 285px !important;
  }
}

.br290 {
  border-radius: 290px;
}

@media only screen and (max-width: 991px) {
  .br290-sm {
    border-radius: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br290-md {
    border-radius: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br290-xs {
    border-radius: 290px !important;
  }
}

.br295 {
  border-radius: 295px;
}

@media only screen and (max-width: 991px) {
  .br295-sm {
    border-radius: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br295-md {
    border-radius: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br295-xs {
    border-radius: 295px !important;
  }
}

.br300 {
  border-radius: 300px;
}

@media only screen and (max-width: 991px) {
  .br300-sm {
    border-radius: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br300-md {
    border-radius: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .br300-xs {
    border-radius: 300px !important;
  }
}

.br0 {
  border-radius: 0 !important;
}

@media only screen and (max-width: 991px) {
  .br0-sm {
    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .br0-md {
    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .br0-xs {
    border-radius: 0 !important;
  }
}

.btlr5 {
  border-top-left-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .btlr5-sm {
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr5-md {
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr5-xs {
    border-top-left-radius: 5px !important;
  }
}

.btlr10 {
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .btlr10-sm {
    border-top-left-radius: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr10-md {
    border-top-left-radius: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr10-xs {
    border-top-left-radius: 10px !important;
  }
}

.btlr15 {
  border-top-left-radius: 15px;
}

@media only screen and (max-width: 991px) {
  .btlr15-sm {
    border-top-left-radius: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr15-md {
    border-top-left-radius: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr15-xs {
    border-top-left-radius: 15px !important;
  }
}

.btlr20 {
  border-top-left-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .btlr20-sm {
    border-top-left-radius: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr20-md {
    border-top-left-radius: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr20-xs {
    border-top-left-radius: 20px !important;
  }
}

.btlr25 {
  border-top-left-radius: 25px;
}

@media only screen and (max-width: 991px) {
  .btlr25-sm {
    border-top-left-radius: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr25-md {
    border-top-left-radius: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr25-xs {
    border-top-left-radius: 25px !important;
  }
}

.btlr30 {
  border-top-left-radius: 30px;
}

@media only screen and (max-width: 991px) {
  .btlr30-sm {
    border-top-left-radius: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr30-md {
    border-top-left-radius: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr30-xs {
    border-top-left-radius: 30px !important;
  }
}

.btlr35 {
  border-top-left-radius: 35px;
}

@media only screen and (max-width: 991px) {
  .btlr35-sm {
    border-top-left-radius: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr35-md {
    border-top-left-radius: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr35-xs {
    border-top-left-radius: 35px !important;
  }
}

.btlr40 {
  border-top-left-radius: 40px;
}

@media only screen and (max-width: 991px) {
  .btlr40-sm {
    border-top-left-radius: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr40-md {
    border-top-left-radius: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr40-xs {
    border-top-left-radius: 40px !important;
  }
}

.btlr45 {
  border-top-left-radius: 45px;
}

@media only screen and (max-width: 991px) {
  .btlr45-sm {
    border-top-left-radius: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr45-md {
    border-top-left-radius: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr45-xs {
    border-top-left-radius: 45px !important;
  }
}

.btlr50 {
  border-top-left-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .btlr50-sm {
    border-top-left-radius: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr50-md {
    border-top-left-radius: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr50-xs {
    border-top-left-radius: 50px !important;
  }
}

.btlr55 {
  border-top-left-radius: 55px;
}

@media only screen and (max-width: 991px) {
  .btlr55-sm {
    border-top-left-radius: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr55-md {
    border-top-left-radius: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr55-xs {
    border-top-left-radius: 55px !important;
  }
}

.btlr60 {
  border-top-left-radius: 60px;
}

@media only screen and (max-width: 991px) {
  .btlr60-sm {
    border-top-left-radius: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr60-md {
    border-top-left-radius: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr60-xs {
    border-top-left-radius: 60px !important;
  }
}

.btlr65 {
  border-top-left-radius: 65px;
}

@media only screen and (max-width: 991px) {
  .btlr65-sm {
    border-top-left-radius: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr65-md {
    border-top-left-radius: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr65-xs {
    border-top-left-radius: 65px !important;
  }
}

.btlr70 {
  border-top-left-radius: 70px;
}

@media only screen and (max-width: 991px) {
  .btlr70-sm {
    border-top-left-radius: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr70-md {
    border-top-left-radius: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr70-xs {
    border-top-left-radius: 70px !important;
  }
}

.btlr75 {
  border-top-left-radius: 75px;
}

@media only screen and (max-width: 991px) {
  .btlr75-sm {
    border-top-left-radius: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr75-md {
    border-top-left-radius: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr75-xs {
    border-top-left-radius: 75px !important;
  }
}

.btlr80 {
  border-top-left-radius: 80px;
}

@media only screen and (max-width: 991px) {
  .btlr80-sm {
    border-top-left-radius: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr80-md {
    border-top-left-radius: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr80-xs {
    border-top-left-radius: 80px !important;
  }
}

.btlr85 {
  border-top-left-radius: 85px;
}

@media only screen and (max-width: 991px) {
  .btlr85-sm {
    border-top-left-radius: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr85-md {
    border-top-left-radius: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr85-xs {
    border-top-left-radius: 85px !important;
  }
}

.btlr90 {
  border-top-left-radius: 90px;
}

@media only screen and (max-width: 991px) {
  .btlr90-sm {
    border-top-left-radius: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr90-md {
    border-top-left-radius: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr90-xs {
    border-top-left-radius: 90px !important;
  }
}

.btlr95 {
  border-top-left-radius: 95px;
}

@media only screen and (max-width: 991px) {
  .btlr95-sm {
    border-top-left-radius: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr95-md {
    border-top-left-radius: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr95-xs {
    border-top-left-radius: 95px !important;
  }
}

.btlr100 {
  border-top-left-radius: 100px;
}

@media only screen and (max-width: 991px) {
  .btlr100-sm {
    border-top-left-radius: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr100-md {
    border-top-left-radius: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr100-xs {
    border-top-left-radius: 100px !important;
  }
}

.btlr105 {
  border-top-left-radius: 105px;
}

@media only screen and (max-width: 991px) {
  .btlr105-sm {
    border-top-left-radius: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr105-md {
    border-top-left-radius: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr105-xs {
    border-top-left-radius: 105px !important;
  }
}

.btlr110 {
  border-top-left-radius: 110px;
}

@media only screen and (max-width: 991px) {
  .btlr110-sm {
    border-top-left-radius: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr110-md {
    border-top-left-radius: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr110-xs {
    border-top-left-radius: 110px !important;
  }
}

.btlr115 {
  border-top-left-radius: 115px;
}

@media only screen and (max-width: 991px) {
  .btlr115-sm {
    border-top-left-radius: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr115-md {
    border-top-left-radius: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr115-xs {
    border-top-left-radius: 115px !important;
  }
}

.btlr120 {
  border-top-left-radius: 120px;
}

@media only screen and (max-width: 991px) {
  .btlr120-sm {
    border-top-left-radius: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr120-md {
    border-top-left-radius: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr120-xs {
    border-top-left-radius: 120px !important;
  }
}

.btlr125 {
  border-top-left-radius: 125px;
}

@media only screen and (max-width: 991px) {
  .btlr125-sm {
    border-top-left-radius: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr125-md {
    border-top-left-radius: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr125-xs {
    border-top-left-radius: 125px !important;
  }
}

.btlr130 {
  border-top-left-radius: 130px;
}

@media only screen and (max-width: 991px) {
  .btlr130-sm {
    border-top-left-radius: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr130-md {
    border-top-left-radius: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr130-xs {
    border-top-left-radius: 130px !important;
  }
}

.btlr135 {
  border-top-left-radius: 135px;
}

@media only screen and (max-width: 991px) {
  .btlr135-sm {
    border-top-left-radius: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr135-md {
    border-top-left-radius: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr135-xs {
    border-top-left-radius: 135px !important;
  }
}

.btlr140 {
  border-top-left-radius: 140px;
}

@media only screen and (max-width: 991px) {
  .btlr140-sm {
    border-top-left-radius: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr140-md {
    border-top-left-radius: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr140-xs {
    border-top-left-radius: 140px !important;
  }
}

.btlr145 {
  border-top-left-radius: 145px;
}

@media only screen and (max-width: 991px) {
  .btlr145-sm {
    border-top-left-radius: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr145-md {
    border-top-left-radius: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr145-xs {
    border-top-left-radius: 145px !important;
  }
}

.btlr150 {
  border-top-left-radius: 150px;
}

@media only screen and (max-width: 991px) {
  .btlr150-sm {
    border-top-left-radius: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr150-md {
    border-top-left-radius: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr150-xs {
    border-top-left-radius: 150px !important;
  }
}

.btlr155 {
  border-top-left-radius: 155px;
}

@media only screen and (max-width: 991px) {
  .btlr155-sm {
    border-top-left-radius: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr155-md {
    border-top-left-radius: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr155-xs {
    border-top-left-radius: 155px !important;
  }
}

.btlr160 {
  border-top-left-radius: 160px;
}

@media only screen and (max-width: 991px) {
  .btlr160-sm {
    border-top-left-radius: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr160-md {
    border-top-left-radius: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr160-xs {
    border-top-left-radius: 160px !important;
  }
}

.btlr165 {
  border-top-left-radius: 165px;
}

@media only screen and (max-width: 991px) {
  .btlr165-sm {
    border-top-left-radius: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr165-md {
    border-top-left-radius: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr165-xs {
    border-top-left-radius: 165px !important;
  }
}

.btlr170 {
  border-top-left-radius: 170px;
}

@media only screen and (max-width: 991px) {
  .btlr170-sm {
    border-top-left-radius: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr170-md {
    border-top-left-radius: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr170-xs {
    border-top-left-radius: 170px !important;
  }
}

.btlr175 {
  border-top-left-radius: 175px;
}

@media only screen and (max-width: 991px) {
  .btlr175-sm {
    border-top-left-radius: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr175-md {
    border-top-left-radius: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr175-xs {
    border-top-left-radius: 175px !important;
  }
}

.btlr180 {
  border-top-left-radius: 180px;
}

@media only screen and (max-width: 991px) {
  .btlr180-sm {
    border-top-left-radius: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr180-md {
    border-top-left-radius: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr180-xs {
    border-top-left-radius: 180px !important;
  }
}

.btlr185 {
  border-top-left-radius: 185px;
}

@media only screen and (max-width: 991px) {
  .btlr185-sm {
    border-top-left-radius: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr185-md {
    border-top-left-radius: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr185-xs {
    border-top-left-radius: 185px !important;
  }
}

.btlr190 {
  border-top-left-radius: 190px;
}

@media only screen and (max-width: 991px) {
  .btlr190-sm {
    border-top-left-radius: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr190-md {
    border-top-left-radius: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr190-xs {
    border-top-left-radius: 190px !important;
  }
}

.btlr195 {
  border-top-left-radius: 195px;
}

@media only screen and (max-width: 991px) {
  .btlr195-sm {
    border-top-left-radius: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr195-md {
    border-top-left-radius: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr195-xs {
    border-top-left-radius: 195px !important;
  }
}

.btlr200 {
  border-top-left-radius: 200px;
}

@media only screen and (max-width: 991px) {
  .btlr200-sm {
    border-top-left-radius: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr200-md {
    border-top-left-radius: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr200-xs {
    border-top-left-radius: 200px !important;
  }
}

.btlr205 {
  border-top-left-radius: 205px;
}

@media only screen and (max-width: 991px) {
  .btlr205-sm {
    border-top-left-radius: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr205-md {
    border-top-left-radius: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr205-xs {
    border-top-left-radius: 205px !important;
  }
}

.btlr210 {
  border-top-left-radius: 210px;
}

@media only screen and (max-width: 991px) {
  .btlr210-sm {
    border-top-left-radius: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr210-md {
    border-top-left-radius: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr210-xs {
    border-top-left-radius: 210px !important;
  }
}

.btlr215 {
  border-top-left-radius: 215px;
}

@media only screen and (max-width: 991px) {
  .btlr215-sm {
    border-top-left-radius: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr215-md {
    border-top-left-radius: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr215-xs {
    border-top-left-radius: 215px !important;
  }
}

.btlr220 {
  border-top-left-radius: 220px;
}

@media only screen and (max-width: 991px) {
  .btlr220-sm {
    border-top-left-radius: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr220-md {
    border-top-left-radius: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr220-xs {
    border-top-left-radius: 220px !important;
  }
}

.btlr225 {
  border-top-left-radius: 225px;
}

@media only screen and (max-width: 991px) {
  .btlr225-sm {
    border-top-left-radius: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr225-md {
    border-top-left-radius: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr225-xs {
    border-top-left-radius: 225px !important;
  }
}

.btlr230 {
  border-top-left-radius: 230px;
}

@media only screen and (max-width: 991px) {
  .btlr230-sm {
    border-top-left-radius: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr230-md {
    border-top-left-radius: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr230-xs {
    border-top-left-radius: 230px !important;
  }
}

.btlr235 {
  border-top-left-radius: 235px;
}

@media only screen and (max-width: 991px) {
  .btlr235-sm {
    border-top-left-radius: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr235-md {
    border-top-left-radius: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr235-xs {
    border-top-left-radius: 235px !important;
  }
}

.btlr240 {
  border-top-left-radius: 240px;
}

@media only screen and (max-width: 991px) {
  .btlr240-sm {
    border-top-left-radius: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr240-md {
    border-top-left-radius: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr240-xs {
    border-top-left-radius: 240px !important;
  }
}

.btlr245 {
  border-top-left-radius: 245px;
}

@media only screen and (max-width: 991px) {
  .btlr245-sm {
    border-top-left-radius: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr245-md {
    border-top-left-radius: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr245-xs {
    border-top-left-radius: 245px !important;
  }
}

.btlr250 {
  border-top-left-radius: 250px;
}

@media only screen and (max-width: 991px) {
  .btlr250-sm {
    border-top-left-radius: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr250-md {
    border-top-left-radius: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr250-xs {
    border-top-left-radius: 250px !important;
  }
}

.btlr255 {
  border-top-left-radius: 255px;
}

@media only screen and (max-width: 991px) {
  .btlr255-sm {
    border-top-left-radius: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr255-md {
    border-top-left-radius: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr255-xs {
    border-top-left-radius: 255px !important;
  }
}

.btlr260 {
  border-top-left-radius: 260px;
}

@media only screen and (max-width: 991px) {
  .btlr260-sm {
    border-top-left-radius: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr260-md {
    border-top-left-radius: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr260-xs {
    border-top-left-radius: 260px !important;
  }
}

.btlr265 {
  border-top-left-radius: 265px;
}

@media only screen and (max-width: 991px) {
  .btlr265-sm {
    border-top-left-radius: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr265-md {
    border-top-left-radius: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr265-xs {
    border-top-left-radius: 265px !important;
  }
}

.btlr270 {
  border-top-left-radius: 270px;
}

@media only screen and (max-width: 991px) {
  .btlr270-sm {
    border-top-left-radius: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr270-md {
    border-top-left-radius: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr270-xs {
    border-top-left-radius: 270px !important;
  }
}

.btlr275 {
  border-top-left-radius: 275px;
}

@media only screen and (max-width: 991px) {
  .btlr275-sm {
    border-top-left-radius: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr275-md {
    border-top-left-radius: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr275-xs {
    border-top-left-radius: 275px !important;
  }
}

.btlr280 {
  border-top-left-radius: 280px;
}

@media only screen and (max-width: 991px) {
  .btlr280-sm {
    border-top-left-radius: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr280-md {
    border-top-left-radius: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr280-xs {
    border-top-left-radius: 280px !important;
  }
}

.btlr285 {
  border-top-left-radius: 285px;
}

@media only screen and (max-width: 991px) {
  .btlr285-sm {
    border-top-left-radius: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr285-md {
    border-top-left-radius: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr285-xs {
    border-top-left-radius: 285px !important;
  }
}

.btlr290 {
  border-top-left-radius: 290px;
}

@media only screen and (max-width: 991px) {
  .btlr290-sm {
    border-top-left-radius: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr290-md {
    border-top-left-radius: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr290-xs {
    border-top-left-radius: 290px !important;
  }
}

.btlr295 {
  border-top-left-radius: 295px;
}

@media only screen and (max-width: 991px) {
  .btlr295-sm {
    border-top-left-radius: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr295-md {
    border-top-left-radius: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr295-xs {
    border-top-left-radius: 295px !important;
  }
}

.btlr300 {
  border-top-left-radius: 300px;
}

@media only screen and (max-width: 991px) {
  .btlr300-sm {
    border-top-left-radius: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr300-md {
    border-top-left-radius: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr300-xs {
    border-top-left-radius: 300px !important;
  }
}

.btlr0 {
  border-top-left-radius: 0 !important;
}

@media only screen and (max-width: 991px) {
  .btlr0-sm {
    border-top-left-radius: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btlr0-md {
    border-top-left-radius: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .btlr0-xs {
    border-top-left-radius: 0 !important;
  }
}

.btrr5 {
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .btrr5-sm {
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr5-md {
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr5-xs {
    border-top-right-radius: 5px !important;
  }
}

.btrr10 {
  border-top-right-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .btrr10-sm {
    border-top-right-radius: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr10-md {
    border-top-right-radius: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr10-xs {
    border-top-right-radius: 10px !important;
  }
}

.btrr15 {
  border-top-right-radius: 15px;
}

@media only screen and (max-width: 991px) {
  .btrr15-sm {
    border-top-right-radius: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr15-md {
    border-top-right-radius: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr15-xs {
    border-top-right-radius: 15px !important;
  }
}

.btrr20 {
  border-top-right-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .btrr20-sm {
    border-top-right-radius: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr20-md {
    border-top-right-radius: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr20-xs {
    border-top-right-radius: 20px !important;
  }
}

.btrr25 {
  border-top-right-radius: 25px;
}

@media only screen and (max-width: 991px) {
  .btrr25-sm {
    border-top-right-radius: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr25-md {
    border-top-right-radius: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr25-xs {
    border-top-right-radius: 25px !important;
  }
}

.btrr30 {
  border-top-right-radius: 30px;
}

@media only screen and (max-width: 991px) {
  .btrr30-sm {
    border-top-right-radius: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr30-md {
    border-top-right-radius: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr30-xs {
    border-top-right-radius: 30px !important;
  }
}

.btrr35 {
  border-top-right-radius: 35px;
}

@media only screen and (max-width: 991px) {
  .btrr35-sm {
    border-top-right-radius: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr35-md {
    border-top-right-radius: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr35-xs {
    border-top-right-radius: 35px !important;
  }
}

.btrr40 {
  border-top-right-radius: 40px;
}

@media only screen and (max-width: 991px) {
  .btrr40-sm {
    border-top-right-radius: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr40-md {
    border-top-right-radius: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr40-xs {
    border-top-right-radius: 40px !important;
  }
}

.btrr45 {
  border-top-right-radius: 45px;
}

@media only screen and (max-width: 991px) {
  .btrr45-sm {
    border-top-right-radius: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr45-md {
    border-top-right-radius: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr45-xs {
    border-top-right-radius: 45px !important;
  }
}

.btrr50 {
  border-top-right-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .btrr50-sm {
    border-top-right-radius: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr50-md {
    border-top-right-radius: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr50-xs {
    border-top-right-radius: 50px !important;
  }
}

.btrr55 {
  border-top-right-radius: 55px;
}

@media only screen and (max-width: 991px) {
  .btrr55-sm {
    border-top-right-radius: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr55-md {
    border-top-right-radius: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr55-xs {
    border-top-right-radius: 55px !important;
  }
}

.btrr60 {
  border-top-right-radius: 60px;
}

@media only screen and (max-width: 991px) {
  .btrr60-sm {
    border-top-right-radius: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr60-md {
    border-top-right-radius: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr60-xs {
    border-top-right-radius: 60px !important;
  }
}

.btrr65 {
  border-top-right-radius: 65px;
}

@media only screen and (max-width: 991px) {
  .btrr65-sm {
    border-top-right-radius: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr65-md {
    border-top-right-radius: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr65-xs {
    border-top-right-radius: 65px !important;
  }
}

.btrr70 {
  border-top-right-radius: 70px;
}

@media only screen and (max-width: 991px) {
  .btrr70-sm {
    border-top-right-radius: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr70-md {
    border-top-right-radius: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr70-xs {
    border-top-right-radius: 70px !important;
  }
}

.btrr75 {
  border-top-right-radius: 75px;
}

@media only screen and (max-width: 991px) {
  .btrr75-sm {
    border-top-right-radius: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr75-md {
    border-top-right-radius: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr75-xs {
    border-top-right-radius: 75px !important;
  }
}

.btrr80 {
  border-top-right-radius: 80px;
}

@media only screen and (max-width: 991px) {
  .btrr80-sm {
    border-top-right-radius: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr80-md {
    border-top-right-radius: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr80-xs {
    border-top-right-radius: 80px !important;
  }
}

.btrr85 {
  border-top-right-radius: 85px;
}

@media only screen and (max-width: 991px) {
  .btrr85-sm {
    border-top-right-radius: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr85-md {
    border-top-right-radius: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr85-xs {
    border-top-right-radius: 85px !important;
  }
}

.btrr90 {
  border-top-right-radius: 90px;
}

@media only screen and (max-width: 991px) {
  .btrr90-sm {
    border-top-right-radius: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr90-md {
    border-top-right-radius: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr90-xs {
    border-top-right-radius: 90px !important;
  }
}

.btrr95 {
  border-top-right-radius: 95px;
}

@media only screen and (max-width: 991px) {
  .btrr95-sm {
    border-top-right-radius: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr95-md {
    border-top-right-radius: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr95-xs {
    border-top-right-radius: 95px !important;
  }
}

.btrr100 {
  border-top-right-radius: 100px;
}

@media only screen and (max-width: 991px) {
  .btrr100-sm {
    border-top-right-radius: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr100-md {
    border-top-right-radius: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr100-xs {
    border-top-right-radius: 100px !important;
  }
}

.btrr105 {
  border-top-right-radius: 105px;
}

@media only screen and (max-width: 991px) {
  .btrr105-sm {
    border-top-right-radius: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr105-md {
    border-top-right-radius: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr105-xs {
    border-top-right-radius: 105px !important;
  }
}

.btrr110 {
  border-top-right-radius: 110px;
}

@media only screen and (max-width: 991px) {
  .btrr110-sm {
    border-top-right-radius: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr110-md {
    border-top-right-radius: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr110-xs {
    border-top-right-radius: 110px !important;
  }
}

.btrr115 {
  border-top-right-radius: 115px;
}

@media only screen and (max-width: 991px) {
  .btrr115-sm {
    border-top-right-radius: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr115-md {
    border-top-right-radius: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr115-xs {
    border-top-right-radius: 115px !important;
  }
}

.btrr120 {
  border-top-right-radius: 120px;
}

@media only screen and (max-width: 991px) {
  .btrr120-sm {
    border-top-right-radius: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr120-md {
    border-top-right-radius: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr120-xs {
    border-top-right-radius: 120px !important;
  }
}

.btrr125 {
  border-top-right-radius: 125px;
}

@media only screen and (max-width: 991px) {
  .btrr125-sm {
    border-top-right-radius: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr125-md {
    border-top-right-radius: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr125-xs {
    border-top-right-radius: 125px !important;
  }
}

.btrr130 {
  border-top-right-radius: 130px;
}

@media only screen and (max-width: 991px) {
  .btrr130-sm {
    border-top-right-radius: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr130-md {
    border-top-right-radius: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr130-xs {
    border-top-right-radius: 130px !important;
  }
}

.btrr135 {
  border-top-right-radius: 135px;
}

@media only screen and (max-width: 991px) {
  .btrr135-sm {
    border-top-right-radius: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr135-md {
    border-top-right-radius: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr135-xs {
    border-top-right-radius: 135px !important;
  }
}

.btrr140 {
  border-top-right-radius: 140px;
}

@media only screen and (max-width: 991px) {
  .btrr140-sm {
    border-top-right-radius: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr140-md {
    border-top-right-radius: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr140-xs {
    border-top-right-radius: 140px !important;
  }
}

.btrr145 {
  border-top-right-radius: 145px;
}

@media only screen and (max-width: 991px) {
  .btrr145-sm {
    border-top-right-radius: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr145-md {
    border-top-right-radius: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr145-xs {
    border-top-right-radius: 145px !important;
  }
}

.btrr150 {
  border-top-right-radius: 150px;
}

@media only screen and (max-width: 991px) {
  .btrr150-sm {
    border-top-right-radius: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr150-md {
    border-top-right-radius: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr150-xs {
    border-top-right-radius: 150px !important;
  }
}

.btrr155 {
  border-top-right-radius: 155px;
}

@media only screen and (max-width: 991px) {
  .btrr155-sm {
    border-top-right-radius: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr155-md {
    border-top-right-radius: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr155-xs {
    border-top-right-radius: 155px !important;
  }
}

.btrr160 {
  border-top-right-radius: 160px;
}

@media only screen and (max-width: 991px) {
  .btrr160-sm {
    border-top-right-radius: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr160-md {
    border-top-right-radius: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr160-xs {
    border-top-right-radius: 160px !important;
  }
}

.btrr165 {
  border-top-right-radius: 165px;
}

@media only screen and (max-width: 991px) {
  .btrr165-sm {
    border-top-right-radius: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr165-md {
    border-top-right-radius: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr165-xs {
    border-top-right-radius: 165px !important;
  }
}

.btrr170 {
  border-top-right-radius: 170px;
}

@media only screen and (max-width: 991px) {
  .btrr170-sm {
    border-top-right-radius: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr170-md {
    border-top-right-radius: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr170-xs {
    border-top-right-radius: 170px !important;
  }
}

.btrr175 {
  border-top-right-radius: 175px;
}

@media only screen and (max-width: 991px) {
  .btrr175-sm {
    border-top-right-radius: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr175-md {
    border-top-right-radius: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr175-xs {
    border-top-right-radius: 175px !important;
  }
}

.btrr180 {
  border-top-right-radius: 180px;
}

@media only screen and (max-width: 991px) {
  .btrr180-sm {
    border-top-right-radius: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr180-md {
    border-top-right-radius: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr180-xs {
    border-top-right-radius: 180px !important;
  }
}

.btrr185 {
  border-top-right-radius: 185px;
}

@media only screen and (max-width: 991px) {
  .btrr185-sm {
    border-top-right-radius: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr185-md {
    border-top-right-radius: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr185-xs {
    border-top-right-radius: 185px !important;
  }
}

.btrr190 {
  border-top-right-radius: 190px;
}

@media only screen and (max-width: 991px) {
  .btrr190-sm {
    border-top-right-radius: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr190-md {
    border-top-right-radius: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr190-xs {
    border-top-right-radius: 190px !important;
  }
}

.btrr195 {
  border-top-right-radius: 195px;
}

@media only screen and (max-width: 991px) {
  .btrr195-sm {
    border-top-right-radius: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr195-md {
    border-top-right-radius: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr195-xs {
    border-top-right-radius: 195px !important;
  }
}

.btrr200 {
  border-top-right-radius: 200px;
}

@media only screen and (max-width: 991px) {
  .btrr200-sm {
    border-top-right-radius: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr200-md {
    border-top-right-radius: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr200-xs {
    border-top-right-radius: 200px !important;
  }
}

.btrr205 {
  border-top-right-radius: 205px;
}

@media only screen and (max-width: 991px) {
  .btrr205-sm {
    border-top-right-radius: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr205-md {
    border-top-right-radius: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr205-xs {
    border-top-right-radius: 205px !important;
  }
}

.btrr210 {
  border-top-right-radius: 210px;
}

@media only screen and (max-width: 991px) {
  .btrr210-sm {
    border-top-right-radius: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr210-md {
    border-top-right-radius: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr210-xs {
    border-top-right-radius: 210px !important;
  }
}

.btrr215 {
  border-top-right-radius: 215px;
}

@media only screen and (max-width: 991px) {
  .btrr215-sm {
    border-top-right-radius: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr215-md {
    border-top-right-radius: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr215-xs {
    border-top-right-radius: 215px !important;
  }
}

.btrr220 {
  border-top-right-radius: 220px;
}

@media only screen and (max-width: 991px) {
  .btrr220-sm {
    border-top-right-radius: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr220-md {
    border-top-right-radius: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr220-xs {
    border-top-right-radius: 220px !important;
  }
}

.btrr225 {
  border-top-right-radius: 225px;
}

@media only screen and (max-width: 991px) {
  .btrr225-sm {
    border-top-right-radius: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr225-md {
    border-top-right-radius: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr225-xs {
    border-top-right-radius: 225px !important;
  }
}

.btrr230 {
  border-top-right-radius: 230px;
}

@media only screen and (max-width: 991px) {
  .btrr230-sm {
    border-top-right-radius: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr230-md {
    border-top-right-radius: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr230-xs {
    border-top-right-radius: 230px !important;
  }
}

.btrr235 {
  border-top-right-radius: 235px;
}

@media only screen and (max-width: 991px) {
  .btrr235-sm {
    border-top-right-radius: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr235-md {
    border-top-right-radius: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr235-xs {
    border-top-right-radius: 235px !important;
  }
}

.btrr240 {
  border-top-right-radius: 240px;
}

@media only screen and (max-width: 991px) {
  .btrr240-sm {
    border-top-right-radius: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr240-md {
    border-top-right-radius: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr240-xs {
    border-top-right-radius: 240px !important;
  }
}

.btrr245 {
  border-top-right-radius: 245px;
}

@media only screen and (max-width: 991px) {
  .btrr245-sm {
    border-top-right-radius: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr245-md {
    border-top-right-radius: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr245-xs {
    border-top-right-radius: 245px !important;
  }
}

.btrr250 {
  border-top-right-radius: 250px;
}

@media only screen and (max-width: 991px) {
  .btrr250-sm {
    border-top-right-radius: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr250-md {
    border-top-right-radius: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr250-xs {
    border-top-right-radius: 250px !important;
  }
}

.btrr255 {
  border-top-right-radius: 255px;
}

@media only screen and (max-width: 991px) {
  .btrr255-sm {
    border-top-right-radius: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr255-md {
    border-top-right-radius: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr255-xs {
    border-top-right-radius: 255px !important;
  }
}

.btrr260 {
  border-top-right-radius: 260px;
}

@media only screen and (max-width: 991px) {
  .btrr260-sm {
    border-top-right-radius: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr260-md {
    border-top-right-radius: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr260-xs {
    border-top-right-radius: 260px !important;
  }
}

.btrr265 {
  border-top-right-radius: 265px;
}

@media only screen and (max-width: 991px) {
  .btrr265-sm {
    border-top-right-radius: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr265-md {
    border-top-right-radius: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr265-xs {
    border-top-right-radius: 265px !important;
  }
}

.btrr270 {
  border-top-right-radius: 270px;
}

@media only screen and (max-width: 991px) {
  .btrr270-sm {
    border-top-right-radius: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr270-md {
    border-top-right-radius: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr270-xs {
    border-top-right-radius: 270px !important;
  }
}

.btrr275 {
  border-top-right-radius: 275px;
}

@media only screen and (max-width: 991px) {
  .btrr275-sm {
    border-top-right-radius: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr275-md {
    border-top-right-radius: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr275-xs {
    border-top-right-radius: 275px !important;
  }
}

.btrr280 {
  border-top-right-radius: 280px;
}

@media only screen and (max-width: 991px) {
  .btrr280-sm {
    border-top-right-radius: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr280-md {
    border-top-right-radius: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr280-xs {
    border-top-right-radius: 280px !important;
  }
}

.btrr285 {
  border-top-right-radius: 285px;
}

@media only screen and (max-width: 991px) {
  .btrr285-sm {
    border-top-right-radius: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr285-md {
    border-top-right-radius: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr285-xs {
    border-top-right-radius: 285px !important;
  }
}

.btrr290 {
  border-top-right-radius: 290px;
}

@media only screen and (max-width: 991px) {
  .btrr290-sm {
    border-top-right-radius: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr290-md {
    border-top-right-radius: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr290-xs {
    border-top-right-radius: 290px !important;
  }
}

.btrr295 {
  border-top-right-radius: 295px;
}

@media only screen and (max-width: 991px) {
  .btrr295-sm {
    border-top-right-radius: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr295-md {
    border-top-right-radius: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr295-xs {
    border-top-right-radius: 295px !important;
  }
}

.btrr300 {
  border-top-right-radius: 300px;
}

@media only screen and (max-width: 991px) {
  .btrr300-sm {
    border-top-right-radius: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr300-md {
    border-top-right-radius: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr300-xs {
    border-top-right-radius: 300px !important;
  }
}

.btrr0 {
  border-top-right-radius: 0 !important;
}

@media only screen and (max-width: 991px) {
  .btrr0-sm {
    border-top-right-radius: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btrr0-md {
    border-top-right-radius: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .btrr0-xs {
    border-top-right-radius: 0 !important;
  }
}

.bblr5 {
  border-bottom-left-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .bblr5-sm {
    border-bottom-left-radius: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr5-md {
    border-bottom-left-radius: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr5-xs {
    border-bottom-left-radius: 5px !important;
  }
}

.bblr10 {
  border-bottom-left-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .bblr10-sm {
    border-bottom-left-radius: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr10-md {
    border-bottom-left-radius: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr10-xs {
    border-bottom-left-radius: 10px !important;
  }
}

.bblr15 {
  border-bottom-left-radius: 15px;
}

@media only screen and (max-width: 991px) {
  .bblr15-sm {
    border-bottom-left-radius: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr15-md {
    border-bottom-left-radius: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr15-xs {
    border-bottom-left-radius: 15px !important;
  }
}

.bblr20 {
  border-bottom-left-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .bblr20-sm {
    border-bottom-left-radius: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr20-md {
    border-bottom-left-radius: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr20-xs {
    border-bottom-left-radius: 20px !important;
  }
}

.bblr25 {
  border-bottom-left-radius: 25px;
}

@media only screen and (max-width: 991px) {
  .bblr25-sm {
    border-bottom-left-radius: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr25-md {
    border-bottom-left-radius: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr25-xs {
    border-bottom-left-radius: 25px !important;
  }
}

.bblr30 {
  border-bottom-left-radius: 30px;
}

@media only screen and (max-width: 991px) {
  .bblr30-sm {
    border-bottom-left-radius: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr30-md {
    border-bottom-left-radius: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr30-xs {
    border-bottom-left-radius: 30px !important;
  }
}

.bblr35 {
  border-bottom-left-radius: 35px;
}

@media only screen and (max-width: 991px) {
  .bblr35-sm {
    border-bottom-left-radius: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr35-md {
    border-bottom-left-radius: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr35-xs {
    border-bottom-left-radius: 35px !important;
  }
}

.bblr40 {
  border-bottom-left-radius: 40px;
}

@media only screen and (max-width: 991px) {
  .bblr40-sm {
    border-bottom-left-radius: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr40-md {
    border-bottom-left-radius: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr40-xs {
    border-bottom-left-radius: 40px !important;
  }
}

.bblr45 {
  border-bottom-left-radius: 45px;
}

@media only screen and (max-width: 991px) {
  .bblr45-sm {
    border-bottom-left-radius: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr45-md {
    border-bottom-left-radius: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr45-xs {
    border-bottom-left-radius: 45px !important;
  }
}

.bblr50 {
  border-bottom-left-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .bblr50-sm {
    border-bottom-left-radius: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr50-md {
    border-bottom-left-radius: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr50-xs {
    border-bottom-left-radius: 50px !important;
  }
}

.bblr55 {
  border-bottom-left-radius: 55px;
}

@media only screen and (max-width: 991px) {
  .bblr55-sm {
    border-bottom-left-radius: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr55-md {
    border-bottom-left-radius: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr55-xs {
    border-bottom-left-radius: 55px !important;
  }
}

.bblr60 {
  border-bottom-left-radius: 60px;
}

@media only screen and (max-width: 991px) {
  .bblr60-sm {
    border-bottom-left-radius: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr60-md {
    border-bottom-left-radius: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr60-xs {
    border-bottom-left-radius: 60px !important;
  }
}

.bblr65 {
  border-bottom-left-radius: 65px;
}

@media only screen and (max-width: 991px) {
  .bblr65-sm {
    border-bottom-left-radius: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr65-md {
    border-bottom-left-radius: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr65-xs {
    border-bottom-left-radius: 65px !important;
  }
}

.bblr70 {
  border-bottom-left-radius: 70px;
}

@media only screen and (max-width: 991px) {
  .bblr70-sm {
    border-bottom-left-radius: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr70-md {
    border-bottom-left-radius: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr70-xs {
    border-bottom-left-radius: 70px !important;
  }
}

.bblr75 {
  border-bottom-left-radius: 75px;
}

@media only screen and (max-width: 991px) {
  .bblr75-sm {
    border-bottom-left-radius: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr75-md {
    border-bottom-left-radius: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr75-xs {
    border-bottom-left-radius: 75px !important;
  }
}

.bblr80 {
  border-bottom-left-radius: 80px;
}

@media only screen and (max-width: 991px) {
  .bblr80-sm {
    border-bottom-left-radius: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr80-md {
    border-bottom-left-radius: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr80-xs {
    border-bottom-left-radius: 80px !important;
  }
}

.bblr85 {
  border-bottom-left-radius: 85px;
}

@media only screen and (max-width: 991px) {
  .bblr85-sm {
    border-bottom-left-radius: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr85-md {
    border-bottom-left-radius: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr85-xs {
    border-bottom-left-radius: 85px !important;
  }
}

.bblr90 {
  border-bottom-left-radius: 90px;
}

@media only screen and (max-width: 991px) {
  .bblr90-sm {
    border-bottom-left-radius: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr90-md {
    border-bottom-left-radius: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr90-xs {
    border-bottom-left-radius: 90px !important;
  }
}

.bblr95 {
  border-bottom-left-radius: 95px;
}

@media only screen and (max-width: 991px) {
  .bblr95-sm {
    border-bottom-left-radius: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr95-md {
    border-bottom-left-radius: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr95-xs {
    border-bottom-left-radius: 95px !important;
  }
}

.bblr100 {
  border-bottom-left-radius: 100px;
}

@media only screen and (max-width: 991px) {
  .bblr100-sm {
    border-bottom-left-radius: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr100-md {
    border-bottom-left-radius: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr100-xs {
    border-bottom-left-radius: 100px !important;
  }
}

.bblr105 {
  border-bottom-left-radius: 105px;
}

@media only screen and (max-width: 991px) {
  .bblr105-sm {
    border-bottom-left-radius: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr105-md {
    border-bottom-left-radius: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr105-xs {
    border-bottom-left-radius: 105px !important;
  }
}

.bblr110 {
  border-bottom-left-radius: 110px;
}

@media only screen and (max-width: 991px) {
  .bblr110-sm {
    border-bottom-left-radius: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr110-md {
    border-bottom-left-radius: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr110-xs {
    border-bottom-left-radius: 110px !important;
  }
}

.bblr115 {
  border-bottom-left-radius: 115px;
}

@media only screen and (max-width: 991px) {
  .bblr115-sm {
    border-bottom-left-radius: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr115-md {
    border-bottom-left-radius: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr115-xs {
    border-bottom-left-radius: 115px !important;
  }
}

.bblr120 {
  border-bottom-left-radius: 120px;
}

@media only screen and (max-width: 991px) {
  .bblr120-sm {
    border-bottom-left-radius: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr120-md {
    border-bottom-left-radius: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr120-xs {
    border-bottom-left-radius: 120px !important;
  }
}

.bblr125 {
  border-bottom-left-radius: 125px;
}

@media only screen and (max-width: 991px) {
  .bblr125-sm {
    border-bottom-left-radius: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr125-md {
    border-bottom-left-radius: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr125-xs {
    border-bottom-left-radius: 125px !important;
  }
}

.bblr130 {
  border-bottom-left-radius: 130px;
}

@media only screen and (max-width: 991px) {
  .bblr130-sm {
    border-bottom-left-radius: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr130-md {
    border-bottom-left-radius: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr130-xs {
    border-bottom-left-radius: 130px !important;
  }
}

.bblr135 {
  border-bottom-left-radius: 135px;
}

@media only screen and (max-width: 991px) {
  .bblr135-sm {
    border-bottom-left-radius: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr135-md {
    border-bottom-left-radius: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr135-xs {
    border-bottom-left-radius: 135px !important;
  }
}

.bblr140 {
  border-bottom-left-radius: 140px;
}

@media only screen and (max-width: 991px) {
  .bblr140-sm {
    border-bottom-left-radius: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr140-md {
    border-bottom-left-radius: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr140-xs {
    border-bottom-left-radius: 140px !important;
  }
}

.bblr145 {
  border-bottom-left-radius: 145px;
}

@media only screen and (max-width: 991px) {
  .bblr145-sm {
    border-bottom-left-radius: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr145-md {
    border-bottom-left-radius: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr145-xs {
    border-bottom-left-radius: 145px !important;
  }
}

.bblr150 {
  border-bottom-left-radius: 150px;
}

@media only screen and (max-width: 991px) {
  .bblr150-sm {
    border-bottom-left-radius: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr150-md {
    border-bottom-left-radius: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr150-xs {
    border-bottom-left-radius: 150px !important;
  }
}

.bblr155 {
  border-bottom-left-radius: 155px;
}

@media only screen and (max-width: 991px) {
  .bblr155-sm {
    border-bottom-left-radius: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr155-md {
    border-bottom-left-radius: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr155-xs {
    border-bottom-left-radius: 155px !important;
  }
}

.bblr160 {
  border-bottom-left-radius: 160px;
}

@media only screen and (max-width: 991px) {
  .bblr160-sm {
    border-bottom-left-radius: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr160-md {
    border-bottom-left-radius: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr160-xs {
    border-bottom-left-radius: 160px !important;
  }
}

.bblr165 {
  border-bottom-left-radius: 165px;
}

@media only screen and (max-width: 991px) {
  .bblr165-sm {
    border-bottom-left-radius: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr165-md {
    border-bottom-left-radius: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr165-xs {
    border-bottom-left-radius: 165px !important;
  }
}

.bblr170 {
  border-bottom-left-radius: 170px;
}

@media only screen and (max-width: 991px) {
  .bblr170-sm {
    border-bottom-left-radius: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr170-md {
    border-bottom-left-radius: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr170-xs {
    border-bottom-left-radius: 170px !important;
  }
}

.bblr175 {
  border-bottom-left-radius: 175px;
}

@media only screen and (max-width: 991px) {
  .bblr175-sm {
    border-bottom-left-radius: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr175-md {
    border-bottom-left-radius: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr175-xs {
    border-bottom-left-radius: 175px !important;
  }
}

.bblr180 {
  border-bottom-left-radius: 180px;
}

@media only screen and (max-width: 991px) {
  .bblr180-sm {
    border-bottom-left-radius: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr180-md {
    border-bottom-left-radius: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr180-xs {
    border-bottom-left-radius: 180px !important;
  }
}

.bblr185 {
  border-bottom-left-radius: 185px;
}

@media only screen and (max-width: 991px) {
  .bblr185-sm {
    border-bottom-left-radius: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr185-md {
    border-bottom-left-radius: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr185-xs {
    border-bottom-left-radius: 185px !important;
  }
}

.bblr190 {
  border-bottom-left-radius: 190px;
}

@media only screen and (max-width: 991px) {
  .bblr190-sm {
    border-bottom-left-radius: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr190-md {
    border-bottom-left-radius: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr190-xs {
    border-bottom-left-radius: 190px !important;
  }
}

.bblr195 {
  border-bottom-left-radius: 195px;
}

@media only screen and (max-width: 991px) {
  .bblr195-sm {
    border-bottom-left-radius: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr195-md {
    border-bottom-left-radius: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr195-xs {
    border-bottom-left-radius: 195px !important;
  }
}

.bblr200 {
  border-bottom-left-radius: 200px;
}

@media only screen and (max-width: 991px) {
  .bblr200-sm {
    border-bottom-left-radius: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr200-md {
    border-bottom-left-radius: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr200-xs {
    border-bottom-left-radius: 200px !important;
  }
}

.bblr205 {
  border-bottom-left-radius: 205px;
}

@media only screen and (max-width: 991px) {
  .bblr205-sm {
    border-bottom-left-radius: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr205-md {
    border-bottom-left-radius: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr205-xs {
    border-bottom-left-radius: 205px !important;
  }
}

.bblr210 {
  border-bottom-left-radius: 210px;
}

@media only screen and (max-width: 991px) {
  .bblr210-sm {
    border-bottom-left-radius: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr210-md {
    border-bottom-left-radius: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr210-xs {
    border-bottom-left-radius: 210px !important;
  }
}

.bblr215 {
  border-bottom-left-radius: 215px;
}

@media only screen and (max-width: 991px) {
  .bblr215-sm {
    border-bottom-left-radius: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr215-md {
    border-bottom-left-radius: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr215-xs {
    border-bottom-left-radius: 215px !important;
  }
}

.bblr220 {
  border-bottom-left-radius: 220px;
}

@media only screen and (max-width: 991px) {
  .bblr220-sm {
    border-bottom-left-radius: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr220-md {
    border-bottom-left-radius: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr220-xs {
    border-bottom-left-radius: 220px !important;
  }
}

.bblr225 {
  border-bottom-left-radius: 225px;
}

@media only screen and (max-width: 991px) {
  .bblr225-sm {
    border-bottom-left-radius: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr225-md {
    border-bottom-left-radius: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr225-xs {
    border-bottom-left-radius: 225px !important;
  }
}

.bblr230 {
  border-bottom-left-radius: 230px;
}

@media only screen and (max-width: 991px) {
  .bblr230-sm {
    border-bottom-left-radius: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr230-md {
    border-bottom-left-radius: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr230-xs {
    border-bottom-left-radius: 230px !important;
  }
}

.bblr235 {
  border-bottom-left-radius: 235px;
}

@media only screen and (max-width: 991px) {
  .bblr235-sm {
    border-bottom-left-radius: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr235-md {
    border-bottom-left-radius: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr235-xs {
    border-bottom-left-radius: 235px !important;
  }
}

.bblr240 {
  border-bottom-left-radius: 240px;
}

@media only screen and (max-width: 991px) {
  .bblr240-sm {
    border-bottom-left-radius: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr240-md {
    border-bottom-left-radius: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr240-xs {
    border-bottom-left-radius: 240px !important;
  }
}

.bblr245 {
  border-bottom-left-radius: 245px;
}

@media only screen and (max-width: 991px) {
  .bblr245-sm {
    border-bottom-left-radius: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr245-md {
    border-bottom-left-radius: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr245-xs {
    border-bottom-left-radius: 245px !important;
  }
}

.bblr250 {
  border-bottom-left-radius: 250px;
}

@media only screen and (max-width: 991px) {
  .bblr250-sm {
    border-bottom-left-radius: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr250-md {
    border-bottom-left-radius: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr250-xs {
    border-bottom-left-radius: 250px !important;
  }
}

.bblr255 {
  border-bottom-left-radius: 255px;
}

@media only screen and (max-width: 991px) {
  .bblr255-sm {
    border-bottom-left-radius: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr255-md {
    border-bottom-left-radius: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr255-xs {
    border-bottom-left-radius: 255px !important;
  }
}

.bblr260 {
  border-bottom-left-radius: 260px;
}

@media only screen and (max-width: 991px) {
  .bblr260-sm {
    border-bottom-left-radius: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr260-md {
    border-bottom-left-radius: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr260-xs {
    border-bottom-left-radius: 260px !important;
  }
}

.bblr265 {
  border-bottom-left-radius: 265px;
}

@media only screen and (max-width: 991px) {
  .bblr265-sm {
    border-bottom-left-radius: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr265-md {
    border-bottom-left-radius: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr265-xs {
    border-bottom-left-radius: 265px !important;
  }
}

.bblr270 {
  border-bottom-left-radius: 270px;
}

@media only screen and (max-width: 991px) {
  .bblr270-sm {
    border-bottom-left-radius: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr270-md {
    border-bottom-left-radius: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr270-xs {
    border-bottom-left-radius: 270px !important;
  }
}

.bblr275 {
  border-bottom-left-radius: 275px;
}

@media only screen and (max-width: 991px) {
  .bblr275-sm {
    border-bottom-left-radius: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr275-md {
    border-bottom-left-radius: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr275-xs {
    border-bottom-left-radius: 275px !important;
  }
}

.bblr280 {
  border-bottom-left-radius: 280px;
}

@media only screen and (max-width: 991px) {
  .bblr280-sm {
    border-bottom-left-radius: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr280-md {
    border-bottom-left-radius: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr280-xs {
    border-bottom-left-radius: 280px !important;
  }
}

.bblr285 {
  border-bottom-left-radius: 285px;
}

@media only screen and (max-width: 991px) {
  .bblr285-sm {
    border-bottom-left-radius: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr285-md {
    border-bottom-left-radius: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr285-xs {
    border-bottom-left-radius: 285px !important;
  }
}

.bblr290 {
  border-bottom-left-radius: 290px;
}

@media only screen and (max-width: 991px) {
  .bblr290-sm {
    border-bottom-left-radius: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr290-md {
    border-bottom-left-radius: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr290-xs {
    border-bottom-left-radius: 290px !important;
  }
}

.bblr295 {
  border-bottom-left-radius: 295px;
}

@media only screen and (max-width: 991px) {
  .bblr295-sm {
    border-bottom-left-radius: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr295-md {
    border-bottom-left-radius: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr295-xs {
    border-bottom-left-radius: 295px !important;
  }
}

.bblr300 {
  border-bottom-left-radius: 300px;
}

@media only screen and (max-width: 991px) {
  .bblr300-sm {
    border-bottom-left-radius: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr300-md {
    border-bottom-left-radius: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr300-xs {
    border-bottom-left-radius: 300px !important;
  }
}

.bblr0 {
  border-bottom-left-radius: 0 !important;
}

@media only screen and (max-width: 991px) {
  .bblr0-sm {
    border-bottom-left-radius: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bblr0-md {
    border-bottom-left-radius: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .bblr0-xs {
    border-bottom-left-radius: 0 !important;
  }
}

.bbrr5 {
  border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .bbrr5-sm {
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr5-md {
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr5-xs {
    border-bottom-right-radius: 5px !important;
  }
}

.bbrr10 {
  border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .bbrr10-sm {
    border-bottom-right-radius: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr10-md {
    border-bottom-right-radius: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr10-xs {
    border-bottom-right-radius: 10px !important;
  }
}

.bbrr15 {
  border-bottom-right-radius: 15px;
}

@media only screen and (max-width: 991px) {
  .bbrr15-sm {
    border-bottom-right-radius: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr15-md {
    border-bottom-right-radius: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr15-xs {
    border-bottom-right-radius: 15px !important;
  }
}

.bbrr20 {
  border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .bbrr20-sm {
    border-bottom-right-radius: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr20-md {
    border-bottom-right-radius: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr20-xs {
    border-bottom-right-radius: 20px !important;
  }
}

.bbrr25 {
  border-bottom-right-radius: 25px;
}

@media only screen and (max-width: 991px) {
  .bbrr25-sm {
    border-bottom-right-radius: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr25-md {
    border-bottom-right-radius: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr25-xs {
    border-bottom-right-radius: 25px !important;
  }
}

.bbrr30 {
  border-bottom-right-radius: 30px;
}

@media only screen and (max-width: 991px) {
  .bbrr30-sm {
    border-bottom-right-radius: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr30-md {
    border-bottom-right-radius: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr30-xs {
    border-bottom-right-radius: 30px !important;
  }
}

.bbrr35 {
  border-bottom-right-radius: 35px;
}

@media only screen and (max-width: 991px) {
  .bbrr35-sm {
    border-bottom-right-radius: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr35-md {
    border-bottom-right-radius: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr35-xs {
    border-bottom-right-radius: 35px !important;
  }
}

.bbrr40 {
  border-bottom-right-radius: 40px;
}

@media only screen and (max-width: 991px) {
  .bbrr40-sm {
    border-bottom-right-radius: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr40-md {
    border-bottom-right-radius: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr40-xs {
    border-bottom-right-radius: 40px !important;
  }
}

.bbrr45 {
  border-bottom-right-radius: 45px;
}

@media only screen and (max-width: 991px) {
  .bbrr45-sm {
    border-bottom-right-radius: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr45-md {
    border-bottom-right-radius: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr45-xs {
    border-bottom-right-radius: 45px !important;
  }
}

.bbrr50 {
  border-bottom-right-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .bbrr50-sm {
    border-bottom-right-radius: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr50-md {
    border-bottom-right-radius: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr50-xs {
    border-bottom-right-radius: 50px !important;
  }
}

.bbrr55 {
  border-bottom-right-radius: 55px;
}

@media only screen and (max-width: 991px) {
  .bbrr55-sm {
    border-bottom-right-radius: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr55-md {
    border-bottom-right-radius: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr55-xs {
    border-bottom-right-radius: 55px !important;
  }
}

.bbrr60 {
  border-bottom-right-radius: 60px;
}

@media only screen and (max-width: 991px) {
  .bbrr60-sm {
    border-bottom-right-radius: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr60-md {
    border-bottom-right-radius: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr60-xs {
    border-bottom-right-radius: 60px !important;
  }
}

.bbrr65 {
  border-bottom-right-radius: 65px;
}

@media only screen and (max-width: 991px) {
  .bbrr65-sm {
    border-bottom-right-radius: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr65-md {
    border-bottom-right-radius: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr65-xs {
    border-bottom-right-radius: 65px !important;
  }
}

.bbrr70 {
  border-bottom-right-radius: 70px;
}

@media only screen and (max-width: 991px) {
  .bbrr70-sm {
    border-bottom-right-radius: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr70-md {
    border-bottom-right-radius: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr70-xs {
    border-bottom-right-radius: 70px !important;
  }
}

.bbrr75 {
  border-bottom-right-radius: 75px;
}

@media only screen and (max-width: 991px) {
  .bbrr75-sm {
    border-bottom-right-radius: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr75-md {
    border-bottom-right-radius: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr75-xs {
    border-bottom-right-radius: 75px !important;
  }
}

.bbrr80 {
  border-bottom-right-radius: 80px;
}

@media only screen and (max-width: 991px) {
  .bbrr80-sm {
    border-bottom-right-radius: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr80-md {
    border-bottom-right-radius: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr80-xs {
    border-bottom-right-radius: 80px !important;
  }
}

.bbrr85 {
  border-bottom-right-radius: 85px;
}

@media only screen and (max-width: 991px) {
  .bbrr85-sm {
    border-bottom-right-radius: 85px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr85-md {
    border-bottom-right-radius: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr85-xs {
    border-bottom-right-radius: 85px !important;
  }
}

.bbrr90 {
  border-bottom-right-radius: 90px;
}

@media only screen and (max-width: 991px) {
  .bbrr90-sm {
    border-bottom-right-radius: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr90-md {
    border-bottom-right-radius: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr90-xs {
    border-bottom-right-radius: 90px !important;
  }
}

.bbrr95 {
  border-bottom-right-radius: 95px;
}

@media only screen and (max-width: 991px) {
  .bbrr95-sm {
    border-bottom-right-radius: 95px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr95-md {
    border-bottom-right-radius: 95px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr95-xs {
    border-bottom-right-radius: 95px !important;
  }
}

.bbrr100 {
  border-bottom-right-radius: 100px;
}

@media only screen and (max-width: 991px) {
  .bbrr100-sm {
    border-bottom-right-radius: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr100-md {
    border-bottom-right-radius: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr100-xs {
    border-bottom-right-radius: 100px !important;
  }
}

.bbrr105 {
  border-bottom-right-radius: 105px;
}

@media only screen and (max-width: 991px) {
  .bbrr105-sm {
    border-bottom-right-radius: 105px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr105-md {
    border-bottom-right-radius: 105px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr105-xs {
    border-bottom-right-radius: 105px !important;
  }
}

.bbrr110 {
  border-bottom-right-radius: 110px;
}

@media only screen and (max-width: 991px) {
  .bbrr110-sm {
    border-bottom-right-radius: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr110-md {
    border-bottom-right-radius: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr110-xs {
    border-bottom-right-radius: 110px !important;
  }
}

.bbrr115 {
  border-bottom-right-radius: 115px;
}

@media only screen and (max-width: 991px) {
  .bbrr115-sm {
    border-bottom-right-radius: 115px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr115-md {
    border-bottom-right-radius: 115px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr115-xs {
    border-bottom-right-radius: 115px !important;
  }
}

.bbrr120 {
  border-bottom-right-radius: 120px;
}

@media only screen and (max-width: 991px) {
  .bbrr120-sm {
    border-bottom-right-radius: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr120-md {
    border-bottom-right-radius: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr120-xs {
    border-bottom-right-radius: 120px !important;
  }
}

.bbrr125 {
  border-bottom-right-radius: 125px;
}

@media only screen and (max-width: 991px) {
  .bbrr125-sm {
    border-bottom-right-radius: 125px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr125-md {
    border-bottom-right-radius: 125px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr125-xs {
    border-bottom-right-radius: 125px !important;
  }
}

.bbrr130 {
  border-bottom-right-radius: 130px;
}

@media only screen and (max-width: 991px) {
  .bbrr130-sm {
    border-bottom-right-radius: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr130-md {
    border-bottom-right-radius: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr130-xs {
    border-bottom-right-radius: 130px !important;
  }
}

.bbrr135 {
  border-bottom-right-radius: 135px;
}

@media only screen and (max-width: 991px) {
  .bbrr135-sm {
    border-bottom-right-radius: 135px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr135-md {
    border-bottom-right-radius: 135px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr135-xs {
    border-bottom-right-radius: 135px !important;
  }
}

.bbrr140 {
  border-bottom-right-radius: 140px;
}

@media only screen and (max-width: 991px) {
  .bbrr140-sm {
    border-bottom-right-radius: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr140-md {
    border-bottom-right-radius: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr140-xs {
    border-bottom-right-radius: 140px !important;
  }
}

.bbrr145 {
  border-bottom-right-radius: 145px;
}

@media only screen and (max-width: 991px) {
  .bbrr145-sm {
    border-bottom-right-radius: 145px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr145-md {
    border-bottom-right-radius: 145px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr145-xs {
    border-bottom-right-radius: 145px !important;
  }
}

.bbrr150 {
  border-bottom-right-radius: 150px;
}

@media only screen and (max-width: 991px) {
  .bbrr150-sm {
    border-bottom-right-radius: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr150-md {
    border-bottom-right-radius: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr150-xs {
    border-bottom-right-radius: 150px !important;
  }
}

.bbrr155 {
  border-bottom-right-radius: 155px;
}

@media only screen and (max-width: 991px) {
  .bbrr155-sm {
    border-bottom-right-radius: 155px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr155-md {
    border-bottom-right-radius: 155px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr155-xs {
    border-bottom-right-radius: 155px !important;
  }
}

.bbrr160 {
  border-bottom-right-radius: 160px;
}

@media only screen and (max-width: 991px) {
  .bbrr160-sm {
    border-bottom-right-radius: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr160-md {
    border-bottom-right-radius: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr160-xs {
    border-bottom-right-radius: 160px !important;
  }
}

.bbrr165 {
  border-bottom-right-radius: 165px;
}

@media only screen and (max-width: 991px) {
  .bbrr165-sm {
    border-bottom-right-radius: 165px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr165-md {
    border-bottom-right-radius: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr165-xs {
    border-bottom-right-radius: 165px !important;
  }
}

.bbrr170 {
  border-bottom-right-radius: 170px;
}

@media only screen and (max-width: 991px) {
  .bbrr170-sm {
    border-bottom-right-radius: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr170-md {
    border-bottom-right-radius: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr170-xs {
    border-bottom-right-radius: 170px !important;
  }
}

.bbrr175 {
  border-bottom-right-radius: 175px;
}

@media only screen and (max-width: 991px) {
  .bbrr175-sm {
    border-bottom-right-radius: 175px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr175-md {
    border-bottom-right-radius: 175px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr175-xs {
    border-bottom-right-radius: 175px !important;
  }
}

.bbrr180 {
  border-bottom-right-radius: 180px;
}

@media only screen and (max-width: 991px) {
  .bbrr180-sm {
    border-bottom-right-radius: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr180-md {
    border-bottom-right-radius: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr180-xs {
    border-bottom-right-radius: 180px !important;
  }
}

.bbrr185 {
  border-bottom-right-radius: 185px;
}

@media only screen and (max-width: 991px) {
  .bbrr185-sm {
    border-bottom-right-radius: 185px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr185-md {
    border-bottom-right-radius: 185px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr185-xs {
    border-bottom-right-radius: 185px !important;
  }
}

.bbrr190 {
  border-bottom-right-radius: 190px;
}

@media only screen and (max-width: 991px) {
  .bbrr190-sm {
    border-bottom-right-radius: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr190-md {
    border-bottom-right-radius: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr190-xs {
    border-bottom-right-radius: 190px !important;
  }
}

.bbrr195 {
  border-bottom-right-radius: 195px;
}

@media only screen and (max-width: 991px) {
  .bbrr195-sm {
    border-bottom-right-radius: 195px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr195-md {
    border-bottom-right-radius: 195px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr195-xs {
    border-bottom-right-radius: 195px !important;
  }
}

.bbrr200 {
  border-bottom-right-radius: 200px;
}

@media only screen and (max-width: 991px) {
  .bbrr200-sm {
    border-bottom-right-radius: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr200-md {
    border-bottom-right-radius: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr200-xs {
    border-bottom-right-radius: 200px !important;
  }
}

.bbrr205 {
  border-bottom-right-radius: 205px;
}

@media only screen and (max-width: 991px) {
  .bbrr205-sm {
    border-bottom-right-radius: 205px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr205-md {
    border-bottom-right-radius: 205px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr205-xs {
    border-bottom-right-radius: 205px !important;
  }
}

.bbrr210 {
  border-bottom-right-radius: 210px;
}

@media only screen and (max-width: 991px) {
  .bbrr210-sm {
    border-bottom-right-radius: 210px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr210-md {
    border-bottom-right-radius: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr210-xs {
    border-bottom-right-radius: 210px !important;
  }
}

.bbrr215 {
  border-bottom-right-radius: 215px;
}

@media only screen and (max-width: 991px) {
  .bbrr215-sm {
    border-bottom-right-radius: 215px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr215-md {
    border-bottom-right-radius: 215px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr215-xs {
    border-bottom-right-radius: 215px !important;
  }
}

.bbrr220 {
  border-bottom-right-radius: 220px;
}

@media only screen and (max-width: 991px) {
  .bbrr220-sm {
    border-bottom-right-radius: 220px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr220-md {
    border-bottom-right-radius: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr220-xs {
    border-bottom-right-radius: 220px !important;
  }
}

.bbrr225 {
  border-bottom-right-radius: 225px;
}

@media only screen and (max-width: 991px) {
  .bbrr225-sm {
    border-bottom-right-radius: 225px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr225-md {
    border-bottom-right-radius: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr225-xs {
    border-bottom-right-radius: 225px !important;
  }
}

.bbrr230 {
  border-bottom-right-radius: 230px;
}

@media only screen and (max-width: 991px) {
  .bbrr230-sm {
    border-bottom-right-radius: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr230-md {
    border-bottom-right-radius: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr230-xs {
    border-bottom-right-radius: 230px !important;
  }
}

.bbrr235 {
  border-bottom-right-radius: 235px;
}

@media only screen and (max-width: 991px) {
  .bbrr235-sm {
    border-bottom-right-radius: 235px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr235-md {
    border-bottom-right-radius: 235px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr235-xs {
    border-bottom-right-radius: 235px !important;
  }
}

.bbrr240 {
  border-bottom-right-radius: 240px;
}

@media only screen and (max-width: 991px) {
  .bbrr240-sm {
    border-bottom-right-radius: 240px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr240-md {
    border-bottom-right-radius: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr240-xs {
    border-bottom-right-radius: 240px !important;
  }
}

.bbrr245 {
  border-bottom-right-radius: 245px;
}

@media only screen and (max-width: 991px) {
  .bbrr245-sm {
    border-bottom-right-radius: 245px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr245-md {
    border-bottom-right-radius: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr245-xs {
    border-bottom-right-radius: 245px !important;
  }
}

.bbrr250 {
  border-bottom-right-radius: 250px;
}

@media only screen and (max-width: 991px) {
  .bbrr250-sm {
    border-bottom-right-radius: 250px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr250-md {
    border-bottom-right-radius: 250px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr250-xs {
    border-bottom-right-radius: 250px !important;
  }
}

.bbrr255 {
  border-bottom-right-radius: 255px;
}

@media only screen and (max-width: 991px) {
  .bbrr255-sm {
    border-bottom-right-radius: 255px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr255-md {
    border-bottom-right-radius: 255px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr255-xs {
    border-bottom-right-radius: 255px !important;
  }
}

.bbrr260 {
  border-bottom-right-radius: 260px;
}

@media only screen and (max-width: 991px) {
  .bbrr260-sm {
    border-bottom-right-radius: 260px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr260-md {
    border-bottom-right-radius: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr260-xs {
    border-bottom-right-radius: 260px !important;
  }
}

.bbrr265 {
  border-bottom-right-radius: 265px;
}

@media only screen and (max-width: 991px) {
  .bbrr265-sm {
    border-bottom-right-radius: 265px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr265-md {
    border-bottom-right-radius: 265px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr265-xs {
    border-bottom-right-radius: 265px !important;
  }
}

.bbrr270 {
  border-bottom-right-radius: 270px;
}

@media only screen and (max-width: 991px) {
  .bbrr270-sm {
    border-bottom-right-radius: 270px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr270-md {
    border-bottom-right-radius: 270px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr270-xs {
    border-bottom-right-radius: 270px !important;
  }
}

.bbrr275 {
  border-bottom-right-radius: 275px;
}

@media only screen and (max-width: 991px) {
  .bbrr275-sm {
    border-bottom-right-radius: 275px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr275-md {
    border-bottom-right-radius: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr275-xs {
    border-bottom-right-radius: 275px !important;
  }
}

.bbrr280 {
  border-bottom-right-radius: 280px;
}

@media only screen and (max-width: 991px) {
  .bbrr280-sm {
    border-bottom-right-radius: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr280-md {
    border-bottom-right-radius: 280px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr280-xs {
    border-bottom-right-radius: 280px !important;
  }
}

.bbrr285 {
  border-bottom-right-radius: 285px;
}

@media only screen and (max-width: 991px) {
  .bbrr285-sm {
    border-bottom-right-radius: 285px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr285-md {
    border-bottom-right-radius: 285px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr285-xs {
    border-bottom-right-radius: 285px !important;
  }
}

.bbrr290 {
  border-bottom-right-radius: 290px;
}

@media only screen and (max-width: 991px) {
  .bbrr290-sm {
    border-bottom-right-radius: 290px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr290-md {
    border-bottom-right-radius: 290px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr290-xs {
    border-bottom-right-radius: 290px !important;
  }
}

.bbrr295 {
  border-bottom-right-radius: 295px;
}

@media only screen and (max-width: 991px) {
  .bbrr295-sm {
    border-bottom-right-radius: 295px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr295-md {
    border-bottom-right-radius: 295px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr295-xs {
    border-bottom-right-radius: 295px !important;
  }
}

.bbrr300 {
  border-bottom-right-radius: 300px;
}

@media only screen and (max-width: 991px) {
  .bbrr300-sm {
    border-bottom-right-radius: 300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr300-md {
    border-bottom-right-radius: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr300-xs {
    border-bottom-right-radius: 300px !important;
  }
}

.bbrr0 {
  border-bottom-right-radius: 0 !important;
}

@media only screen and (max-width: 991px) {
  .bbrr0-sm {
    border-bottom-right-radius: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bbrr0-md {
    border-bottom-right-radius: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .bbrr0-xs {
    border-bottom-right-radius: 0 !important;
  }
}

/* other colors */
.orange {
  color: #e97000 !important;
}

/*white */
.white {
  color: white !important;
}

/* black */
.black {
  color: black !important;
}

/* positioning and layout */
/**
 * positions 
 **/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-block {
  display: inline-block;
  vertical-align: baseline;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.none {
  display: none;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.static {
  position: static;
}

[class*='flex'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.zi1 {
  z-index: 1;
}

.zi10 {
  z-index: 10;
}

.zi100 {
  z-index: 100;
}

.zi1000 {
  z-index: 1000;
}

.zi10000 {
  z-index: 10000;
}

/* remove code duplication */
/**
 * fonts 
 **/
/**
 * text positioning 
 **/
/**
 * texts and body-text 
 **/
/**
 * section-hero 
 **/
/**
 * Vr očala
 **/
/**
 * Video
 **/
/**
 * form top
 **/
/**
 * form vr-goggles 
 **/
/**
 * form bottom 
 **/
/**
 * form thankyou
 **/
/**
 * section-ingredients
 **/
/**
 * side menu
 **/
/**
 * footer 
 **/
/**
 * Button
 **/
/**
 * error,success messages
 **/
/* classes */
.font-ubuntu {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
}

.font-ubuntu-light {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
}

.font-ubuntu-italic {
  font-family: 'Ubnt';
  font-weight: 400;
  font-style: italic;
}

.font-ubuntu-light-italic {
  font-family: 'Ubnt';
  font-weight: 400;
  font-style: italic;
}

.font-ubuntu-bold {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 700;
}

.font-ubuntu-medium {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 500;
}

/* idlewild */
.font-idlewild {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
}

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

/* pages and sections */
.section-inner {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.ubuntu-1 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 1px;
}

.fs-1 {
  font-size: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.lh-1 {
  line-height: 1px;
}

.ubuntu-2 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 2px;
}

.fs-2 {
  font-size: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.lh-2 {
  line-height: 2px;
}

.ubuntu-3 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 3px;
}

.fs-3 {
  font-size: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mt-3 {
  margin-top: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.lh-3 {
  line-height: 3px;
}

.ubuntu-4 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 4px;
}

.fs-4 {
  font-size: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.lh-4 {
  line-height: 4px;
}

.ubuntu-5 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 5px;
}

.fs-5 {
  font-size: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.lh-5 {
  line-height: 5px;
}

.ubuntu-6 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 6px;
}

.fs-6 {
  font-size: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.lh-6 {
  line-height: 6px;
}

.ubuntu-7 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 7px;
}

.fs-7 {
  font-size: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mt-7 {
  margin-top: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.lh-7 {
  line-height: 7px;
}

.ubuntu-8 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
}

.fs-8 {
  font-size: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.lh-8 {
  line-height: 8px;
}

.ubuntu-9 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
}

.fs-9 {
  font-size: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mt-9 {
  margin-top: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.lh-9 {
  line-height: 9px;
}

.ubuntu-10 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}

.fs-10 {
  font-size: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.lh-10 {
  line-height: 10px;
}

.ubuntu-11 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
}

.fs-11 {
  font-size: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mt-11 {
  margin-top: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.pr-11 {
  padding-right: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.lh-11 {
  line-height: 11px;
}

.ubuntu-12 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.fs-12 {
  font-size: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.lh-12 {
  line-height: 12px;
}

.ubuntu-13 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

.fs-13 {
  font-size: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mt-13 {
  margin-top: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.lh-13 {
  line-height: 13px;
}

.ubuntu-14 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.fs-14 {
  font-size: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.lh-14 {
  line-height: 14px;
}

.ubuntu-15 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}

.fs-15 {
  font-size: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.lh-15 {
  line-height: 15px;
}

.ubuntu-16 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.fs-16 {
  font-size: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.lh-16 {
  line-height: 16px;
}

.ubuntu-17 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
}

.fs-17 {
  font-size: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mt-17 {
  margin-top: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.lh-17 {
  line-height: 17px;
}

.ubuntu-18 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.fs-18 {
  font-size: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.lh-18 {
  line-height: 18px;
}

.ubuntu-19 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
}

.fs-19 {
  font-size: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mt-19 {
  margin-top: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.pr-19 {
  padding-right: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.lh-19 {
  line-height: 19px;
}

.ubuntu-20 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.fs-20 {
  font-size: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.lh-20 {
  line-height: 20px;
}

.ubuntu-21 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
}

.fs-21 {
  font-size: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mt-21 {
  margin-top: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.pr-21 {
  padding-right: 21px;
}

.pl-21 {
  padding-left: 21px;
}

.pt-21 {
  padding-top: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.lh-21 {
  line-height: 21px;
}

.ubuntu-22 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}

.fs-22 {
  font-size: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pt-22 {
  padding-top: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.lh-22 {
  line-height: 22px;
}

.ubuntu-23 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
}

.fs-23 {
  font-size: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mt-23 {
  margin-top: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.pr-23 {
  padding-right: 23px;
}

.pl-23 {
  padding-left: 23px;
}

.pt-23 {
  padding-top: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.lh-23 {
  line-height: 23px;
}

.ubuntu-24 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}

.fs-24 {
  font-size: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.lh-24 {
  line-height: 24px;
}

.ubuntu-25 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}

.fs-25 {
  font-size: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.lh-25 {
  line-height: 25px;
}

.ubuntu-26 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
}

.fs-26 {
  font-size: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mt-26 {
  margin-top: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.pt-26 {
  padding-top: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.lh-26 {
  line-height: 26px;
}

.ubuntu-27 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
}

.fs-27 {
  font-size: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mt-27 {
  margin-top: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.pl-27 {
  padding-left: 27px;
}

.pt-27 {
  padding-top: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.lh-27 {
  line-height: 27px;
}

.ubuntu-28 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
}

.fs-28 {
  font-size: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.lh-28 {
  line-height: 28px;
}

.ubuntu-29 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
}

.fs-29 {
  font-size: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mt-29 {
  margin-top: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pt-29 {
  padding-top: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.lh-29 {
  line-height: 29px;
}

.ubuntu-30 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}

.fs-30 {
  font-size: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.lh-30 {
  line-height: 30px;
}

.ubuntu-31 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
}

.fs-31 {
  font-size: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.mt-31 {
  margin-top: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

.pr-31 {
  padding-right: 31px;
}

.pl-31 {
  padding-left: 31px;
}

.pt-31 {
  padding-top: 31px;
}

.pb-31 {
  padding-bottom: 31px;
}

.lh-31 {
  line-height: 31px;
}

.ubuntu-32 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
}

.fs-32 {
  font-size: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.lh-32 {
  line-height: 32px;
}

.ubuntu-33 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
}

.fs-33 {
  font-size: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.mt-33 {
  margin-top: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

.pr-33 {
  padding-right: 33px;
}

.pl-33 {
  padding-left: 33px;
}

.pt-33 {
  padding-top: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.lh-33 {
  line-height: 33px;
}

.ubuntu-34 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
}

.fs-34 {
  font-size: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mt-34 {
  margin-top: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.pr-34 {
  padding-right: 34px;
}

.pl-34 {
  padding-left: 34px;
}

.pt-34 {
  padding-top: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.lh-34 {
  line-height: 34px;
}

.ubuntu-35 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
}

.fs-35 {
  font-size: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.lh-35 {
  line-height: 35px;
}

.ubuntu-36 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
}

.fs-36 {
  font-size: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.lh-36 {
  line-height: 36px;
}

.ubuntu-37 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
}

.fs-37 {
  font-size: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mt-37 {
  margin-top: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.pr-37 {
  padding-right: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.pt-37 {
  padding-top: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.lh-37 {
  line-height: 37px;
}

.ubuntu-38 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
}

.fs-38 {
  font-size: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mt-38 {
  margin-top: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.pr-38 {
  padding-right: 38px;
}

.pl-38 {
  padding-left: 38px;
}

.pt-38 {
  padding-top: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.lh-38 {
  line-height: 38px;
}

.ubuntu-39 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 39px;
}

.fs-39 {
  font-size: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mt-39 {
  margin-top: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.pr-39 {
  padding-right: 39px;
}

.pl-39 {
  padding-left: 39px;
}

.pt-39 {
  padding-top: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.lh-39 {
  line-height: 39px;
}

.ubuntu-40 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
}

.fs-40 {
  font-size: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.lh-40 {
  line-height: 40px;
}

.ubuntu-41 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 41px;
}

.fs-41 {
  font-size: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.mt-41 {
  margin-top: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

.pr-41 {
  padding-right: 41px;
}

.pl-41 {
  padding-left: 41px;
}

.pt-41 {
  padding-top: 41px;
}

.pb-41 {
  padding-bottom: 41px;
}

.lh-41 {
  line-height: 41px;
}

.ubuntu-42 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
}

.fs-42 {
  font-size: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mt-42 {
  margin-top: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.pr-42 {
  padding-right: 42px;
}

.pl-42 {
  padding-left: 42px;
}

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.lh-42 {
  line-height: 42px;
}

.ubuntu-43 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
}

.fs-43 {
  font-size: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.mt-43 {
  margin-top: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

.pr-43 {
  padding-right: 43px;
}

.pl-43 {
  padding-left: 43px;
}

.pt-43 {
  padding-top: 43px;
}

.pb-43 {
  padding-bottom: 43px;
}

.lh-43 {
  line-height: 43px;
}

.ubuntu-44 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
}

.fs-44 {
  font-size: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.lh-44 {
  line-height: 44px;
}

.ubuntu-45 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
}

.fs-45 {
  font-size: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.lh-45 {
  line-height: 45px;
}

.ubuntu-46 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
}

.fs-46 {
  font-size: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mt-46 {
  margin-top: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.pr-46 {
  padding-right: 46px;
}

.pl-46 {
  padding-left: 46px;
}

.pt-46 {
  padding-top: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.lh-46 {
  line-height: 46px;
}

.ubuntu-47 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
}

.fs-47 {
  font-size: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mt-47 {
  margin-top: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.pr-47 {
  padding-right: 47px;
}

.pl-47 {
  padding-left: 47px;
}

.pt-47 {
  padding-top: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.lh-47 {
  line-height: 47px;
}

.ubuntu-48 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
}

.fs-48 {
  font-size: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.lh-48 {
  line-height: 48px;
}

.ubuntu-49 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 49px;
}

.fs-49 {
  font-size: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.mt-49 {
  margin-top: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

.pr-49 {
  padding-right: 49px;
}

.pl-49 {
  padding-left: 49px;
}

.pt-49 {
  padding-top: 49px;
}

.pb-49 {
  padding-bottom: 49px;
}

.lh-49 {
  line-height: 49px;
}

.ubuntu-50 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
}

.fs-50 {
  font-size: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.lh-50 {
  line-height: 50px;
}

.ubuntu-51 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 51px;
}

.fs-51 {
  font-size: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.ml-51 {
  margin-left: 51px;
}

.mt-51 {
  margin-top: 51px;
}

.mb-51 {
  margin-bottom: 51px;
}

.pr-51 {
  padding-right: 51px;
}

.pl-51 {
  padding-left: 51px;
}

.pt-51 {
  padding-top: 51px;
}

.pb-51 {
  padding-bottom: 51px;
}

.lh-51 {
  line-height: 51px;
}

.ubuntu-52 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
}

.fs-52 {
  font-size: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mt-52 {
  margin-top: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.lh-52 {
  line-height: 52px;
}

.ubuntu-53 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 53px;
}

.fs-53 {
  font-size: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.ml-53 {
  margin-left: 53px;
}

.mt-53 {
  margin-top: 53px;
}

.mb-53 {
  margin-bottom: 53px;
}

.pr-53 {
  padding-right: 53px;
}

.pl-53 {
  padding-left: 53px;
}

.pt-53 {
  padding-top: 53px;
}

.pb-53 {
  padding-bottom: 53px;
}

.lh-53 {
  line-height: 53px;
}

.ubuntu-54 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
}

.fs-54 {
  font-size: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mt-54 {
  margin-top: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

.pr-54 {
  padding-right: 54px;
}

.pl-54 {
  padding-left: 54px;
}

.pt-54 {
  padding-top: 54px;
}

.pb-54 {
  padding-bottom: 54px;
}

.lh-54 {
  line-height: 54px;
}

.ubuntu-55 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
}

.fs-55 {
  font-size: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.lh-55 {
  line-height: 55px;
}

.ubuntu-56 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
}

.fs-56 {
  font-size: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.lh-56 {
  line-height: 56px;
}

.ubuntu-57 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 57px;
}

.fs-57 {
  font-size: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.ml-57 {
  margin-left: 57px;
}

.mt-57 {
  margin-top: 57px;
}

.mb-57 {
  margin-bottom: 57px;
}

.pr-57 {
  padding-right: 57px;
}

.pl-57 {
  padding-left: 57px;
}

.pt-57 {
  padding-top: 57px;
}

.pb-57 {
  padding-bottom: 57px;
}

.lh-57 {
  line-height: 57px;
}

.ubuntu-58 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
}

.fs-58 {
  font-size: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mt-58 {
  margin-top: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

.pr-58 {
  padding-right: 58px;
}

.pl-58 {
  padding-left: 58px;
}

.pt-58 {
  padding-top: 58px;
}

.pb-58 {
  padding-bottom: 58px;
}

.lh-58 {
  line-height: 58px;
}

.ubuntu-59 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 59px;
}

.fs-59 {
  font-size: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.ml-59 {
  margin-left: 59px;
}

.mt-59 {
  margin-top: 59px;
}

.mb-59 {
  margin-bottom: 59px;
}

.pr-59 {
  padding-right: 59px;
}

.pl-59 {
  padding-left: 59px;
}

.pt-59 {
  padding-top: 59px;
}

.pb-59 {
  padding-bottom: 59px;
}

.lh-59 {
  line-height: 59px;
}

.ubuntu-60 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
}

.fs-60 {
  font-size: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.lh-60 {
  line-height: 60px;
}

.ubuntu-61 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 61px;
}

.fs-61 {
  font-size: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.ml-61 {
  margin-left: 61px;
}

.mt-61 {
  margin-top: 61px;
}

.mb-61 {
  margin-bottom: 61px;
}

.pr-61 {
  padding-right: 61px;
}

.pl-61 {
  padding-left: 61px;
}

.pt-61 {
  padding-top: 61px;
}

.pb-61 {
  padding-bottom: 61px;
}

.lh-61 {
  line-height: 61px;
}

.ubuntu-62 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 62px;
}

.fs-62 {
  font-size: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mt-62 {
  margin-top: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.pr-62 {
  padding-right: 62px;
}

.pl-62 {
  padding-left: 62px;
}

.pt-62 {
  padding-top: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.lh-62 {
  line-height: 62px;
}

.ubuntu-63 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 63px;
}

.fs-63 {
  font-size: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.ml-63 {
  margin-left: 63px;
}

.mt-63 {
  margin-top: 63px;
}

.mb-63 {
  margin-bottom: 63px;
}

.pr-63 {
  padding-right: 63px;
}

.pl-63 {
  padding-left: 63px;
}

.pt-63 {
  padding-top: 63px;
}

.pb-63 {
  padding-bottom: 63px;
}

.lh-63 {
  line-height: 63px;
}

.ubuntu-64 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
}

.fs-64 {
  font-size: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.lh-64 {
  line-height: 64px;
}

.ubuntu-65 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
}

.fs-65 {
  font-size: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.lh-65 {
  line-height: 65px;
}

.ubuntu-66 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 66px;
}

.fs-66 {
  font-size: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.ml-66 {
  margin-left: 66px;
}

.mt-66 {
  margin-top: 66px;
}

.mb-66 {
  margin-bottom: 66px;
}

.pr-66 {
  padding-right: 66px;
}

.pl-66 {
  padding-left: 66px;
}

.pt-66 {
  padding-top: 66px;
}

.pb-66 {
  padding-bottom: 66px;
}

.lh-66 {
  line-height: 66px;
}

.ubuntu-67 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 67px;
}

.fs-67 {
  font-size: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.ml-67 {
  margin-left: 67px;
}

.mt-67 {
  margin-top: 67px;
}

.mb-67 {
  margin-bottom: 67px;
}

.pr-67 {
  padding-right: 67px;
}

.pl-67 {
  padding-left: 67px;
}

.pt-67 {
  padding-top: 67px;
}

.pb-67 {
  padding-bottom: 67px;
}

.lh-67 {
  line-height: 67px;
}

.ubuntu-68 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
}

.fs-68 {
  font-size: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mt-68 {
  margin-top: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.pr-68 {
  padding-right: 68px;
}

.pl-68 {
  padding-left: 68px;
}

.pt-68 {
  padding-top: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.lh-68 {
  line-height: 68px;
}

.ubuntu-69 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 69px;
}

.fs-69 {
  font-size: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.ml-69 {
  margin-left: 69px;
}

.mt-69 {
  margin-top: 69px;
}

.mb-69 {
  margin-bottom: 69px;
}

.pr-69 {
  padding-right: 69px;
}

.pl-69 {
  padding-left: 69px;
}

.pt-69 {
  padding-top: 69px;
}

.pb-69 {
  padding-bottom: 69px;
}

.lh-69 {
  line-height: 69px;
}

.ubuntu-70 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
}

.fs-70 {
  font-size: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.lh-70 {
  line-height: 70px;
}

.ubuntu-71 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 71px;
}

.fs-71 {
  font-size: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.ml-71 {
  margin-left: 71px;
}

.mt-71 {
  margin-top: 71px;
}

.mb-71 {
  margin-bottom: 71px;
}

.pr-71 {
  padding-right: 71px;
}

.pl-71 {
  padding-left: 71px;
}

.pt-71 {
  padding-top: 71px;
}

.pb-71 {
  padding-bottom: 71px;
}

.lh-71 {
  line-height: 71px;
}

.ubuntu-72 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
}

.fs-72 {
  font-size: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.lh-72 {
  line-height: 72px;
}

.ubuntu-73 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 73px;
}

.fs-73 {
  font-size: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.ml-73 {
  margin-left: 73px;
}

.mt-73 {
  margin-top: 73px;
}

.mb-73 {
  margin-bottom: 73px;
}

.pr-73 {
  padding-right: 73px;
}

.pl-73 {
  padding-left: 73px;
}

.pt-73 {
  padding-top: 73px;
}

.pb-73 {
  padding-bottom: 73px;
}

.lh-73 {
  line-height: 73px;
}

.ubuntu-74 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 74px;
}

.fs-74 {
  font-size: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.ml-74 {
  margin-left: 74px;
}

.mt-74 {
  margin-top: 74px;
}

.mb-74 {
  margin-bottom: 74px;
}

.pr-74 {
  padding-right: 74px;
}

.pl-74 {
  padding-left: 74px;
}

.pt-74 {
  padding-top: 74px;
}

.pb-74 {
  padding-bottom: 74px;
}

.lh-74 {
  line-height: 74px;
}

.ubuntu-75 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
}

.fs-75 {
  font-size: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.lh-75 {
  line-height: 75px;
}

.ubuntu-76 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 76px;
}

.fs-76 {
  font-size: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mt-76 {
  margin-top: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.pr-76 {
  padding-right: 76px;
}

.pl-76 {
  padding-left: 76px;
}

.pt-76 {
  padding-top: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.lh-76 {
  line-height: 76px;
}

.ubuntu-77 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 77px;
}

.fs-77 {
  font-size: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.ml-77 {
  margin-left: 77px;
}

.mt-77 {
  margin-top: 77px;
}

.mb-77 {
  margin-bottom: 77px;
}

.pr-77 {
  padding-right: 77px;
}

.pl-77 {
  padding-left: 77px;
}

.pt-77 {
  padding-top: 77px;
}

.pb-77 {
  padding-bottom: 77px;
}

.lh-77 {
  line-height: 77px;
}

.ubuntu-78 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 78px;
}

.fs-78 {
  font-size: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.ml-78 {
  margin-left: 78px;
}

.mt-78 {
  margin-top: 78px;
}

.mb-78 {
  margin-bottom: 78px;
}

.pr-78 {
  padding-right: 78px;
}

.pl-78 {
  padding-left: 78px;
}

.pt-78 {
  padding-top: 78px;
}

.pb-78 {
  padding-bottom: 78px;
}

.lh-78 {
  line-height: 78px;
}

.ubuntu-79 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 79px;
}

.fs-79 {
  font-size: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.ml-79 {
  margin-left: 79px;
}

.mt-79 {
  margin-top: 79px;
}

.mb-79 {
  margin-bottom: 79px;
}

.pr-79 {
  padding-right: 79px;
}

.pl-79 {
  padding-left: 79px;
}

.pt-79 {
  padding-top: 79px;
}

.pb-79 {
  padding-bottom: 79px;
}

.lh-79 {
  line-height: 79px;
}

.ubuntu-80 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
}

.fs-80 {
  font-size: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.lh-80 {
  line-height: 80px;
}

.ubuntu-81 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 81px;
}

.fs-81 {
  font-size: 81px;
}

.mr-81 {
  margin-right: 81px;
}

.ml-81 {
  margin-left: 81px;
}

.mt-81 {
  margin-top: 81px;
}

.mb-81 {
  margin-bottom: 81px;
}

.pr-81 {
  padding-right: 81px;
}

.pl-81 {
  padding-left: 81px;
}

.pt-81 {
  padding-top: 81px;
}

.pb-81 {
  padding-bottom: 81px;
}

.lh-81 {
  line-height: 81px;
}

.ubuntu-82 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 82px;
}

.fs-82 {
  font-size: 82px;
}

.mr-82 {
  margin-right: 82px;
}

.ml-82 {
  margin-left: 82px;
}

.mt-82 {
  margin-top: 82px;
}

.mb-82 {
  margin-bottom: 82px;
}

.pr-82 {
  padding-right: 82px;
}

.pl-82 {
  padding-left: 82px;
}

.pt-82 {
  padding-top: 82px;
}

.pb-82 {
  padding-bottom: 82px;
}

.lh-82 {
  line-height: 82px;
}

.ubuntu-83 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 83px;
}

.fs-83 {
  font-size: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.ml-83 {
  margin-left: 83px;
}

.mt-83 {
  margin-top: 83px;
}

.mb-83 {
  margin-bottom: 83px;
}

.pr-83 {
  padding-right: 83px;
}

.pl-83 {
  padding-left: 83px;
}

.pt-83 {
  padding-top: 83px;
}

.pb-83 {
  padding-bottom: 83px;
}

.lh-83 {
  line-height: 83px;
}

.ubuntu-84 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 84px;
}

.fs-84 {
  font-size: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.ml-84 {
  margin-left: 84px;
}

.mt-84 {
  margin-top: 84px;
}

.mb-84 {
  margin-bottom: 84px;
}

.pr-84 {
  padding-right: 84px;
}

.pl-84 {
  padding-left: 84px;
}

.pt-84 {
  padding-top: 84px;
}

.pb-84 {
  padding-bottom: 84px;
}

.lh-84 {
  line-height: 84px;
}

.ubuntu-85 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 85px;
}

.fs-85 {
  font-size: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.lh-85 {
  line-height: 85px;
}

.ubuntu-86 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 86px;
}

.fs-86 {
  font-size: 86px;
}

.mr-86 {
  margin-right: 86px;
}

.ml-86 {
  margin-left: 86px;
}

.mt-86 {
  margin-top: 86px;
}

.mb-86 {
  margin-bottom: 86px;
}

.pr-86 {
  padding-right: 86px;
}

.pl-86 {
  padding-left: 86px;
}

.pt-86 {
  padding-top: 86px;
}

.pb-86 {
  padding-bottom: 86px;
}

.lh-86 {
  line-height: 86px;
}

.ubuntu-87 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 87px;
}

.fs-87 {
  font-size: 87px;
}

.mr-87 {
  margin-right: 87px;
}

.ml-87 {
  margin-left: 87px;
}

.mt-87 {
  margin-top: 87px;
}

.mb-87 {
  margin-bottom: 87px;
}

.pr-87 {
  padding-right: 87px;
}

.pl-87 {
  padding-left: 87px;
}

.pt-87 {
  padding-top: 87px;
}

.pb-87 {
  padding-bottom: 87px;
}

.lh-87 {
  line-height: 87px;
}

.ubuntu-88 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 88px;
}

.fs-88 {
  font-size: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mt-88 {
  margin-top: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.pr-88 {
  padding-right: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.pt-88 {
  padding-top: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.lh-88 {
  line-height: 88px;
}

.ubuntu-89 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 89px;
}

.fs-89 {
  font-size: 89px;
}

.mr-89 {
  margin-right: 89px;
}

.ml-89 {
  margin-left: 89px;
}

.mt-89 {
  margin-top: 89px;
}

.mb-89 {
  margin-bottom: 89px;
}

.pr-89 {
  padding-right: 89px;
}

.pl-89 {
  padding-left: 89px;
}

.pt-89 {
  padding-top: 89px;
}

.pb-89 {
  padding-bottom: 89px;
}

.lh-89 {
  line-height: 89px;
}

.ubuntu-90 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
}

.fs-90 {
  font-size: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.lh-90 {
  line-height: 90px;
}

.ubuntu-91 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 91px;
}

.fs-91 {
  font-size: 91px;
}

.mr-91 {
  margin-right: 91px;
}

.ml-91 {
  margin-left: 91px;
}

.mt-91 {
  margin-top: 91px;
}

.mb-91 {
  margin-bottom: 91px;
}

.pr-91 {
  padding-right: 91px;
}

.pl-91 {
  padding-left: 91px;
}

.pt-91 {
  padding-top: 91px;
}

.pb-91 {
  padding-bottom: 91px;
}

.lh-91 {
  line-height: 91px;
}

.ubuntu-92 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
}

.fs-92 {
  font-size: 92px;
}

.mr-92 {
  margin-right: 92px;
}

.ml-92 {
  margin-left: 92px;
}

.mt-92 {
  margin-top: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.pr-92 {
  padding-right: 92px;
}

.pl-92 {
  padding-left: 92px;
}

.pt-92 {
  padding-top: 92px;
}

.pb-92 {
  padding-bottom: 92px;
}

.lh-92 {
  line-height: 92px;
}

.ubuntu-93 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 93px;
}

.fs-93 {
  font-size: 93px;
}

.mr-93 {
  margin-right: 93px;
}

.ml-93 {
  margin-left: 93px;
}

.mt-93 {
  margin-top: 93px;
}

.mb-93 {
  margin-bottom: 93px;
}

.pr-93 {
  padding-right: 93px;
}

.pl-93 {
  padding-left: 93px;
}

.pt-93 {
  padding-top: 93px;
}

.pb-93 {
  padding-bottom: 93px;
}

.lh-93 {
  line-height: 93px;
}

.ubuntu-94 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 94px;
}

.fs-94 {
  font-size: 94px;
}

.mr-94 {
  margin-right: 94px;
}

.ml-94 {
  margin-left: 94px;
}

.mt-94 {
  margin-top: 94px;
}

.mb-94 {
  margin-bottom: 94px;
}

.pr-94 {
  padding-right: 94px;
}

.pl-94 {
  padding-left: 94px;
}

.pt-94 {
  padding-top: 94px;
}

.pb-94 {
  padding-bottom: 94px;
}

.lh-94 {
  line-height: 94px;
}

.ubuntu-95 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 95px;
}

.fs-95 {
  font-size: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.lh-95 {
  line-height: 95px;
}

.ubuntu-96 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
}

.fs-96 {
  font-size: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.lh-96 {
  line-height: 96px;
}

.ubuntu-97 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 97px;
}

.fs-97 {
  font-size: 97px;
}

.mr-97 {
  margin-right: 97px;
}

.ml-97 {
  margin-left: 97px;
}

.mt-97 {
  margin-top: 97px;
}

.mb-97 {
  margin-bottom: 97px;
}

.pr-97 {
  padding-right: 97px;
}

.pl-97 {
  padding-left: 97px;
}

.pt-97 {
  padding-top: 97px;
}

.pb-97 {
  padding-bottom: 97px;
}

.lh-97 {
  line-height: 97px;
}

.ubuntu-98 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 98px;
}

.fs-98 {
  font-size: 98px;
}

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

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

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

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

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

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

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

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

.lh-98 {
  line-height: 98px;
}

.ubuntu-99 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 99px;
}

.fs-99 {
  font-size: 99px;
}

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

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

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

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

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

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

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

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

.lh-99 {
  line-height: 99px;
}

.ubuntu-100 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
}

.fs-100 {
  font-size: 100px;
}

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

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

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

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

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

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

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

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

.lh-100 {
  line-height: 100px;
}

.ubuntu-101 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 101px;
}

.fs-101 {
  font-size: 101px;
}

.mr-101 {
  margin-right: 101px;
}

.ml-101 {
  margin-left: 101px;
}

.mt-101 {
  margin-top: 101px;
}

.mb-101 {
  margin-bottom: 101px;
}

.pr-101 {
  padding-right: 101px;
}

.pl-101 {
  padding-left: 101px;
}

.pt-101 {
  padding-top: 101px;
}

.pb-101 {
  padding-bottom: 101px;
}

.lh-101 {
  line-height: 101px;
}

.ubuntu-102 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 102px;
}

.fs-102 {
  font-size: 102px;
}

.mr-102 {
  margin-right: 102px;
}

.ml-102 {
  margin-left: 102px;
}

.mt-102 {
  margin-top: 102px;
}

.mb-102 {
  margin-bottom: 102px;
}

.pr-102 {
  padding-right: 102px;
}

.pl-102 {
  padding-left: 102px;
}

.pt-102 {
  padding-top: 102px;
}

.pb-102 {
  padding-bottom: 102px;
}

.lh-102 {
  line-height: 102px;
}

.ubuntu-103 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 103px;
}

.fs-103 {
  font-size: 103px;
}

.mr-103 {
  margin-right: 103px;
}

.ml-103 {
  margin-left: 103px;
}

.mt-103 {
  margin-top: 103px;
}

.mb-103 {
  margin-bottom: 103px;
}

.pr-103 {
  padding-right: 103px;
}

.pl-103 {
  padding-left: 103px;
}

.pt-103 {
  padding-top: 103px;
}

.pb-103 {
  padding-bottom: 103px;
}

.lh-103 {
  line-height: 103px;
}

.ubuntu-104 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 104px;
}

.fs-104 {
  font-size: 104px;
}

.mr-104 {
  margin-right: 104px;
}

.ml-104 {
  margin-left: 104px;
}

.mt-104 {
  margin-top: 104px;
}

.mb-104 {
  margin-bottom: 104px;
}

.pr-104 {
  padding-right: 104px;
}

.pl-104 {
  padding-left: 104px;
}

.pt-104 {
  padding-top: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

.lh-104 {
  line-height: 104px;
}

.ubuntu-105 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 105px;
}

.fs-105 {
  font-size: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.lh-105 {
  line-height: 105px;
}

.ubuntu-106 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 106px;
}

.fs-106 {
  font-size: 106px;
}

.mr-106 {
  margin-right: 106px;
}

.ml-106 {
  margin-left: 106px;
}

.mt-106 {
  margin-top: 106px;
}

.mb-106 {
  margin-bottom: 106px;
}

.pr-106 {
  padding-right: 106px;
}

.pl-106 {
  padding-left: 106px;
}

.pt-106 {
  padding-top: 106px;
}

.pb-106 {
  padding-bottom: 106px;
}

.lh-106 {
  line-height: 106px;
}

.ubuntu-107 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 107px;
}

.fs-107 {
  font-size: 107px;
}

.mr-107 {
  margin-right: 107px;
}

.ml-107 {
  margin-left: 107px;
}

.mt-107 {
  margin-top: 107px;
}

.mb-107 {
  margin-bottom: 107px;
}

.pr-107 {
  padding-right: 107px;
}

.pl-107 {
  padding-left: 107px;
}

.pt-107 {
  padding-top: 107px;
}

.pb-107 {
  padding-bottom: 107px;
}

.lh-107 {
  line-height: 107px;
}

.ubuntu-108 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 108px;
}

.fs-108 {
  font-size: 108px;
}

.mr-108 {
  margin-right: 108px;
}

.ml-108 {
  margin-left: 108px;
}

.mt-108 {
  margin-top: 108px;
}

.mb-108 {
  margin-bottom: 108px;
}

.pr-108 {
  padding-right: 108px;
}

.pl-108 {
  padding-left: 108px;
}

.pt-108 {
  padding-top: 108px;
}

.pb-108 {
  padding-bottom: 108px;
}

.lh-108 {
  line-height: 108px;
}

.ubuntu-109 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 109px;
}

.fs-109 {
  font-size: 109px;
}

.mr-109 {
  margin-right: 109px;
}

.ml-109 {
  margin-left: 109px;
}

.mt-109 {
  margin-top: 109px;
}

.mb-109 {
  margin-bottom: 109px;
}

.pr-109 {
  padding-right: 109px;
}

.pl-109 {
  padding-left: 109px;
}

.pt-109 {
  padding-top: 109px;
}

.pb-109 {
  padding-bottom: 109px;
}

.lh-109 {
  line-height: 109px;
}

.ubuntu-110 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
}

.fs-110 {
  font-size: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.lh-110 {
  line-height: 110px;
}

.ubuntu-111 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 111px;
}

.fs-111 {
  font-size: 111px;
}

.mr-111 {
  margin-right: 111px;
}

.ml-111 {
  margin-left: 111px;
}

.mt-111 {
  margin-top: 111px;
}

.mb-111 {
  margin-bottom: 111px;
}

.pr-111 {
  padding-right: 111px;
}

.pl-111 {
  padding-left: 111px;
}

.pt-111 {
  padding-top: 111px;
}

.pb-111 {
  padding-bottom: 111px;
}

.lh-111 {
  line-height: 111px;
}

.ubuntu-112 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 112px;
}

.fs-112 {
  font-size: 112px;
}

.mr-112 {
  margin-right: 112px;
}

.ml-112 {
  margin-left: 112px;
}

.mt-112 {
  margin-top: 112px;
}

.mb-112 {
  margin-bottom: 112px;
}

.pr-112 {
  padding-right: 112px;
}

.pl-112 {
  padding-left: 112px;
}

.pt-112 {
  padding-top: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.lh-112 {
  line-height: 112px;
}

.ubuntu-113 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 113px;
}

.fs-113 {
  font-size: 113px;
}

.mr-113 {
  margin-right: 113px;
}

.ml-113 {
  margin-left: 113px;
}

.mt-113 {
  margin-top: 113px;
}

.mb-113 {
  margin-bottom: 113px;
}

.pr-113 {
  padding-right: 113px;
}

.pl-113 {
  padding-left: 113px;
}

.pt-113 {
  padding-top: 113px;
}

.pb-113 {
  padding-bottom: 113px;
}

.lh-113 {
  line-height: 113px;
}

.ubuntu-114 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 114px;
}

.fs-114 {
  font-size: 114px;
}

.mr-114 {
  margin-right: 114px;
}

.ml-114 {
  margin-left: 114px;
}

.mt-114 {
  margin-top: 114px;
}

.mb-114 {
  margin-bottom: 114px;
}

.pr-114 {
  padding-right: 114px;
}

.pl-114 {
  padding-left: 114px;
}

.pt-114 {
  padding-top: 114px;
}

.pb-114 {
  padding-bottom: 114px;
}

.lh-114 {
  line-height: 114px;
}

.ubuntu-115 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 115px;
}

.fs-115 {
  font-size: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.lh-115 {
  line-height: 115px;
}

.ubuntu-116 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 116px;
}

.fs-116 {
  font-size: 116px;
}

.mr-116 {
  margin-right: 116px;
}

.ml-116 {
  margin-left: 116px;
}

.mt-116 {
  margin-top: 116px;
}

.mb-116 {
  margin-bottom: 116px;
}

.pr-116 {
  padding-right: 116px;
}

.pl-116 {
  padding-left: 116px;
}

.pt-116 {
  padding-top: 116px;
}

.pb-116 {
  padding-bottom: 116px;
}

.lh-116 {
  line-height: 116px;
}

.ubuntu-117 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 117px;
}

.fs-117 {
  font-size: 117px;
}

.mr-117 {
  margin-right: 117px;
}

.ml-117 {
  margin-left: 117px;
}

.mt-117 {
  margin-top: 117px;
}

.mb-117 {
  margin-bottom: 117px;
}

.pr-117 {
  padding-right: 117px;
}

.pl-117 {
  padding-left: 117px;
}

.pt-117 {
  padding-top: 117px;
}

.pb-117 {
  padding-bottom: 117px;
}

.lh-117 {
  line-height: 117px;
}

.ubuntu-118 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 118px;
}

.fs-118 {
  font-size: 118px;
}

.mr-118 {
  margin-right: 118px;
}

.ml-118 {
  margin-left: 118px;
}

.mt-118 {
  margin-top: 118px;
}

.mb-118 {
  margin-bottom: 118px;
}

.pr-118 {
  padding-right: 118px;
}

.pl-118 {
  padding-left: 118px;
}

.pt-118 {
  padding-top: 118px;
}

.pb-118 {
  padding-bottom: 118px;
}

.lh-118 {
  line-height: 118px;
}

.ubuntu-119 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 119px;
}

.fs-119 {
  font-size: 119px;
}

.mr-119 {
  margin-right: 119px;
}

.ml-119 {
  margin-left: 119px;
}

.mt-119 {
  margin-top: 119px;
}

.mb-119 {
  margin-bottom: 119px;
}

.pr-119 {
  padding-right: 119px;
}

.pl-119 {
  padding-left: 119px;
}

.pt-119 {
  padding-top: 119px;
}

.pb-119 {
  padding-bottom: 119px;
}

.lh-119 {
  line-height: 119px;
}

.ubuntu-120 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
}

.fs-120 {
  font-size: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.lh-120 {
  line-height: 120px;
}

.ubuntu-121 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 121px;
}

.fs-121 {
  font-size: 121px;
}

.mr-121 {
  margin-right: 121px;
}

.ml-121 {
  margin-left: 121px;
}

.mt-121 {
  margin-top: 121px;
}

.mb-121 {
  margin-bottom: 121px;
}

.pr-121 {
  padding-right: 121px;
}

.pl-121 {
  padding-left: 121px;
}

.pt-121 {
  padding-top: 121px;
}

.pb-121 {
  padding-bottom: 121px;
}

.lh-121 {
  line-height: 121px;
}

.ubuntu-122 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 122px;
}

.fs-122 {
  font-size: 122px;
}

.mr-122 {
  margin-right: 122px;
}

.ml-122 {
  margin-left: 122px;
}

.mt-122 {
  margin-top: 122px;
}

.mb-122 {
  margin-bottom: 122px;
}

.pr-122 {
  padding-right: 122px;
}

.pl-122 {
  padding-left: 122px;
}

.pt-122 {
  padding-top: 122px;
}

.pb-122 {
  padding-bottom: 122px;
}

.lh-122 {
  line-height: 122px;
}

.ubuntu-123 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 123px;
}

.fs-123 {
  font-size: 123px;
}

.mr-123 {
  margin-right: 123px;
}

.ml-123 {
  margin-left: 123px;
}

.mt-123 {
  margin-top: 123px;
}

.mb-123 {
  margin-bottom: 123px;
}

.pr-123 {
  padding-right: 123px;
}

.pl-123 {
  padding-left: 123px;
}

.pt-123 {
  padding-top: 123px;
}

.pb-123 {
  padding-bottom: 123px;
}

.lh-123 {
  line-height: 123px;
}

.ubuntu-124 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 124px;
}

.fs-124 {
  font-size: 124px;
}

.mr-124 {
  margin-right: 124px;
}

.ml-124 {
  margin-left: 124px;
}

.mt-124 {
  margin-top: 124px;
}

.mb-124 {
  margin-bottom: 124px;
}

.pr-124 {
  padding-right: 124px;
}

.pl-124 {
  padding-left: 124px;
}

.pt-124 {
  padding-top: 124px;
}

.pb-124 {
  padding-bottom: 124px;
}

.lh-124 {
  line-height: 124px;
}

.ubuntu-125 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 125px;
}

.fs-125 {
  font-size: 125px;
}

.mr-125 {
  margin-right: 125px;
}

.ml-125 {
  margin-left: 125px;
}

.mt-125 {
  margin-top: 125px;
}

.mb-125 {
  margin-bottom: 125px;
}

.pr-125 {
  padding-right: 125px;
}

.pl-125 {
  padding-left: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.lh-125 {
  line-height: 125px;
}

.ubuntu-126 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 126px;
}

.fs-126 {
  font-size: 126px;
}

.mr-126 {
  margin-right: 126px;
}

.ml-126 {
  margin-left: 126px;
}

.mt-126 {
  margin-top: 126px;
}

.mb-126 {
  margin-bottom: 126px;
}

.pr-126 {
  padding-right: 126px;
}

.pl-126 {
  padding-left: 126px;
}

.pt-126 {
  padding-top: 126px;
}

.pb-126 {
  padding-bottom: 126px;
}

.lh-126 {
  line-height: 126px;
}

.ubuntu-127 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 127px;
}

.fs-127 {
  font-size: 127px;
}

.mr-127 {
  margin-right: 127px;
}

.ml-127 {
  margin-left: 127px;
}

.mt-127 {
  margin-top: 127px;
}

.mb-127 {
  margin-bottom: 127px;
}

.pr-127 {
  padding-right: 127px;
}

.pl-127 {
  padding-left: 127px;
}

.pt-127 {
  padding-top: 127px;
}

.pb-127 {
  padding-bottom: 127px;
}

.lh-127 {
  line-height: 127px;
}

.ubuntu-128 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 128px;
}

.fs-128 {
  font-size: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mt-128 {
  margin-top: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.pt-128 {
  padding-top: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.lh-128 {
  line-height: 128px;
}

.ubuntu-129 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 129px;
}

.fs-129 {
  font-size: 129px;
}

.mr-129 {
  margin-right: 129px;
}

.ml-129 {
  margin-left: 129px;
}

.mt-129 {
  margin-top: 129px;
}

.mb-129 {
  margin-bottom: 129px;
}

.pr-129 {
  padding-right: 129px;
}

.pl-129 {
  padding-left: 129px;
}

.pt-129 {
  padding-top: 129px;
}

.pb-129 {
  padding-bottom: 129px;
}

.lh-129 {
  line-height: 129px;
}

.ubuntu-130 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 130px;
}

.fs-130 {
  font-size: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.lh-130 {
  line-height: 130px;
}

.ubuntu-131 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 131px;
}

.fs-131 {
  font-size: 131px;
}

.mr-131 {
  margin-right: 131px;
}

.ml-131 {
  margin-left: 131px;
}

.mt-131 {
  margin-top: 131px;
}

.mb-131 {
  margin-bottom: 131px;
}

.pr-131 {
  padding-right: 131px;
}

.pl-131 {
  padding-left: 131px;
}

.pt-131 {
  padding-top: 131px;
}

.pb-131 {
  padding-bottom: 131px;
}

.lh-131 {
  line-height: 131px;
}

.ubuntu-132 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 132px;
}

.fs-132 {
  font-size: 132px;
}

.mr-132 {
  margin-right: 132px;
}

.ml-132 {
  margin-left: 132px;
}

.mt-132 {
  margin-top: 132px;
}

.mb-132 {
  margin-bottom: 132px;
}

.pr-132 {
  padding-right: 132px;
}

.pl-132 {
  padding-left: 132px;
}

.pt-132 {
  padding-top: 132px;
}

.pb-132 {
  padding-bottom: 132px;
}

.lh-132 {
  line-height: 132px;
}

.ubuntu-133 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 133px;
}

.fs-133 {
  font-size: 133px;
}

.mr-133 {
  margin-right: 133px;
}

.ml-133 {
  margin-left: 133px;
}

.mt-133 {
  margin-top: 133px;
}

.mb-133 {
  margin-bottom: 133px;
}

.pr-133 {
  padding-right: 133px;
}

.pl-133 {
  padding-left: 133px;
}

.pt-133 {
  padding-top: 133px;
}

.pb-133 {
  padding-bottom: 133px;
}

.lh-133 {
  line-height: 133px;
}

.ubuntu-134 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 134px;
}

.fs-134 {
  font-size: 134px;
}

.mr-134 {
  margin-right: 134px;
}

.ml-134 {
  margin-left: 134px;
}

.mt-134 {
  margin-top: 134px;
}

.mb-134 {
  margin-bottom: 134px;
}

.pr-134 {
  padding-right: 134px;
}

.pl-134 {
  padding-left: 134px;
}

.pt-134 {
  padding-top: 134px;
}

.pb-134 {
  padding-bottom: 134px;
}

.lh-134 {
  line-height: 134px;
}

.ubuntu-135 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 135px;
}

.fs-135 {
  font-size: 135px;
}

.mr-135 {
  margin-right: 135px;
}

.ml-135 {
  margin-left: 135px;
}

.mt-135 {
  margin-top: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.pr-135 {
  padding-right: 135px;
}

.pl-135 {
  padding-left: 135px;
}

.pt-135 {
  padding-top: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

.lh-135 {
  line-height: 135px;
}

.ubuntu-136 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 136px;
}

.fs-136 {
  font-size: 136px;
}

.mr-136 {
  margin-right: 136px;
}

.ml-136 {
  margin-left: 136px;
}

.mt-136 {
  margin-top: 136px;
}

.mb-136 {
  margin-bottom: 136px;
}

.pr-136 {
  padding-right: 136px;
}

.pl-136 {
  padding-left: 136px;
}

.pt-136 {
  padding-top: 136px;
}

.pb-136 {
  padding-bottom: 136px;
}

.lh-136 {
  line-height: 136px;
}

.ubuntu-137 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 137px;
}

.fs-137 {
  font-size: 137px;
}

.mr-137 {
  margin-right: 137px;
}

.ml-137 {
  margin-left: 137px;
}

.mt-137 {
  margin-top: 137px;
}

.mb-137 {
  margin-bottom: 137px;
}

.pr-137 {
  padding-right: 137px;
}

.pl-137 {
  padding-left: 137px;
}

.pt-137 {
  padding-top: 137px;
}

.pb-137 {
  padding-bottom: 137px;
}

.lh-137 {
  line-height: 137px;
}

.ubuntu-138 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 138px;
}

.fs-138 {
  font-size: 138px;
}

.mr-138 {
  margin-right: 138px;
}

.ml-138 {
  margin-left: 138px;
}

.mt-138 {
  margin-top: 138px;
}

.mb-138 {
  margin-bottom: 138px;
}

.pr-138 {
  padding-right: 138px;
}

.pl-138 {
  padding-left: 138px;
}

.pt-138 {
  padding-top: 138px;
}

.pb-138 {
  padding-bottom: 138px;
}

.lh-138 {
  line-height: 138px;
}

.ubuntu-139 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 139px;
}

.fs-139 {
  font-size: 139px;
}

.mr-139 {
  margin-right: 139px;
}

.ml-139 {
  margin-left: 139px;
}

.mt-139 {
  margin-top: 139px;
}

.mb-139 {
  margin-bottom: 139px;
}

.pr-139 {
  padding-right: 139px;
}

.pl-139 {
  padding-left: 139px;
}

.pt-139 {
  padding-top: 139px;
}

.pb-139 {
  padding-bottom: 139px;
}

.lh-139 {
  line-height: 139px;
}

.ubuntu-140 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 140px;
}

.fs-140 {
  font-size: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.lh-140 {
  line-height: 140px;
}

.ubuntu-141 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 141px;
}

.fs-141 {
  font-size: 141px;
}

.mr-141 {
  margin-right: 141px;
}

.ml-141 {
  margin-left: 141px;
}

.mt-141 {
  margin-top: 141px;
}

.mb-141 {
  margin-bottom: 141px;
}

.pr-141 {
  padding-right: 141px;
}

.pl-141 {
  padding-left: 141px;
}

.pt-141 {
  padding-top: 141px;
}

.pb-141 {
  padding-bottom: 141px;
}

.lh-141 {
  line-height: 141px;
}

.ubuntu-142 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 142px;
}

.fs-142 {
  font-size: 142px;
}

.mr-142 {
  margin-right: 142px;
}

.ml-142 {
  margin-left: 142px;
}

.mt-142 {
  margin-top: 142px;
}

.mb-142 {
  margin-bottom: 142px;
}

.pr-142 {
  padding-right: 142px;
}

.pl-142 {
  padding-left: 142px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-142 {
  padding-bottom: 142px;
}

.lh-142 {
  line-height: 142px;
}

.ubuntu-143 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 143px;
}

.fs-143 {
  font-size: 143px;
}

.mr-143 {
  margin-right: 143px;
}

.ml-143 {
  margin-left: 143px;
}

.mt-143 {
  margin-top: 143px;
}

.mb-143 {
  margin-bottom: 143px;
}

.pr-143 {
  padding-right: 143px;
}

.pl-143 {
  padding-left: 143px;
}

.pt-143 {
  padding-top: 143px;
}

.pb-143 {
  padding-bottom: 143px;
}

.lh-143 {
  line-height: 143px;
}

.ubuntu-144 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 144px;
}

.fs-144 {
  font-size: 144px;
}

.mr-144 {
  margin-right: 144px;
}

.ml-144 {
  margin-left: 144px;
}

.mt-144 {
  margin-top: 144px;
}

.mb-144 {
  margin-bottom: 144px;
}

.pr-144 {
  padding-right: 144px;
}

.pl-144 {
  padding-left: 144px;
}

.pt-144 {
  padding-top: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.lh-144 {
  line-height: 144px;
}

.ubuntu-145 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 145px;
}

.fs-145 {
  font-size: 145px;
}

.mr-145 {
  margin-right: 145px;
}

.ml-145 {
  margin-left: 145px;
}

.mt-145 {
  margin-top: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.pr-145 {
  padding-right: 145px;
}

.pl-145 {
  padding-left: 145px;
}

.pt-145 {
  padding-top: 145px;
}

.pb-145 {
  padding-bottom: 145px;
}

.lh-145 {
  line-height: 145px;
}

.ubuntu-146 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 146px;
}

.fs-146 {
  font-size: 146px;
}

.mr-146 {
  margin-right: 146px;
}

.ml-146 {
  margin-left: 146px;
}

.mt-146 {
  margin-top: 146px;
}

.mb-146 {
  margin-bottom: 146px;
}

.pr-146 {
  padding-right: 146px;
}

.pl-146 {
  padding-left: 146px;
}

.pt-146 {
  padding-top: 146px;
}

.pb-146 {
  padding-bottom: 146px;
}

.lh-146 {
  line-height: 146px;
}

.ubuntu-147 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 147px;
}

.fs-147 {
  font-size: 147px;
}

.mr-147 {
  margin-right: 147px;
}

.ml-147 {
  margin-left: 147px;
}

.mt-147 {
  margin-top: 147px;
}

.mb-147 {
  margin-bottom: 147px;
}

.pr-147 {
  padding-right: 147px;
}

.pl-147 {
  padding-left: 147px;
}

.pt-147 {
  padding-top: 147px;
}

.pb-147 {
  padding-bottom: 147px;
}

.lh-147 {
  line-height: 147px;
}

.ubuntu-148 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 148px;
}

.fs-148 {
  font-size: 148px;
}

.mr-148 {
  margin-right: 148px;
}

.ml-148 {
  margin-left: 148px;
}

.mt-148 {
  margin-top: 148px;
}

.mb-148 {
  margin-bottom: 148px;
}

.pr-148 {
  padding-right: 148px;
}

.pl-148 {
  padding-left: 148px;
}

.pt-148 {
  padding-top: 148px;
}

.pb-148 {
  padding-bottom: 148px;
}

.lh-148 {
  line-height: 148px;
}

.ubuntu-149 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 149px;
}

.fs-149 {
  font-size: 149px;
}

.mr-149 {
  margin-right: 149px;
}

.ml-149 {
  margin-left: 149px;
}

.mt-149 {
  margin-top: 149px;
}

.mb-149 {
  margin-bottom: 149px;
}

.pr-149 {
  padding-right: 149px;
}

.pl-149 {
  padding-left: 149px;
}

.pt-149 {
  padding-top: 149px;
}

.pb-149 {
  padding-bottom: 149px;
}

.lh-149 {
  line-height: 149px;
}

.ubuntu-150 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 150px;
}

.fs-150 {
  font-size: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.lh-150 {
  line-height: 150px;
}

.ubuntu-151 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 151px;
}

.fs-151 {
  font-size: 151px;
}

.mr-151 {
  margin-right: 151px;
}

.ml-151 {
  margin-left: 151px;
}

.mt-151 {
  margin-top: 151px;
}

.mb-151 {
  margin-bottom: 151px;
}

.pr-151 {
  padding-right: 151px;
}

.pl-151 {
  padding-left: 151px;
}

.pt-151 {
  padding-top: 151px;
}

.pb-151 {
  padding-bottom: 151px;
}

.lh-151 {
  line-height: 151px;
}

.ubuntu-152 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 152px;
}

.fs-152 {
  font-size: 152px;
}

.mr-152 {
  margin-right: 152px;
}

.ml-152 {
  margin-left: 152px;
}

.mt-152 {
  margin-top: 152px;
}

.mb-152 {
  margin-bottom: 152px;
}

.pr-152 {
  padding-right: 152px;
}

.pl-152 {
  padding-left: 152px;
}

.pt-152 {
  padding-top: 152px;
}

.pb-152 {
  padding-bottom: 152px;
}

.lh-152 {
  line-height: 152px;
}

.ubuntu-153 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 153px;
}

.fs-153 {
  font-size: 153px;
}

.mr-153 {
  margin-right: 153px;
}

.ml-153 {
  margin-left: 153px;
}

.mt-153 {
  margin-top: 153px;
}

.mb-153 {
  margin-bottom: 153px;
}

.pr-153 {
  padding-right: 153px;
}

.pl-153 {
  padding-left: 153px;
}

.pt-153 {
  padding-top: 153px;
}

.pb-153 {
  padding-bottom: 153px;
}

.lh-153 {
  line-height: 153px;
}

.ubuntu-154 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 154px;
}

.fs-154 {
  font-size: 154px;
}

.mr-154 {
  margin-right: 154px;
}

.ml-154 {
  margin-left: 154px;
}

.mt-154 {
  margin-top: 154px;
}

.mb-154 {
  margin-bottom: 154px;
}

.pr-154 {
  padding-right: 154px;
}

.pl-154 {
  padding-left: 154px;
}

.pt-154 {
  padding-top: 154px;
}

.pb-154 {
  padding-bottom: 154px;
}

.lh-154 {
  line-height: 154px;
}

.ubuntu-155 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 155px;
}

.fs-155 {
  font-size: 155px;
}

.mr-155 {
  margin-right: 155px;
}

.ml-155 {
  margin-left: 155px;
}

.mt-155 {
  margin-top: 155px;
}

.mb-155 {
  margin-bottom: 155px;
}

.pr-155 {
  padding-right: 155px;
}

.pl-155 {
  padding-left: 155px;
}

.pt-155 {
  padding-top: 155px;
}

.pb-155 {
  padding-bottom: 155px;
}

.lh-155 {
  line-height: 155px;
}

.ubuntu-156 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 156px;
}

.fs-156 {
  font-size: 156px;
}

.mr-156 {
  margin-right: 156px;
}

.ml-156 {
  margin-left: 156px;
}

.mt-156 {
  margin-top: 156px;
}

.mb-156 {
  margin-bottom: 156px;
}

.pr-156 {
  padding-right: 156px;
}

.pl-156 {
  padding-left: 156px;
}

.pt-156 {
  padding-top: 156px;
}

.pb-156 {
  padding-bottom: 156px;
}

.lh-156 {
  line-height: 156px;
}

.ubuntu-157 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 157px;
}

.fs-157 {
  font-size: 157px;
}

.mr-157 {
  margin-right: 157px;
}

.ml-157 {
  margin-left: 157px;
}

.mt-157 {
  margin-top: 157px;
}

.mb-157 {
  margin-bottom: 157px;
}

.pr-157 {
  padding-right: 157px;
}

.pl-157 {
  padding-left: 157px;
}

.pt-157 {
  padding-top: 157px;
}

.pb-157 {
  padding-bottom: 157px;
}

.lh-157 {
  line-height: 157px;
}

.ubuntu-158 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 158px;
}

.fs-158 {
  font-size: 158px;
}

.mr-158 {
  margin-right: 158px;
}

.ml-158 {
  margin-left: 158px;
}

.mt-158 {
  margin-top: 158px;
}

.mb-158 {
  margin-bottom: 158px;
}

.pr-158 {
  padding-right: 158px;
}

.pl-158 {
  padding-left: 158px;
}

.pt-158 {
  padding-top: 158px;
}

.pb-158 {
  padding-bottom: 158px;
}

.lh-158 {
  line-height: 158px;
}

.ubuntu-159 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 159px;
}

.fs-159 {
  font-size: 159px;
}

.mr-159 {
  margin-right: 159px;
}

.ml-159 {
  margin-left: 159px;
}

.mt-159 {
  margin-top: 159px;
}

.mb-159 {
  margin-bottom: 159px;
}

.pr-159 {
  padding-right: 159px;
}

.pl-159 {
  padding-left: 159px;
}

.pt-159 {
  padding-top: 159px;
}

.pb-159 {
  padding-bottom: 159px;
}

.lh-159 {
  line-height: 159px;
}

.ubuntu-160 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 160px;
}

.fs-160 {
  font-size: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.lh-160 {
  line-height: 160px;
}

.ubuntu-161 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 161px;
}

.fs-161 {
  font-size: 161px;
}

.mr-161 {
  margin-right: 161px;
}

.ml-161 {
  margin-left: 161px;
}

.mt-161 {
  margin-top: 161px;
}

.mb-161 {
  margin-bottom: 161px;
}

.pr-161 {
  padding-right: 161px;
}

.pl-161 {
  padding-left: 161px;
}

.pt-161 {
  padding-top: 161px;
}

.pb-161 {
  padding-bottom: 161px;
}

.lh-161 {
  line-height: 161px;
}

.ubuntu-162 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 162px;
}

.fs-162 {
  font-size: 162px;
}

.mr-162 {
  margin-right: 162px;
}

.ml-162 {
  margin-left: 162px;
}

.mt-162 {
  margin-top: 162px;
}

.mb-162 {
  margin-bottom: 162px;
}

.pr-162 {
  padding-right: 162px;
}

.pl-162 {
  padding-left: 162px;
}

.pt-162 {
  padding-top: 162px;
}

.pb-162 {
  padding-bottom: 162px;
}

.lh-162 {
  line-height: 162px;
}

.ubuntu-163 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 163px;
}

.fs-163 {
  font-size: 163px;
}

.mr-163 {
  margin-right: 163px;
}

.ml-163 {
  margin-left: 163px;
}

.mt-163 {
  margin-top: 163px;
}

.mb-163 {
  margin-bottom: 163px;
}

.pr-163 {
  padding-right: 163px;
}

.pl-163 {
  padding-left: 163px;
}

.pt-163 {
  padding-top: 163px;
}

.pb-163 {
  padding-bottom: 163px;
}

.lh-163 {
  line-height: 163px;
}

.ubuntu-164 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 164px;
}

.fs-164 {
  font-size: 164px;
}

.mr-164 {
  margin-right: 164px;
}

.ml-164 {
  margin-left: 164px;
}

.mt-164 {
  margin-top: 164px;
}

.mb-164 {
  margin-bottom: 164px;
}

.pr-164 {
  padding-right: 164px;
}

.pl-164 {
  padding-left: 164px;
}

.pt-164 {
  padding-top: 164px;
}

.pb-164 {
  padding-bottom: 164px;
}

.lh-164 {
  line-height: 164px;
}

.ubuntu-165 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 165px;
}

.fs-165 {
  font-size: 165px;
}

.mr-165 {
  margin-right: 165px;
}

.ml-165 {
  margin-left: 165px;
}

.mt-165 {
  margin-top: 165px;
}

.mb-165 {
  margin-bottom: 165px;
}

.pr-165 {
  padding-right: 165px;
}

.pl-165 {
  padding-left: 165px;
}

.pt-165 {
  padding-top: 165px;
}

.pb-165 {
  padding-bottom: 165px;
}

.lh-165 {
  line-height: 165px;
}

.ubuntu-166 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 166px;
}

.fs-166 {
  font-size: 166px;
}

.mr-166 {
  margin-right: 166px;
}

.ml-166 {
  margin-left: 166px;
}

.mt-166 {
  margin-top: 166px;
}

.mb-166 {
  margin-bottom: 166px;
}

.pr-166 {
  padding-right: 166px;
}

.pl-166 {
  padding-left: 166px;
}

.pt-166 {
  padding-top: 166px;
}

.pb-166 {
  padding-bottom: 166px;
}

.lh-166 {
  line-height: 166px;
}

.ubuntu-167 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 167px;
}

.fs-167 {
  font-size: 167px;
}

.mr-167 {
  margin-right: 167px;
}

.ml-167 {
  margin-left: 167px;
}

.mt-167 {
  margin-top: 167px;
}

.mb-167 {
  margin-bottom: 167px;
}

.pr-167 {
  padding-right: 167px;
}

.pl-167 {
  padding-left: 167px;
}

.pt-167 {
  padding-top: 167px;
}

.pb-167 {
  padding-bottom: 167px;
}

.lh-167 {
  line-height: 167px;
}

.ubuntu-168 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 168px;
}

.fs-168 {
  font-size: 168px;
}

.mr-168 {
  margin-right: 168px;
}

.ml-168 {
  margin-left: 168px;
}

.mt-168 {
  margin-top: 168px;
}

.mb-168 {
  margin-bottom: 168px;
}

.pr-168 {
  padding-right: 168px;
}

.pl-168 {
  padding-left: 168px;
}

.pt-168 {
  padding-top: 168px;
}

.pb-168 {
  padding-bottom: 168px;
}

.lh-168 {
  line-height: 168px;
}

.ubuntu-169 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 169px;
}

.fs-169 {
  font-size: 169px;
}

.mr-169 {
  margin-right: 169px;
}

.ml-169 {
  margin-left: 169px;
}

.mt-169 {
  margin-top: 169px;
}

.mb-169 {
  margin-bottom: 169px;
}

.pr-169 {
  padding-right: 169px;
}

.pl-169 {
  padding-left: 169px;
}

.pt-169 {
  padding-top: 169px;
}

.pb-169 {
  padding-bottom: 169px;
}

.lh-169 {
  line-height: 169px;
}

.ubuntu-170 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 170px;
}

.fs-170 {
  font-size: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.lh-170 {
  line-height: 170px;
}

.ubuntu-171 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 171px;
}

.fs-171 {
  font-size: 171px;
}

.mr-171 {
  margin-right: 171px;
}

.ml-171 {
  margin-left: 171px;
}

.mt-171 {
  margin-top: 171px;
}

.mb-171 {
  margin-bottom: 171px;
}

.pr-171 {
  padding-right: 171px;
}

.pl-171 {
  padding-left: 171px;
}

.pt-171 {
  padding-top: 171px;
}

.pb-171 {
  padding-bottom: 171px;
}

.lh-171 {
  line-height: 171px;
}

.ubuntu-172 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 172px;
}

.fs-172 {
  font-size: 172px;
}

.mr-172 {
  margin-right: 172px;
}

.ml-172 {
  margin-left: 172px;
}

.mt-172 {
  margin-top: 172px;
}

.mb-172 {
  margin-bottom: 172px;
}

.pr-172 {
  padding-right: 172px;
}

.pl-172 {
  padding-left: 172px;
}

.pt-172 {
  padding-top: 172px;
}

.pb-172 {
  padding-bottom: 172px;
}

.lh-172 {
  line-height: 172px;
}

.ubuntu-173 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 173px;
}

.fs-173 {
  font-size: 173px;
}

.mr-173 {
  margin-right: 173px;
}

.ml-173 {
  margin-left: 173px;
}

.mt-173 {
  margin-top: 173px;
}

.mb-173 {
  margin-bottom: 173px;
}

.pr-173 {
  padding-right: 173px;
}

.pl-173 {
  padding-left: 173px;
}

.pt-173 {
  padding-top: 173px;
}

.pb-173 {
  padding-bottom: 173px;
}

.lh-173 {
  line-height: 173px;
}

.ubuntu-174 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 174px;
}

.fs-174 {
  font-size: 174px;
}

.mr-174 {
  margin-right: 174px;
}

.ml-174 {
  margin-left: 174px;
}

.mt-174 {
  margin-top: 174px;
}

.mb-174 {
  margin-bottom: 174px;
}

.pr-174 {
  padding-right: 174px;
}

.pl-174 {
  padding-left: 174px;
}

.pt-174 {
  padding-top: 174px;
}

.pb-174 {
  padding-bottom: 174px;
}

.lh-174 {
  line-height: 174px;
}

.ubuntu-175 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 175px;
}

.fs-175 {
  font-size: 175px;
}

.mr-175 {
  margin-right: 175px;
}

.ml-175 {
  margin-left: 175px;
}

.mt-175 {
  margin-top: 175px;
}

.mb-175 {
  margin-bottom: 175px;
}

.pr-175 {
  padding-right: 175px;
}

.pl-175 {
  padding-left: 175px;
}

.pt-175 {
  padding-top: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.lh-175 {
  line-height: 175px;
}

.ubuntu-176 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 176px;
}

.fs-176 {
  font-size: 176px;
}

.mr-176 {
  margin-right: 176px;
}

.ml-176 {
  margin-left: 176px;
}

.mt-176 {
  margin-top: 176px;
}

.mb-176 {
  margin-bottom: 176px;
}

.pr-176 {
  padding-right: 176px;
}

.pl-176 {
  padding-left: 176px;
}

.pt-176 {
  padding-top: 176px;
}

.pb-176 {
  padding-bottom: 176px;
}

.lh-176 {
  line-height: 176px;
}

.ubuntu-177 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 177px;
}

.fs-177 {
  font-size: 177px;
}

.mr-177 {
  margin-right: 177px;
}

.ml-177 {
  margin-left: 177px;
}

.mt-177 {
  margin-top: 177px;
}

.mb-177 {
  margin-bottom: 177px;
}

.pr-177 {
  padding-right: 177px;
}

.pl-177 {
  padding-left: 177px;
}

.pt-177 {
  padding-top: 177px;
}

.pb-177 {
  padding-bottom: 177px;
}

.lh-177 {
  line-height: 177px;
}

.ubuntu-178 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 178px;
}

.fs-178 {
  font-size: 178px;
}

.mr-178 {
  margin-right: 178px;
}

.ml-178 {
  margin-left: 178px;
}

.mt-178 {
  margin-top: 178px;
}

.mb-178 {
  margin-bottom: 178px;
}

.pr-178 {
  padding-right: 178px;
}

.pl-178 {
  padding-left: 178px;
}

.pt-178 {
  padding-top: 178px;
}

.pb-178 {
  padding-bottom: 178px;
}

.lh-178 {
  line-height: 178px;
}

.ubuntu-179 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 179px;
}

.fs-179 {
  font-size: 179px;
}

.mr-179 {
  margin-right: 179px;
}

.ml-179 {
  margin-left: 179px;
}

.mt-179 {
  margin-top: 179px;
}

.mb-179 {
  margin-bottom: 179px;
}

.pr-179 {
  padding-right: 179px;
}

.pl-179 {
  padding-left: 179px;
}

.pt-179 {
  padding-top: 179px;
}

.pb-179 {
  padding-bottom: 179px;
}

.lh-179 {
  line-height: 179px;
}

.ubuntu-180 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 180px;
}

.fs-180 {
  font-size: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.lh-180 {
  line-height: 180px;
}

.ubuntu-181 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 181px;
}

.fs-181 {
  font-size: 181px;
}

.mr-181 {
  margin-right: 181px;
}

.ml-181 {
  margin-left: 181px;
}

.mt-181 {
  margin-top: 181px;
}

.mb-181 {
  margin-bottom: 181px;
}

.pr-181 {
  padding-right: 181px;
}

.pl-181 {
  padding-left: 181px;
}

.pt-181 {
  padding-top: 181px;
}

.pb-181 {
  padding-bottom: 181px;
}

.lh-181 {
  line-height: 181px;
}

.ubuntu-182 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 182px;
}

.fs-182 {
  font-size: 182px;
}

.mr-182 {
  margin-right: 182px;
}

.ml-182 {
  margin-left: 182px;
}

.mt-182 {
  margin-top: 182px;
}

.mb-182 {
  margin-bottom: 182px;
}

.pr-182 {
  padding-right: 182px;
}

.pl-182 {
  padding-left: 182px;
}

.pt-182 {
  padding-top: 182px;
}

.pb-182 {
  padding-bottom: 182px;
}

.lh-182 {
  line-height: 182px;
}

.ubuntu-183 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 183px;
}

.fs-183 {
  font-size: 183px;
}

.mr-183 {
  margin-right: 183px;
}

.ml-183 {
  margin-left: 183px;
}

.mt-183 {
  margin-top: 183px;
}

.mb-183 {
  margin-bottom: 183px;
}

.pr-183 {
  padding-right: 183px;
}

.pl-183 {
  padding-left: 183px;
}

.pt-183 {
  padding-top: 183px;
}

.pb-183 {
  padding-bottom: 183px;
}

.lh-183 {
  line-height: 183px;
}

.ubuntu-184 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 184px;
}

.fs-184 {
  font-size: 184px;
}

.mr-184 {
  margin-right: 184px;
}

.ml-184 {
  margin-left: 184px;
}

.mt-184 {
  margin-top: 184px;
}

.mb-184 {
  margin-bottom: 184px;
}

.pr-184 {
  padding-right: 184px;
}

.pl-184 {
  padding-left: 184px;
}

.pt-184 {
  padding-top: 184px;
}

.pb-184 {
  padding-bottom: 184px;
}

.lh-184 {
  line-height: 184px;
}

.ubuntu-185 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 185px;
}

.fs-185 {
  font-size: 185px;
}

.mr-185 {
  margin-right: 185px;
}

.ml-185 {
  margin-left: 185px;
}

.mt-185 {
  margin-top: 185px;
}

.mb-185 {
  margin-bottom: 185px;
}

.pr-185 {
  padding-right: 185px;
}

.pl-185 {
  padding-left: 185px;
}

.pt-185 {
  padding-top: 185px;
}

.pb-185 {
  padding-bottom: 185px;
}

.lh-185 {
  line-height: 185px;
}

.ubuntu-186 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 186px;
}

.fs-186 {
  font-size: 186px;
}

.mr-186 {
  margin-right: 186px;
}

.ml-186 {
  margin-left: 186px;
}

.mt-186 {
  margin-top: 186px;
}

.mb-186 {
  margin-bottom: 186px;
}

.pr-186 {
  padding-right: 186px;
}

.pl-186 {
  padding-left: 186px;
}

.pt-186 {
  padding-top: 186px;
}

.pb-186 {
  padding-bottom: 186px;
}

.lh-186 {
  line-height: 186px;
}

.ubuntu-187 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 187px;
}

.fs-187 {
  font-size: 187px;
}

.mr-187 {
  margin-right: 187px;
}

.ml-187 {
  margin-left: 187px;
}

.mt-187 {
  margin-top: 187px;
}

.mb-187 {
  margin-bottom: 187px;
}

.pr-187 {
  padding-right: 187px;
}

.pl-187 {
  padding-left: 187px;
}

.pt-187 {
  padding-top: 187px;
}

.pb-187 {
  padding-bottom: 187px;
}

.lh-187 {
  line-height: 187px;
}

.ubuntu-188 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 188px;
}

.fs-188 {
  font-size: 188px;
}

.mr-188 {
  margin-right: 188px;
}

.ml-188 {
  margin-left: 188px;
}

.mt-188 {
  margin-top: 188px;
}

.mb-188 {
  margin-bottom: 188px;
}

.pr-188 {
  padding-right: 188px;
}

.pl-188 {
  padding-left: 188px;
}

.pt-188 {
  padding-top: 188px;
}

.pb-188 {
  padding-bottom: 188px;
}

.lh-188 {
  line-height: 188px;
}

.ubuntu-189 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 189px;
}

.fs-189 {
  font-size: 189px;
}

.mr-189 {
  margin-right: 189px;
}

.ml-189 {
  margin-left: 189px;
}

.mt-189 {
  margin-top: 189px;
}

.mb-189 {
  margin-bottom: 189px;
}

.pr-189 {
  padding-right: 189px;
}

.pl-189 {
  padding-left: 189px;
}

.pt-189 {
  padding-top: 189px;
}

.pb-189 {
  padding-bottom: 189px;
}

.lh-189 {
  line-height: 189px;
}

.ubuntu-190 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 190px;
}

.fs-190 {
  font-size: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.ml-190 {
  margin-left: 190px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.pl-190 {
  padding-left: 190px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.lh-190 {
  line-height: 190px;
}

.ubuntu-191 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 191px;
}

.fs-191 {
  font-size: 191px;
}

.mr-191 {
  margin-right: 191px;
}

.ml-191 {
  margin-left: 191px;
}

.mt-191 {
  margin-top: 191px;
}

.mb-191 {
  margin-bottom: 191px;
}

.pr-191 {
  padding-right: 191px;
}

.pl-191 {
  padding-left: 191px;
}

.pt-191 {
  padding-top: 191px;
}

.pb-191 {
  padding-bottom: 191px;
}

.lh-191 {
  line-height: 191px;
}

.ubuntu-192 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 192px;
}

.fs-192 {
  font-size: 192px;
}

.mr-192 {
  margin-right: 192px;
}

.ml-192 {
  margin-left: 192px;
}

.mt-192 {
  margin-top: 192px;
}

.mb-192 {
  margin-bottom: 192px;
}

.pr-192 {
  padding-right: 192px;
}

.pl-192 {
  padding-left: 192px;
}

.pt-192 {
  padding-top: 192px;
}

.pb-192 {
  padding-bottom: 192px;
}

.lh-192 {
  line-height: 192px;
}

.ubuntu-193 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 193px;
}

.fs-193 {
  font-size: 193px;
}

.mr-193 {
  margin-right: 193px;
}

.ml-193 {
  margin-left: 193px;
}

.mt-193 {
  margin-top: 193px;
}

.mb-193 {
  margin-bottom: 193px;
}

.pr-193 {
  padding-right: 193px;
}

.pl-193 {
  padding-left: 193px;
}

.pt-193 {
  padding-top: 193px;
}

.pb-193 {
  padding-bottom: 193px;
}

.lh-193 {
  line-height: 193px;
}

.ubuntu-194 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 194px;
}

.fs-194 {
  font-size: 194px;
}

.mr-194 {
  margin-right: 194px;
}

.ml-194 {
  margin-left: 194px;
}

.mt-194 {
  margin-top: 194px;
}

.mb-194 {
  margin-bottom: 194px;
}

.pr-194 {
  padding-right: 194px;
}

.pl-194 {
  padding-left: 194px;
}

.pt-194 {
  padding-top: 194px;
}

.pb-194 {
  padding-bottom: 194px;
}

.lh-194 {
  line-height: 194px;
}

.ubuntu-195 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 195px;
}

.fs-195 {
  font-size: 195px;
}

.mr-195 {
  margin-right: 195px;
}

.ml-195 {
  margin-left: 195px;
}

.mt-195 {
  margin-top: 195px;
}

.mb-195 {
  margin-bottom: 195px;
}

.pr-195 {
  padding-right: 195px;
}

.pl-195 {
  padding-left: 195px;
}

.pt-195 {
  padding-top: 195px;
}

.pb-195 {
  padding-bottom: 195px;
}

.lh-195 {
  line-height: 195px;
}

.ubuntu-196 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 196px;
}

.fs-196 {
  font-size: 196px;
}

.mr-196 {
  margin-right: 196px;
}

.ml-196 {
  margin-left: 196px;
}

.mt-196 {
  margin-top: 196px;
}

.mb-196 {
  margin-bottom: 196px;
}

.pr-196 {
  padding-right: 196px;
}

.pl-196 {
  padding-left: 196px;
}

.pt-196 {
  padding-top: 196px;
}

.pb-196 {
  padding-bottom: 196px;
}

.lh-196 {
  line-height: 196px;
}

.ubuntu-197 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 197px;
}

.fs-197 {
  font-size: 197px;
}

.mr-197 {
  margin-right: 197px;
}

.ml-197 {
  margin-left: 197px;
}

.mt-197 {
  margin-top: 197px;
}

.mb-197 {
  margin-bottom: 197px;
}

.pr-197 {
  padding-right: 197px;
}

.pl-197 {
  padding-left: 197px;
}

.pt-197 {
  padding-top: 197px;
}

.pb-197 {
  padding-bottom: 197px;
}

.lh-197 {
  line-height: 197px;
}

.ubuntu-198 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 198px;
}

.fs-198 {
  font-size: 198px;
}

.mr-198 {
  margin-right: 198px;
}

.ml-198 {
  margin-left: 198px;
}

.mt-198 {
  margin-top: 198px;
}

.mb-198 {
  margin-bottom: 198px;
}

.pr-198 {
  padding-right: 198px;
}

.pl-198 {
  padding-left: 198px;
}

.pt-198 {
  padding-top: 198px;
}

.pb-198 {
  padding-bottom: 198px;
}

.lh-198 {
  line-height: 198px;
}

.ubuntu-199 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 199px;
}

.fs-199 {
  font-size: 199px;
}

.mr-199 {
  margin-right: 199px;
}

.ml-199 {
  margin-left: 199px;
}

.mt-199 {
  margin-top: 199px;
}

.mb-199 {
  margin-bottom: 199px;
}

.pr-199 {
  padding-right: 199px;
}

.pl-199 {
  padding-left: 199px;
}

.pt-199 {
  padding-top: 199px;
}

.pb-199 {
  padding-bottom: 199px;
}

.lh-199 {
  line-height: 199px;
}

.ubuntu-200 {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
}

.fs-200 {
  font-size: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.lh-200 {
  line-height: 200px;
}

.width-1 {
  width: 1px;
}

.height-1 {
  height: 1px;
}

.width-2 {
  width: 2px;
}

.height-2 {
  height: 2px;
}

.width-3 {
  width: 3px;
}

.height-3 {
  height: 3px;
}

.width-4 {
  width: 4px;
}

.height-4 {
  height: 4px;
}

.width-5 {
  width: 5px;
}

.height-5 {
  height: 5px;
}

.width-6 {
  width: 6px;
}

.height-6 {
  height: 6px;
}

.width-7 {
  width: 7px;
}

.height-7 {
  height: 7px;
}

.width-8 {
  width: 8px;
}

.height-8 {
  height: 8px;
}

.width-9 {
  width: 9px;
}

.height-9 {
  height: 9px;
}

.width-10 {
  width: 10px;
}

.height-10 {
  height: 10px;
}

.width-11 {
  width: 11px;
}

.height-11 {
  height: 11px;
}

.width-12 {
  width: 12px;
}

.height-12 {
  height: 12px;
}

.width-13 {
  width: 13px;
}

.height-13 {
  height: 13px;
}

.width-14 {
  width: 14px;
}

.height-14 {
  height: 14px;
}

.width-15 {
  width: 15px;
}

.height-15 {
  height: 15px;
}

.width-16 {
  width: 16px;
}

.height-16 {
  height: 16px;
}

.width-17 {
  width: 17px;
}

.height-17 {
  height: 17px;
}

.width-18 {
  width: 18px;
}

.height-18 {
  height: 18px;
}

.width-19 {
  width: 19px;
}

.height-19 {
  height: 19px;
}

.width-20 {
  width: 20px;
}

.height-20 {
  height: 20px;
}

.width-21 {
  width: 21px;
}

.height-21 {
  height: 21px;
}

.width-22 {
  width: 22px;
}

.height-22 {
  height: 22px;
}

.width-23 {
  width: 23px;
}

.height-23 {
  height: 23px;
}

.width-24 {
  width: 24px;
}

.height-24 {
  height: 24px;
}

.width-25 {
  width: 25px;
}

.height-25 {
  height: 25px;
}

.width-26 {
  width: 26px;
}

.height-26 {
  height: 26px;
}

.width-27 {
  width: 27px;
}

.height-27 {
  height: 27px;
}

.width-28 {
  width: 28px;
}

.height-28 {
  height: 28px;
}

.width-29 {
  width: 29px;
}

.height-29 {
  height: 29px;
}

.width-30 {
  width: 30px;
}

.height-30 {
  height: 30px;
}

.width-31 {
  width: 31px;
}

.height-31 {
  height: 31px;
}

.width-32 {
  width: 32px;
}

.height-32 {
  height: 32px;
}

.width-33 {
  width: 33px;
}

.height-33 {
  height: 33px;
}

.width-34 {
  width: 34px;
}

.height-34 {
  height: 34px;
}

.width-35 {
  width: 35px;
}

.height-35 {
  height: 35px;
}

.width-36 {
  width: 36px;
}

.height-36 {
  height: 36px;
}

.width-37 {
  width: 37px;
}

.height-37 {
  height: 37px;
}

.width-38 {
  width: 38px;
}

.height-38 {
  height: 38px;
}

.width-39 {
  width: 39px;
}

.height-39 {
  height: 39px;
}

.width-40 {
  width: 40px;
}

.height-40 {
  height: 40px;
}

.width-41 {
  width: 41px;
}

.height-41 {
  height: 41px;
}

.width-42 {
  width: 42px;
}

.height-42 {
  height: 42px;
}

.width-43 {
  width: 43px;
}

.height-43 {
  height: 43px;
}

.width-44 {
  width: 44px;
}

.height-44 {
  height: 44px;
}

.width-45 {
  width: 45px;
}

.height-45 {
  height: 45px;
}

.width-46 {
  width: 46px;
}

.height-46 {
  height: 46px;
}

.width-47 {
  width: 47px;
}

.height-47 {
  height: 47px;
}

.width-48 {
  width: 48px;
}

.height-48 {
  height: 48px;
}

.width-49 {
  width: 49px;
}

.height-49 {
  height: 49px;
}

.width-50 {
  width: 50px;
}

.height-50 {
  height: 50px;
}

.width-51 {
  width: 51px;
}

.height-51 {
  height: 51px;
}

.width-52 {
  width: 52px;
}

.height-52 {
  height: 52px;
}

.width-53 {
  width: 53px;
}

.height-53 {
  height: 53px;
}

.width-54 {
  width: 54px;
}

.height-54 {
  height: 54px;
}

.width-55 {
  width: 55px;
}

.height-55 {
  height: 55px;
}

.width-56 {
  width: 56px;
}

.height-56 {
  height: 56px;
}

.width-57 {
  width: 57px;
}

.height-57 {
  height: 57px;
}

.width-58 {
  width: 58px;
}

.height-58 {
  height: 58px;
}

.width-59 {
  width: 59px;
}

.height-59 {
  height: 59px;
}

.width-60 {
  width: 60px;
}

.height-60 {
  height: 60px;
}

.width-61 {
  width: 61px;
}

.height-61 {
  height: 61px;
}

.width-62 {
  width: 62px;
}

.height-62 {
  height: 62px;
}

.width-63 {
  width: 63px;
}

.height-63 {
  height: 63px;
}

.width-64 {
  width: 64px;
}

.height-64 {
  height: 64px;
}

.width-65 {
  width: 65px;
}

.height-65 {
  height: 65px;
}

.width-66 {
  width: 66px;
}

.height-66 {
  height: 66px;
}

.width-67 {
  width: 67px;
}

.height-67 {
  height: 67px;
}

.width-68 {
  width: 68px;
}

.height-68 {
  height: 68px;
}

.width-69 {
  width: 69px;
}

.height-69 {
  height: 69px;
}

.width-70 {
  width: 70px;
}

.height-70 {
  height: 70px;
}

.width-71 {
  width: 71px;
}

.height-71 {
  height: 71px;
}

.width-72 {
  width: 72px;
}

.height-72 {
  height: 72px;
}

.width-73 {
  width: 73px;
}

.height-73 {
  height: 73px;
}

.width-74 {
  width: 74px;
}

.height-74 {
  height: 74px;
}

.width-75 {
  width: 75px;
}

.height-75 {
  height: 75px;
}

.width-76 {
  width: 76px;
}

.height-76 {
  height: 76px;
}

.width-77 {
  width: 77px;
}

.height-77 {
  height: 77px;
}

.width-78 {
  width: 78px;
}

.height-78 {
  height: 78px;
}

.width-79 {
  width: 79px;
}

.height-79 {
  height: 79px;
}

.width-80 {
  width: 80px;
}

.height-80 {
  height: 80px;
}

.width-81 {
  width: 81px;
}

.height-81 {
  height: 81px;
}

.width-82 {
  width: 82px;
}

.height-82 {
  height: 82px;
}

.width-83 {
  width: 83px;
}

.height-83 {
  height: 83px;
}

.width-84 {
  width: 84px;
}

.height-84 {
  height: 84px;
}

.width-85 {
  width: 85px;
}

.height-85 {
  height: 85px;
}

.width-86 {
  width: 86px;
}

.height-86 {
  height: 86px;
}

.width-87 {
  width: 87px;
}

.height-87 {
  height: 87px;
}

.width-88 {
  width: 88px;
}

.height-88 {
  height: 88px;
}

.width-89 {
  width: 89px;
}

.height-89 {
  height: 89px;
}

.width-90 {
  width: 90px;
}

.height-90 {
  height: 90px;
}

.width-91 {
  width: 91px;
}

.height-91 {
  height: 91px;
}

.width-92 {
  width: 92px;
}

.height-92 {
  height: 92px;
}

.width-93 {
  width: 93px;
}

.height-93 {
  height: 93px;
}

.width-94 {
  width: 94px;
}

.height-94 {
  height: 94px;
}

.width-95 {
  width: 95px;
}

.height-95 {
  height: 95px;
}

.width-96 {
  width: 96px;
}

.height-96 {
  height: 96px;
}

.width-97 {
  width: 97px;
}

.height-97 {
  height: 97px;
}

.width-98 {
  width: 98px;
}

.height-98 {
  height: 98px;
}

.width-99 {
  width: 99px;
}

.height-99 {
  height: 99px;
}

.width-100 {
  width: 100px;
}

.height-100 {
  height: 100px;
}

.width-101 {
  width: 101px;
}

.height-101 {
  height: 101px;
}

.width-102 {
  width: 102px;
}

.height-102 {
  height: 102px;
}

.width-103 {
  width: 103px;
}

.height-103 {
  height: 103px;
}

.width-104 {
  width: 104px;
}

.height-104 {
  height: 104px;
}

.width-105 {
  width: 105px;
}

.height-105 {
  height: 105px;
}

.width-106 {
  width: 106px;
}

.height-106 {
  height: 106px;
}

.width-107 {
  width: 107px;
}

.height-107 {
  height: 107px;
}

.width-108 {
  width: 108px;
}

.height-108 {
  height: 108px;
}

.width-109 {
  width: 109px;
}

.height-109 {
  height: 109px;
}

.width-110 {
  width: 110px;
}

.height-110 {
  height: 110px;
}

.width-111 {
  width: 111px;
}

.height-111 {
  height: 111px;
}

.width-112 {
  width: 112px;
}

.height-112 {
  height: 112px;
}

.width-113 {
  width: 113px;
}

.height-113 {
  height: 113px;
}

.width-114 {
  width: 114px;
}

.height-114 {
  height: 114px;
}

.width-115 {
  width: 115px;
}

.height-115 {
  height: 115px;
}

.width-116 {
  width: 116px;
}

.height-116 {
  height: 116px;
}

.width-117 {
  width: 117px;
}

.height-117 {
  height: 117px;
}

.width-118 {
  width: 118px;
}

.height-118 {
  height: 118px;
}

.width-119 {
  width: 119px;
}

.height-119 {
  height: 119px;
}

.width-120 {
  width: 120px;
}

.height-120 {
  height: 120px;
}

.width-121 {
  width: 121px;
}

.height-121 {
  height: 121px;
}

.width-122 {
  width: 122px;
}

.height-122 {
  height: 122px;
}

.width-123 {
  width: 123px;
}

.height-123 {
  height: 123px;
}

.width-124 {
  width: 124px;
}

.height-124 {
  height: 124px;
}

.width-125 {
  width: 125px;
}

.height-125 {
  height: 125px;
}

.width-126 {
  width: 126px;
}

.height-126 {
  height: 126px;
}

.width-127 {
  width: 127px;
}

.height-127 {
  height: 127px;
}

.width-128 {
  width: 128px;
}

.height-128 {
  height: 128px;
}

.width-129 {
  width: 129px;
}

.height-129 {
  height: 129px;
}

.width-130 {
  width: 130px;
}

.height-130 {
  height: 130px;
}

.width-131 {
  width: 131px;
}

.height-131 {
  height: 131px;
}

.width-132 {
  width: 132px;
}

.height-132 {
  height: 132px;
}

.width-133 {
  width: 133px;
}

.height-133 {
  height: 133px;
}

.width-134 {
  width: 134px;
}

.height-134 {
  height: 134px;
}

.width-135 {
  width: 135px;
}

.height-135 {
  height: 135px;
}

.width-136 {
  width: 136px;
}

.height-136 {
  height: 136px;
}

.width-137 {
  width: 137px;
}

.height-137 {
  height: 137px;
}

.width-138 {
  width: 138px;
}

.height-138 {
  height: 138px;
}

.width-139 {
  width: 139px;
}

.height-139 {
  height: 139px;
}

.width-140 {
  width: 140px;
}

.height-140 {
  height: 140px;
}

.width-141 {
  width: 141px;
}

.height-141 {
  height: 141px;
}

.width-142 {
  width: 142px;
}

.height-142 {
  height: 142px;
}

.width-143 {
  width: 143px;
}

.height-143 {
  height: 143px;
}

.width-144 {
  width: 144px;
}

.height-144 {
  height: 144px;
}

.width-145 {
  width: 145px;
}

.height-145 {
  height: 145px;
}

.width-146 {
  width: 146px;
}

.height-146 {
  height: 146px;
}

.width-147 {
  width: 147px;
}

.height-147 {
  height: 147px;
}

.width-148 {
  width: 148px;
}

.height-148 {
  height: 148px;
}

.width-149 {
  width: 149px;
}

.height-149 {
  height: 149px;
}

.width-150 {
  width: 150px;
}

.height-150 {
  height: 150px;
}

.width-151 {
  width: 151px;
}

.height-151 {
  height: 151px;
}

.width-152 {
  width: 152px;
}

.height-152 {
  height: 152px;
}

.width-153 {
  width: 153px;
}

.height-153 {
  height: 153px;
}

.width-154 {
  width: 154px;
}

.height-154 {
  height: 154px;
}

.width-155 {
  width: 155px;
}

.height-155 {
  height: 155px;
}

.width-156 {
  width: 156px;
}

.height-156 {
  height: 156px;
}

.width-157 {
  width: 157px;
}

.height-157 {
  height: 157px;
}

.width-158 {
  width: 158px;
}

.height-158 {
  height: 158px;
}

.width-159 {
  width: 159px;
}

.height-159 {
  height: 159px;
}

.width-160 {
  width: 160px;
}

.height-160 {
  height: 160px;
}

.width-161 {
  width: 161px;
}

.height-161 {
  height: 161px;
}

.width-162 {
  width: 162px;
}

.height-162 {
  height: 162px;
}

.width-163 {
  width: 163px;
}

.height-163 {
  height: 163px;
}

.width-164 {
  width: 164px;
}

.height-164 {
  height: 164px;
}

.width-165 {
  width: 165px;
}

.height-165 {
  height: 165px;
}

.width-166 {
  width: 166px;
}

.height-166 {
  height: 166px;
}

.width-167 {
  width: 167px;
}

.height-167 {
  height: 167px;
}

.width-168 {
  width: 168px;
}

.height-168 {
  height: 168px;
}

.width-169 {
  width: 169px;
}

.height-169 {
  height: 169px;
}

.width-170 {
  width: 170px;
}

.height-170 {
  height: 170px;
}

.width-171 {
  width: 171px;
}

.height-171 {
  height: 171px;
}

.width-172 {
  width: 172px;
}

.height-172 {
  height: 172px;
}

.width-173 {
  width: 173px;
}

.height-173 {
  height: 173px;
}

.width-174 {
  width: 174px;
}

.height-174 {
  height: 174px;
}

.width-175 {
  width: 175px;
}

.height-175 {
  height: 175px;
}

.width-176 {
  width: 176px;
}

.height-176 {
  height: 176px;
}

.width-177 {
  width: 177px;
}

.height-177 {
  height: 177px;
}

.width-178 {
  width: 178px;
}

.height-178 {
  height: 178px;
}

.width-179 {
  width: 179px;
}

.height-179 {
  height: 179px;
}

.width-180 {
  width: 180px;
}

.height-180 {
  height: 180px;
}

.width-181 {
  width: 181px;
}

.height-181 {
  height: 181px;
}

.width-182 {
  width: 182px;
}

.height-182 {
  height: 182px;
}

.width-183 {
  width: 183px;
}

.height-183 {
  height: 183px;
}

.width-184 {
  width: 184px;
}

.height-184 {
  height: 184px;
}

.width-185 {
  width: 185px;
}

.height-185 {
  height: 185px;
}

.width-186 {
  width: 186px;
}

.height-186 {
  height: 186px;
}

.width-187 {
  width: 187px;
}

.height-187 {
  height: 187px;
}

.width-188 {
  width: 188px;
}

.height-188 {
  height: 188px;
}

.width-189 {
  width: 189px;
}

.height-189 {
  height: 189px;
}

.width-190 {
  width: 190px;
}

.height-190 {
  height: 190px;
}

.width-191 {
  width: 191px;
}

.height-191 {
  height: 191px;
}

.width-192 {
  width: 192px;
}

.height-192 {
  height: 192px;
}

.width-193 {
  width: 193px;
}

.height-193 {
  height: 193px;
}

.width-194 {
  width: 194px;
}

.height-194 {
  height: 194px;
}

.width-195 {
  width: 195px;
}

.height-195 {
  height: 195px;
}

.width-196 {
  width: 196px;
}

.height-196 {
  height: 196px;
}

.width-197 {
  width: 197px;
}

.height-197 {
  height: 197px;
}

.width-198 {
  width: 198px;
}

.height-198 {
  height: 198px;
}

.width-199 {
  width: 199px;
}

.height-199 {
  height: 199px;
}

.width-200 {
  width: 200px;
}

.height-200 {
  height: 200px;
}

.width-201 {
  width: 201px;
}

.height-201 {
  height: 201px;
}

.width-202 {
  width: 202px;
}

.height-202 {
  height: 202px;
}

.width-203 {
  width: 203px;
}

.height-203 {
  height: 203px;
}

.width-204 {
  width: 204px;
}

.height-204 {
  height: 204px;
}

.width-205 {
  width: 205px;
}

.height-205 {
  height: 205px;
}

.width-206 {
  width: 206px;
}

.height-206 {
  height: 206px;
}

.width-207 {
  width: 207px;
}

.height-207 {
  height: 207px;
}

.width-208 {
  width: 208px;
}

.height-208 {
  height: 208px;
}

.width-209 {
  width: 209px;
}

.height-209 {
  height: 209px;
}

.width-210 {
  width: 210px;
}

.height-210 {
  height: 210px;
}

.width-211 {
  width: 211px;
}

.height-211 {
  height: 211px;
}

.width-212 {
  width: 212px;
}

.height-212 {
  height: 212px;
}

.width-213 {
  width: 213px;
}

.height-213 {
  height: 213px;
}

.width-214 {
  width: 214px;
}

.height-214 {
  height: 214px;
}

.width-215 {
  width: 215px;
}

.height-215 {
  height: 215px;
}

.width-216 {
  width: 216px;
}

.height-216 {
  height: 216px;
}

.width-217 {
  width: 217px;
}

.height-217 {
  height: 217px;
}

.width-218 {
  width: 218px;
}

.height-218 {
  height: 218px;
}

.width-219 {
  width: 219px;
}

.height-219 {
  height: 219px;
}

.width-220 {
  width: 220px;
}

.height-220 {
  height: 220px;
}

.width-221 {
  width: 221px;
}

.height-221 {
  height: 221px;
}

.width-222 {
  width: 222px;
}

.height-222 {
  height: 222px;
}

.width-223 {
  width: 223px;
}

.height-223 {
  height: 223px;
}

.width-224 {
  width: 224px;
}

.height-224 {
  height: 224px;
}

.width-225 {
  width: 225px;
}

.height-225 {
  height: 225px;
}

.width-226 {
  width: 226px;
}

.height-226 {
  height: 226px;
}

.width-227 {
  width: 227px;
}

.height-227 {
  height: 227px;
}

.width-228 {
  width: 228px;
}

.height-228 {
  height: 228px;
}

.width-229 {
  width: 229px;
}

.height-229 {
  height: 229px;
}

.width-230 {
  width: 230px;
}

.height-230 {
  height: 230px;
}

.width-231 {
  width: 231px;
}

.height-231 {
  height: 231px;
}

.width-232 {
  width: 232px;
}

.height-232 {
  height: 232px;
}

.width-233 {
  width: 233px;
}

.height-233 {
  height: 233px;
}

.width-234 {
  width: 234px;
}

.height-234 {
  height: 234px;
}

.width-235 {
  width: 235px;
}

.height-235 {
  height: 235px;
}

.width-236 {
  width: 236px;
}

.height-236 {
  height: 236px;
}

.width-237 {
  width: 237px;
}

.height-237 {
  height: 237px;
}

.width-238 {
  width: 238px;
}

.height-238 {
  height: 238px;
}

.width-239 {
  width: 239px;
}

.height-239 {
  height: 239px;
}

.width-240 {
  width: 240px;
}

.height-240 {
  height: 240px;
}

.width-241 {
  width: 241px;
}

.height-241 {
  height: 241px;
}

.width-242 {
  width: 242px;
}

.height-242 {
  height: 242px;
}

.width-243 {
  width: 243px;
}

.height-243 {
  height: 243px;
}

.width-244 {
  width: 244px;
}

.height-244 {
  height: 244px;
}

.width-245 {
  width: 245px;
}

.height-245 {
  height: 245px;
}

.width-246 {
  width: 246px;
}

.height-246 {
  height: 246px;
}

.width-247 {
  width: 247px;
}

.height-247 {
  height: 247px;
}

.width-248 {
  width: 248px;
}

.height-248 {
  height: 248px;
}

.width-249 {
  width: 249px;
}

.height-249 {
  height: 249px;
}

.width-250 {
  width: 250px;
}

.height-250 {
  height: 250px;
}

.width-251 {
  width: 251px;
}

.height-251 {
  height: 251px;
}

.width-252 {
  width: 252px;
}

.height-252 {
  height: 252px;
}

.width-253 {
  width: 253px;
}

.height-253 {
  height: 253px;
}

.width-254 {
  width: 254px;
}

.height-254 {
  height: 254px;
}

.width-255 {
  width: 255px;
}

.height-255 {
  height: 255px;
}

.width-256 {
  width: 256px;
}

.height-256 {
  height: 256px;
}

.width-257 {
  width: 257px;
}

.height-257 {
  height: 257px;
}

.width-258 {
  width: 258px;
}

.height-258 {
  height: 258px;
}

.width-259 {
  width: 259px;
}

.height-259 {
  height: 259px;
}

.width-260 {
  width: 260px;
}

.height-260 {
  height: 260px;
}

.width-261 {
  width: 261px;
}

.height-261 {
  height: 261px;
}

.width-262 {
  width: 262px;
}

.height-262 {
  height: 262px;
}

.width-263 {
  width: 263px;
}

.height-263 {
  height: 263px;
}

.width-264 {
  width: 264px;
}

.height-264 {
  height: 264px;
}

.width-265 {
  width: 265px;
}

.height-265 {
  height: 265px;
}

.width-266 {
  width: 266px;
}

.height-266 {
  height: 266px;
}

.width-267 {
  width: 267px;
}

.height-267 {
  height: 267px;
}

.width-268 {
  width: 268px;
}

.height-268 {
  height: 268px;
}

.width-269 {
  width: 269px;
}

.height-269 {
  height: 269px;
}

.width-270 {
  width: 270px;
}

.height-270 {
  height: 270px;
}

.width-271 {
  width: 271px;
}

.height-271 {
  height: 271px;
}

.width-272 {
  width: 272px;
}

.height-272 {
  height: 272px;
}

.width-273 {
  width: 273px;
}

.height-273 {
  height: 273px;
}

.width-274 {
  width: 274px;
}

.height-274 {
  height: 274px;
}

.width-275 {
  width: 275px;
}

.height-275 {
  height: 275px;
}

.width-276 {
  width: 276px;
}

.height-276 {
  height: 276px;
}

.width-277 {
  width: 277px;
}

.height-277 {
  height: 277px;
}

.width-278 {
  width: 278px;
}

.height-278 {
  height: 278px;
}

.width-279 {
  width: 279px;
}

.height-279 {
  height: 279px;
}

.width-280 {
  width: 280px;
}

.height-280 {
  height: 280px;
}

.width-281 {
  width: 281px;
}

.height-281 {
  height: 281px;
}

.width-282 {
  width: 282px;
}

.height-282 {
  height: 282px;
}

.width-283 {
  width: 283px;
}

.height-283 {
  height: 283px;
}

.width-284 {
  width: 284px;
}

.height-284 {
  height: 284px;
}

.width-285 {
  width: 285px;
}

.height-285 {
  height: 285px;
}

.width-286 {
  width: 286px;
}

.height-286 {
  height: 286px;
}

.width-287 {
  width: 287px;
}

.height-287 {
  height: 287px;
}

.width-288 {
  width: 288px;
}

.height-288 {
  height: 288px;
}

.width-289 {
  width: 289px;
}

.height-289 {
  height: 289px;
}

.width-290 {
  width: 290px;
}

.height-290 {
  height: 290px;
}

.width-291 {
  width: 291px;
}

.height-291 {
  height: 291px;
}

.width-292 {
  width: 292px;
}

.height-292 {
  height: 292px;
}

.width-293 {
  width: 293px;
}

.height-293 {
  height: 293px;
}

.width-294 {
  width: 294px;
}

.height-294 {
  height: 294px;
}

.width-295 {
  width: 295px;
}

.height-295 {
  height: 295px;
}

.width-296 {
  width: 296px;
}

.height-296 {
  height: 296px;
}

.width-297 {
  width: 297px;
}

.height-297 {
  height: 297px;
}

.width-298 {
  width: 298px;
}

.height-298 {
  height: 298px;
}

.width-299 {
  width: 299px;
}

.height-299 {
  height: 299px;
}

.width-300 {
  width: 300px;
}

.height-300 {
  height: 300px;
}

.width-301 {
  width: 301px;
}

.height-301 {
  height: 301px;
}

.width-302 {
  width: 302px;
}

.height-302 {
  height: 302px;
}

.width-303 {
  width: 303px;
}

.height-303 {
  height: 303px;
}

.width-304 {
  width: 304px;
}

.height-304 {
  height: 304px;
}

.width-305 {
  width: 305px;
}

.height-305 {
  height: 305px;
}

.width-306 {
  width: 306px;
}

.height-306 {
  height: 306px;
}

.width-307 {
  width: 307px;
}

.height-307 {
  height: 307px;
}

.width-308 {
  width: 308px;
}

.height-308 {
  height: 308px;
}

.width-309 {
  width: 309px;
}

.height-309 {
  height: 309px;
}

.width-310 {
  width: 310px;
}

.height-310 {
  height: 310px;
}

.width-311 {
  width: 311px;
}

.height-311 {
  height: 311px;
}

.width-312 {
  width: 312px;
}

.height-312 {
  height: 312px;
}

.width-313 {
  width: 313px;
}

.height-313 {
  height: 313px;
}

.width-314 {
  width: 314px;
}

.height-314 {
  height: 314px;
}

.width-315 {
  width: 315px;
}

.height-315 {
  height: 315px;
}

.width-316 {
  width: 316px;
}

.height-316 {
  height: 316px;
}

.width-317 {
  width: 317px;
}

.height-317 {
  height: 317px;
}

.width-318 {
  width: 318px;
}

.height-318 {
  height: 318px;
}

.width-319 {
  width: 319px;
}

.height-319 {
  height: 319px;
}

.width-320 {
  width: 320px;
}

.height-320 {
  height: 320px;
}

.width-321 {
  width: 321px;
}

.height-321 {
  height: 321px;
}

.width-322 {
  width: 322px;
}

.height-322 {
  height: 322px;
}

.width-323 {
  width: 323px;
}

.height-323 {
  height: 323px;
}

.width-324 {
  width: 324px;
}

.height-324 {
  height: 324px;
}

.width-325 {
  width: 325px;
}

.height-325 {
  height: 325px;
}

.width-326 {
  width: 326px;
}

.height-326 {
  height: 326px;
}

.width-327 {
  width: 327px;
}

.height-327 {
  height: 327px;
}

.width-328 {
  width: 328px;
}

.height-328 {
  height: 328px;
}

.width-329 {
  width: 329px;
}

.height-329 {
  height: 329px;
}

.width-330 {
  width: 330px;
}

.height-330 {
  height: 330px;
}

.width-331 {
  width: 331px;
}

.height-331 {
  height: 331px;
}

.width-332 {
  width: 332px;
}

.height-332 {
  height: 332px;
}

.width-333 {
  width: 333px;
}

.height-333 {
  height: 333px;
}

.width-334 {
  width: 334px;
}

.height-334 {
  height: 334px;
}

.width-335 {
  width: 335px;
}

.height-335 {
  height: 335px;
}

.width-336 {
  width: 336px;
}

.height-336 {
  height: 336px;
}

.width-337 {
  width: 337px;
}

.height-337 {
  height: 337px;
}

.width-338 {
  width: 338px;
}

.height-338 {
  height: 338px;
}

.width-339 {
  width: 339px;
}

.height-339 {
  height: 339px;
}

.width-340 {
  width: 340px;
}

.height-340 {
  height: 340px;
}

.width-341 {
  width: 341px;
}

.height-341 {
  height: 341px;
}

.width-342 {
  width: 342px;
}

.height-342 {
  height: 342px;
}

.width-343 {
  width: 343px;
}

.height-343 {
  height: 343px;
}

.width-344 {
  width: 344px;
}

.height-344 {
  height: 344px;
}

.width-345 {
  width: 345px;
}

.height-345 {
  height: 345px;
}

.width-346 {
  width: 346px;
}

.height-346 {
  height: 346px;
}

.width-347 {
  width: 347px;
}

.height-347 {
  height: 347px;
}

.width-348 {
  width: 348px;
}

.height-348 {
  height: 348px;
}

.width-349 {
  width: 349px;
}

.height-349 {
  height: 349px;
}

.width-350 {
  width: 350px;
}

.height-350 {
  height: 350px;
}

.width-351 {
  width: 351px;
}

.height-351 {
  height: 351px;
}

.width-352 {
  width: 352px;
}

.height-352 {
  height: 352px;
}

.width-353 {
  width: 353px;
}

.height-353 {
  height: 353px;
}

.width-354 {
  width: 354px;
}

.height-354 {
  height: 354px;
}

.width-355 {
  width: 355px;
}

.height-355 {
  height: 355px;
}

.width-356 {
  width: 356px;
}

.height-356 {
  height: 356px;
}

.width-357 {
  width: 357px;
}

.height-357 {
  height: 357px;
}

.width-358 {
  width: 358px;
}

.height-358 {
  height: 358px;
}

.width-359 {
  width: 359px;
}

.height-359 {
  height: 359px;
}

.width-360 {
  width: 360px;
}

.height-360 {
  height: 360px;
}

.width-361 {
  width: 361px;
}

.height-361 {
  height: 361px;
}

.width-362 {
  width: 362px;
}

.height-362 {
  height: 362px;
}

.width-363 {
  width: 363px;
}

.height-363 {
  height: 363px;
}

.width-364 {
  width: 364px;
}

.height-364 {
  height: 364px;
}

.width-365 {
  width: 365px;
}

.height-365 {
  height: 365px;
}

.width-366 {
  width: 366px;
}

.height-366 {
  height: 366px;
}

.width-367 {
  width: 367px;
}

.height-367 {
  height: 367px;
}

.width-368 {
  width: 368px;
}

.height-368 {
  height: 368px;
}

.width-369 {
  width: 369px;
}

.height-369 {
  height: 369px;
}

.width-370 {
  width: 370px;
}

.height-370 {
  height: 370px;
}

.width-371 {
  width: 371px;
}

.height-371 {
  height: 371px;
}

.width-372 {
  width: 372px;
}

.height-372 {
  height: 372px;
}

.width-373 {
  width: 373px;
}

.height-373 {
  height: 373px;
}

.width-374 {
  width: 374px;
}

.height-374 {
  height: 374px;
}

.width-375 {
  width: 375px;
}

.height-375 {
  height: 375px;
}

.width-376 {
  width: 376px;
}

.height-376 {
  height: 376px;
}

.width-377 {
  width: 377px;
}

.height-377 {
  height: 377px;
}

.width-378 {
  width: 378px;
}

.height-378 {
  height: 378px;
}

.width-379 {
  width: 379px;
}

.height-379 {
  height: 379px;
}

.width-380 {
  width: 380px;
}

.height-380 {
  height: 380px;
}

.width-381 {
  width: 381px;
}

.height-381 {
  height: 381px;
}

.width-382 {
  width: 382px;
}

.height-382 {
  height: 382px;
}

.width-383 {
  width: 383px;
}

.height-383 {
  height: 383px;
}

.width-384 {
  width: 384px;
}

.height-384 {
  height: 384px;
}

.width-385 {
  width: 385px;
}

.height-385 {
  height: 385px;
}

.width-386 {
  width: 386px;
}

.height-386 {
  height: 386px;
}

.width-387 {
  width: 387px;
}

.height-387 {
  height: 387px;
}

.width-388 {
  width: 388px;
}

.height-388 {
  height: 388px;
}

.width-389 {
  width: 389px;
}

.height-389 {
  height: 389px;
}

.width-390 {
  width: 390px;
}

.height-390 {
  height: 390px;
}

.width-391 {
  width: 391px;
}

.height-391 {
  height: 391px;
}

.width-392 {
  width: 392px;
}

.height-392 {
  height: 392px;
}

.width-393 {
  width: 393px;
}

.height-393 {
  height: 393px;
}

.width-394 {
  width: 394px;
}

.height-394 {
  height: 394px;
}

.width-395 {
  width: 395px;
}

.height-395 {
  height: 395px;
}

.width-396 {
  width: 396px;
}

.height-396 {
  height: 396px;
}

.width-397 {
  width: 397px;
}

.height-397 {
  height: 397px;
}

.width-398 {
  width: 398px;
}

.height-398 {
  height: 398px;
}

.width-399 {
  width: 399px;
}

.height-399 {
  height: 399px;
}

.width-400 {
  width: 400px;
}

.height-400 {
  height: 400px;
}

.width-401 {
  width: 401px;
}

.height-401 {
  height: 401px;
}

.width-402 {
  width: 402px;
}

.height-402 {
  height: 402px;
}

.width-403 {
  width: 403px;
}

.height-403 {
  height: 403px;
}

.width-404 {
  width: 404px;
}

.height-404 {
  height: 404px;
}

.width-405 {
  width: 405px;
}

.height-405 {
  height: 405px;
}

.width-406 {
  width: 406px;
}

.height-406 {
  height: 406px;
}

.width-407 {
  width: 407px;
}

.height-407 {
  height: 407px;
}

.width-408 {
  width: 408px;
}

.height-408 {
  height: 408px;
}

.width-409 {
  width: 409px;
}

.height-409 {
  height: 409px;
}

.width-410 {
  width: 410px;
}

.height-410 {
  height: 410px;
}

.width-411 {
  width: 411px;
}

.height-411 {
  height: 411px;
}

.width-412 {
  width: 412px;
}

.height-412 {
  height: 412px;
}

.width-413 {
  width: 413px;
}

.height-413 {
  height: 413px;
}

.width-414 {
  width: 414px;
}

.height-414 {
  height: 414px;
}

.width-415 {
  width: 415px;
}

.height-415 {
  height: 415px;
}

.width-416 {
  width: 416px;
}

.height-416 {
  height: 416px;
}

.width-417 {
  width: 417px;
}

.height-417 {
  height: 417px;
}

.width-418 {
  width: 418px;
}

.height-418 {
  height: 418px;
}

.width-419 {
  width: 419px;
}

.height-419 {
  height: 419px;
}

.width-420 {
  width: 420px;
}

.height-420 {
  height: 420px;
}

.width-421 {
  width: 421px;
}

.height-421 {
  height: 421px;
}

.width-422 {
  width: 422px;
}

.height-422 {
  height: 422px;
}

.width-423 {
  width: 423px;
}

.height-423 {
  height: 423px;
}

.width-424 {
  width: 424px;
}

.height-424 {
  height: 424px;
}

.width-425 {
  width: 425px;
}

.height-425 {
  height: 425px;
}

.width-426 {
  width: 426px;
}

.height-426 {
  height: 426px;
}

.width-427 {
  width: 427px;
}

.height-427 {
  height: 427px;
}

.width-428 {
  width: 428px;
}

.height-428 {
  height: 428px;
}

.width-429 {
  width: 429px;
}

.height-429 {
  height: 429px;
}

.width-430 {
  width: 430px;
}

.height-430 {
  height: 430px;
}

.width-431 {
  width: 431px;
}

.height-431 {
  height: 431px;
}

.width-432 {
  width: 432px;
}

.height-432 {
  height: 432px;
}

.width-433 {
  width: 433px;
}

.height-433 {
  height: 433px;
}

.width-434 {
  width: 434px;
}

.height-434 {
  height: 434px;
}

.width-435 {
  width: 435px;
}

.height-435 {
  height: 435px;
}

.width-436 {
  width: 436px;
}

.height-436 {
  height: 436px;
}

.width-437 {
  width: 437px;
}

.height-437 {
  height: 437px;
}

.width-438 {
  width: 438px;
}

.height-438 {
  height: 438px;
}

.width-439 {
  width: 439px;
}

.height-439 {
  height: 439px;
}

.width-440 {
  width: 440px;
}

.height-440 {
  height: 440px;
}

.width-441 {
  width: 441px;
}

.height-441 {
  height: 441px;
}

.width-442 {
  width: 442px;
}

.height-442 {
  height: 442px;
}

.width-443 {
  width: 443px;
}

.height-443 {
  height: 443px;
}

.width-444 {
  width: 444px;
}

.height-444 {
  height: 444px;
}

.width-445 {
  width: 445px;
}

.height-445 {
  height: 445px;
}

.width-446 {
  width: 446px;
}

.height-446 {
  height: 446px;
}

.width-447 {
  width: 447px;
}

.height-447 {
  height: 447px;
}

.width-448 {
  width: 448px;
}

.height-448 {
  height: 448px;
}

.width-449 {
  width: 449px;
}

.height-449 {
  height: 449px;
}

.width-450 {
  width: 450px;
}

.height-450 {
  height: 450px;
}

.width-451 {
  width: 451px;
}

.height-451 {
  height: 451px;
}

.width-452 {
  width: 452px;
}

.height-452 {
  height: 452px;
}

.width-453 {
  width: 453px;
}

.height-453 {
  height: 453px;
}

.width-454 {
  width: 454px;
}

.height-454 {
  height: 454px;
}

.width-455 {
  width: 455px;
}

.height-455 {
  height: 455px;
}

.width-456 {
  width: 456px;
}

.height-456 {
  height: 456px;
}

.width-457 {
  width: 457px;
}

.height-457 {
  height: 457px;
}

.width-458 {
  width: 458px;
}

.height-458 {
  height: 458px;
}

.width-459 {
  width: 459px;
}

.height-459 {
  height: 459px;
}

.width-460 {
  width: 460px;
}

.height-460 {
  height: 460px;
}

.width-461 {
  width: 461px;
}

.height-461 {
  height: 461px;
}

.width-462 {
  width: 462px;
}

.height-462 {
  height: 462px;
}

.width-463 {
  width: 463px;
}

.height-463 {
  height: 463px;
}

.width-464 {
  width: 464px;
}

.height-464 {
  height: 464px;
}

.width-465 {
  width: 465px;
}

.height-465 {
  height: 465px;
}

.width-466 {
  width: 466px;
}

.height-466 {
  height: 466px;
}

.width-467 {
  width: 467px;
}

.height-467 {
  height: 467px;
}

.width-468 {
  width: 468px;
}

.height-468 {
  height: 468px;
}

.width-469 {
  width: 469px;
}

.height-469 {
  height: 469px;
}

.width-470 {
  width: 470px;
}

.height-470 {
  height: 470px;
}

.width-471 {
  width: 471px;
}

.height-471 {
  height: 471px;
}

.width-472 {
  width: 472px;
}

.height-472 {
  height: 472px;
}

.width-473 {
  width: 473px;
}

.height-473 {
  height: 473px;
}

.width-474 {
  width: 474px;
}

.height-474 {
  height: 474px;
}

.width-475 {
  width: 475px;
}

.height-475 {
  height: 475px;
}

.width-476 {
  width: 476px;
}

.height-476 {
  height: 476px;
}

.width-477 {
  width: 477px;
}

.height-477 {
  height: 477px;
}

.width-478 {
  width: 478px;
}

.height-478 {
  height: 478px;
}

.width-479 {
  width: 479px;
}

.height-479 {
  height: 479px;
}

.width-480 {
  width: 480px;
}

.height-480 {
  height: 480px;
}

.width-481 {
  width: 481px;
}

.height-481 {
  height: 481px;
}

.width-482 {
  width: 482px;
}

.height-482 {
  height: 482px;
}

.width-483 {
  width: 483px;
}

.height-483 {
  height: 483px;
}

.width-484 {
  width: 484px;
}

.height-484 {
  height: 484px;
}

.width-485 {
  width: 485px;
}

.height-485 {
  height: 485px;
}

.width-486 {
  width: 486px;
}

.height-486 {
  height: 486px;
}

.width-487 {
  width: 487px;
}

.height-487 {
  height: 487px;
}

.width-488 {
  width: 488px;
}

.height-488 {
  height: 488px;
}

.width-489 {
  width: 489px;
}

.height-489 {
  height: 489px;
}

.width-490 {
  width: 490px;
}

.height-490 {
  height: 490px;
}

.width-491 {
  width: 491px;
}

.height-491 {
  height: 491px;
}

.width-492 {
  width: 492px;
}

.height-492 {
  height: 492px;
}

.width-493 {
  width: 493px;
}

.height-493 {
  height: 493px;
}

.width-494 {
  width: 494px;
}

.height-494 {
  height: 494px;
}

.width-495 {
  width: 495px;
}

.height-495 {
  height: 495px;
}

.width-496 {
  width: 496px;
}

.height-496 {
  height: 496px;
}

.width-497 {
  width: 497px;
}

.height-497 {
  height: 497px;
}

.width-498 {
  width: 498px;
}

.height-498 {
  height: 498px;
}

.width-499 {
  width: 499px;
}

.height-499 {
  height: 499px;
}

.width-500 {
  width: 500px;
}

.height-500 {
  height: 500px;
}

.width-501 {
  width: 501px;
}

.height-501 {
  height: 501px;
}

.width-502 {
  width: 502px;
}

.height-502 {
  height: 502px;
}

.width-503 {
  width: 503px;
}

.height-503 {
  height: 503px;
}

.width-504 {
  width: 504px;
}

.height-504 {
  height: 504px;
}

.width-505 {
  width: 505px;
}

.height-505 {
  height: 505px;
}

.width-506 {
  width: 506px;
}

.height-506 {
  height: 506px;
}

.width-507 {
  width: 507px;
}

.height-507 {
  height: 507px;
}

.width-508 {
  width: 508px;
}

.height-508 {
  height: 508px;
}

.width-509 {
  width: 509px;
}

.height-509 {
  height: 509px;
}

.width-510 {
  width: 510px;
}

.height-510 {
  height: 510px;
}

.width-511 {
  width: 511px;
}

.height-511 {
  height: 511px;
}

.width-512 {
  width: 512px;
}

.height-512 {
  height: 512px;
}

.width-513 {
  width: 513px;
}

.height-513 {
  height: 513px;
}

.width-514 {
  width: 514px;
}

.height-514 {
  height: 514px;
}

.width-515 {
  width: 515px;
}

.height-515 {
  height: 515px;
}

.width-516 {
  width: 516px;
}

.height-516 {
  height: 516px;
}

.width-517 {
  width: 517px;
}

.height-517 {
  height: 517px;
}

.width-518 {
  width: 518px;
}

.height-518 {
  height: 518px;
}

.width-519 {
  width: 519px;
}

.height-519 {
  height: 519px;
}

.width-520 {
  width: 520px;
}

.height-520 {
  height: 520px;
}

.width-521 {
  width: 521px;
}

.height-521 {
  height: 521px;
}

.width-522 {
  width: 522px;
}

.height-522 {
  height: 522px;
}

.width-523 {
  width: 523px;
}

.height-523 {
  height: 523px;
}

.width-524 {
  width: 524px;
}

.height-524 {
  height: 524px;
}

.width-525 {
  width: 525px;
}

.height-525 {
  height: 525px;
}

.width-526 {
  width: 526px;
}

.height-526 {
  height: 526px;
}

.width-527 {
  width: 527px;
}

.height-527 {
  height: 527px;
}

.width-528 {
  width: 528px;
}

.height-528 {
  height: 528px;
}

.width-529 {
  width: 529px;
}

.height-529 {
  height: 529px;
}

.width-530 {
  width: 530px;
}

.height-530 {
  height: 530px;
}

.width-531 {
  width: 531px;
}

.height-531 {
  height: 531px;
}

.width-532 {
  width: 532px;
}

.height-532 {
  height: 532px;
}

.width-533 {
  width: 533px;
}

.height-533 {
  height: 533px;
}

.width-534 {
  width: 534px;
}

.height-534 {
  height: 534px;
}

.width-535 {
  width: 535px;
}

.height-535 {
  height: 535px;
}

.width-536 {
  width: 536px;
}

.height-536 {
  height: 536px;
}

.width-537 {
  width: 537px;
}

.height-537 {
  height: 537px;
}

.width-538 {
  width: 538px;
}

.height-538 {
  height: 538px;
}

.width-539 {
  width: 539px;
}

.height-539 {
  height: 539px;
}

.width-540 {
  width: 540px;
}

.height-540 {
  height: 540px;
}

.width-541 {
  width: 541px;
}

.height-541 {
  height: 541px;
}

.width-542 {
  width: 542px;
}

.height-542 {
  height: 542px;
}

.width-543 {
  width: 543px;
}

.height-543 {
  height: 543px;
}

.width-544 {
  width: 544px;
}

.height-544 {
  height: 544px;
}

.width-545 {
  width: 545px;
}

.height-545 {
  height: 545px;
}

.width-546 {
  width: 546px;
}

.height-546 {
  height: 546px;
}

.width-547 {
  width: 547px;
}

.height-547 {
  height: 547px;
}

.width-548 {
  width: 548px;
}

.height-548 {
  height: 548px;
}

.width-549 {
  width: 549px;
}

.height-549 {
  height: 549px;
}

.width-550 {
  width: 550px;
}

.height-550 {
  height: 550px;
}

.width-551 {
  width: 551px;
}

.height-551 {
  height: 551px;
}

.width-552 {
  width: 552px;
}

.height-552 {
  height: 552px;
}

.width-553 {
  width: 553px;
}

.height-553 {
  height: 553px;
}

.width-554 {
  width: 554px;
}

.height-554 {
  height: 554px;
}

.width-555 {
  width: 555px;
}

.height-555 {
  height: 555px;
}

.width-556 {
  width: 556px;
}

.height-556 {
  height: 556px;
}

.width-557 {
  width: 557px;
}

.height-557 {
  height: 557px;
}

.width-558 {
  width: 558px;
}

.height-558 {
  height: 558px;
}

.width-559 {
  width: 559px;
}

.height-559 {
  height: 559px;
}

.width-560 {
  width: 560px;
}

.height-560 {
  height: 560px;
}

.width-561 {
  width: 561px;
}

.height-561 {
  height: 561px;
}

.width-562 {
  width: 562px;
}

.height-562 {
  height: 562px;
}

.width-563 {
  width: 563px;
}

.height-563 {
  height: 563px;
}

.width-564 {
  width: 564px;
}

.height-564 {
  height: 564px;
}

.width-565 {
  width: 565px;
}

.height-565 {
  height: 565px;
}

.width-566 {
  width: 566px;
}

.height-566 {
  height: 566px;
}

.width-567 {
  width: 567px;
}

.height-567 {
  height: 567px;
}

.width-568 {
  width: 568px;
}

.height-568 {
  height: 568px;
}

.width-569 {
  width: 569px;
}

.height-569 {
  height: 569px;
}

.width-570 {
  width: 570px;
}

.height-570 {
  height: 570px;
}

.width-571 {
  width: 571px;
}

.height-571 {
  height: 571px;
}

.width-572 {
  width: 572px;
}

.height-572 {
  height: 572px;
}

.width-573 {
  width: 573px;
}

.height-573 {
  height: 573px;
}

.width-574 {
  width: 574px;
}

.height-574 {
  height: 574px;
}

.width-575 {
  width: 575px;
}

.height-575 {
  height: 575px;
}

.width-576 {
  width: 576px;
}

.height-576 {
  height: 576px;
}

.width-577 {
  width: 577px;
}

.height-577 {
  height: 577px;
}

.width-578 {
  width: 578px;
}

.height-578 {
  height: 578px;
}

.width-579 {
  width: 579px;
}

.height-579 {
  height: 579px;
}

.width-580 {
  width: 580px;
}

.height-580 {
  height: 580px;
}

.width-581 {
  width: 581px;
}

.height-581 {
  height: 581px;
}

.width-582 {
  width: 582px;
}

.height-582 {
  height: 582px;
}

.width-583 {
  width: 583px;
}

.height-583 {
  height: 583px;
}

.width-584 {
  width: 584px;
}

.height-584 {
  height: 584px;
}

.width-585 {
  width: 585px;
}

.height-585 {
  height: 585px;
}

.width-586 {
  width: 586px;
}

.height-586 {
  height: 586px;
}

.width-587 {
  width: 587px;
}

.height-587 {
  height: 587px;
}

.width-588 {
  width: 588px;
}

.height-588 {
  height: 588px;
}

.width-589 {
  width: 589px;
}

.height-589 {
  height: 589px;
}

.width-590 {
  width: 590px;
}

.height-590 {
  height: 590px;
}

.width-591 {
  width: 591px;
}

.height-591 {
  height: 591px;
}

.width-592 {
  width: 592px;
}

.height-592 {
  height: 592px;
}

.width-593 {
  width: 593px;
}

.height-593 {
  height: 593px;
}

.width-594 {
  width: 594px;
}

.height-594 {
  height: 594px;
}

.width-595 {
  width: 595px;
}

.height-595 {
  height: 595px;
}

.width-596 {
  width: 596px;
}

.height-596 {
  height: 596px;
}

.width-597 {
  width: 597px;
}

.height-597 {
  height: 597px;
}

.width-598 {
  width: 598px;
}

.height-598 {
  height: 598px;
}

.width-599 {
  width: 599px;
}

.height-599 {
  height: 599px;
}

.width-600 {
  width: 600px;
}

.height-600 {
  height: 600px;
}

.width-601 {
  width: 601px;
}

.height-601 {
  height: 601px;
}

.width-602 {
  width: 602px;
}

.height-602 {
  height: 602px;
}

.width-603 {
  width: 603px;
}

.height-603 {
  height: 603px;
}

.width-604 {
  width: 604px;
}

.height-604 {
  height: 604px;
}

.width-605 {
  width: 605px;
}

.height-605 {
  height: 605px;
}

.width-606 {
  width: 606px;
}

.height-606 {
  height: 606px;
}

.width-607 {
  width: 607px;
}

.height-607 {
  height: 607px;
}

.width-608 {
  width: 608px;
}

.height-608 {
  height: 608px;
}

.width-609 {
  width: 609px;
}

.height-609 {
  height: 609px;
}

.width-610 {
  width: 610px;
}

.height-610 {
  height: 610px;
}

.width-611 {
  width: 611px;
}

.height-611 {
  height: 611px;
}

.width-612 {
  width: 612px;
}

.height-612 {
  height: 612px;
}

.width-613 {
  width: 613px;
}

.height-613 {
  height: 613px;
}

.width-614 {
  width: 614px;
}

.height-614 {
  height: 614px;
}

.width-615 {
  width: 615px;
}

.height-615 {
  height: 615px;
}

.width-616 {
  width: 616px;
}

.height-616 {
  height: 616px;
}

.width-617 {
  width: 617px;
}

.height-617 {
  height: 617px;
}

.width-618 {
  width: 618px;
}

.height-618 {
  height: 618px;
}

.width-619 {
  width: 619px;
}

.height-619 {
  height: 619px;
}

.width-620 {
  width: 620px;
}

.height-620 {
  height: 620px;
}

.width-621 {
  width: 621px;
}

.height-621 {
  height: 621px;
}

.width-622 {
  width: 622px;
}

.height-622 {
  height: 622px;
}

.width-623 {
  width: 623px;
}

.height-623 {
  height: 623px;
}

.width-624 {
  width: 624px;
}

.height-624 {
  height: 624px;
}

.width-625 {
  width: 625px;
}

.height-625 {
  height: 625px;
}

.width-626 {
  width: 626px;
}

.height-626 {
  height: 626px;
}

.width-627 {
  width: 627px;
}

.height-627 {
  height: 627px;
}

.width-628 {
  width: 628px;
}

.height-628 {
  height: 628px;
}

.width-629 {
  width: 629px;
}

.height-629 {
  height: 629px;
}

.width-630 {
  width: 630px;
}

.height-630 {
  height: 630px;
}

.width-631 {
  width: 631px;
}

.height-631 {
  height: 631px;
}

.width-632 {
  width: 632px;
}

.height-632 {
  height: 632px;
}

.width-633 {
  width: 633px;
}

.height-633 {
  height: 633px;
}

.width-634 {
  width: 634px;
}

.height-634 {
  height: 634px;
}

.width-635 {
  width: 635px;
}

.height-635 {
  height: 635px;
}

.width-636 {
  width: 636px;
}

.height-636 {
  height: 636px;
}

.width-637 {
  width: 637px;
}

.height-637 {
  height: 637px;
}

.width-638 {
  width: 638px;
}

.height-638 {
  height: 638px;
}

.width-639 {
  width: 639px;
}

.height-639 {
  height: 639px;
}

.width-640 {
  width: 640px;
}

.height-640 {
  height: 640px;
}

.width-641 {
  width: 641px;
}

.height-641 {
  height: 641px;
}

.width-642 {
  width: 642px;
}

.height-642 {
  height: 642px;
}

.width-643 {
  width: 643px;
}

.height-643 {
  height: 643px;
}

.width-644 {
  width: 644px;
}

.height-644 {
  height: 644px;
}

.width-645 {
  width: 645px;
}

.height-645 {
  height: 645px;
}

.width-646 {
  width: 646px;
}

.height-646 {
  height: 646px;
}

.width-647 {
  width: 647px;
}

.height-647 {
  height: 647px;
}

.width-648 {
  width: 648px;
}

.height-648 {
  height: 648px;
}

.width-649 {
  width: 649px;
}

.height-649 {
  height: 649px;
}

.width-650 {
  width: 650px;
}

.height-650 {
  height: 650px;
}

.width-651 {
  width: 651px;
}

.height-651 {
  height: 651px;
}

.width-652 {
  width: 652px;
}

.height-652 {
  height: 652px;
}

.width-653 {
  width: 653px;
}

.height-653 {
  height: 653px;
}

.width-654 {
  width: 654px;
}

.height-654 {
  height: 654px;
}

.width-655 {
  width: 655px;
}

.height-655 {
  height: 655px;
}

.width-656 {
  width: 656px;
}

.height-656 {
  height: 656px;
}

.width-657 {
  width: 657px;
}

.height-657 {
  height: 657px;
}

.width-658 {
  width: 658px;
}

.height-658 {
  height: 658px;
}

.width-659 {
  width: 659px;
}

.height-659 {
  height: 659px;
}

.width-660 {
  width: 660px;
}

.height-660 {
  height: 660px;
}

.width-661 {
  width: 661px;
}

.height-661 {
  height: 661px;
}

.width-662 {
  width: 662px;
}

.height-662 {
  height: 662px;
}

.width-663 {
  width: 663px;
}

.height-663 {
  height: 663px;
}

.width-664 {
  width: 664px;
}

.height-664 {
  height: 664px;
}

.width-665 {
  width: 665px;
}

.height-665 {
  height: 665px;
}

.width-666 {
  width: 666px;
}

.height-666 {
  height: 666px;
}

.width-667 {
  width: 667px;
}

.height-667 {
  height: 667px;
}

.width-668 {
  width: 668px;
}

.height-668 {
  height: 668px;
}

.width-669 {
  width: 669px;
}

.height-669 {
  height: 669px;
}

.width-670 {
  width: 670px;
}

.height-670 {
  height: 670px;
}

.width-671 {
  width: 671px;
}

.height-671 {
  height: 671px;
}

.width-672 {
  width: 672px;
}

.height-672 {
  height: 672px;
}

.width-673 {
  width: 673px;
}

.height-673 {
  height: 673px;
}

.width-674 {
  width: 674px;
}

.height-674 {
  height: 674px;
}

.width-675 {
  width: 675px;
}

.height-675 {
  height: 675px;
}

.width-676 {
  width: 676px;
}

.height-676 {
  height: 676px;
}

.width-677 {
  width: 677px;
}

.height-677 {
  height: 677px;
}

.width-678 {
  width: 678px;
}

.height-678 {
  height: 678px;
}

.width-679 {
  width: 679px;
}

.height-679 {
  height: 679px;
}

.width-680 {
  width: 680px;
}

.height-680 {
  height: 680px;
}

.width-681 {
  width: 681px;
}

.height-681 {
  height: 681px;
}

.width-682 {
  width: 682px;
}

.height-682 {
  height: 682px;
}

.width-683 {
  width: 683px;
}

.height-683 {
  height: 683px;
}

.width-684 {
  width: 684px;
}

.height-684 {
  height: 684px;
}

.width-685 {
  width: 685px;
}

.height-685 {
  height: 685px;
}

.width-686 {
  width: 686px;
}

.height-686 {
  height: 686px;
}

.width-687 {
  width: 687px;
}

.height-687 {
  height: 687px;
}

.width-688 {
  width: 688px;
}

.height-688 {
  height: 688px;
}

.width-689 {
  width: 689px;
}

.height-689 {
  height: 689px;
}

.width-690 {
  width: 690px;
}

.height-690 {
  height: 690px;
}

.width-691 {
  width: 691px;
}

.height-691 {
  height: 691px;
}

.width-692 {
  width: 692px;
}

.height-692 {
  height: 692px;
}

.width-693 {
  width: 693px;
}

.height-693 {
  height: 693px;
}

.width-694 {
  width: 694px;
}

.height-694 {
  height: 694px;
}

.width-695 {
  width: 695px;
}

.height-695 {
  height: 695px;
}

.width-696 {
  width: 696px;
}

.height-696 {
  height: 696px;
}

.width-697 {
  width: 697px;
}

.height-697 {
  height: 697px;
}

.width-698 {
  width: 698px;
}

.height-698 {
  height: 698px;
}

.width-699 {
  width: 699px;
}

.height-699 {
  height: 699px;
}

.width-700 {
  width: 700px;
}

.height-700 {
  height: 700px;
}

.width-701 {
  width: 701px;
}

.height-701 {
  height: 701px;
}

.width-702 {
  width: 702px;
}

.height-702 {
  height: 702px;
}

.width-703 {
  width: 703px;
}

.height-703 {
  height: 703px;
}

.width-704 {
  width: 704px;
}

.height-704 {
  height: 704px;
}

.width-705 {
  width: 705px;
}

.height-705 {
  height: 705px;
}

.width-706 {
  width: 706px;
}

.height-706 {
  height: 706px;
}

.width-707 {
  width: 707px;
}

.height-707 {
  height: 707px;
}

.width-708 {
  width: 708px;
}

.height-708 {
  height: 708px;
}

.width-709 {
  width: 709px;
}

.height-709 {
  height: 709px;
}

.width-710 {
  width: 710px;
}

.height-710 {
  height: 710px;
}

.width-711 {
  width: 711px;
}

.height-711 {
  height: 711px;
}

.width-712 {
  width: 712px;
}

.height-712 {
  height: 712px;
}

.width-713 {
  width: 713px;
}

.height-713 {
  height: 713px;
}

.width-714 {
  width: 714px;
}

.height-714 {
  height: 714px;
}

.width-715 {
  width: 715px;
}

.height-715 {
  height: 715px;
}

.width-716 {
  width: 716px;
}

.height-716 {
  height: 716px;
}

.width-717 {
  width: 717px;
}

.height-717 {
  height: 717px;
}

.width-718 {
  width: 718px;
}

.height-718 {
  height: 718px;
}

.width-719 {
  width: 719px;
}

.height-719 {
  height: 719px;
}

.width-720 {
  width: 720px;
}

.height-720 {
  height: 720px;
}

.width-721 {
  width: 721px;
}

.height-721 {
  height: 721px;
}

.width-722 {
  width: 722px;
}

.height-722 {
  height: 722px;
}

.width-723 {
  width: 723px;
}

.height-723 {
  height: 723px;
}

.width-724 {
  width: 724px;
}

.height-724 {
  height: 724px;
}

.width-725 {
  width: 725px;
}

.height-725 {
  height: 725px;
}

.width-726 {
  width: 726px;
}

.height-726 {
  height: 726px;
}

.width-727 {
  width: 727px;
}

.height-727 {
  height: 727px;
}

.width-728 {
  width: 728px;
}

.height-728 {
  height: 728px;
}

.width-729 {
  width: 729px;
}

.height-729 {
  height: 729px;
}

.width-730 {
  width: 730px;
}

.height-730 {
  height: 730px;
}

.width-731 {
  width: 731px;
}

.height-731 {
  height: 731px;
}

.width-732 {
  width: 732px;
}

.height-732 {
  height: 732px;
}

.width-733 {
  width: 733px;
}

.height-733 {
  height: 733px;
}

.width-734 {
  width: 734px;
}

.height-734 {
  height: 734px;
}

.width-735 {
  width: 735px;
}

.height-735 {
  height: 735px;
}

.width-736 {
  width: 736px;
}

.height-736 {
  height: 736px;
}

.width-737 {
  width: 737px;
}

.height-737 {
  height: 737px;
}

.width-738 {
  width: 738px;
}

.height-738 {
  height: 738px;
}

.width-739 {
  width: 739px;
}

.height-739 {
  height: 739px;
}

.width-740 {
  width: 740px;
}

.height-740 {
  height: 740px;
}

.width-741 {
  width: 741px;
}

.height-741 {
  height: 741px;
}

.width-742 {
  width: 742px;
}

.height-742 {
  height: 742px;
}

.width-743 {
  width: 743px;
}

.height-743 {
  height: 743px;
}

.width-744 {
  width: 744px;
}

.height-744 {
  height: 744px;
}

.width-745 {
  width: 745px;
}

.height-745 {
  height: 745px;
}

.width-746 {
  width: 746px;
}

.height-746 {
  height: 746px;
}

.width-747 {
  width: 747px;
}

.height-747 {
  height: 747px;
}

.width-748 {
  width: 748px;
}

.height-748 {
  height: 748px;
}

.width-749 {
  width: 749px;
}

.height-749 {
  height: 749px;
}

.width-750 {
  width: 750px;
}

.height-750 {
  height: 750px;
}

.width-751 {
  width: 751px;
}

.height-751 {
  height: 751px;
}

.width-752 {
  width: 752px;
}

.height-752 {
  height: 752px;
}

.width-753 {
  width: 753px;
}

.height-753 {
  height: 753px;
}

.width-754 {
  width: 754px;
}

.height-754 {
  height: 754px;
}

.width-755 {
  width: 755px;
}

.height-755 {
  height: 755px;
}

.width-756 {
  width: 756px;
}

.height-756 {
  height: 756px;
}

.width-757 {
  width: 757px;
}

.height-757 {
  height: 757px;
}

.width-758 {
  width: 758px;
}

.height-758 {
  height: 758px;
}

.width-759 {
  width: 759px;
}

.height-759 {
  height: 759px;
}

.width-760 {
  width: 760px;
}

.height-760 {
  height: 760px;
}

.width-761 {
  width: 761px;
}

.height-761 {
  height: 761px;
}

.width-762 {
  width: 762px;
}

.height-762 {
  height: 762px;
}

.width-763 {
  width: 763px;
}

.height-763 {
  height: 763px;
}

.width-764 {
  width: 764px;
}

.height-764 {
  height: 764px;
}

.width-765 {
  width: 765px;
}

.height-765 {
  height: 765px;
}

.width-766 {
  width: 766px;
}

.height-766 {
  height: 766px;
}

.width-767 {
  width: 767px;
}

.height-767 {
  height: 767px;
}

.width-768 {
  width: 768px;
}

.height-768 {
  height: 768px;
}

.width-769 {
  width: 769px;
}

.height-769 {
  height: 769px;
}

.width-770 {
  width: 770px;
}

.height-770 {
  height: 770px;
}

.width-771 {
  width: 771px;
}

.height-771 {
  height: 771px;
}

.width-772 {
  width: 772px;
}

.height-772 {
  height: 772px;
}

.width-773 {
  width: 773px;
}

.height-773 {
  height: 773px;
}

.width-774 {
  width: 774px;
}

.height-774 {
  height: 774px;
}

.width-775 {
  width: 775px;
}

.height-775 {
  height: 775px;
}

.width-776 {
  width: 776px;
}

.height-776 {
  height: 776px;
}

.width-777 {
  width: 777px;
}

.height-777 {
  height: 777px;
}

.width-778 {
  width: 778px;
}

.height-778 {
  height: 778px;
}

.width-779 {
  width: 779px;
}

.height-779 {
  height: 779px;
}

.width-780 {
  width: 780px;
}

.height-780 {
  height: 780px;
}

.width-781 {
  width: 781px;
}

.height-781 {
  height: 781px;
}

.width-782 {
  width: 782px;
}

.height-782 {
  height: 782px;
}

.width-783 {
  width: 783px;
}

.height-783 {
  height: 783px;
}

.width-784 {
  width: 784px;
}

.height-784 {
  height: 784px;
}

.width-785 {
  width: 785px;
}

.height-785 {
  height: 785px;
}

.width-786 {
  width: 786px;
}

.height-786 {
  height: 786px;
}

.width-787 {
  width: 787px;
}

.height-787 {
  height: 787px;
}

.width-788 {
  width: 788px;
}

.height-788 {
  height: 788px;
}

.width-789 {
  width: 789px;
}

.height-789 {
  height: 789px;
}

.width-790 {
  width: 790px;
}

.height-790 {
  height: 790px;
}

.width-791 {
  width: 791px;
}

.height-791 {
  height: 791px;
}

.width-792 {
  width: 792px;
}

.height-792 {
  height: 792px;
}

.width-793 {
  width: 793px;
}

.height-793 {
  height: 793px;
}

.width-794 {
  width: 794px;
}

.height-794 {
  height: 794px;
}

.width-795 {
  width: 795px;
}

.height-795 {
  height: 795px;
}

.width-796 {
  width: 796px;
}

.height-796 {
  height: 796px;
}

.width-797 {
  width: 797px;
}

.height-797 {
  height: 797px;
}

.width-798 {
  width: 798px;
}

.height-798 {
  height: 798px;
}

.width-799 {
  width: 799px;
}

.height-799 {
  height: 799px;
}

.width-800 {
  width: 800px;
}

.height-800 {
  height: 800px;
}

.width-801 {
  width: 801px;
}

.height-801 {
  height: 801px;
}

.width-802 {
  width: 802px;
}

.height-802 {
  height: 802px;
}

.width-803 {
  width: 803px;
}

.height-803 {
  height: 803px;
}

.width-804 {
  width: 804px;
}

.height-804 {
  height: 804px;
}

.width-805 {
  width: 805px;
}

.height-805 {
  height: 805px;
}

.width-806 {
  width: 806px;
}

.height-806 {
  height: 806px;
}

.width-807 {
  width: 807px;
}

.height-807 {
  height: 807px;
}

.width-808 {
  width: 808px;
}

.height-808 {
  height: 808px;
}

.width-809 {
  width: 809px;
}

.height-809 {
  height: 809px;
}

.width-810 {
  width: 810px;
}

.height-810 {
  height: 810px;
}

.width-811 {
  width: 811px;
}

.height-811 {
  height: 811px;
}

.width-812 {
  width: 812px;
}

.height-812 {
  height: 812px;
}

.width-813 {
  width: 813px;
}

.height-813 {
  height: 813px;
}

.width-814 {
  width: 814px;
}

.height-814 {
  height: 814px;
}

.width-815 {
  width: 815px;
}

.height-815 {
  height: 815px;
}

.width-816 {
  width: 816px;
}

.height-816 {
  height: 816px;
}

.width-817 {
  width: 817px;
}

.height-817 {
  height: 817px;
}

.width-818 {
  width: 818px;
}

.height-818 {
  height: 818px;
}

.width-819 {
  width: 819px;
}

.height-819 {
  height: 819px;
}

.width-820 {
  width: 820px;
}

.height-820 {
  height: 820px;
}

.width-821 {
  width: 821px;
}

.height-821 {
  height: 821px;
}

.width-822 {
  width: 822px;
}

.height-822 {
  height: 822px;
}

.width-823 {
  width: 823px;
}

.height-823 {
  height: 823px;
}

.width-824 {
  width: 824px;
}

.height-824 {
  height: 824px;
}

.width-825 {
  width: 825px;
}

.height-825 {
  height: 825px;
}

.width-826 {
  width: 826px;
}

.height-826 {
  height: 826px;
}

.width-827 {
  width: 827px;
}

.height-827 {
  height: 827px;
}

.width-828 {
  width: 828px;
}

.height-828 {
  height: 828px;
}

.width-829 {
  width: 829px;
}

.height-829 {
  height: 829px;
}

.width-830 {
  width: 830px;
}

.height-830 {
  height: 830px;
}

.width-831 {
  width: 831px;
}

.height-831 {
  height: 831px;
}

.width-832 {
  width: 832px;
}

.height-832 {
  height: 832px;
}

.width-833 {
  width: 833px;
}

.height-833 {
  height: 833px;
}

.width-834 {
  width: 834px;
}

.height-834 {
  height: 834px;
}

.width-835 {
  width: 835px;
}

.height-835 {
  height: 835px;
}

.width-836 {
  width: 836px;
}

.height-836 {
  height: 836px;
}

.width-837 {
  width: 837px;
}

.height-837 {
  height: 837px;
}

.width-838 {
  width: 838px;
}

.height-838 {
  height: 838px;
}

.width-839 {
  width: 839px;
}

.height-839 {
  height: 839px;
}

.width-840 {
  width: 840px;
}

.height-840 {
  height: 840px;
}

.width-841 {
  width: 841px;
}

.height-841 {
  height: 841px;
}

.width-842 {
  width: 842px;
}

.height-842 {
  height: 842px;
}

.width-843 {
  width: 843px;
}

.height-843 {
  height: 843px;
}

.width-844 {
  width: 844px;
}

.height-844 {
  height: 844px;
}

.width-845 {
  width: 845px;
}

.height-845 {
  height: 845px;
}

.width-846 {
  width: 846px;
}

.height-846 {
  height: 846px;
}

.width-847 {
  width: 847px;
}

.height-847 {
  height: 847px;
}

.width-848 {
  width: 848px;
}

.height-848 {
  height: 848px;
}

.width-849 {
  width: 849px;
}

.height-849 {
  height: 849px;
}

.width-850 {
  width: 850px;
}

.height-850 {
  height: 850px;
}

.width-851 {
  width: 851px;
}

.height-851 {
  height: 851px;
}

.width-852 {
  width: 852px;
}

.height-852 {
  height: 852px;
}

.width-853 {
  width: 853px;
}

.height-853 {
  height: 853px;
}

.width-854 {
  width: 854px;
}

.height-854 {
  height: 854px;
}

.width-855 {
  width: 855px;
}

.height-855 {
  height: 855px;
}

.width-856 {
  width: 856px;
}

.height-856 {
  height: 856px;
}

.width-857 {
  width: 857px;
}

.height-857 {
  height: 857px;
}

.width-858 {
  width: 858px;
}

.height-858 {
  height: 858px;
}

.width-859 {
  width: 859px;
}

.height-859 {
  height: 859px;
}

.width-860 {
  width: 860px;
}

.height-860 {
  height: 860px;
}

.width-861 {
  width: 861px;
}

.height-861 {
  height: 861px;
}

.width-862 {
  width: 862px;
}

.height-862 {
  height: 862px;
}

.width-863 {
  width: 863px;
}

.height-863 {
  height: 863px;
}

.width-864 {
  width: 864px;
}

.height-864 {
  height: 864px;
}

.width-865 {
  width: 865px;
}

.height-865 {
  height: 865px;
}

.width-866 {
  width: 866px;
}

.height-866 {
  height: 866px;
}

.width-867 {
  width: 867px;
}

.height-867 {
  height: 867px;
}

.width-868 {
  width: 868px;
}

.height-868 {
  height: 868px;
}

.width-869 {
  width: 869px;
}

.height-869 {
  height: 869px;
}

.width-870 {
  width: 870px;
}

.height-870 {
  height: 870px;
}

.width-871 {
  width: 871px;
}

.height-871 {
  height: 871px;
}

.width-872 {
  width: 872px;
}

.height-872 {
  height: 872px;
}

.width-873 {
  width: 873px;
}

.height-873 {
  height: 873px;
}

.width-874 {
  width: 874px;
}

.height-874 {
  height: 874px;
}

.width-875 {
  width: 875px;
}

.height-875 {
  height: 875px;
}

.width-876 {
  width: 876px;
}

.height-876 {
  height: 876px;
}

.width-877 {
  width: 877px;
}

.height-877 {
  height: 877px;
}

.width-878 {
  width: 878px;
}

.height-878 {
  height: 878px;
}

.width-879 {
  width: 879px;
}

.height-879 {
  height: 879px;
}

.width-880 {
  width: 880px;
}

.height-880 {
  height: 880px;
}

.width-881 {
  width: 881px;
}

.height-881 {
  height: 881px;
}

.width-882 {
  width: 882px;
}

.height-882 {
  height: 882px;
}

.width-883 {
  width: 883px;
}

.height-883 {
  height: 883px;
}

.width-884 {
  width: 884px;
}

.height-884 {
  height: 884px;
}

.width-885 {
  width: 885px;
}

.height-885 {
  height: 885px;
}

.width-886 {
  width: 886px;
}

.height-886 {
  height: 886px;
}

.width-887 {
  width: 887px;
}

.height-887 {
  height: 887px;
}

.width-888 {
  width: 888px;
}

.height-888 {
  height: 888px;
}

.width-889 {
  width: 889px;
}

.height-889 {
  height: 889px;
}

.width-890 {
  width: 890px;
}

.height-890 {
  height: 890px;
}

.width-891 {
  width: 891px;
}

.height-891 {
  height: 891px;
}

.width-892 {
  width: 892px;
}

.height-892 {
  height: 892px;
}

.width-893 {
  width: 893px;
}

.height-893 {
  height: 893px;
}

.width-894 {
  width: 894px;
}

.height-894 {
  height: 894px;
}

.width-895 {
  width: 895px;
}

.height-895 {
  height: 895px;
}

.width-896 {
  width: 896px;
}

.height-896 {
  height: 896px;
}

.width-897 {
  width: 897px;
}

.height-897 {
  height: 897px;
}

.width-898 {
  width: 898px;
}

.height-898 {
  height: 898px;
}

.width-899 {
  width: 899px;
}

.height-899 {
  height: 899px;
}

.width-900 {
  width: 900px;
}

.height-900 {
  height: 900px;
}

.width-901 {
  width: 901px;
}

.height-901 {
  height: 901px;
}

.width-902 {
  width: 902px;
}

.height-902 {
  height: 902px;
}

.width-903 {
  width: 903px;
}

.height-903 {
  height: 903px;
}

.width-904 {
  width: 904px;
}

.height-904 {
  height: 904px;
}

.width-905 {
  width: 905px;
}

.height-905 {
  height: 905px;
}

.width-906 {
  width: 906px;
}

.height-906 {
  height: 906px;
}

.width-907 {
  width: 907px;
}

.height-907 {
  height: 907px;
}

.width-908 {
  width: 908px;
}

.height-908 {
  height: 908px;
}

.width-909 {
  width: 909px;
}

.height-909 {
  height: 909px;
}

.width-910 {
  width: 910px;
}

.height-910 {
  height: 910px;
}

.width-911 {
  width: 911px;
}

.height-911 {
  height: 911px;
}

.width-912 {
  width: 912px;
}

.height-912 {
  height: 912px;
}

.width-913 {
  width: 913px;
}

.height-913 {
  height: 913px;
}

.width-914 {
  width: 914px;
}

.height-914 {
  height: 914px;
}

.width-915 {
  width: 915px;
}

.height-915 {
  height: 915px;
}

.width-916 {
  width: 916px;
}

.height-916 {
  height: 916px;
}

.width-917 {
  width: 917px;
}

.height-917 {
  height: 917px;
}

.width-918 {
  width: 918px;
}

.height-918 {
  height: 918px;
}

.width-919 {
  width: 919px;
}

.height-919 {
  height: 919px;
}

.width-920 {
  width: 920px;
}

.height-920 {
  height: 920px;
}

.width-921 {
  width: 921px;
}

.height-921 {
  height: 921px;
}

.width-922 {
  width: 922px;
}

.height-922 {
  height: 922px;
}

.width-923 {
  width: 923px;
}

.height-923 {
  height: 923px;
}

.width-924 {
  width: 924px;
}

.height-924 {
  height: 924px;
}

.width-925 {
  width: 925px;
}

.height-925 {
  height: 925px;
}

.width-926 {
  width: 926px;
}

.height-926 {
  height: 926px;
}

.width-927 {
  width: 927px;
}

.height-927 {
  height: 927px;
}

.width-928 {
  width: 928px;
}

.height-928 {
  height: 928px;
}

.width-929 {
  width: 929px;
}

.height-929 {
  height: 929px;
}

.width-930 {
  width: 930px;
}

.height-930 {
  height: 930px;
}

.width-931 {
  width: 931px;
}

.height-931 {
  height: 931px;
}

.width-932 {
  width: 932px;
}

.height-932 {
  height: 932px;
}

.width-933 {
  width: 933px;
}

.height-933 {
  height: 933px;
}

.width-934 {
  width: 934px;
}

.height-934 {
  height: 934px;
}

.width-935 {
  width: 935px;
}

.height-935 {
  height: 935px;
}

.width-936 {
  width: 936px;
}

.height-936 {
  height: 936px;
}

.width-937 {
  width: 937px;
}

.height-937 {
  height: 937px;
}

.width-938 {
  width: 938px;
}

.height-938 {
  height: 938px;
}

.width-939 {
  width: 939px;
}

.height-939 {
  height: 939px;
}

.width-940 {
  width: 940px;
}

.height-940 {
  height: 940px;
}

.width-941 {
  width: 941px;
}

.height-941 {
  height: 941px;
}

.width-942 {
  width: 942px;
}

.height-942 {
  height: 942px;
}

.width-943 {
  width: 943px;
}

.height-943 {
  height: 943px;
}

.width-944 {
  width: 944px;
}

.height-944 {
  height: 944px;
}

.width-945 {
  width: 945px;
}

.height-945 {
  height: 945px;
}

.width-946 {
  width: 946px;
}

.height-946 {
  height: 946px;
}

.width-947 {
  width: 947px;
}

.height-947 {
  height: 947px;
}

.width-948 {
  width: 948px;
}

.height-948 {
  height: 948px;
}

.width-949 {
  width: 949px;
}

.height-949 {
  height: 949px;
}

.width-950 {
  width: 950px;
}

.height-950 {
  height: 950px;
}

.width-951 {
  width: 951px;
}

.height-951 {
  height: 951px;
}

.width-952 {
  width: 952px;
}

.height-952 {
  height: 952px;
}

.width-953 {
  width: 953px;
}

.height-953 {
  height: 953px;
}

.width-954 {
  width: 954px;
}

.height-954 {
  height: 954px;
}

.width-955 {
  width: 955px;
}

.height-955 {
  height: 955px;
}

.width-956 {
  width: 956px;
}

.height-956 {
  height: 956px;
}

.width-957 {
  width: 957px;
}

.height-957 {
  height: 957px;
}

.width-958 {
  width: 958px;
}

.height-958 {
  height: 958px;
}

.width-959 {
  width: 959px;
}

.height-959 {
  height: 959px;
}

.width-960 {
  width: 960px;
}

.height-960 {
  height: 960px;
}

.width-961 {
  width: 961px;
}

.height-961 {
  height: 961px;
}

.width-962 {
  width: 962px;
}

.height-962 {
  height: 962px;
}

.width-963 {
  width: 963px;
}

.height-963 {
  height: 963px;
}

.width-964 {
  width: 964px;
}

.height-964 {
  height: 964px;
}

.width-965 {
  width: 965px;
}

.height-965 {
  height: 965px;
}

.width-966 {
  width: 966px;
}

.height-966 {
  height: 966px;
}

.width-967 {
  width: 967px;
}

.height-967 {
  height: 967px;
}

.width-968 {
  width: 968px;
}

.height-968 {
  height: 968px;
}

.width-969 {
  width: 969px;
}

.height-969 {
  height: 969px;
}

.width-970 {
  width: 970px;
}

.height-970 {
  height: 970px;
}

.width-971 {
  width: 971px;
}

.height-971 {
  height: 971px;
}

.width-972 {
  width: 972px;
}

.height-972 {
  height: 972px;
}

.width-973 {
  width: 973px;
}

.height-973 {
  height: 973px;
}

.width-974 {
  width: 974px;
}

.height-974 {
  height: 974px;
}

.width-975 {
  width: 975px;
}

.height-975 {
  height: 975px;
}

.width-976 {
  width: 976px;
}

.height-976 {
  height: 976px;
}

.width-977 {
  width: 977px;
}

.height-977 {
  height: 977px;
}

.width-978 {
  width: 978px;
}

.height-978 {
  height: 978px;
}

.width-979 {
  width: 979px;
}

.height-979 {
  height: 979px;
}

.width-980 {
  width: 980px;
}

.height-980 {
  height: 980px;
}

.width-981 {
  width: 981px;
}

.height-981 {
  height: 981px;
}

.width-982 {
  width: 982px;
}

.height-982 {
  height: 982px;
}

.width-983 {
  width: 983px;
}

.height-983 {
  height: 983px;
}

.width-984 {
  width: 984px;
}

.height-984 {
  height: 984px;
}

.width-985 {
  width: 985px;
}

.height-985 {
  height: 985px;
}

.width-986 {
  width: 986px;
}

.height-986 {
  height: 986px;
}

.width-987 {
  width: 987px;
}

.height-987 {
  height: 987px;
}

.width-988 {
  width: 988px;
}

.height-988 {
  height: 988px;
}

.width-989 {
  width: 989px;
}

.height-989 {
  height: 989px;
}

.width-990 {
  width: 990px;
}

.height-990 {
  height: 990px;
}

.width-991 {
  width: 991px;
}

.height-991 {
  height: 991px;
}

.width-992 {
  width: 992px;
}

.height-992 {
  height: 992px;
}

.width-993 {
  width: 993px;
}

.height-993 {
  height: 993px;
}

.width-994 {
  width: 994px;
}

.height-994 {
  height: 994px;
}

.width-995 {
  width: 995px;
}

.height-995 {
  height: 995px;
}

.width-996 {
  width: 996px;
}

.height-996 {
  height: 996px;
}

.width-997 {
  width: 997px;
}

.height-997 {
  height: 997px;
}

.width-998 {
  width: 998px;
}

.height-998 {
  height: 998px;
}

.width-999 {
  width: 999px;
}

.height-999 {
  height: 999px;
}

.width-1000 {
  width: 1000px;
}

.height-1000 {
  height: 1000px;
}

.inline-block-middle {
  display: inline-block;
  vertical-align: middle;
}

.text-idlewild {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
}

.text-ubuntu {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
}

.text-ubuntu-bold {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 700;
}

.text-ubuntu-light {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.text1_1 {
  font-size: 12px;
  line-height: 16px;
}

.text1_2 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
  .text1_2 {
    font-size: 13px;
    letter-spacing: 1.63px;
    line-height: 22px;
  }
}

.heading1_1 {
  font-size: 48px;
  line-height: 58px;
}

@media only screen and (max-width: 991px) {
  .heading1_1 {
    font-size: 24px;
    line-height: 29px;
  }
}

.heading1_3 {
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .heading1_3 {
    font-size: 12px;
    line-height: 26px;
  }
}

.heading1_5 {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 991px) {
  .heading1_5 {
    font-size: 10px;
    line-height: 13px;
  }
}

/**
 * use bootstrap grid
 **/
@media (max-width: 991.98px) {
  .hide-mobile {
    display: none !important;
  }
}

/* Bezier's easing funtions */
/* Durations */
/* close video */
/* tap play-button */
/**
 * header down animacija - y
 * duration: 0.3s
 * easing: default
 */
/**
 * galerija ko se pripelje 
 * duration 2s
 * easing:gallery 
 * time1 (0.56s): 
 * time2 (0.3s):  (txt o luki)
 * time3 (2s)  : 
 */
/**
  * luka link tap 
  * ima zate nekaj zares 
  */
@-webkit-keyframes button-heartbeat {
  0% {
    width: 100%;
    height: 100%;
  }
  8% {
    width: 105%;
    height: 105%;
  }
  16% {
    width: 100%;
    height: 100%;
  }
  24% {
    width: 105%;
    height: 105%;
  }
  32% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes button-heartbeat {
  0% {
    width: 100%;
    height: 100%;
  }
  8% {
    width: 105%;
    height: 105%;
  }
  16% {
    width: 100%;
    height: 100%;
  }
  24% {
    width: 105%;
    height: 105%;
  }
  32% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes branch-movement {
  0% {
    -webkit-transform-origin: 75% 0%;
            transform-origin: 75% 0%;
    -webkit-transform: rotate(-2deg) translate(0, 0);
            transform: rotate(-2deg) translate(0, 0);
  }
  50% {
    -webkit-transform-origin: 75% 0%;
            transform-origin: 75% 0%;
    -webkit-transform: rotate(2deg) translate(-10px, 15px);
            transform: rotate(2deg) translate(-10px, 15px);
  }
  100% {
    -webkit-transform-origin: 75% 0%;
            transform-origin: 75% 0%;
    -webkit-transform: rotate(-2deg) translate(0, 0);
            transform: rotate(-2deg) translate(0, 0);
  }
}

@keyframes branch-movement {
  0% {
    -webkit-transform-origin: 75% 0%;
            transform-origin: 75% 0%;
    -webkit-transform: rotate(-2deg) translate(0, 0);
            transform: rotate(-2deg) translate(0, 0);
  }
  50% {
    -webkit-transform-origin: 75% 0%;
            transform-origin: 75% 0%;
    -webkit-transform: rotate(2deg) translate(-10px, 15px);
            transform: rotate(2deg) translate(-10px, 15px);
  }
  100% {
    -webkit-transform-origin: 75% 0%;
            transform-origin: 75% 0%;
    -webkit-transform: rotate(-2deg) translate(0, 0);
            transform: rotate(-2deg) translate(0, 0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes flower-movement {
  0% {
    -webkit-transform: rotate(-3deg) translate(0, 0);
            transform: rotate(-3deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(8deg) translate(-20px, 15px);
            transform: rotate(8deg) translate(-20px, 15px);
  }
  100% {
    -webkit-transform: rotate(-3deg) translate(0, 0);
            transform: rotate(-3deg) translate(0, 0);
  }
}

@keyframes flower-movement {
  0% {
    -webkit-transform: rotate(-3deg) translate(0, 0);
            transform: rotate(-3deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(8deg) translate(-20px, 15px);
            transform: rotate(8deg) translate(-20px, 15px);
  }
  100% {
    -webkit-transform: rotate(-3deg) translate(0, 0);
            transform: rotate(-3deg) translate(0, 0);
  }
}

/* helpers */
/* error and success msgs */
.invalid-feedback,
.valid-feedback,
.error-msg,
.err-msg,
.msg-err,
.msg-error,
.error,
.success-msg,
.succ-msg,
.msg-succ,
.msg-success,
.success {
  font-size: 10px;
  line-height: 13px;
  margin-top: 9px;
}

/*elements*/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* mobile margin-right fix */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000000;
  font-family: sans-serif;
  font-size: 16px;
  color: #ffffff;
}

body strong {
  font-family: inherit;
  font-weight: 700;
}

svg {
  width: auto;
  height: auto;
}

input {
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.invalid-feedback,
.err-msg,
.error-message,
.msg-error,
.message-error,
.error {
  color: #EE7A7A;
}

.valid-feedback,
.succ-msg,
.msg-success,
.message-success,
.success {
  color: #7AEE7F;
}

.custom-file-input.is-valid ~ .custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #ffffff;
}

.custom-file-input.is-valid ~ .custom-file-label:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-file-input:valid ~ .custom-file-label:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #ffffff;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #ffffff;
}

.custom-file-input.is-invalid ~ .custom-file-label:focus,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-file-input:invalid ~ .custom-file-label:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ffffff;
}

a,
a:link,
a:active,
a:focus,
a:visited {
  color: #ffffff;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

button,
.btn,
[role="button"],
input[type="submit"] {
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
}

button:focus,
.btn:focus,
[role="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}

.button-orange-big {
  position: relative;
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 16px;
  color: #ffffff;
  padding: 17px 30px;
  text-align: center;
  background-color: transparent;
  z-index: 1;
}

.button-orange-big:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #E97000;
  -webkit-transition: width 0.3s ease 0s, height 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, height 0.3s ease 0s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s;
  z-index: -1;
}

.button-orange-big:hover:before {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}

@media (max-width: 991.98px) {
  .button-orange-big {
    width: 100%;
  }
}

.page {
  max-width: 1680px;
  margin: 0 auto;
  min-height: 100vh;
}

@media (max-width: 1299.98px) {
  .page {
    overflow: hidden;
  }
}

.page__inner {
  position: relative;
}

.wrapper:after {
  clear: both;
  display: block;
  content: '';
}

.section {
  position: relative;
}

.section__inner {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .contained-tablet {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
  }
}

@media (max-width: 991.98px) {
  .contained-tablet {
    width: auto;
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .contained-mobile {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

@media only screen and (max-width: 350px) {
  .contained-mobile {
    width: calc(100% - 20px);
  }
}

@media (max-width: 991.98px) {
  .contained-mobile-30 {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

@media only screen and (max-width: 350px) {
  .contained-mobile-30 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 991.98px) {
  .contained-mobile-27 {
    width: calc(100% - 54px);
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

@media only screen and (max-width: 350px) {
  .contained-mobile-27 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 991.98px) {
  .contained-mobile-24 {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

@media only screen and (max-width: 350px) {
  .contained-mobile-24 {
    width: calc(100% - 20px);
  }
}

.section-hide-left {
  margin-left: -300vw;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: margin-left 0.3s ease 0.1s, max-height 0s ease 0s;
  -o-transition: margin-left 0.3s ease 0.1s, max-height 0s ease 0s;
  transition: margin-left 0.3s ease 0.1s, max-height 0s ease 0s;
}

@media (max-width: 991.98px) {
  .section-hide-left {
    height: 0;
    overflow: hidden;
  }
}

/* sections */
.header {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(39%, rgba(0, 0, 0, 0.5)), color-stop(65%, transparent));
  background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.5) 39%, transparent 65%);
  background-image: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.5) 39%, transparent 65%);
  background-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.5) 39%, transparent 65%);
  z-index: 99999;
}

.header__inner {
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}

@media (max-width: 991.98px) {
  .header__inner {
    padding-top: 16px;
    padding-bottom: 0;
    /* padding-left:30px;
        padding-right:30px; */
  }
}

@media only screen and (max-width: 350px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.modal-open header {
  top: -300px;
}

.logo {
  display: inline-block;
  vertical-align: baseline;
}

@media (max-width: 991.98px) {
  .logo__image {
    width: 85px;
    padding: 10px 0;
  }
}

.header__navigation--main,
.header__navigation--back {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .header__navigation--main,
  .header__navigation--back {
    white-space: normal;
  }
}

.header__navigation--main {
  position: relative;
}

.header__navigation--back {
  position: absolute;
}

/*common between navigation-back and navigation-main */
.navigation--back a,
.navigation--main a {
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 2px;
  letter-spacing: 1.71px;
  line-height: 16px;
  text-align: center;
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 700;
  -webkit-transform: scale(1, 0.9);
      -ms-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
  color: #e97000 !important;
  cursor: pointer;
  padding: 15px 15px 15px 0;
}

.navigation--back ul,
.navigation--main ul {
  display: inline-block;
}

.navigation--back ul > li,
.navigation--main ul > li {
  display: inline-block;
  margin-right: 0px;
  margin-left: 27px;
  vertical-align: middle;
  opacity: 1;
}

.navigation--main {
  position: absolute;
  right: calc(-255px - 100vw);
  top: 0;
  text-align: right;
  padding-top: 5px;
}

@media (max-width: 1299.98px) {
  .navigation--main {
    right: -255px;
  }
}

.navigation--main ul > li {
  -webkit-transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
}

.navigation--main ul > li.horizontal-line--right {
  border-top: 1px solid #E97000;
  min-width: calc(241px + 100vw);
  margin-right: 0;
  margin-left: 8px;
  height: 6px;
}

@media (max-width: 1299.98px) {
  .navigation--main ul > li.horizontal-line--right {
    min-width: 430px;
  }
}

@media (max-width: 991.98px) {
  .navigation--main > a {
    display: none;
  }
  .navigation--main ul a {
    width: 50px;
  }
  .navigation--main ul > li.horizontal-line--right {
    min-width: 247px;
    margin-right: 0;
    margin-left: 21px;
    height: 18px;
  }
}

/* on hash change there should be animation */
[data-location-hash="#luka-kosir"] .navigation--main > a {
  display: inline-block;
}

@media (max-width: 991.98px) {
  [data-location-hash="#luka-kosir"] .navigation--main > a {
    width: 100px;
    padding-top: 8px;
  }
}

[data-location-hash="#luka-kosir"] .navigation--main ul > li {
  opacity: 0;
}

[data-location-hash="#luka-kosir"] .navigation--main ul > li.horizontal-line--right {
  border-top: 1px solid #E97000;
  min-width: calc(109px + 100vw);
  margin-right: 0;
  margin-left: 18px;
}

@media (max-width: 1299.98px) {
  [data-location-hash="#luka-kosir"] .navigation--main ul > li.horizontal-line--right {
    min-width: 109px;
  }
}

@media (max-width: 991.98px) {
  [data-location-hash="#luka-kosir"] .navigation--main ul > li.horizontal-line--right {
    margin-left: 80px;
  }
}

/* TODO:  code duplication. clear this later */
.section-navigation--back {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 900;
}

.navigation--back {
  top: 155px;
  left: calc(-121px - 100vw);
  position: absolute;
  min-width: 0px;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
}

@media (max-width: 991.98px) {
  .navigation--back {
    top: 65px;
  }
}

.navigation--back ul {
  display: inline-block;
  vertical-align: baseline;
}

.navigation--back ul > li {
  margin-left: 0;
}

.navigation--back ul > li.horizontal-line--left {
  -webkit-transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, min-width 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  border-top: 1px solid #E97000;
  min-width: 0px;
  margin-right: 7px;
  margin-top: 8px;
  height: 6px;
}

body.page-recepti .navigation--back {
  top: 190px;
}

@media only screen and (max-width: 1600px) {
  body.page-recepti .navigation--back {
    top: 110px;
  }
}

@media (max-width: 991.98px) {
  body.page-recepti .navigation--back {
    top: 65px;
  }
}

body:not(.page-index).dom-ready .navigation--back {
  opacity: 1;
}

body:not(.page-index).dom-ready .navigation--back ul > li.horizontal-line--left {
  min-width: calc(100vw);
}

@media only screen and (max-width: 1600px) {
  body:not(.page-index).dom-ready .navigation--back ul > li.horizontal-line--left {
    min-width: calc(100vw + 110px);
  }
}

@media (max-width: 1299.98px) {
  body:not(.page-index).dom-ready .navigation--back ul > li.horizontal-line--left {
    min-width: calc(100vw + 110px);
  }
}

.navbar-f3 {
  padding: 0px;
}

.navbar-f3 #navbarNav {
  margin-left: 69px;
  margin-top: 6px;
  z-index: 99999;
}

@media only screen and (max-width: 991px) {
  .navbar-f3 #navbarNav {
    margin-left: 0;
    margin-top: 0;
    border: 1px solid #E97000;
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media only screen and (max-width: 991px) {
  .navbar-f3 #navbarNav .nav-item {
    padding: 5px 15px 0px 15px;
  }
}

.navbar-f3 #navbarNav a {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: scale(1, 0.9);
      -ms-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .navbar-f3 #navbarNav a {
    margin-right: 0;
  }
}

.navbar-f3 .logo__image {
  width: 120px;
  height: auto;
}

@media (max-width: 991.98px) {
  .navbar-f3 .logo__image {
    width: 85px;
  }
}

.burger-menu {
  width: 30px;
  height: 16px;
  position: relative;
  margin-top: -10px;
}

.burger-menu .line-1,
.burger-menu .line-2,
.burger-menu .line-3 {
  height: 1px;
  width: 32px;
  left: 0;
  position: absolute;
  background-color: #E97000;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.burger-menu .line-1 {
  top: 0;
}

.burger-menu .line-2 {
  top: 50%;
}

.burger-menu .line-3 {
  bottom: 0;
}

.burger-menu[aria-expanded="true"] .line-1,
.burger-menu[aria-expanded="true"] .line-2,
.burger-menu[aria-expanded="true"] .line-3 {
  -webkit-transition: top 0.3s ease 0s, width 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, width 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  -o-transition: top 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}

.burger-menu[aria-expanded="true"] .line-2 {
  width: 0;
}

.burger-menu[aria-expanded="true"] .line-1 {
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-menu[aria-expanded="true"] .line-3 {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section-hero {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .section-hero {
    padding-bottom: 35px;
    position: relative;
  }
  .section-hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    z-index: -1;
  }
}

.section-hero-main-page {
  height: 100vh;
}

@media (max-width: 991.98px) {
  .section-hero-main-page {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000000 100%);
    background: linear-gradient(180deg, transparent 0%, #000000 100%);
    -webkit-box-shadow: 0 42px 44px 0 rgba(0, 0, 0, 0.87);
            box-shadow: 0 42px 44px 0 rgba(0, 0, 0, 0.87);
    height: auto;
  }
}

.section-hero__inner {
  min-height: 100%;
}

.background-hero {
  position: absolute;
  background-image: url("../images/backgrounds/zadnjabg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-y: -50px;
  background-position-x: center;
}

@media only screen and (min-width: 2000px) {
  .background-hero {
    background-position-y: top;
  }
}

@media only screen and (max-width: 1199px) {
  .background-hero {
    background-position-y: top;
    background-size: auto 100%;
  }
}

@media (max-width: 991.98px) {
  .background-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-position-y: 10px;
    background-size: auto 100%;
  }
}

@media (max-width: 991.98px) {
  .background-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 1;
  }
}

.background-video-hero {
  position: absolute;
  width: 100%;
  height: 100%;
}

.background-video-hero-bu,
.background-video-hero video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .background-video-hero video {
    height: 100%;
  }
}

.background-video-hero-bu {
  display: none;
  position: absolute;
  background-image: url("../images/video/seq1.jpg");
  width: 1920px;
  height: 1080px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position-x: 0;
  background-position-y: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .background-video-hero-bu {
    background-image: url("../images/video/seq1.jpg");
  }
}

@media (max-width: 991.98px) {
  .background-video-hero-bu {
    display: block;
  }
}

.cvet-levo,
.cvet-desno {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.cvet-levo {
  position: absolute;
  bottom: 0;
  left: -300px;
}

@media only screen and (max-width: 991px) {
  .cvet-levo {
    display: none;
  }
}

.cvet-desno {
  position: absolute;
  right: 0;
  top: 0;
}

.background-hero-2 {
  position: absolute;
  background-image: url("../images/luka-kosir/opt/luka-kosir-1x.jpg");
  width: 1897px;
  height: 1422px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: left 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  -o-transition: left 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  transition: left 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  top: 0;
  left: -131px;
  z-index: -2;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .background-hero-2 {
    background-image: url("../images/luka-kosir/opt/luka-kosir-2x.jpg");
  }
}

@media (max-width: 1299.98px) {
  .background-hero-2 {
    background-image: url("../images/luka-kosir/opt/luka-kosir-1x.jpg");
    width: 1195.11px;
    height: 895.86px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 54px;
    left: 92px;
  }
}

@media only screen and (max-width: 1299.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1299.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 1299.98px) and (min-resolution: 192dpi), only screen and (max-width: 1299.98px) and (min-resolution: 2dppx) {
  .background-hero-2 {
    background-image: url("../images/luka-kosir/opt/luka-kosir-2x.jpg");
  }
}

@media (max-width: 991.98px) {
  .background-hero-2 {
    background-image: url("../images-mobile/luka-kosir/luka-kosir-1x.jpg");
    width: 623px;
    height: 467px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 52px;
    left: calc(100% - 413px);
  }
}

@media only screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 991.98px) and (min-resolution: 192dpi), only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
  .background-hero-2 {
    background-image: url("../images-mobile/luka-kosir/luka-kosir-2x.jpg");
  }
}

body.dom-ready .background-hero-2 {
  left: -1021px;
}

@media only screen and (max-width: 1600px) {
  body.dom-ready .background-hero-2 {
    left: -840px;
  }
}

@media (max-width: 1299.98px) {
  body.dom-ready .background-hero-2 {
    left: -560px;
  }
}

@media (max-width: 991.98px) {
  body.dom-ready .background-hero-2 {
    left: -176px;
    top: 75px;
    width: 400px;
    height: 250px;
  }
}

.title-hero {
  position: absolute;
  display: inline-block;
  margin-top: 0;
  left: -5px;
  top: calc(50% - 65px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1299.98px) {
  .title-hero {
    top: calc(50% - 65px);
  }
}

@media (max-width: 991.98px) {
  .title-hero {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 110px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .title-hero {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 110px;
    width: 100%;
  }
}

.title-hero__main {
  position: relative;
}

.title-hero__main h1 small {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  margin-left: 2px;
  margin-bottom: 9px;
  display: block;
}

@media (max-width: 991.98px) {
  .title-hero__main h1 small {
    font-size: 7px;
  }
}

@media (max-width: 991.98px) {
  .title-hero__main h1 small {
    line-height: 8px;
  }
}

@media (max-width: 991.98px) {
  .title-hero__main h1 small {
    width: 100%;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 11px;
    text-align: center;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 574px) {
  .title-hero__main h1 small {
    text-align: left;
  }
}

.title-hero__main h1 div {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-left: 0px;
  width: 400px;
  margin-bottom: 10px;
  margin-bottom: 0px;
}

@media (max-width: 1299.98px) {
  .title-hero__main h1 div {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .title-hero__main h1 div {
    font-size: 24px;
  }
}

@media (max-width: 1299.98px) {
  .title-hero__main h1 div {
    line-height: 42px;
  }
}

@media (max-width: 991.98px) {
  .title-hero__main h1 div {
    line-height: 27px;
  }
}

@media (max-width: 991.98px) {
  .title-hero__main h1 div {
    width: 150px;
  }
}

@media (max-width: 991.98px) {
  .title-hero__main h1 div {
    width: 100%;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
  }
}

@media only screen and (max-width: 767px) {
  .title-hero__main h1 div {
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
  }
}

@media only screen and (max-width: 574px) {
  .title-hero__main h1 div {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

.title-hero__main h3 {
  display: none;
  font-family: 'Ubnt';
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
  margin-top: 5px;
  margin-left: 3px;
  width: 120px;
}

.title-hero__main .signature {
  position: absolute;
  top: 125px;
  left: 260px;
  right: auto;
  width: 120px;
  height: auto;
}

@media (max-width: 991.98px) {
  .title-hero__main .signature {
    left: calc(50%);
    top: 90px;
    width: 90px;
  }
}

.subtitle-hero {
  position: relative;
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  width: 400px;
  padding-bottom: 35px;
}

@media (max-width: 991.98px) {
  .subtitle-hero {
    font-size: 8px;
  }
}

@media (max-width: 991.98px) {
  .subtitle-hero {
    letter-spacing: 1px;
  }
}

@media (max-width: 991.98px) {
  .subtitle-hero {
    line-height: 13.5px;
  }
}

@media (max-width: 991.98px) {
  .subtitle-hero {
    width: 150px;
  }
}

@media (max-width: 991.98px) {
  .subtitle-hero {
    width: 100%;
    text-align: center;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 11px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 574px) {
  .subtitle-hero {
    text-align: left;
  }
}

.subsubtitle-hero {
  position: absolute;
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
  max-width: 280px;
}

@media (max-width: 991.98px) {
  .subsubtitle-hero {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    max-width: none;
    top: 400px;
  }
}

.title-hero-2 {
  position: relative;
  display: inline-block;
  left: 0;
  margin-top: 168px;
  -webkit-transition: left 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  -o-transition: left 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  transition: left 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
}

@media (max-width: 991.98px) {
  .title-hero-2 {
    left: 0;
    margin-top: 90px;
    margin-bottom: 60px;
  }
}

.title-hero-2__main {
  position: relative;
}

.title-hero-2__main h1 small {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  margin-left: 2px;
  margin-bottom: 9px;
  display: block;
}

@media (max-width: 991.98px) {
  .title-hero-2__main h1 small {
    font-size: 7px;
  }
}

@media (max-width: 991.98px) {
  .title-hero-2__main h1 small {
    line-height: 8px;
  }
}

.title-hero-2__main h1 div {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-left: 0px;
  width: auto;
}

@media (max-width: 1299.98px) {
  .title-hero-2__main h1 div {
    font-size: 48px;
  }
}

@media (max-width: 991.98px) {
  .title-hero-2__main h1 div {
    font-size: 24px;
  }
}

@media (max-width: 1299.98px) {
  .title-hero-2__main h1 div {
    line-height: 58px;
  }
}

@media (max-width: 991.98px) {
  .title-hero-2__main h1 div {
    line-height: 27px;
  }
}

@media (max-width: 991.98px) {
  .title-hero-2__main h1 div {
    width: 150px;
  }
}

.title-hero-2__main h3 {
  display: none;
  font-family: 'Ubnt';
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
  margin-top: 5px;
  margin-left: 3px;
  width: 120px;
}

@media (max-width: 991.98px) {
  .title-hero-2__main h3 {
    display: block;
  }
}

.title-hero-2__main .signature {
  position: absolute;
  top: -3px;
  left: 488px;
  right: auto;
  width: auto;
  height: auto;
}

@media (max-width: 991.98px) {
  .title-hero-2__main .signature {
    top: 135px;
    left: 45px;
    width: 70px;
  }
}

body.dom-ready .title-hero-2 {
  left: calc(100% - 660px);
}

@media (max-width: 991.98px) {
  body.dom-ready .title-hero-2 {
    left: calc(100% - 155px);
  }
}

.subtitle-hero-2 {
  position: absolute;
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  width: 200px;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  -o-transition: top 0.5s cubic-bezier(0.85, 0, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  transition: top 0.5s cubic-bezier(0.85, 0, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  top: 261px;
  left: 99px;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .subtitle-hero-2 {
    font-size: 8px;
  }
}

@media (max-width: 991.98px) {
  .subtitle-hero-2 {
    letter-spacing: 1px;
  }
}

@media (max-width: 991.98px) {
  .subtitle-hero-2 {
    line-height: 13.5px;
  }
}

@media (max-width: 991.98px) {
  .subtitle-hero-2 {
    width: 150px;
  }
}

@media (max-width: 991.98px) {
  .subtitle-hero-2 {
    top: 202px;
    left: 2px;
  }
}

[data-location-hash="#luka-kosir"] .subtitle-hero {
  opacity: 0;
  top: 310px;
}

.flower-hero {
  position: absolute;
  top: 138px;
  left: -307px;
  opacity: 1;
  background-image: url("../images/fruits/cvetovi/cvetovi-1x-no.png");
  width: 646px;
  height: 656px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .flower-hero {
    background-image: url("../images/fruits/cvetovi/cvetovi-2x-no.png");
  }
}

@media (max-width: 991.98px) {
  .flower-hero {
    display: none;
  }
}

@media (max-width: 1299.98px) {
  .flower-hero {
    left: -234px;
  }
}

@media (max-width: 991.98px) {
  .flower-hero {
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

[data-location-hash="#luka-kosir"] .flower-hero,
[data-location-hash="#vr-video"] .flower-hero {
  opacity: 0;
  left: -100%;
}

.video-hero-m {
  display: none;
  height: 165px;
  margin-bottom: 60px;
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .video-hero-m {
    display: block;
  }
}

.video-hero-m__inner {
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 315px;
  position: relative;
}

@media only screen and (max-width: 374px) {
  .video-hero-m__inner {
    width: 295px;
  }
}

.video-hero-m__inner:after {
  content: "";
  display: table;
  clear: both;
}

.video-hero-m__inner .ali {
  position: absolute;
  left: 50%;
  top: 80px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Ubnt';
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 1.67px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}

.video-hero-m__inner .ali:before {
  content: "";
  position: absolute;
  top: 20px;
  height: 70px;
  width: 2px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.video-hero-m__inner .ali:after {
  content: "";
  position: absolute;
  bottom: 20px;
  height: 70px;
  width: 2px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.video-hero-m .box-left,
.video-hero-m .box-right {
  height: 120px;
  width: 120px;
  border: 1px solid #E97000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.video-hero-m .box-left img,
.video-hero-m .box-right img {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}

.video-hero-m .box-left div,
.video-hero-m .box-right div {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  color: #E97000;
}

.video-hero-m .box-left {
  float: left;
}

.video-hero-m .box-left img {
  margin-top: 28px;
  margin-bottom: 6px;
}

.video-hero-m .box-right {
  float: right;
  position: relative;
}

.video-hero-m .box-right img {
  margin-top: 20px;
  margin-bottom: 4px;
}

.video-hero-m .box-right:after {
  content: attr(data-without-vr-text);
  position: absolute;
  left: 50%;
  bottom: -20px;
  font-family: 'Ubnt';
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 1.67px;
  line-height: 18px;
  text-align: center;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-hero {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50%);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: baseline;
  opacity: 1;
  margin-bottom: 15px;
}

@media only screen and (min-width: 2300px) {
  .video-hero {
    left: calc(50% + 300px);
  }
}

@media (max-width: 1299.98px) {
  .video-hero {
    right: 20%;
    left: auto;
  }
}

@media (max-width: 991.98px) {
  .video-hero {
    display: none;
  }
}

.video-hero__inner {
  position: relative;
}

.play-video__text {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  position: relative;
  width: 176px;
  color: #e97000 !important;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .play-video__text {
    font-size: 8px;
  }
}

@media (max-width: 991.98px) {
  .play-video__text {
    line-height: 12px;
  }
}

@media (max-width: 1299.98px) {
  .play-video__text {
    width: 136px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    top: auto;
    left: auto;
  }
}

@media (max-width: 991.98px) {
  .play-video__text {
    display: none;
  }
}

.play-video {
  position: relative;
  height: 176px;
  width: 176px;
  margin-bottom: 15px;
}

@media (max-width: 1299.98px) {
  .play-video {
    width: 136px;
    height: 136px;
  }
}

@media (max-width: 991.98px) {
  .play-video {
    display: none;
  }
}

.play-video:hover .play-video__button {
  width: 71%;
  height: 71%;
}

.play-video:hover svg.under {
  left: 50%;
  opacity: 1;
}

.play-video:hover svg.over {
  left: 110%;
  opacity: 0;
}

.play-video:before {
  position: absolute;
  content: "";
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #E97000;
  -webkit-animation: button-heartbeat 3s infinite;
          animation: button-heartbeat 3s infinite;
}

.play-video__button {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 67%;
  height: 67%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s ease 0s, height 0.4s ease 0s;
  -o-transition: width 0.4s ease 0s, height 0.4s ease 0s;
  transition: width 0.4s ease 0s, height 0.4s ease 0s;
  background-color: #E97000;
  color: #ffffff;
}

.play-video__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}

@media (max-width: 991.98px) {
  .play-video__button svg {
    width: 21%;
  }
}

.play-video__button svg.under {
  left: -10%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s, left 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, left 0.2s ease 0s;
  transition: opacity 0.2s ease 0s, left 0.2s ease 0s;
}

.play-video__button svg.over {
  left: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0.0s, left 0.2s ease 0.0s;
  -o-transition: opacity 0.2s ease 0.0s, left 0.2s ease 0.0s;
  transition: opacity 0.2s ease 0.0s, left 0.2s ease 0.0s;
}

.description-hero-2 {
  position: relative;
  margin-top: 20px;
  right: -1160px;
  width: 499px;
  padding: 0 15px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, right 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, right 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  transition: opacity 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s, right 0.57s cubic-bezier(0.85, 0, 0.25, 1) 0s;
  /* replace with img element */
}

@media (max-width: 991.98px) {
  .description-hero-2 {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    padding: 0;
  }
}

.description-hero-2 .text-container {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .description-hero-2 .text-container {
    font-size: 12.5px;
  }
}

@media (max-width: 991.98px) {
  .description-hero-2 .text-container {
    letter-spacing: 1.25px;
  }
}

@media (max-width: 991.98px) {
  .description-hero-2 .text-container {
    line-height: 22px;
  }
}

.description-hero-2 .text-container1 {
  margin-bottom: 22px;
}

.description-hero-2 .text-container2 {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .description-hero-2 .text-container2 {
    margin-bottom: 25px;
  }
}

.description-hero-2 .text-container3 {
  margin-bottom: 17px;
}

@media (max-width: 991.98px) {
  .description-hero-2 .text-container3 {
    margin-bottom: 30px;
  }
}

.description-hero-2 .gallery {
  white-space: nowrap;
  margin-left: -6px;
  margin-bottom: 16px;
}

.description-hero-2 .gallery:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .description-hero-2 .gallery {
    white-space: normal;
    margin-bottom: 22px;
  }
}

.description-hero-2 .gallery__inner {
  width: 1000px;
  margin-left: 500px;
  -webkit-transition: margin-left 2s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: margin-left 2s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: margin-left 2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

@media (max-width: 991.98px) {
  .description-hero-2 .gallery__inner {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: auto;
    margin-left: auto;
  }
}

.description-hero-2 .gallery__inner .gallery__video {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  width: 230px;
  height: 230px;
}

@media (max-width: 991.98px) {
  .description-hero-2 .gallery__inner .gallery__video {
    margin-left: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    width: calc(50% - 12px);
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .description-hero-2 .gallery__inner .gallery__video:after {
    content: "";
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 19px);
    width: 38px;
    height: 38px;
    background-image: url("../images/icons/play.svg");
    background-repeat: no-repeat;
    z-index: 2;
  }
  .description-hero-2 .gallery__inner .gallery__video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .description-hero-2 .gallery__inner .gallery__video.active:before, .description-hero-2 .gallery__inner .gallery__video.active:after {
    content: none;
  }
}

.description-hero-2 .gallery__inner .animated-video {
  position: relative;
  width: 100%;
  height: auto;
  outline: none;
  border: none;
  -webkit-box-shadow: 7px 20px 30px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 7px 20px 30px 0px rgba(0, 0, 0, 0.7);
}

.description-hero-2 .button-order {
  margin-top: 8px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .description-hero-2 .button-order {
    margin-bottom: 0;
  }
  .description-hero-2 .button-order a {
    padding: 9px 50px;
  }
}

.body-applications-closed .description-hero-2 .button-order {
  margin-bottom: 100px;
}

body.dom-ready .description-hero-2 {
  opacity: 1;
  right: -680px;
}

@media (max-width: 1299.98px) {
  body.dom-ready .description-hero-2 {
    right: -480px;
  }
}

@media (max-width: 991.98px) {
  body.dom-ready .description-hero-2 {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    padding: 0;
  }
}

body.dom-ready .description-hero-2 .gallery__inner {
  margin-left: -485px;
}

@media (max-width: 991.98px) {
  body.dom-ready .description-hero-2 .gallery__inner {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .section-form {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .section-form {
    min-height: 800px;
  }
}

.section-form__inner {
  margin-top: 6px;
  height: auto;
}

.section-form__inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .section-form__inner {
    border: none;
  }
}

.section-form__inner:before {
  content: "";
  position: absolute;
  top: -352px;
  left: -208px;
  background-size: 90% auto;
  -webkit-animation: flower-movement 20s ease-in-out infinite;
          animation: flower-movement 20s ease-in-out infinite;
}

@media (max-width: 1299.98px) {
  .section-form__inner:before {
    top: -310px;
  }
}

@media (max-width: 991.98px) {
  .section-form__inner:before {
    content: none;
  }
}

body.body-applications-closed .section-form__inner:before,
body.page-thankyou .section-form__inner:before {
  top: -250px;
}

.section-form .form-main {
  display: block;
}

.section-form .form-thankyou {
  display: block;
}

body.page-thankyou .form-vr-goggles {
  display: block;
}

body.page-thankyou .form-pot-m__text {
  display: none;
}

.form-background {
  position: absolute;
  background-image: url("../images/luka-kosir/opt/luka-kosir-table-f2-1x.jpg");
  width: 2212px;
  height: 1709px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1500px;
  height: 1500px;
  top: -430px;
  z-index: -1;
  left: calc(50% + 180px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-background {
    background-image: url("../images/luka-kosir/opt/luka-kosir-table-f2-2x.jpg");
  }
}

@media (max-width: 1299.98px) {
  .form-background {
    left: calc(50% + 250px);
  }
}

@media (max-width: 991.98px) {
  .form-background {
    display: none;
  }
}

.form-background-flower {
  position: absolute;
  top: 200px;
  left: -450px;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

@media (max-width: 991.98px) {
  .form-background-flower {
    background-image: none;
  }
}

.form-pot-m {
  display: none;
}

@media (max-width: 991.98px) {
  .form-pot-m {
    display: block;
  }
}

.form-pot-m__inner {
  position: relative;
}

.form-pot-m__inner:after {
  content: "";
  display: table;
  clear: both;
}

.form-pot-m__inner:before {
  content: "";
  position: absolute;
  top: -160px;
  right: -130px;
  z-index: -1;
}

.form-pot-m__image {
  width: 50%;
  float: right;
  background-image: url("../images-mobile/luka-kosir/luka-kosir-table-f2-1x-alt.jpg");
  width: 436.5px;
  height: 337.5px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -125px;
  left: calc(50% + 40px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-pot-m__image {
    background-image: url("../images-mobile/luka-kosir/luka-kosir-table-f2-2x-alt.jpg");
  }
}

.form-pot-m__text {
  max-width: 50%;
  width: 160px;
  float: left;
  padding-top: 27px;
  padding-bottom: 38px;
  min-height: 155px;
  max-height: 155px;
}

.form-pot-m__text > div {
  color: white !important;
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}

html[lang="hr"] body.page-index.body-applications-closed {
  /*
    .form-pot-m__text>div {
        @include font-ubuntu-light();
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 22px;

    } */
}

.form-pot .pot-in-forest {
  position: absolute;
  top: -406px;
  left: -718px;
  background-image: url("../images/kitchenware/opt/posoda-v-hosti-1x-no-clean.png");
  width: 1765px;
  height: 1175px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-pot .pot-in-forest {
    background-image: url("../images/kitchenware/opt/posoda-v-hosti-1x-no-clean.png");
  }
}

@media (max-width: 1299.98px) {
  .form-pot .pot-in-forest {
    background-image: url("../images/kitchenware/opt/posoda-v-hosti-1x-no-clean.png");
    width: 1588.5px;
    height: 1057.5px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: -290px;
    left: -656px;
  }
}

@media only screen and (max-width: 1299.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1299.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 1299.98px) and (min-resolution: 192dpi), only screen and (max-width: 1299.98px) and (min-resolution: 2dppx) {
  .form-pot .pot-in-forest {
    background-image: url("../images/kitchenware/opt/posoda-v-hosti-1x-no-clean.png");
  }
}

@media (max-width: 991.98px) {
  .form-pot .pot-in-forest {
    display: none;
  }
}

.form-main {
  position: relative;
  float: left;
  width: 670px;
  padding: 0 50px;
  border: 1px solid #E97000;
  z-index: 100;
}

.form-main.applications-opened {
  margin-top: -125px;
  margin-bottom: 125px;
  margin-bottom: 50px;
}

.form-main.applications-closed {
  margin-top: 50px;
  margin-bottom: 480px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .form-main {
    width: 100%;
    float: none;
    padding: 0 0;
    border: none;
  }
  .form-main.applications-opened {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .form-main.applications-closed {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}

.form-main.applications-opened:before {
  content: "";
  position: absolute;
  height: 183px;
  width: calc(100% - 2px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, #000000), to(transparent));
  background: -webkit-linear-gradient(top, #000000 62%, transparent 100%);
  background: -o-linear-gradient(top, #000000 62%, transparent 100%);
  background: linear-gradient(to bottom, #000000 62%, transparent 100%);
  left: 1px;
  top: 1px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .form-main.applications-opened:before {
    content: none;
  }
}

.form-main.applications-opened:after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 1px;
  height: 310px;
  width: calc(100% - 2px);
  opacity: 0.9;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(38.63%, #000000), to(transparent));
  background: -webkit-linear-gradient(bottom, #000000 38.63%, transparent 100%);
  background: -o-linear-gradient(bottom, #000000 38.63%, transparent 100%);
  background: linear-gradient(to top, #000000 38.63%, transparent 100%);
}

@media (max-width: 991.98px) {
  .form-main.applications-opened:after {
    content: none;
  }
}

.form-main.applications-opened .arrow-down {
  height: 74px;
  width: 2px;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 85px;
  z-index: 2;
}

.form-main.applications-opened .arrow-down:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -0.5px;
  left: -1.5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 3;
}

/* its part of form main*/
.form-main__top .label-top {
  display: block;
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 10px;
}

@media (max-width: 991.98px) {
  .form-main__top .label-top {
    font-size: 8px;
  }
}

@media (max-width: 991.98px) {
  .form-main__top .label-top {
    letter-spacing: 1px;
  }
}

@media (max-width: 991.98px) {
  .form-main__top .label-top {
    line-height: 10px;
  }
}

.form-main__top .form__element {
  margin-bottom: 12px;
}

.form-main__top .err-msg,
.form-main__top .blank-feedback,
.form-main__top .message-success,
.form-main__top .error-message {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  margin-top: 9px;
  visibility: hidden;
  /* @include media-breakpoint-down($mobile) {
            margin-top:0;
        } */
}

@media (max-width: 991.98px) {
  .form-main__top .err-msg,
  .form-main__top .blank-feedback,
  .form-main__top .message-success,
  .form-main__top .error-message {
    font-size: 11px;
  }
}

@media (max-width: 991.98px) {
  .form-main__top .err-msg,
  .form-main__top .blank-feedback,
  .form-main__top .message-success,
  .form-main__top .error-message {
    line-height: 8px;
  }
}

.form-main__top .message-success,
.form-main__top .message-error {
  visibility: visible;
}

.form-main__top .input-top,
.form-main__top .form-control {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  height: 31px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 991.98px) {
  .form-main__top .input-top,
  .form-main__top .form-control {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .form-main__top .input-top,
  .form-main__top .form-control {
    letter-spacing: 2px;
  }
}

@media (max-width: 991.98px) {
  .form-main__top .input-top,
  .form-main__top .form-control {
    line-height: 22px;
  }
}

.form-main__top .input-top::-webkit-input-placeholder,
.form-main__top .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.form-main__top .input-top:-ms-input-placeholder,
.form-main__top .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.form-main__top .input-top::-ms-input-placeholder,
.form-main__top .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.form-main__top .input-top::placeholder,
.form-main__top .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.form-main__top .form__fullname,
.form-main__top .form__email,
.form-main__top .form__address,
.form-main__top .form__postfull {
  max-width: 419px;
}

.form-main__top .form__fullname:after,
.form-main__top .form__email:after,
.form-main__top .form__address:after,
.form-main__top .form__postfull:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .form-main__top .form__fullname,
  .form-main__top .form__email,
  .form-main__top .form__address,
  .form-main__top .form__postfull {
    max-width: 100%;
  }
}

.form-main__top .form__fullname input,
.form-main__top .form__email input,
.form-main__top .form__address input,
.form-main__top .form__postfull input {
  width: 100%;
}

.form-main__top .form__fullname > .form__firstName {
  float: left;
  width: 192px;
}

.form-main__top .form__fullname > .form__lastName {
  float: right;
  width: 192px;
}

.form-main__top .form__postfull > .form__postName {
  float: left;
  width: 278px;
}

.form-main__top .form__postfull > .form__postNumber {
  float: right;
  width: 110px;
}

@media (max-width: 991.98px) {
  .form-main__top .form__fullname > .form__firstName,
  .form-main__top .form__fullname > .form__lastName {
    float: none;
    width: 100%;
  }
  .form-main__top .form__postfull > .form__postName {
    width: 175px;
    width: 55%;
  }
  .form-main__top .form__postfull > .form__postNumber {
    width: 110px;
    width: 35%;
  }
}

.form-main__bottom {
  /**
     * label-survey
     **/
  /**
     * label legal 
     **/
  /**
     * submit button
     **/
}

.form-main__bottom .title-survey {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1.33px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .form-main__bottom .title-survey {
    font-size: 8px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .title-survey {
    letter-spacing: 1.33px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .title-survey {
    line-height: 12px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .title-survey {
    margin-top: 24px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .title-survey {
    margin-bottom: 14px;
  }
}

.form-main__bottom .form__privacy-consent {
  max-width: 500px;
  margin-top: 11px;
  margin-bottom: 17px;
}

@media (max-width: 991.98px) {
  .form-main__bottom .form__privacy-consent {
    margin-top: -2px;
  }
}

.form-main__bottom .label-survey {
  position: relative;
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 23px;
  margin-bottom: 12px;
  padding-left: 21px;
  max-width: 350px;
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-survey {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-survey {
    letter-spacing: 2px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-survey {
    line-height: 23px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-survey {
    margin-bottom: 13px;
  }
}

.form-main__bottom .label-survey:first-child {
  line-height: 25px;
}

.form-main__bottom .label-survey:before {
  position: absolute;
  content: "";
  background-image: url("../images/icons/Ic-RadioButton-NotSelected.svg");
  background-repeat: no-repeat;
  top: 4px;
  left: 1px;
  width: 12px;
  height: 12px;
}

.form-main__bottom input[type="radio"] + .label-survey {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  -webkit-transition: font-weight 0.5s ease 0s;
  -o-transition: font-weight 0.5s ease 0s;
  transition: font-weight 0.5s ease 0s;
}

.form-main__bottom input[type="radio"]:checked + .label-survey {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 700;
}

.form-main__bottom input[type="radio"]:checked + .label-survey:before {
  background-image: url("../images/icons/Ic-RadioButton-Selected.svg");
  background-repeat: no-repeat;
}

.form-main__bottom .label-legal {
  text-indent: 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  text-indent: 0;
  padding-left: 20px;
  display: block;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-legal {
    text-indent: 20px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-legal {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-legal {
    line-height: 11px;
  }
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-legal {
    margin-left: 0;
    text-indent: 0px;
    padding-top: 1px;
    line-height: 12px;
  }
}

.form-main__bottom .label-legal a {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 700;
  display: inline;
}

.form-main__bottom .label-legal:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .form-main__bottom .label-legal:before {
    width: 14px;
    height: 14px;
  }
}

.form-main__bottom input[type="checkbox"]:checked + .label-legal:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  background-image: url("../images/icons/checked-orange.svg");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .form-main__bottom input[type="checkbox"]:checked + .label-legal:before {
    width: 14px;
    height: 14px;
    background-size: 100% auto;
  }
}

form.validation-fail .label-legal:before {
  border: 1px solid #EE7A7A;
}

.form-main__bottom input:not([type="submit"]) {
  /* hide buttons and make custom ones */
  display: none;
}

.form-main__bottom input[type="submit"],
.form-main__bottom .prijavljam-se-na-delavnico {
  min-width: 355px;
  padding-top: 17px;
  padding-right: 35px;
  padding-bottom: 17px;
  padding-left: 36px;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .form-main__bottom input[type="submit"],
  .form-main__bottom .prijavljam-se-na-delavnico {
    margin-bottom: 0;
    margin-top: 37px;
    min-width: auto;
  }
}

.form-main__bottom .txt-si-med-izbranci {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  max-width: 420px;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .form-main__bottom .txt-si-med-izbranci {
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.form-main__bottom .btn-show-prize-winners {
  margin-bottom: 35px;
  min-width: 355px;
}

@media (max-width: 991.98px) {
  .form-main__bottom .btn-show-prize-winners {
    margin-bottom: 0;
    min-width: auto;
  }
}

.form-title .suptitle {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  margin-top: 39px;
  margin-bottom: 130px;
  color: #E97000;
}

@media (max-width: 991.98px) {
  .form-title .suptitle {
    font-size: 9px;
  }
}

@media (max-width: 991.98px) {
  .form-title .suptitle {
    letter-spacing: normal;
  }
}

@media (max-width: 991.98px) {
  .form-title .suptitle {
    line-height: 18px;
  }
}

@media (max-width: 991.98px) {
  .form-title .suptitle {
    margin-top: 33px;
  }
}

@media (max-width: 1299.98px) {
  .form-title .suptitle {
    margin-bottom: 130px;
  }
}

@media (max-width: 991.98px) {
  .form-title .suptitle {
    margin-bottom: 3px;
  }
}

.form-title .suptitle:after {
  position: absolute;
  content: "";
}

.form-title .title {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .form-title .title {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .form-title .title {
    line-height: 18px;
  }
}

@media (max-width: 1299.98px) {
  .form-title .title {
    margin-bottom: 4px;
  }
}

@media (max-width: 991.98px) {
  .form-title .title {
    margin-bottom: 21px;
  }
}

@media (max-width: 991.98px) {
  .form-title {
    display: none;
  }
}

.form-main.applications-opened .suptitle {
  color: #E97000;
}

.form-main.applications-closed .suptitle {
  color: #ffffff;
  margin-bottom: 10px;
}

body.page-index.body-applications-closed .form-title .suptitle {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  margin-bottom: 20px;
  max-width: 420px;
}

@media (max-width: 991.98px) {
  body.page-index.body-applications-closed .form-title .suptitle {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  body.page-index.body-applications-closed .form-title .suptitle {
    line-height: 18px;
  }
}

@media (max-width: 1299.98px) {
  body.page-index.body-applications-closed .form-title .suptitle {
    margin-bottom: 4px;
  }
}

@media (max-width: 991.98px) {
  body.page-index.body-applications-closed .form-title .suptitle {
    margin-bottom: 21px;
  }
}

body.page-index.body-applications-closed .form-title .title {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
}

.form-description,
.luka-kosir-bo-izbral {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  margin-bottom: 33px;
}

@media (max-width: 991.98px) {
  .form-description,
  .luka-kosir-bo-izbral {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .form-description,
  .luka-kosir-bo-izbral {
    line-height: 20px;
  }
}

@media (max-width: 991.98px) {
  .form-description,
  .luka-kosir-bo-izbral {
    letter-spacing: 1px;
  }
}

@media (max-width: 991.98px) {
  .form-description,
  .luka-kosir-bo-izbral {
    margin-bottom: 25px;
  }
}

.form-vr-goggles {
  position: absolute;
  top: 586px;
  left: -584px;
  padding: 0 30px;
}

.form-vr-goggles:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1299.98px) {
  .form-vr-goggles {
    top: 566px;
    left: -534px;
  }
}

@media (max-width: 991.98px) {
  .form-vr-goggles {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    padding: 0 0;
  }
}

.form-vr-goggles__image {
  background-image: url("../images/vr-goggles/argetavr-1x.png");
  width: 222px;
  height: 166px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 10px 19px;
  float: left;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-vr-goggles__image {
    background-image: url("../images/vr-goggles/argetavr-2x.png");
  }
}

@media (max-width: 991.98px) {
  .form-vr-goggles__image {
    float: right;
    margin-top: 25px;
    margin-right: 0px;
    background-image: url("../images/vr-goggles/argetavr-1x.png");
    width: 133.2px;
    height: 99.6px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 991.98px) and (min-resolution: 192dpi), only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
  .form-vr-goggles__image {
    background-image: url("../images/vr-goggles/argetavr-2x.png");
  }
}

.form-vr-goggles__text {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  max-width: 250px;
  float: right;
  padding-top: 85px;
}

@media (max-width: 991.98px) {
  .form-vr-goggles__text {
    width: 140px;
    float: left;
    padding-top: 45px;
  }
}

.form-thankyou {
  position: relative;
  float: left;
  width: 670px;
  padding: 0 50px;
  border: 1px solid #E97000;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 150px;
}

@media (max-width: 991.98px) {
  .form-thankyou {
    width: calc(100% - 60px);
    float: none;
    padding: 0 0;
    background-color: transparent;
    border: none;
    margin-top: auto;
    margin-bottom: auto;
  }
  .form-thankyou:before {
    content: "";
    position: absolute;
    background-image: url("../images-mobile/fruits/cvetovi/cvetovi-blured-1x.png");
    width: 308px;
    height: 363px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: rotate(87deg);
        -ms-transform: rotate(87deg);
            transform: rotate(87deg);
    left: -200px;
    top: -40px;
  }
}

@media only screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 991.98px) and (min-resolution: 192dpi), only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
  .form-thankyou:before {
    background-image: url("../images-mobile/fruits/cvetovi/cvetovi-blured-2x.png");
  }
}

.form-thankyou:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 310px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .form-thankyou:after {
    display: none;
  }
}

.form-thankyou__title {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  margin-bottom: 44px;
  padding-top: 78px;
}

@media (max-width: 991.98px) {
  .form-thankyou__title {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .form-thankyou__title {
    line-height: 18px;
  }
}

@media (max-width: 991.98px) {
  .form-thankyou__title {
    text-align: center;
    padding-top: 200px;
    margin-bottom: 20px;
  }
}

.form-thankyou__description {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
  width: 270px;
  margin-bottom: 55px;
  max-width: 400px;
  width: auto;
}

@media (max-width: 991.98px) {
  .form-thankyou__description {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .form-thankyou__description {
    letter-spacing: 2px;
  }
}

@media (max-width: 991.98px) {
  .form-thankyou__description {
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .form-thankyou__description {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 50px;
  }
}

.form-thankyou__button {
  margin-bottom: 150px;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .form-thankyou__button {
    margin-bottom: 0;
  }
}

.section-ingredients__inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1299.98px) {
  .section-ingredients__inner {
    max-width: none;
  }
}

.ingredients-background {
  position: absolute;
  background-image: url("../images/luka-kosir/opt/luka-kosir-table-1x.jpg");
  width: 1446px;
  height: 1303px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -243px;
  left: -255px;
  z-index: -2;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ingredients-background {
    background-image: url("../images/luka-kosir/opt/luka-kosir-table-2x.jpg");
  }
}

@media (max-width: 1299.98px) {
  .ingredients-background {
    position: relative;
    top: -100px;
    left: auto;
    width: 100%;
    background-position-x: calc(50% + 85px);
    background-position-y: -250px;
    background-size: 1446px auto;
    height: 920px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-background {
    background-image: url("../images-mobile/luka-kosir/luka-kosir-table-1x.jpg");
    width: 916px;
    height: 686px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 466px;
    background-size: 916px auto;
    background-position-x: center;
    background-position-y: -160px;
    position: relative;
    top: auto;
    left: auto;
  }
}

@media only screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 991.98px) and (min-resolution: 192dpi), only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
  .ingredients-background {
    background-image: url("../images-mobile/luka-kosir/luka-kosir-table-2x.jpg");
  }
}

.ingredient-box {
  position: absolute;
  width: 0;
  height: 0;
}

.ingredient-box .ingredient-box__text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 177px;
  width: 0;
  color: #ffffff;
  white-space: nowrap;
  /**
         * animation 
         */
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #E97000;
  -webkit-transition: opacity 0.3s ease 0s, width 0.3s ease 0s, height 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, width 0.3s ease 0s, height 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, width 0.3s ease 0s, height 0.3s ease 0s;
}

.ingredient-box .ingredient-box__text:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .ingredient-box .ingredient-box__text {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.ingredient-box .ingredient-box__text h4 {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  padding-top: 28px;
  margin-bottom: 8px;
}

.ingredient-box .ingredient-box__text div {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  padding: 0 15px 0;
  -webkit-transition: padding-bottom 0.3s ease 0s;
  -o-transition: padding-bottom 0.3s ease 0s;
  transition: padding-bottom 0.3s ease 0s;
  text-align: center;
}

.ingredient-box .ingredient-box__button {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  background-image: url("../images/icons/Ic-Plus.svg");
  background-repeat: no-repeat;
  /**
         * animation
         **/
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.ingredient-box .ingredient-box__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  -webkit-transition: width 0.3s ease 0s, height 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, height 0.3s ease 0s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s;
  border: 1px solid #E97000;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .ingredient-box .ingredient-box__button:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.ingredient-box.active .ingredient-box__text {
  opacity: 1;
  width: 177px;
}

.ingredient-box.active .ingredient-box__text:before {
  width: 100%;
  height: 100%;
}

.ingredient-box.active .ingredient-box__text div {
  padding-bottom: 28px;
}

.ingredient-box.active .ingredient-box__button {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ingredient-box.active .ingredient-box__button:after {
  width: 46px;
  height: 46px;
}

.ingredients-hints {
  position: absolute;
  top: 0;
  left: 0;
  top: 700px;
  width: 650px;
  height: 250px;
}

@media (max-width: 1299.98px) {
  .ingredients-hints {
    left: calc(50% - 60px);
    top: 600px;
    width: 650px;
    height: 250px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .ingredients-hints {
    top: 300px;
    left: 50%;
    width: 330px;
    /* border-color: #f00;
        border: 1px solid; */
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 150px;
  }
}

.ingredient-box.box-duck {
  top: 42px;
  left: -10px;
}

@media (max-width: 991.98px) {
  .ingredient-box.box-duck {
    top: 70px;
    left: 10px;
  }
}

.ingredient-box.box-nuts {
  top: 170px;
  left: 170px;
}

@media (max-width: 991.98px) {
  .ingredient-box.box-nuts {
    top: 130px;
    left: 80px;
  }
}

.ingredient-box.box-spices {
  top: 170px;
  left: 452px;
}

@media (max-width: 991.98px) {
  .ingredient-box.box-spices {
    top: 120px;
    left: 220px;
  }
  .ingredient-box.box-spices .ingredient-box__text {
    left: calc(20px - 177px);
  }
}

.ingredient-box.box-vanilla {
  top: 180px;
  left: 572px;
}

@media (max-width: 991.98px) {
  .ingredient-box.box-vanilla {
    top: 135px;
    left: 280px;
  }
  .ingredient-box.box-vanilla .ingredient-box__text {
    left: calc(20px - 177px);
  }
}

.ingredients-text {
  float: right;
}

@media (max-width: 1299.98px) {
  .ingredients-text {
    float: none;
  }
}

@media (max-width: 991.98px) {
  .ingredients-text {
    float: none;
  }
}

@media (max-width: 1299.98px) {
  .ingredients-text__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
  }
  .ingredients-text__inner:after {
    content: "";
    display: table;
    clear: both;
  }
}

.ingredients-text__top {
  max-width: 469px;
}

@media (max-width: 1299.98px) {
  .ingredients-text__top {
    float: left;
  }
}

@media (max-width: 991.98px) {
  .ingredients-text__top {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}

.ingredients-text__bottom {
  max-width: 469px;
}

@media (max-width: 1299.98px) {
  .ingredients-text__bottom {
    float: left;
    max-width: 322px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-text__bottom {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}

.ingredients-title {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-top: 130px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .ingredients-title {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-title {
    line-height: 18px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-title {
    margin-top: 24px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-title {
    margin-bottom: 22px;
  }
}

@media (max-width: 1299.98px) {
  .ingredients-title {
    margin-top: 0;
  }
}

.ingredients-description {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .ingredients-description {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-description {
    letter-spacing: 1px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-description {
    line-height: 22px;
  }
}

.ingredients-description > div:nth-child(1) {
  margin-bottom: 20px;
}

.ingredients-description > div:nth-child(2) {
  margin-bottom: 25px;
}

.ingredients-pate {
  text-align: right;
  position: relative;
  margin-bottom: 27px;
}

.ingredients-pate:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .ingredients-pate {
    margin-top: 58px;
    margin-bottom: 14px;
  }
}

.ingredients-pate:before {
  position: absolute;
  content: "";
  background-image: url("../images/fruits/vejice/vejica1-1x-no.png");
  width: 612px;
  height: 664px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-animation: branch-movement 15s ease-in-out infinite;
          animation: branch-movement 15s ease-in-out infinite;
  top: -440px;
  left: 230px;
  z-index: -1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ingredients-pate:before {
    background-image: url("../images/fruits/vejice/vejica1-2x-no.png");
  }
}

@media (max-width: 991.98px) {
  .ingredients-pate:before {
    -webkit-animation: none;
            animation: none;
    content: "";
    position: absolute;
    background-image: url("../images-mobile/fruits/cvetovi/cvetovi-blured-1x.png");
    width: 308px;
    height: 363px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: -100px;
    left: calc(50% - 260px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

@media only screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 991.98px) and (min-resolution: 192dpi), only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
  .ingredients-pate:before {
    background-image: url("../images-mobile/fruits/cvetovi/cvetovi-blured-2x.png");
  }
}

@media (max-width: 991.98px) {
  .ingredients-pate:after {
    position: absolute;
    content: "";
    background-image: url("../images-mobile/fruits/vejice/vejica1-1x.png");
    width: 386px;
    height: 224px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-animation: branch-movement 15s ease-in-out infinite;
            animation: branch-movement 15s ease-in-out infinite;
    top: -15px;
    left: 35%;
    z-index: -1;
  }
}

@media only screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 991.98px) and (min-resolution: 192dpi), only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
  .ingredients-pate:after {
    background-image: url("../images-mobile/fruits/vejice/vejica1-2x.png");
  }
}

.ingredients-pate__image {
  float: right;
  background-image: url("../images/package/opt/argeta-package-1x.png");
  width: 265px;
  height: 257px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ingredients-pate__image {
    background-image: url("../images/package/opt/argeta-package-2x.png");
  }
}

@media (max-width: 991.98px) {
  .ingredients-pate__image {
    background-image: url("../images/package/opt/argeta-package-1x.png");
    width: 208px;
    height: 208px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: none;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
  }
}

@media only screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991.98px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 991.98px) and (min-resolution: 192dpi), only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
  .ingredients-pate__image {
    background-image: url("../images/package/opt/argeta-package-2x.png");
  }
}

.ingredients-bottom-text {
  float: right;
  width: 269px;
}

@media (max-width: 991.98px) {
  .ingredients-bottom-text {
    margin-left: 0;
    margin-bottom: 0;
    float: none;
  }
}

.ingredients-bottom-text h3 {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .ingredients-bottom-text h3 {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-bottom-text h3 {
    letter-spacing: normal;
  }
}

@media (max-width: 991.98px) {
  .ingredients-bottom-text h3 {
    line-height: 14px;
  }
}

@media (max-width: 991.98px) {
  .ingredients-bottom-text h3 {
    margin-bottom: 20px;
  }
}

.button-more {
  padding-left: 11px;
  padding-right: 11px;
  float: right;
  margin-bottom: 115px;
}

@media (max-width: 1299.98px) {
  .button-more {
    margin-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .button-more {
    float: none;
    margin-bottom: 40px;
  }
}

.side-menu {
  position: absolute;
  right: 0;
  min-width: 270px;
  width: 15%;
  top: 0;
  z-index: 500;
  height: 100vh;
}

@media only screen and (min-width: 2300px) {
  .side-menu {
    min-width: 400px;
  }
}

@media only screen and (min-width: 2500px) {
  .side-menu {
    min-width: 450px;
  }
}

@media (max-width: 1299.98px) {
  .side-menu {
    max-width: 256px;
    min-width: auto;
    width: 25%;
  }
}

@media (max-width: 991.98px) {
  .side-menu {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
  }
}

.side-menu__inner {
  position: relative;
  height: 100%;
}

.side-top,
.side-bottom {
  position: relative;
  height: 50%;
  width: 100%;
  z-index: 1;
  background-color: #000000;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .side-top,
  .side-bottom {
    position: relative;
    height: 100px;
    margin-bottom: 30px;
  }
}

.side-top:before,
.side-bottom:before {
  position: absolute;
  content: none;
  z-index: 20;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (max-width: 991.98px) {
  .side-top:before,
  .side-bottom:before {
    content: "";
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #000000), color-stop(80%, transparent));
    background: -webkit-linear-gradient(right, #000000 50%, transparent 80%);
    background: -o-linear-gradient(right, #000000 50%, transparent 80%);
    background: linear-gradient(to left, #000000 50%, transparent 80%);
  }
}

@media only screen and (max-width: 420px) {
  .side-top:before,
  .side-bottom:before {
    content: "";
    background: -webkit-gradient(linear, right top, left top, color-stop(52%, #111111), color-stop(66%, transparent));
    background: -webkit-linear-gradient(right, #111111 52%, transparent 66%);
    background: -o-linear-gradient(right, #111111 52%, transparent 66%);
    background: linear-gradient(to left, #111111 52%, transparent 66%);
  }
}

.side-top .side-menu__background {
  background-image: url(../images-mobile/luka-kosir/luka-kosir-table-f2-2x-alt.jpg);
  background-size: auto 120%;
  background-position-x: 60%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 991.98px) {
  .side-top .side-menu__background {
    background-image: url(../images-mobile/luka-kosir/luka-kosir-table-f2-2x-alt.jpg);
    width: 250px;
    height: 100%;
    background-size: 105% auto;
    background-position-y: -70px;
    background-position-x: -75px;
  }
}

.side-top .side-menu__background:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: -webkit-linear-gradient(bottom, #000000 0%, transparent 100%);
  background: -o-linear-gradient(bottom, #000000 0%, transparent 100%);
  background: linear-gradient(to top, #000000 0%, transparent 100%);
}

@media (max-width: 991.98px) {
  .side-top .side-menu__background:after {
    background: none;
  }
}

.side-bottom .side-menu__background {
  position: relative;
  background-image: url("../images/package/opt/argeta-package-1x.png");
  width: 225.25px;
  height: 218.45px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position-x: center;
  background-position-y: 30%;
  background-size: 70% auto;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .side-bottom .side-menu__background {
    background-image: url("../images/package/opt/argeta-package-2x.png");
  }
}

@media (max-width: 991.98px) {
  .side-bottom .side-menu__background {
    background-size: 90px auto;
    background-position-x: 15px;
    background-position-y: 5px;
  }
}

.side-bottom .side-menu__background:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, #000000), to(transparent));
  background: -webkit-linear-gradient(bottom, #000000 65%, transparent 100%);
  background: -o-linear-gradient(bottom, #000000 65%, transparent 100%);
  background: linear-gradient(to top, #000000 65%, transparent 100%);
  z-index: -1;
}

@media only screen and (min-width: 2300px) {
  .side-bottom .side-menu__background:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(57%, #000000), to(transparent));
    background: -webkit-linear-gradient(bottom, #000000 57%, transparent 100%);
    background: -o-linear-gradient(bottom, #000000 57%, transparent 100%);
    background: linear-gradient(to top, #000000 57%, transparent 100%);
  }
}

@media (max-width: 991.98px) {
  .side-bottom .side-menu__background:after {
    background: none;
  }
}

.side-bottom .side-menu__background:before {
  background-image: url("../images/fruits/cvetovi/cvetovi-miza-1x.jpg");
  width: 270px;
  height: 219px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .side-bottom .side-menu__background:before {
    background-image: url("../images/fruits/cvetovi/cvetovi-miza-2x.jpg");
  }
}

.side-bottom .side-menu__background:before {
  position: absolute;
  content: "";
}

.side-menu__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 30px 40px;
  z-index: 30;
}

@media (max-width: 991.98px) {
  .side-menu__text {
    padding: 30px 20px 0px 105px;
  }
}

.side-menu__text .link-text {
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #E97000;
  max-width: 200px;
}

@media (max-width: 991.98px) {
  .side-menu__text .link-text {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .side-menu__text .link-text {
    letter-spacing: normal;
  }
}

@media (max-width: 991.98px) {
  .side-menu__text .link-text {
    line-height: 14px;
  }
}

@media (max-width: 991.98px) {
  .side-menu__text .link-text {
    margin-left: 50px;
    max-width: 150px;
  }
}

.side-menu__text .by-luka-kosir {
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .side-menu__text .by-luka-kosir {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .side-menu__text .by-luka-kosir {
    letter-spacing: 1px;
  }
}

@media (max-width: 991.98px) {
  .side-menu__text .by-luka-kosir {
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .side-menu__text .by-luka-kosir {
    margin-left: 50px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .side-top .side-menu__text {
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .side-bottom .side-menu__text {
    padding-bottom: 20px;
  }
}

.arrow-right {
  -webkit-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  position: relative;
  width: 90%;
  height: 5px;
  border-top: 1px solid #E97000;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 2300px) {
  .arrow-right {
    width: 55%;
  }
}

@media (max-width: 991.98px) {
  .arrow-right {
    width: 100%;
  }
}

.arrow-right:after {
  content: "";
  position: absolute;
  height: 6.24px;
  width: 6.24px;
  border-top: 1px solid #E97000;
  border-right: 1px solid #E97000;
  right: 0;
  bottom: 1.25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .arrow-right:after {
    bottom: 1.7px;
  }
}

.side-top:hover .arrow-right,
.side-bottom:hover .arrow-right {
  width: 100%;
}

@media only screen and (min-width: 2300px) {
  .side-top:hover .arrow-right,
  .side-bottom:hover .arrow-right {
    width: 75%;
  }
}

.footer {
  position: relative;
}

.footer__social {
  position: relative;
  padding-bottom: 29px;
  border-bottom: 1px solid #fff;
}

.footer__social:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .footer__social {
    padding-bottom: 14px;
  }
}

.footer__social .social__icons {
  float: left;
}

@media (max-width: 991.98px) {
  .footer__social .social__icons {
    float: none;
    text-align: center;
  }
}

.footer__social .social__icons a {
  margin-right: 27px;
  display: inline-block;
  vertical-align: baseline;
  width: 24px;
  height: 24px;
}

@media (max-width: 991.98px) {
  .footer__social .social__icons a {
    margin-bottom: 7px;
  }
}

.footer__social .social__icons a:last-child {
  margin-right: 0;
}

.footer__social .social__icons svg {
  width: auto;
  height: 22px;
  fill: #ffffff;
  display: inline-block;
  vertical-align: baseline;
}

.footer__social .social__icons svg.svg-fb {
  width: 19px;
}

.footer__social .social__icons svg.svg-yt {
  width: 23px;
}

.footer__social .social__icons svg.svg-ig {
  width: 19px;
}

.footer__external-links {
  float: right;
  padding-top: 0px;
  padding-bottom: 4px;
}

@media (max-width: 991.98px) {
  .footer__external-links {
    float: none;
    text-align: center;
  }
}

.footer__external-links a {
  color: #ffffff;
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: right;
  margin-right: 10px;
}

.footer__external-links a:last-child {
  margin-right: 1px;
}

@media (max-width: 991.98px) {
  .footer__external-links a {
    margin-left: 10px;
  }
}

.footer__copyright {
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer__copyright:after {
  content: "";
  display: table;
  clear: both;
}

.footer__copyright .copyright__text {
  float: left;
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 16px;
  padding-top: 10px;
}

@media (max-width: 991.98px) {
  .footer__copyright .copyright__text {
    width: 240px;
    margin-top: -15px;
  }
}

@media only screen and (max-width: 350px) {
  .footer__copyright .copyright__text {
    width: 220px;
  }
}

.footer__copyright .copyright__logo {
  float: right;
}

.modal-dialog {
  max-width: 800px;
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .modal-dialog {
    padding-top: 75px;
  }
}

.modal-dialog h1,
.modal-dialog h2,
.modal-dialog h3,
.modal-dialog h4,
.modal-dialog h5,
.modal-dialog h6 {
  color: #000000;
}

.modal-dialog p {
  margin-bottom: 20px;
}

.modal-dialog ul {
  list-style-type: disc;
  margin-left: 20px;
}

.modal-dialog .modal-title {
  color: #E97000;
  font-size: 22px;
}

.modal-dialog .modal-content {
  border-radius: 0;
}

.modal-dialog .modal-body,
.modal-dialog .modal-header,
.modal-dialog .modal-footer {
  border: 0;
  padding: 0 40px;
}

@media (max-width: 991.98px) {
  .modal-dialog .modal-body,
  .modal-dialog .modal-header,
  .modal-dialog .modal-footer {
    padding: 0 20px;
  }
}

.modal-dialog .modal-header {
  margin-top: 30px;
  margin-bottom: 20px;
}

.modal-dialog .modal-header .close {
  font-size: 1.75rem;
}

.modal-dialog .modal-footer {
  margin-top: 20px;
  margin-bottom: 30px;
}

.modal-dialog .modal-footer button span:first-child {
  margin-right: 10px;
}

.modal-dialog .modal-body a,
.modal-dialog .modal-body a:visited,
.modal-dialog .modal-body a:focus,
.modal-dialog .modal-body a:link {
  color: #E97000;
}

.modal-open .modal {
  -webkit-overflow-scrolling: touch;
}

#prizeWinnersNotice .modal-content {
  border: 1px solid #E97000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  #prizeWinnersNotice .modal-content {
    padding: 70px 0;
  }
}

#prizeWinnersNotice .modal-content .modal-header {
  margin-top: 0;
  margin-bottom: 0;
}

#prizeWinnersNotice .modal-content .modal-header .close img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}

@media (max-width: 991.98px) {
  #prizeWinnersNotice .modal-content .modal-header .close img {
    width: 70px;
  }
}

#prizeWinnersNotice .modal-content center {
  margin-bottom: 20px;
}

#prizeWinnersNotice .modal-content center:last-child {
  margin-bottom: 0;
  font-size: 16px;
}

#prizeWinnersNotice .modal-content .modal-title {
  color: #ffffff;
  font-family: 'Idlewild-Bold';
  font-style: normal;
  font-weight: bold;
  max-width: 470px;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  #prizeWinnersNotice .modal-content .modal-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 60px;
  }
}

.vr-video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .vr-video-player {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.vr-video-player .vr-video__container {
  height: 100%;
  width: 100%;
}

.vr-video-player iframe {
  width: 0;
  height: 0;
}

.header {
  -webkit-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
}

@media (max-width: 991.98px) {
  .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.video-player__close-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background-size: 100% auto;
  background-image: url("../images/icons/Ic-Zapri.svg");
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .video-player__close-button {
    width: 50px;
    height: 50px;
  }
}

[data-location-hash="#preload"] .vr-video-player {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 999;
}

[data-location-hash="#preload"] .header {
  top: -300px;
  -webkit-transition: top 0.5s ease 0.75s;
  -o-transition: top 0.5s ease 0.75s;
  transition: top 0.5s ease 0.75s;
}

@media (max-width: 991.98px) {
  [data-location-hash="#preload"] .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

[data-location-hash="#vr-video"] .vr-video-player {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 999;
}

[data-location-hash="#vr-video"] .vr-video-player iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

[data-location-hash="#vr-video"] .header {
  top: -300px;
  -webkit-transition: top 0.5s ease 0.75s;
  -o-transition: top 0.5s ease 0.75s;
  transition: top 0.5s ease 0.75s;
}

@media (max-width: 991.98px) {
  [data-location-hash="#vr-video"] .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.normal-video-player {
  position: fixed;
  bottom: 20%;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: bottom 0.57s ease 0s, width 0.57s ease 0s, height 0.57s ease 0s, opacity 0.57s ease 0s;
  -o-transition: bottom 0.57s ease 0s, width 0.57s ease 0s, height 0.57s ease 0s, opacity 0.57s ease 0s;
  transition: bottom 0.57s ease 0s, width 0.57s ease 0s, height 0.57s ease 0s, opacity 0.57s ease 0s;
}

@media (max-width: 991.98px) {
  .normal-video-player {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.normal-video-player video {
  position: absolute;
  /* top: 50%; */
  bottom: 50%;
  min-width: 100%;
  width: 100%;
  height: auto;
  /* min-height: 100%; */
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

@media (max-width: 1299.98px) {
  .normal-video-player video {
    position: relative;
    top: 0;
    bottom: auto;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-width: auto;
  }
}

.header {
  -webkit-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
}

@media (max-width: 991.98px) {
  .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.video-player__close-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background-size: 100% auto;
  background-image: url("../images/icons/Ic-Zapri.svg");
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .video-player__close-button {
    width: 50px;
    height: 50px;
  }
}

[data-location-hash="#video"] .normal-video-player {
  display: block;
  opacity: 1;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

[data-location-hash="#video"] .header {
  top: -300px;
  -webkit-transition: top 0.5s ease 0.75s;
  -o-transition: top 0.5s ease 0.75s;
  transition: top 0.5s ease 0.75s;
}

@media (max-width: 991.98px) {
  [data-location-hash="#video"] .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.rec-list {
  margin-left: 50px;
}

@media only screen and (max-width: 991px) {
  .rec-list {
    margin-left: 25px;
  }
}

.rec-list li {
  list-style-type: disc;
}

.rec-image-href {
  display: inline !important;
}

.rec-image-container {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .rec-image-container:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 50px);
    background-image: -o-linear-gradient(bottom, #000 0%, transparent 50px);
    background-image: linear-gradient(to top, #000 0%, transparent 50px);
  }
}

.rec-image-container:before {
  position: absolute;
  content: "";
  background-image: url(../images/fruits/vejice/vejica1.png);
  width: 366px;
  height: 678px;
  background-size: 90% auto;
  background-repeat: no-repeat;
  bottom: -260px;
  right: -90px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .rec-image-container:before {
    content: none;
  }
}

.rec-image-container:after {
  position: absolute;
  content: "";
  background-image: url(../images/fruits/cvetovi/cvetb1.png);
  height: 690px;
  width: 578px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 20px;
  right: -220px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .rec-image-container:after {
    content: none;
  }
}

.rec-image-main {
  width: 100%;
  height: auto;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .rec-image-main {
    width: calc(100% + 250px);
    margin-left: -125px;
  }
}

@media only screen and (max-width: 767px) {
  .rec-image-main {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.rec-title {
  max-width: 300px;
  margin-right: -100px;
}

@media only screen and (max-width: 991px) {
  .rec-title {
    margin-top: -15px;
    margin-right: 0;
    max-width: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    position: relative;
  }
}

.download-rec {
  display: none;
}

@media only screen and (max-width: 991px) {
  .download-rec {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .rec-ingredients {
    margin-top: 10px;
  }
}

.rec-more {
  position: relative;
}

.rec-more span {
  background-color: #000000;
  display: inline-block;
  padding-right: 50px;
}

.rec-more:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  right: 0;
  z-index: -1;
}

.rec-slick {
  position: relative;
}

.rec-slick .slick-list {
  overflow: visible;
}

.rec-slick .slick-slide {
  display: block;
}

.rec-slick .rec-slick-item {
  position: relative;
}

.rec-slick .rec-slick-item:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 160px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(left, #000, transparent);
  background-image: -o-linear-gradient(left, #000, transparent);
  background-image: linear-gradient(to right, #000, transparent);
}

@media only screen and (max-width: 991px) {
  .rec-slick .rec-slick-item:before {
    width: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .rec-slick .rec-slick-item {
    margin-bottom: 30px;
    padding-left: 15%;
  }
}

.rec-slick .rec-slick-image {
  height: 290px;
  width: auto;
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .rec-slick .rec-slick-image {
    width: 100%;
    height: auto;
  }
}

.rec-slick .rec-slick-title {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 150px;
}

@media only screen and (max-width: 991px) {
  .rec-slick .rec-slick-title {
    left: 15px;
    max-width: 125px;
  }
}

.rec-slick .rec-play-button {
  position: absolute;
  top: 53%;
  left: 54%;
  width: 20%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 574px) {
  .rec-slick .rec-play-button {
    top: 54%;
    left: 66%;
  }
}

.rec-slick .rec-slick-href:hover .rec-play-button {
  width: 21%;
}

@media only screen and (max-width: 574px) {
  .rec-slick .rec-slick-href:hover .rec-play-button {
    width: 22%;
  }
}

.rec-slick .rec-slick-href:hover .rec-play-button-2 {
  width: 16%;
}

.rec-slick .rec-play-button-2 {
  top: calc(75%);
  width: 15%;
}

.rec-slick .rec-slick-href {
  display: inline !important;
}

.rec-slick:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -3000px;
  width: 3015px;
  bottom: -10px;
  background-color: #000;
  z-index: 1;
}

.rec-slick:after {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(100% + 0px);
  width: 3000px;
  bottom: -10px;
  background-image: -webkit-linear-gradient(left, transparent 0%, #000 300px, #000 65%);
  background-image: -o-linear-gradient(left, transparent 0%, #000 300px, #000 65%);
  background-image: linear-gradient(to right, transparent 0%, #000 300px, #000 65%);
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .rec-slick:after {
    background-image: none;
    background-color: #000;
  }
}

.rec-slick .slick-next {
  left: calc(100%);
  width: 200px;
  height: 100%;
}

@media only screen and (max-width: 1600px) {
  .rec-slick .slick-next {
    left: calc(100%);
    width: 47px;
  }
}

@media only screen and (max-width: 1199px) {
  .rec-slick .slick-next {
    left: calc(94%);
  }
}

.rec-slick .slick-next:before {
  content: "";
  position: absolute;
  width: 47px;
  top: calc(50%);
  right: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
}

.rec-slick .slick-next:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.section-more-videos .rec-slick:before {
  content: none;
}

.page {
  max-width: none;
}

@media only screen and (max-width: 991px) {
  .page {
    overflow: hidden;
  }
}

/* pages */
/* cookie consent */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
      -ms-transform: translateY(-2em);
          transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Ubnt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .8em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
            align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-allow {
  font-size: 0.95em;
}

[data-location-hash="#vr-video"] .cc-revoke,
[data-location-hash="#vr-video"] .cc-window,
[data-location-hash="#video"] .cc-revoke,
[data-location-hash="#video"] .cc-window {
  display: none !important;
}

.cc-revoke {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
